Sat, 29 Nov 2014 11:16:02 +0100
Added API files for PyQt5 and Python 3.4.
.hgignore | file | annotate | diff | comparison | revisions | |
APIs/Python/PyQt5.api | file | annotate | diff | comparison | revisions | |
APIs/Python/QScintilla2.api | file | annotate | diff | comparison | revisions | |
APIs/Python3/Python-3.4.api | file | annotate | diff | comparison | revisions | |
ChangeLog | file | annotate | diff | comparison | revisions | |
PKGLIST | file | annotate | diff | comparison | revisions | |
PluginApis.e4p | file | annotate | diff | comparison | revisions | |
PluginApis.py | file | annotate | diff | comparison | revisions | |
PluginApis.zip | file | annotate | diff | comparison | revisions |
--- a/.hgignore Sun Jul 06 12:15:23 2014 +0200 +++ b/.hgignore Sat Nov 29 11:16:02 2014 +0100 @@ -1,3 +1,5 @@ +glob:.eric6project +glob:_eric6project glob:.eric5project glob:_eric5project glob:.eric4project
--- /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 options=None) +PyQt5.QtGui.QOpenGLTexture.setCompressedData?4(int, int, int, sip.voidptr, QOpenGLPixelTransferOptions options=None) +PyQt5.QtGui.QOpenGLTexture.setCompressedData?4(int, int, sip.voidptr, QOpenGLPixelTransferOptions options=None) +PyQt5.QtGui.QOpenGLTexture.setCompressedData?4(int, sip.voidptr, QOpenGLPixelTransferOptions options=None) +PyQt5.QtGui.QOpenGLTexture.Features?1(QOpenGLTexture.Features) +PyQt5.QtGui.QOpenGLTexture.Features.__init__?1(self, QOpenGLTexture.Features) +PyQt5.QtGui.QOpenGLTexture.Features?1(int) +PyQt5.QtGui.QOpenGLTexture.Features.__init__?1(self, int) +PyQt5.QtGui.QOpenGLTexture.Features?1() +PyQt5.QtGui.QOpenGLTexture.Features.__init__?1(self) +PyQt5.QtGui.QOpenGLTimerQuery?1(QObject parent=None) +PyQt5.QtGui.QOpenGLTimerQuery.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QOpenGLTimerQuery.create?4() -> bool +PyQt5.QtGui.QOpenGLTimerQuery.destroy?4() +PyQt5.QtGui.QOpenGLTimerQuery.isCreated?4() -> bool +PyQt5.QtGui.QOpenGLTimerQuery.objectId?4() -> int +PyQt5.QtGui.QOpenGLTimerQuery.begin?4() +PyQt5.QtGui.QOpenGLTimerQuery.end?4() +PyQt5.QtGui.QOpenGLTimerQuery.waitForTimestamp?4() -> int +PyQt5.QtGui.QOpenGLTimerQuery.recordTimestamp?4() +PyQt5.QtGui.QOpenGLTimerQuery.isResultAvailable?4() -> bool +PyQt5.QtGui.QOpenGLTimerQuery.waitForResult?4() -> int +PyQt5.QtGui.QOpenGLTimeMonitor?1(QObject parent=None) +PyQt5.QtGui.QOpenGLTimeMonitor.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QOpenGLTimeMonitor.setSampleCount?4(int) +PyQt5.QtGui.QOpenGLTimeMonitor.sampleCount?4() -> int +PyQt5.QtGui.QOpenGLTimeMonitor.create?4() -> bool +PyQt5.QtGui.QOpenGLTimeMonitor.destroy?4() +PyQt5.QtGui.QOpenGLTimeMonitor.isCreated?4() -> bool +PyQt5.QtGui.QOpenGLTimeMonitor.objectIds?4() -> list-of-int +PyQt5.QtGui.QOpenGLTimeMonitor.recordSample?4() -> int +PyQt5.QtGui.QOpenGLTimeMonitor.isResultAvailable?4() -> bool +PyQt5.QtGui.QOpenGLTimeMonitor.waitForSamples?4() -> list-of-int +PyQt5.QtGui.QOpenGLTimeMonitor.waitForIntervals?4() -> list-of-int +PyQt5.QtGui.QOpenGLTimeMonitor.reset?4() +PyQt5.QtGui.QOpenGLVertexArrayObject?1(QObject parent=None) +PyQt5.QtGui.QOpenGLVertexArrayObject.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QOpenGLVertexArrayObject.create?4() -> bool +PyQt5.QtGui.QOpenGLVertexArrayObject.destroy?4() +PyQt5.QtGui.QOpenGLVertexArrayObject.isCreated?4() -> bool +PyQt5.QtGui.QOpenGLVertexArrayObject.objectId?4() -> int +PyQt5.QtGui.QOpenGLVertexArrayObject.bind?4() +PyQt5.QtGui.QOpenGLVertexArrayObject.release?4() +PyQt5.QtGui.QOpenGLVertexArrayObject.Binder?1(QOpenGLVertexArrayObject) +PyQt5.QtGui.QOpenGLVertexArrayObject.Binder.__init__?1(self, QOpenGLVertexArrayObject) +PyQt5.QtGui.QOpenGLVertexArrayObject.Binder.release?4() +PyQt5.QtGui.QOpenGLVertexArrayObject.Binder.rebind?4() +PyQt5.QtGui.QOpenGLVertexArrayObject.Binder.__enter__?4() -> object +PyQt5.QtGui.QOpenGLVertexArrayObject.Binder.__exit__?4(object, object, object) +PyQt5.QtGui.QPagedPaintDevice.PageSize?10 +PyQt5.QtGui.QPagedPaintDevice.A4?10 +PyQt5.QtGui.QPagedPaintDevice.B5?10 +PyQt5.QtGui.QPagedPaintDevice.Letter?10 +PyQt5.QtGui.QPagedPaintDevice.Legal?10 +PyQt5.QtGui.QPagedPaintDevice.Executive?10 +PyQt5.QtGui.QPagedPaintDevice.A0?10 +PyQt5.QtGui.QPagedPaintDevice.A1?10 +PyQt5.QtGui.QPagedPaintDevice.A2?10 +PyQt5.QtGui.QPagedPaintDevice.A3?10 +PyQt5.QtGui.QPagedPaintDevice.A5?10 +PyQt5.QtGui.QPagedPaintDevice.A6?10 +PyQt5.QtGui.QPagedPaintDevice.A7?10 +PyQt5.QtGui.QPagedPaintDevice.A8?10 +PyQt5.QtGui.QPagedPaintDevice.A9?10 +PyQt5.QtGui.QPagedPaintDevice.B0?10 +PyQt5.QtGui.QPagedPaintDevice.B1?10 +PyQt5.QtGui.QPagedPaintDevice.B10?10 +PyQt5.QtGui.QPagedPaintDevice.B2?10 +PyQt5.QtGui.QPagedPaintDevice.B3?10 +PyQt5.QtGui.QPagedPaintDevice.B4?10 +PyQt5.QtGui.QPagedPaintDevice.B6?10 +PyQt5.QtGui.QPagedPaintDevice.B7?10 +PyQt5.QtGui.QPagedPaintDevice.B8?10 +PyQt5.QtGui.QPagedPaintDevice.B9?10 +PyQt5.QtGui.QPagedPaintDevice.C5E?10 +PyQt5.QtGui.QPagedPaintDevice.Comm10E?10 +PyQt5.QtGui.QPagedPaintDevice.DLE?10 +PyQt5.QtGui.QPagedPaintDevice.Folio?10 +PyQt5.QtGui.QPagedPaintDevice.Ledger?10 +PyQt5.QtGui.QPagedPaintDevice.Tabloid?10 +PyQt5.QtGui.QPagedPaintDevice.Custom?10 +PyQt5.QtGui.QPagedPaintDevice.A10?10 +PyQt5.QtGui.QPagedPaintDevice.A3Extra?10 +PyQt5.QtGui.QPagedPaintDevice.A4Extra?10 +PyQt5.QtGui.QPagedPaintDevice.A4Plus?10 +PyQt5.QtGui.QPagedPaintDevice.A4Small?10 +PyQt5.QtGui.QPagedPaintDevice.A5Extra?10 +PyQt5.QtGui.QPagedPaintDevice.B5Extra?10 +PyQt5.QtGui.QPagedPaintDevice.JisB0?10 +PyQt5.QtGui.QPagedPaintDevice.JisB1?10 +PyQt5.QtGui.QPagedPaintDevice.JisB2?10 +PyQt5.QtGui.QPagedPaintDevice.JisB3?10 +PyQt5.QtGui.QPagedPaintDevice.JisB4?10 +PyQt5.QtGui.QPagedPaintDevice.JisB5?10 +PyQt5.QtGui.QPagedPaintDevice.JisB6?10 +PyQt5.QtGui.QPagedPaintDevice.JisB7?10 +PyQt5.QtGui.QPagedPaintDevice.JisB8?10 +PyQt5.QtGui.QPagedPaintDevice.JisB9?10 +PyQt5.QtGui.QPagedPaintDevice.JisB10?10 +PyQt5.QtGui.QPagedPaintDevice.AnsiC?10 +PyQt5.QtGui.QPagedPaintDevice.AnsiD?10 +PyQt5.QtGui.QPagedPaintDevice.AnsiE?10 +PyQt5.QtGui.QPagedPaintDevice.LegalExtra?10 +PyQt5.QtGui.QPagedPaintDevice.LetterExtra?10 +PyQt5.QtGui.QPagedPaintDevice.LetterPlus?10 +PyQt5.QtGui.QPagedPaintDevice.LetterSmall?10 +PyQt5.QtGui.QPagedPaintDevice.TabloidExtra?10 +PyQt5.QtGui.QPagedPaintDevice.ArchA?10 +PyQt5.QtGui.QPagedPaintDevice.ArchB?10 +PyQt5.QtGui.QPagedPaintDevice.ArchC?10 +PyQt5.QtGui.QPagedPaintDevice.ArchD?10 +PyQt5.QtGui.QPagedPaintDevice.ArchE?10 +PyQt5.QtGui.QPagedPaintDevice.Imperial7x9?10 +PyQt5.QtGui.QPagedPaintDevice.Imperial8x10?10 +PyQt5.QtGui.QPagedPaintDevice.Imperial9x11?10 +PyQt5.QtGui.QPagedPaintDevice.Imperial9x12?10 +PyQt5.QtGui.QPagedPaintDevice.Imperial10x11?10 +PyQt5.QtGui.QPagedPaintDevice.Imperial10x13?10 +PyQt5.QtGui.QPagedPaintDevice.Imperial10x14?10 +PyQt5.QtGui.QPagedPaintDevice.Imperial12x11?10 +PyQt5.QtGui.QPagedPaintDevice.Imperial15x11?10 +PyQt5.QtGui.QPagedPaintDevice.ExecutiveStandard?10 +PyQt5.QtGui.QPagedPaintDevice.Note?10 +PyQt5.QtGui.QPagedPaintDevice.Quarto?10 +PyQt5.QtGui.QPagedPaintDevice.Statement?10 +PyQt5.QtGui.QPagedPaintDevice.SuperA?10 +PyQt5.QtGui.QPagedPaintDevice.SuperB?10 +PyQt5.QtGui.QPagedPaintDevice.Postcard?10 +PyQt5.QtGui.QPagedPaintDevice.DoublePostcard?10 +PyQt5.QtGui.QPagedPaintDevice.Prc16K?10 +PyQt5.QtGui.QPagedPaintDevice.Prc32K?10 +PyQt5.QtGui.QPagedPaintDevice.Prc32KBig?10 +PyQt5.QtGui.QPagedPaintDevice.FanFoldUS?10 +PyQt5.QtGui.QPagedPaintDevice.FanFoldGerman?10 +PyQt5.QtGui.QPagedPaintDevice.FanFoldGermanLegal?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeB4?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeB5?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeB6?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeC0?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeC1?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeC2?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeC3?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeC4?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeC6?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeC65?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeC7?10 +PyQt5.QtGui.QPagedPaintDevice.Envelope9?10 +PyQt5.QtGui.QPagedPaintDevice.Envelope11?10 +PyQt5.QtGui.QPagedPaintDevice.Envelope12?10 +PyQt5.QtGui.QPagedPaintDevice.Envelope14?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeMonarch?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopePersonal?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeChou3?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeChou4?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeInvite?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeItalian?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeKaku2?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeKaku3?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopePrc1?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopePrc2?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopePrc3?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopePrc4?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopePrc5?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopePrc6?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopePrc7?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopePrc8?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopePrc9?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopePrc10?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeYou4?10 +PyQt5.QtGui.QPagedPaintDevice.NPaperSize?10 +PyQt5.QtGui.QPagedPaintDevice.AnsiA?10 +PyQt5.QtGui.QPagedPaintDevice.AnsiB?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeC5?10 +PyQt5.QtGui.QPagedPaintDevice.EnvelopeDL?10 +PyQt5.QtGui.QPagedPaintDevice.Envelope10?10 +PyQt5.QtGui.QPagedPaintDevice.LastPageSize?10 +PyQt5.QtGui.QPagedPaintDevice?1() +PyQt5.QtGui.QPagedPaintDevice.__init__?1(self) +PyQt5.QtGui.QPagedPaintDevice.newPage?4() -> bool +PyQt5.QtGui.QPagedPaintDevice.setPageSize?4(QPagedPaintDevice.PageSize) +PyQt5.QtGui.QPagedPaintDevice.pageSize?4() -> QPagedPaintDevice.PageSize +PyQt5.QtGui.QPagedPaintDevice.setPageSizeMM?4(QSizeF) +PyQt5.QtGui.QPagedPaintDevice.pageSizeMM?4() -> QSizeF +PyQt5.QtGui.QPagedPaintDevice.setMargins?4(QPagedPaintDevice.Margins) +PyQt5.QtGui.QPagedPaintDevice.margins?4() -> QPagedPaintDevice.Margins +PyQt5.QtGui.QPagedPaintDevice.setPageLayout?4(QPageLayout) -> bool +PyQt5.QtGui.QPagedPaintDevice.setPageSize?4(QPageSize) -> bool +PyQt5.QtGui.QPagedPaintDevice.setPageOrientation?4(QPageLayout.Orientation) -> bool +PyQt5.QtGui.QPagedPaintDevice.setPageMargins?4(QMarginsF) -> bool +PyQt5.QtGui.QPagedPaintDevice.setPageMargins?4(QMarginsF, QPageLayout.Unit) -> bool +PyQt5.QtGui.QPagedPaintDevice.pageLayout?4() -> QPageLayout +PyQt5.QtGui.QPagedPaintDevice.Margins.bottom?7 +PyQt5.QtGui.QPagedPaintDevice.Margins.left?7 +PyQt5.QtGui.QPagedPaintDevice.Margins.right?7 +PyQt5.QtGui.QPagedPaintDevice.Margins.top?7 +PyQt5.QtGui.QPagedPaintDevice.Margins?1() +PyQt5.QtGui.QPagedPaintDevice.Margins.__init__?1(self) +PyQt5.QtGui.QPagedPaintDevice.Margins?1(QPagedPaintDevice.Margins) +PyQt5.QtGui.QPagedPaintDevice.Margins.__init__?1(self, QPagedPaintDevice.Margins) +PyQt5.QtGui.QPageLayout.Mode?10 +PyQt5.QtGui.QPageLayout.StandardMode?10 +PyQt5.QtGui.QPageLayout.FullPageMode?10 +PyQt5.QtGui.QPageLayout.Orientation?10 +PyQt5.QtGui.QPageLayout.Portrait?10 +PyQt5.QtGui.QPageLayout.Landscape?10 +PyQt5.QtGui.QPageLayout.Unit?10 +PyQt5.QtGui.QPageLayout.Millimeter?10 +PyQt5.QtGui.QPageLayout.Point?10 +PyQt5.QtGui.QPageLayout.Inch?10 +PyQt5.QtGui.QPageLayout.Pica?10 +PyQt5.QtGui.QPageLayout.Didot?10 +PyQt5.QtGui.QPageLayout.Cicero?10 +PyQt5.QtGui.QPageLayout?1() +PyQt5.QtGui.QPageLayout.__init__?1(self) +PyQt5.QtGui.QPageLayout?1(QPageSize, QPageLayout.Orientation, QMarginsF, QPageLayout.Unit units=QPageLayout.Point, QMarginsF minMargins=QMarginsF(0,0,0,0)) +PyQt5.QtGui.QPageLayout.__init__?1(self, QPageSize, QPageLayout.Orientation, QMarginsF, QPageLayout.Unit units=QPageLayout.Point, QMarginsF minMargins=QMarginsF(0,0,0,0)) +PyQt5.QtGui.QPageLayout?1(QPageLayout) +PyQt5.QtGui.QPageLayout.__init__?1(self, QPageLayout) +PyQt5.QtGui.QPageLayout.swap?4(QPageLayout) +PyQt5.QtGui.QPageLayout.isEquivalentTo?4(QPageLayout) -> bool +PyQt5.QtGui.QPageLayout.isValid?4() -> bool +PyQt5.QtGui.QPageLayout.setMode?4(QPageLayout.Mode) +PyQt5.QtGui.QPageLayout.mode?4() -> QPageLayout.Mode +PyQt5.QtGui.QPageLayout.setPageSize?4(QPageSize, QMarginsF minMargins=QMarginsF(0,0,0,0)) +PyQt5.QtGui.QPageLayout.pageSize?4() -> QPageSize +PyQt5.QtGui.QPageLayout.setOrientation?4(QPageLayout.Orientation) +PyQt5.QtGui.QPageLayout.orientation?4() -> QPageLayout.Orientation +PyQt5.QtGui.QPageLayout.setUnits?4(QPageLayout.Unit) +PyQt5.QtGui.QPageLayout.units?4() -> QPageLayout.Unit +PyQt5.QtGui.QPageLayout.setMargins?4(QMarginsF) -> bool +PyQt5.QtGui.QPageLayout.setLeftMargin?4(float) -> bool +PyQt5.QtGui.QPageLayout.setRightMargin?4(float) -> bool +PyQt5.QtGui.QPageLayout.setTopMargin?4(float) -> bool +PyQt5.QtGui.QPageLayout.setBottomMargin?4(float) -> bool +PyQt5.QtGui.QPageLayout.margins?4() -> QMarginsF +PyQt5.QtGui.QPageLayout.margins?4(QPageLayout.Unit) -> QMarginsF +PyQt5.QtGui.QPageLayout.marginsPoints?4() -> QMargins +PyQt5.QtGui.QPageLayout.marginsPixels?4(int) -> QMargins +PyQt5.QtGui.QPageLayout.setMinimumMargins?4(QMarginsF) +PyQt5.QtGui.QPageLayout.minimumMargins?4() -> QMarginsF +PyQt5.QtGui.QPageLayout.maximumMargins?4() -> QMarginsF +PyQt5.QtGui.QPageLayout.fullRect?4() -> QRectF +PyQt5.QtGui.QPageLayout.fullRect?4(QPageLayout.Unit) -> QRectF +PyQt5.QtGui.QPageLayout.fullRectPoints?4() -> QRect +PyQt5.QtGui.QPageLayout.fullRectPixels?4(int) -> QRect +PyQt5.QtGui.QPageLayout.paintRect?4() -> QRectF +PyQt5.QtGui.QPageLayout.paintRect?4(QPageLayout.Unit) -> QRectF +PyQt5.QtGui.QPageLayout.paintRectPoints?4() -> QRect +PyQt5.QtGui.QPageLayout.paintRectPixels?4(int) -> QRect +PyQt5.QtGui.QPageSize.SizeMatchPolicy?10 +PyQt5.QtGui.QPageSize.FuzzyMatch?10 +PyQt5.QtGui.QPageSize.FuzzyOrientationMatch?10 +PyQt5.QtGui.QPageSize.ExactMatch?10 +PyQt5.QtGui.QPageSize.Unit?10 +PyQt5.QtGui.QPageSize.Millimeter?10 +PyQt5.QtGui.QPageSize.Point?10 +PyQt5.QtGui.QPageSize.Inch?10 +PyQt5.QtGui.QPageSize.Pica?10 +PyQt5.QtGui.QPageSize.Didot?10 +PyQt5.QtGui.QPageSize.Cicero?10 +PyQt5.QtGui.QPageSize.PageSizeId?10 +PyQt5.QtGui.QPageSize.A4?10 +PyQt5.QtGui.QPageSize.B5?10 +PyQt5.QtGui.QPageSize.Letter?10 +PyQt5.QtGui.QPageSize.Legal?10 +PyQt5.QtGui.QPageSize.Executive?10 +PyQt5.QtGui.QPageSize.A0?10 +PyQt5.QtGui.QPageSize.A1?10 +PyQt5.QtGui.QPageSize.A2?10 +PyQt5.QtGui.QPageSize.A3?10 +PyQt5.QtGui.QPageSize.A5?10 +PyQt5.QtGui.QPageSize.A6?10 +PyQt5.QtGui.QPageSize.A7?10 +PyQt5.QtGui.QPageSize.A8?10 +PyQt5.QtGui.QPageSize.A9?10 +PyQt5.QtGui.QPageSize.B0?10 +PyQt5.QtGui.QPageSize.B1?10 +PyQt5.QtGui.QPageSize.B10?10 +PyQt5.QtGui.QPageSize.B2?10 +PyQt5.QtGui.QPageSize.B3?10 +PyQt5.QtGui.QPageSize.B4?10 +PyQt5.QtGui.QPageSize.B6?10 +PyQt5.QtGui.QPageSize.B7?10 +PyQt5.QtGui.QPageSize.B8?10 +PyQt5.QtGui.QPageSize.B9?10 +PyQt5.QtGui.QPageSize.C5E?10 +PyQt5.QtGui.QPageSize.Comm10E?10 +PyQt5.QtGui.QPageSize.DLE?10 +PyQt5.QtGui.QPageSize.Folio?10 +PyQt5.QtGui.QPageSize.Ledger?10 +PyQt5.QtGui.QPageSize.Tabloid?10 +PyQt5.QtGui.QPageSize.Custom?10 +PyQt5.QtGui.QPageSize.A10?10 +PyQt5.QtGui.QPageSize.A3Extra?10 +PyQt5.QtGui.QPageSize.A4Extra?10 +PyQt5.QtGui.QPageSize.A4Plus?10 +PyQt5.QtGui.QPageSize.A4Small?10 +PyQt5.QtGui.QPageSize.A5Extra?10 +PyQt5.QtGui.QPageSize.B5Extra?10 +PyQt5.QtGui.QPageSize.JisB0?10 +PyQt5.QtGui.QPageSize.JisB1?10 +PyQt5.QtGui.QPageSize.JisB2?10 +PyQt5.QtGui.QPageSize.JisB3?10 +PyQt5.QtGui.QPageSize.JisB4?10 +PyQt5.QtGui.QPageSize.JisB5?10 +PyQt5.QtGui.QPageSize.JisB6?10 +PyQt5.QtGui.QPageSize.JisB7?10 +PyQt5.QtGui.QPageSize.JisB8?10 +PyQt5.QtGui.QPageSize.JisB9?10 +PyQt5.QtGui.QPageSize.JisB10?10 +PyQt5.QtGui.QPageSize.AnsiC?10 +PyQt5.QtGui.QPageSize.AnsiD?10 +PyQt5.QtGui.QPageSize.AnsiE?10 +PyQt5.QtGui.QPageSize.LegalExtra?10 +PyQt5.QtGui.QPageSize.LetterExtra?10 +PyQt5.QtGui.QPageSize.LetterPlus?10 +PyQt5.QtGui.QPageSize.LetterSmall?10 +PyQt5.QtGui.QPageSize.TabloidExtra?10 +PyQt5.QtGui.QPageSize.ArchA?10 +PyQt5.QtGui.QPageSize.ArchB?10 +PyQt5.QtGui.QPageSize.ArchC?10 +PyQt5.QtGui.QPageSize.ArchD?10 +PyQt5.QtGui.QPageSize.ArchE?10 +PyQt5.QtGui.QPageSize.Imperial7x9?10 +PyQt5.QtGui.QPageSize.Imperial8x10?10 +PyQt5.QtGui.QPageSize.Imperial9x11?10 +PyQt5.QtGui.QPageSize.Imperial9x12?10 +PyQt5.QtGui.QPageSize.Imperial10x11?10 +PyQt5.QtGui.QPageSize.Imperial10x13?10 +PyQt5.QtGui.QPageSize.Imperial10x14?10 +PyQt5.QtGui.QPageSize.Imperial12x11?10 +PyQt5.QtGui.QPageSize.Imperial15x11?10 +PyQt5.QtGui.QPageSize.ExecutiveStandard?10 +PyQt5.QtGui.QPageSize.Note?10 +PyQt5.QtGui.QPageSize.Quarto?10 +PyQt5.QtGui.QPageSize.Statement?10 +PyQt5.QtGui.QPageSize.SuperA?10 +PyQt5.QtGui.QPageSize.SuperB?10 +PyQt5.QtGui.QPageSize.Postcard?10 +PyQt5.QtGui.QPageSize.DoublePostcard?10 +PyQt5.QtGui.QPageSize.Prc16K?10 +PyQt5.QtGui.QPageSize.Prc32K?10 +PyQt5.QtGui.QPageSize.Prc32KBig?10 +PyQt5.QtGui.QPageSize.FanFoldUS?10 +PyQt5.QtGui.QPageSize.FanFoldGerman?10 +PyQt5.QtGui.QPageSize.FanFoldGermanLegal?10 +PyQt5.QtGui.QPageSize.EnvelopeB4?10 +PyQt5.QtGui.QPageSize.EnvelopeB5?10 +PyQt5.QtGui.QPageSize.EnvelopeB6?10 +PyQt5.QtGui.QPageSize.EnvelopeC0?10 +PyQt5.QtGui.QPageSize.EnvelopeC1?10 +PyQt5.QtGui.QPageSize.EnvelopeC2?10 +PyQt5.QtGui.QPageSize.EnvelopeC3?10 +PyQt5.QtGui.QPageSize.EnvelopeC4?10 +PyQt5.QtGui.QPageSize.EnvelopeC6?10 +PyQt5.QtGui.QPageSize.EnvelopeC65?10 +PyQt5.QtGui.QPageSize.EnvelopeC7?10 +PyQt5.QtGui.QPageSize.Envelope9?10 +PyQt5.QtGui.QPageSize.Envelope11?10 +PyQt5.QtGui.QPageSize.Envelope12?10 +PyQt5.QtGui.QPageSize.Envelope14?10 +PyQt5.QtGui.QPageSize.EnvelopeMonarch?10 +PyQt5.QtGui.QPageSize.EnvelopePersonal?10 +PyQt5.QtGui.QPageSize.EnvelopeChou3?10 +PyQt5.QtGui.QPageSize.EnvelopeChou4?10 +PyQt5.QtGui.QPageSize.EnvelopeInvite?10 +PyQt5.QtGui.QPageSize.EnvelopeItalian?10 +PyQt5.QtGui.QPageSize.EnvelopeKaku2?10 +PyQt5.QtGui.QPageSize.EnvelopeKaku3?10 +PyQt5.QtGui.QPageSize.EnvelopePrc1?10 +PyQt5.QtGui.QPageSize.EnvelopePrc2?10 +PyQt5.QtGui.QPageSize.EnvelopePrc3?10 +PyQt5.QtGui.QPageSize.EnvelopePrc4?10 +PyQt5.QtGui.QPageSize.EnvelopePrc5?10 +PyQt5.QtGui.QPageSize.EnvelopePrc6?10 +PyQt5.QtGui.QPageSize.EnvelopePrc7?10 +PyQt5.QtGui.QPageSize.EnvelopePrc8?10 +PyQt5.QtGui.QPageSize.EnvelopePrc9?10 +PyQt5.QtGui.QPageSize.EnvelopePrc10?10 +PyQt5.QtGui.QPageSize.EnvelopeYou4?10 +PyQt5.QtGui.QPageSize.NPageSize?10 +PyQt5.QtGui.QPageSize.NPaperSize?10 +PyQt5.QtGui.QPageSize.AnsiA?10 +PyQt5.QtGui.QPageSize.AnsiB?10 +PyQt5.QtGui.QPageSize.EnvelopeC5?10 +PyQt5.QtGui.QPageSize.EnvelopeDL?10 +PyQt5.QtGui.QPageSize.Envelope10?10 +PyQt5.QtGui.QPageSize.LastPageSize?10 +PyQt5.QtGui.QPageSize?1() +PyQt5.QtGui.QPageSize.__init__?1(self) +PyQt5.QtGui.QPageSize?1(QPageSize.PageSizeId) +PyQt5.QtGui.QPageSize.__init__?1(self, QPageSize.PageSizeId) +PyQt5.QtGui.QPageSize?1(QSize, str name=QString(), QPageSize.SizeMatchPolicy matchPolicy=QPageSize.FuzzyMatch) +PyQt5.QtGui.QPageSize.__init__?1(self, QSize, str name=QString(), QPageSize.SizeMatchPolicy matchPolicy=QPageSize.FuzzyMatch) +PyQt5.QtGui.QPageSize?1(QSizeF, QPageSize.Unit, str name=QString(), QPageSize.SizeMatchPolicy matchPolicy=QPageSize.FuzzyMatch) +PyQt5.QtGui.QPageSize.__init__?1(self, QSizeF, QPageSize.Unit, str name=QString(), QPageSize.SizeMatchPolicy matchPolicy=QPageSize.FuzzyMatch) +PyQt5.QtGui.QPageSize?1(QPageSize) +PyQt5.QtGui.QPageSize.__init__?1(self, QPageSize) +PyQt5.QtGui.QPageSize.swap?4(QPageSize) +PyQt5.QtGui.QPageSize.isEquivalentTo?4(QPageSize) -> bool +PyQt5.QtGui.QPageSize.isValid?4() -> bool +PyQt5.QtGui.QPageSize.key?4() -> str +PyQt5.QtGui.QPageSize.name?4() -> str +PyQt5.QtGui.QPageSize.id?4() -> QPageSize.PageSizeId +PyQt5.QtGui.QPageSize.windowsId?4() -> int +PyQt5.QtGui.QPageSize.definitionSize?4() -> QSizeF +PyQt5.QtGui.QPageSize.definitionUnits?4() -> QPageSize.Unit +PyQt5.QtGui.QPageSize.size?4(QPageSize.Unit) -> QSizeF +PyQt5.QtGui.QPageSize.sizePoints?4() -> QSize +PyQt5.QtGui.QPageSize.sizePixels?4(int) -> QSize +PyQt5.QtGui.QPageSize.rect?4(QPageSize.Unit) -> QRectF +PyQt5.QtGui.QPageSize.rectPoints?4() -> QRect +PyQt5.QtGui.QPageSize.rectPixels?4(int) -> QRect +PyQt5.QtGui.QPageSize.key?4(QPageSize.PageSizeId) -> str +PyQt5.QtGui.QPageSize.name?4(QPageSize.PageSizeId) -> str +PyQt5.QtGui.QPageSize.id?4(QSize, QPageSize.SizeMatchPolicy matchPolicy=QPageSize.FuzzyMatch) -> QPageSize.PageSizeId +PyQt5.QtGui.QPageSize.id?4(QSizeF, QPageSize.Unit, QPageSize.SizeMatchPolicy matchPolicy=QPageSize.FuzzyMatch) -> QPageSize.PageSizeId +PyQt5.QtGui.QPageSize.id?4(int) -> QPageSize.PageSizeId +PyQt5.QtGui.QPageSize.windowsId?4(QPageSize.PageSizeId) -> int +PyQt5.QtGui.QPageSize.definitionSize?4(QPageSize.PageSizeId) -> QSizeF +PyQt5.QtGui.QPageSize.definitionUnits?4(QPageSize.PageSizeId) -> QPageSize.Unit +PyQt5.QtGui.QPageSize.size?4(QPageSize.PageSizeId, QPageSize.Unit) -> QSizeF +PyQt5.QtGui.QPageSize.sizePoints?4(QPageSize.PageSizeId) -> QSize +PyQt5.QtGui.QPageSize.sizePixels?4(QPageSize.PageSizeId, int) -> QSize +PyQt5.QtGui.QPainter.PixmapFragmentHint?10 +PyQt5.QtGui.QPainter.OpaqueHint?10 +PyQt5.QtGui.QPainter.CompositionMode?10 +PyQt5.QtGui.QPainter.CompositionMode_SourceOver?10 +PyQt5.QtGui.QPainter.CompositionMode_DestinationOver?10 +PyQt5.QtGui.QPainter.CompositionMode_Clear?10 +PyQt5.QtGui.QPainter.CompositionMode_Source?10 +PyQt5.QtGui.QPainter.CompositionMode_Destination?10 +PyQt5.QtGui.QPainter.CompositionMode_SourceIn?10 +PyQt5.QtGui.QPainter.CompositionMode_DestinationIn?10 +PyQt5.QtGui.QPainter.CompositionMode_SourceOut?10 +PyQt5.QtGui.QPainter.CompositionMode_DestinationOut?10 +PyQt5.QtGui.QPainter.CompositionMode_SourceAtop?10 +PyQt5.QtGui.QPainter.CompositionMode_DestinationAtop?10 +PyQt5.QtGui.QPainter.CompositionMode_Xor?10 +PyQt5.QtGui.QPainter.CompositionMode_Plus?10 +PyQt5.QtGui.QPainter.CompositionMode_Multiply?10 +PyQt5.QtGui.QPainter.CompositionMode_Screen?10 +PyQt5.QtGui.QPainter.CompositionMode_Overlay?10 +PyQt5.QtGui.QPainter.CompositionMode_Darken?10 +PyQt5.QtGui.QPainter.CompositionMode_Lighten?10 +PyQt5.QtGui.QPainter.CompositionMode_ColorDodge?10 +PyQt5.QtGui.QPainter.CompositionMode_ColorBurn?10 +PyQt5.QtGui.QPainter.CompositionMode_HardLight?10 +PyQt5.QtGui.QPainter.CompositionMode_SoftLight?10 +PyQt5.QtGui.QPainter.CompositionMode_Difference?10 +PyQt5.QtGui.QPainter.CompositionMode_Exclusion?10 +PyQt5.QtGui.QPainter.RasterOp_SourceOrDestination?10 +PyQt5.QtGui.QPainter.RasterOp_SourceAndDestination?10 +PyQt5.QtGui.QPainter.RasterOp_SourceXorDestination?10 +PyQt5.QtGui.QPainter.RasterOp_NotSourceAndNotDestination?10 +PyQt5.QtGui.QPainter.RasterOp_NotSourceOrNotDestination?10 +PyQt5.QtGui.QPainter.RasterOp_NotSourceXorDestination?10 +PyQt5.QtGui.QPainter.RasterOp_NotSource?10 +PyQt5.QtGui.QPainter.RasterOp_NotSourceAndDestination?10 +PyQt5.QtGui.QPainter.RasterOp_SourceAndNotDestination?10 +PyQt5.QtGui.QPainter.RasterOp_NotSourceOrDestination?10 +PyQt5.QtGui.QPainter.RasterOp_SourceOrNotDestination?10 +PyQt5.QtGui.QPainter.RasterOp_ClearDestination?10 +PyQt5.QtGui.QPainter.RasterOp_SetDestination?10 +PyQt5.QtGui.QPainter.RasterOp_NotDestination?10 +PyQt5.QtGui.QPainter.RenderHint?10 +PyQt5.QtGui.QPainter.Antialiasing?10 +PyQt5.QtGui.QPainter.TextAntialiasing?10 +PyQt5.QtGui.QPainter.SmoothPixmapTransform?10 +PyQt5.QtGui.QPainter.HighQualityAntialiasing?10 +PyQt5.QtGui.QPainter.NonCosmeticDefaultPen?10 +PyQt5.QtGui.QPainter.Qt4CompatiblePainting?10 +PyQt5.QtGui.QPainter?1() +PyQt5.QtGui.QPainter.__init__?1(self) +PyQt5.QtGui.QPainter?1(QPaintDevice) +PyQt5.QtGui.QPainter.__init__?1(self, QPaintDevice) +PyQt5.QtGui.QPainter.__enter__?4() -> object +PyQt5.QtGui.QPainter.__exit__?4(object, object, object) +PyQt5.QtGui.QPainter.device?4() -> QPaintDevice +PyQt5.QtGui.QPainter.begin?4(QPaintDevice) -> bool +PyQt5.QtGui.QPainter.end?4() -> bool +PyQt5.QtGui.QPainter.isActive?4() -> bool +PyQt5.QtGui.QPainter.setCompositionMode?4(QPainter.CompositionMode) +PyQt5.QtGui.QPainter.compositionMode?4() -> QPainter.CompositionMode +PyQt5.QtGui.QPainter.font?4() -> QFont +PyQt5.QtGui.QPainter.setFont?4(QFont) +PyQt5.QtGui.QPainter.fontMetrics?4() -> QFontMetrics +PyQt5.QtGui.QPainter.fontInfo?4() -> QFontInfo +PyQt5.QtGui.QPainter.setPen?4(QColor) +PyQt5.QtGui.QPainter.setPen?4(QPen) +PyQt5.QtGui.QPainter.setPen?4(Qt.PenStyle) +PyQt5.QtGui.QPainter.pen?4() -> QPen +PyQt5.QtGui.QPainter.setBrush?4(QBrush) +PyQt5.QtGui.QPainter.setBrush?4(Qt.BrushStyle) +PyQt5.QtGui.QPainter.brush?4() -> QBrush +PyQt5.QtGui.QPainter.setBackgroundMode?4(Qt.BGMode) +PyQt5.QtGui.QPainter.backgroundMode?4() -> Qt.BGMode +PyQt5.QtGui.QPainter.brushOrigin?4() -> QPoint +PyQt5.QtGui.QPainter.setBrushOrigin?4(QPointF) +PyQt5.QtGui.QPainter.setBackground?4(QBrush) +PyQt5.QtGui.QPainter.background?4() -> QBrush +PyQt5.QtGui.QPainter.clipRegion?4() -> QRegion +PyQt5.QtGui.QPainter.clipPath?4() -> QPainterPath +PyQt5.QtGui.QPainter.setClipRect?4(QRectF, Qt.ClipOperation operation=Qt.ReplaceClip) +PyQt5.QtGui.QPainter.setClipRegion?4(QRegion, Qt.ClipOperation operation=Qt.ReplaceClip) +PyQt5.QtGui.QPainter.setClipPath?4(QPainterPath, Qt.ClipOperation operation=Qt.ReplaceClip) +PyQt5.QtGui.QPainter.setClipping?4(bool) +PyQt5.QtGui.QPainter.hasClipping?4() -> bool +PyQt5.QtGui.QPainter.save?4() +PyQt5.QtGui.QPainter.restore?4() +PyQt5.QtGui.QPainter.scale?4(float, float) +PyQt5.QtGui.QPainter.shear?4(float, float) +PyQt5.QtGui.QPainter.rotate?4(float) +PyQt5.QtGui.QPainter.translate?4(QPointF) +PyQt5.QtGui.QPainter.window?4() -> QRect +PyQt5.QtGui.QPainter.setWindow?4(QRect) +PyQt5.QtGui.QPainter.viewport?4() -> QRect +PyQt5.QtGui.QPainter.setViewport?4(QRect) +PyQt5.QtGui.QPainter.setViewTransformEnabled?4(bool) +PyQt5.QtGui.QPainter.viewTransformEnabled?4() -> bool +PyQt5.QtGui.QPainter.strokePath?4(QPainterPath, QPen) +PyQt5.QtGui.QPainter.fillPath?4(QPainterPath, QBrush) +PyQt5.QtGui.QPainter.drawPath?4(QPainterPath) +PyQt5.QtGui.QPainter.drawPoints?4(QPointF, ...) +PyQt5.QtGui.QPainter.drawPoints?4(QPolygonF) +PyQt5.QtGui.QPainter.drawPoints?4(QPoint, ...) +PyQt5.QtGui.QPainter.drawPoints?4(QPolygon) +PyQt5.QtGui.QPainter.drawLines?4(QLineF, ...) +PyQt5.QtGui.QPainter.drawLines?4(list-of-QLineF) +PyQt5.QtGui.QPainter.drawLines?4(QPointF, ...) +PyQt5.QtGui.QPainter.drawLines?4(list-of-QPointF) +PyQt5.QtGui.QPainter.drawLines?4(QLine, ...) +PyQt5.QtGui.QPainter.drawLines?4(list-of-QLine) +PyQt5.QtGui.QPainter.drawLines?4(QPoint, ...) +PyQt5.QtGui.QPainter.drawLines?4(list-of-QPoint) +PyQt5.QtGui.QPainter.drawRects?4(QRectF, ...) +PyQt5.QtGui.QPainter.drawRects?4(list-of-QRectF) +PyQt5.QtGui.QPainter.drawRects?4(QRect, ...) +PyQt5.QtGui.QPainter.drawRects?4(list-of-QRect) +PyQt5.QtGui.QPainter.drawEllipse?4(QRectF) +PyQt5.QtGui.QPainter.drawEllipse?4(QRect) +PyQt5.QtGui.QPainter.drawPolyline?4(QPointF, ...) +PyQt5.QtGui.QPainter.drawPolyline?4(QPolygonF) +PyQt5.QtGui.QPainter.drawPolyline?4(QPoint, ...) +PyQt5.QtGui.QPainter.drawPolyline?4(QPolygon) +PyQt5.QtGui.QPainter.drawPolygon?4(QPointF, ...) +PyQt5.QtGui.QPainter.drawPolygon?4(QPolygonF, Qt.FillRule fillRule=Qt.OddEvenFill) +PyQt5.QtGui.QPainter.drawPolygon?4(QPoint, ...) +PyQt5.QtGui.QPainter.drawPolygon?4(QPolygon, Qt.FillRule fillRule=Qt.OddEvenFill) +PyQt5.QtGui.QPainter.drawConvexPolygon?4(QPointF, ...) +PyQt5.QtGui.QPainter.drawConvexPolygon?4(QPolygonF) +PyQt5.QtGui.QPainter.drawConvexPolygon?4(QPoint, ...) +PyQt5.QtGui.QPainter.drawConvexPolygon?4(QPolygon) +PyQt5.QtGui.QPainter.drawArc?4(QRectF, int, int) +PyQt5.QtGui.QPainter.drawPie?4(QRectF, int, int) +PyQt5.QtGui.QPainter.drawChord?4(QRectF, int, int) +PyQt5.QtGui.QPainter.drawTiledPixmap?4(QRectF, QPixmap, QPointF pos=QPointF()) +PyQt5.QtGui.QPainter.drawPicture?4(QPointF, QPicture) +PyQt5.QtGui.QPainter.drawPixmap?4(QRectF, QPixmap, QRectF) +PyQt5.QtGui.QPainter.setLayoutDirection?4(Qt.LayoutDirection) +PyQt5.QtGui.QPainter.layoutDirection?4() -> Qt.LayoutDirection +PyQt5.QtGui.QPainter.drawText?4(QPointF, str) +PyQt5.QtGui.QPainter.drawText?4(QRectF, int, str) -> QRectF +PyQt5.QtGui.QPainter.drawText?4(QRect, int, str) -> QRect +PyQt5.QtGui.QPainter.drawText?4(QRectF, str, QTextOption option=QTextOption()) +PyQt5.QtGui.QPainter.boundingRect?4(QRectF, int, str) -> QRectF +PyQt5.QtGui.QPainter.boundingRect?4(QRect, int, str) -> QRect +PyQt5.QtGui.QPainter.boundingRect?4(QRectF, str, QTextOption option=QTextOption()) -> QRectF +PyQt5.QtGui.QPainter.fillRect?4(QRectF, QBrush) +PyQt5.QtGui.QPainter.fillRect?4(QRect, QBrush) +PyQt5.QtGui.QPainter.eraseRect?4(QRectF) +PyQt5.QtGui.QPainter.setRenderHint?4(QPainter.RenderHint, bool on=True) +PyQt5.QtGui.QPainter.renderHints?4() -> QPainter.RenderHints +PyQt5.QtGui.QPainter.setRenderHints?4(QPainter.RenderHints, bool on=True) +PyQt5.QtGui.QPainter.paintEngine?4() -> QPaintEngine +PyQt5.QtGui.QPainter.drawLine?4(QLineF) +PyQt5.QtGui.QPainter.drawLine?4(QLine) +PyQt5.QtGui.QPainter.drawLine?4(int, int, int, int) +PyQt5.QtGui.QPainter.drawLine?4(QPoint, QPoint) +PyQt5.QtGui.QPainter.drawLine?4(QPointF, QPointF) +PyQt5.QtGui.QPainter.drawRect?4(QRectF) +PyQt5.QtGui.QPainter.drawRect?4(int, int, int, int) +PyQt5.QtGui.QPainter.drawRect?4(QRect) +PyQt5.QtGui.QPainter.drawPoint?4(QPointF) +PyQt5.QtGui.QPainter.drawPoint?4(int, int) +PyQt5.QtGui.QPainter.drawPoint?4(QPoint) +PyQt5.QtGui.QPainter.drawEllipse?4(int, int, int, int) +PyQt5.QtGui.QPainter.drawArc?4(QRect, int, int) +PyQt5.QtGui.QPainter.drawArc?4(int, int, int, int, int, int) +PyQt5.QtGui.QPainter.drawPie?4(QRect, int, int) +PyQt5.QtGui.QPainter.drawPie?4(int, int, int, int, int, int) +PyQt5.QtGui.QPainter.drawChord?4(QRect, int, int) +PyQt5.QtGui.QPainter.drawChord?4(int, int, int, int, int, int) +PyQt5.QtGui.QPainter.setClipRect?4(int, int, int, int, Qt.ClipOperation operation=Qt.ReplaceClip) +PyQt5.QtGui.QPainter.setClipRect?4(QRect, Qt.ClipOperation operation=Qt.ReplaceClip) +PyQt5.QtGui.QPainter.eraseRect?4(QRect) +PyQt5.QtGui.QPainter.eraseRect?4(int, int, int, int) +PyQt5.QtGui.QPainter.fillRect?4(int, int, int, int, QBrush) +PyQt5.QtGui.QPainter.setBrushOrigin?4(int, int) +PyQt5.QtGui.QPainter.setBrushOrigin?4(QPoint) +PyQt5.QtGui.QPainter.drawTiledPixmap?4(QRect, QPixmap, QPoint pos=QPoint()) +PyQt5.QtGui.QPainter.drawTiledPixmap?4(int, int, int, int, QPixmap, int sx=0, int sy=0) +PyQt5.QtGui.QPainter.drawPixmap?4(QRect, QPixmap, QRect) +PyQt5.QtGui.QPainter.drawPixmap?4(QPointF, QPixmap) +PyQt5.QtGui.QPainter.drawPixmap?4(QPoint, QPixmap) +PyQt5.QtGui.QPainter.drawPixmap?4(QRect, QPixmap) +PyQt5.QtGui.QPainter.drawPixmap?4(int, int, QPixmap) +PyQt5.QtGui.QPainter.drawPixmap?4(int, int, int, int, QPixmap) +PyQt5.QtGui.QPainter.drawPixmap?4(int, int, int, int, QPixmap, int, int, int, int) +PyQt5.QtGui.QPainter.drawPixmap?4(int, int, QPixmap, int, int, int, int) +PyQt5.QtGui.QPainter.drawPixmap?4(QPointF, QPixmap, QRectF) +PyQt5.QtGui.QPainter.drawPixmap?4(QPoint, QPixmap, QRect) +PyQt5.QtGui.QPainter.drawImage?4(QRectF, QImage, QRectF, Qt.ImageConversionFlags flags=Qt.AutoColor) +PyQt5.QtGui.QPainter.drawImage?4(QRect, QImage, QRect, Qt.ImageConversionFlags flags=Qt.AutoColor) +PyQt5.QtGui.QPainter.drawImage?4(QPointF, QImage, QRectF, Qt.ImageConversionFlags flags=Qt.AutoColor) +PyQt5.QtGui.QPainter.drawImage?4(QPoint, QImage, QRect, Qt.ImageConversionFlags flags=Qt.AutoColor) +PyQt5.QtGui.QPainter.drawImage?4(QRectF, QImage) +PyQt5.QtGui.QPainter.drawImage?4(QRect, QImage) +PyQt5.QtGui.QPainter.drawImage?4(QPointF, QImage) +PyQt5.QtGui.QPainter.drawImage?4(QPoint, QImage) +PyQt5.QtGui.QPainter.drawImage?4(int, int, QImage, int sx=0, int sy=0, int sw=-1, int sh=-1, Qt.ImageConversionFlags flags=Qt.AutoColor) +PyQt5.QtGui.QPainter.drawText?4(QPoint, str) +PyQt5.QtGui.QPainter.drawText?4(int, int, int, int, int, str) -> QRect +PyQt5.QtGui.QPainter.drawText?4(int, int, str) +PyQt5.QtGui.QPainter.boundingRect?4(int, int, int, int, int, str) -> QRect +PyQt5.QtGui.QPainter.opacity?4() -> float +PyQt5.QtGui.QPainter.setOpacity?4(float) +PyQt5.QtGui.QPainter.translate?4(float, float) +PyQt5.QtGui.QPainter.translate?4(QPoint) +PyQt5.QtGui.QPainter.setViewport?4(int, int, int, int) +PyQt5.QtGui.QPainter.setWindow?4(int, int, int, int) +PyQt5.QtGui.QPainter.worldMatrixEnabled?4() -> bool +PyQt5.QtGui.QPainter.setWorldMatrixEnabled?4(bool) +PyQt5.QtGui.QPainter.drawPicture?4(int, int, QPicture) +PyQt5.QtGui.QPainter.drawPicture?4(QPoint, QPicture) +PyQt5.QtGui.QPainter.setTransform?4(QTransform, bool combine=False) +PyQt5.QtGui.QPainter.transform?4() -> QTransform +PyQt5.QtGui.QPainter.deviceTransform?4() -> QTransform +PyQt5.QtGui.QPainter.resetTransform?4() +PyQt5.QtGui.QPainter.setWorldTransform?4(QTransform, bool combine=False) +PyQt5.QtGui.QPainter.worldTransform?4() -> QTransform +PyQt5.QtGui.QPainter.combinedTransform?4() -> QTransform +PyQt5.QtGui.QPainter.testRenderHint?4(QPainter.RenderHint) -> bool +PyQt5.QtGui.QPainter.drawRoundedRect?4(QRectF, float, float, Qt.SizeMode mode=Qt.AbsoluteSize) +PyQt5.QtGui.QPainter.drawRoundedRect?4(int, int, int, int, float, float, Qt.SizeMode mode=Qt.AbsoluteSize) +PyQt5.QtGui.QPainter.drawRoundedRect?4(QRect, float, float, Qt.SizeMode mode=Qt.AbsoluteSize) +PyQt5.QtGui.QPainter.drawEllipse?4(QPointF, float, float) +PyQt5.QtGui.QPainter.drawEllipse?4(QPoint, int, int) +PyQt5.QtGui.QPainter.fillRect?4(QRectF, QColor) +PyQt5.QtGui.QPainter.fillRect?4(QRect, QColor) +PyQt5.QtGui.QPainter.fillRect?4(int, int, int, int, QColor) +PyQt5.QtGui.QPainter.fillRect?4(int, int, int, int, Qt.GlobalColor) +PyQt5.QtGui.QPainter.fillRect?4(QRect, Qt.GlobalColor) +PyQt5.QtGui.QPainter.fillRect?4(QRectF, Qt.GlobalColor) +PyQt5.QtGui.QPainter.fillRect?4(int, int, int, int, Qt.BrushStyle) +PyQt5.QtGui.QPainter.fillRect?4(QRect, Qt.BrushStyle) +PyQt5.QtGui.QPainter.fillRect?4(QRectF, Qt.BrushStyle) +PyQt5.QtGui.QPainter.beginNativePainting?4() +PyQt5.QtGui.QPainter.endNativePainting?4() +PyQt5.QtGui.QPainter.drawPixmapFragments?4(list-of-QPainter.PixmapFragment, QPixmap, QPainter.PixmapFragmentHints hints=0) +PyQt5.QtGui.QPainter.drawStaticText?4(QPointF, QStaticText) +PyQt5.QtGui.QPainter.drawStaticText?4(QPoint, QStaticText) +PyQt5.QtGui.QPainter.drawStaticText?4(int, int, QStaticText) +PyQt5.QtGui.QPainter.clipBoundingRect?4() -> QRectF +PyQt5.QtGui.QPainter.drawGlyphRun?4(QPointF, QGlyphRun) +PyQt5.QtGui.QPainter.RenderHints?1(QPainter.RenderHints) +PyQt5.QtGui.QPainter.RenderHints.__init__?1(self, QPainter.RenderHints) +PyQt5.QtGui.QPainter.RenderHints?1(int) +PyQt5.QtGui.QPainter.RenderHints.__init__?1(self, int) +PyQt5.QtGui.QPainter.RenderHints?1() +PyQt5.QtGui.QPainter.RenderHints.__init__?1(self) +PyQt5.QtGui.QPainter.PixmapFragment.height?7 +PyQt5.QtGui.QPainter.PixmapFragment.opacity?7 +PyQt5.QtGui.QPainter.PixmapFragment.rotation?7 +PyQt5.QtGui.QPainter.PixmapFragment.scaleX?7 +PyQt5.QtGui.QPainter.PixmapFragment.scaleY?7 +PyQt5.QtGui.QPainter.PixmapFragment.sourceLeft?7 +PyQt5.QtGui.QPainter.PixmapFragment.sourceTop?7 +PyQt5.QtGui.QPainter.PixmapFragment.width?7 +PyQt5.QtGui.QPainter.PixmapFragment.x?7 +PyQt5.QtGui.QPainter.PixmapFragment.y?7 +PyQt5.QtGui.QPainter.PixmapFragment?1() +PyQt5.QtGui.QPainter.PixmapFragment.__init__?1(self) +PyQt5.QtGui.QPainter.PixmapFragment?1(QPainter.PixmapFragment) +PyQt5.QtGui.QPainter.PixmapFragment.__init__?1(self, QPainter.PixmapFragment) +PyQt5.QtGui.QPainter.PixmapFragment.create?4(QPointF, QRectF, float scaleX=1, float scaleY=1, float rotation=0, float opacity=1) -> QPainter.PixmapFragment +PyQt5.QtGui.QPainter.PixmapFragmentHints?1(QPainter.PixmapFragmentHints) +PyQt5.QtGui.QPainter.PixmapFragmentHints.__init__?1(self, QPainter.PixmapFragmentHints) +PyQt5.QtGui.QPainter.PixmapFragmentHints?1(int) +PyQt5.QtGui.QPainter.PixmapFragmentHints.__init__?1(self, int) +PyQt5.QtGui.QPainter.PixmapFragmentHints?1() +PyQt5.QtGui.QPainter.PixmapFragmentHints.__init__?1(self) +PyQt5.QtGui.QTextItem.RenderFlag?10 +PyQt5.QtGui.QTextItem.RightToLeft?10 +PyQt5.QtGui.QTextItem.Overline?10 +PyQt5.QtGui.QTextItem.Underline?10 +PyQt5.QtGui.QTextItem.StrikeOut?10 +PyQt5.QtGui.QTextItem?1() +PyQt5.QtGui.QTextItem.__init__?1(self) +PyQt5.QtGui.QTextItem?1(QTextItem) +PyQt5.QtGui.QTextItem.__init__?1(self, QTextItem) +PyQt5.QtGui.QTextItem.descent?4() -> float +PyQt5.QtGui.QTextItem.ascent?4() -> float +PyQt5.QtGui.QTextItem.width?4() -> float +PyQt5.QtGui.QTextItem.renderFlags?4() -> QTextItem.RenderFlags +PyQt5.QtGui.QTextItem.text?4() -> str +PyQt5.QtGui.QTextItem.font?4() -> QFont +PyQt5.QtGui.QTextItem.RenderFlags?1(QTextItem.RenderFlags) +PyQt5.QtGui.QTextItem.RenderFlags.__init__?1(self, QTextItem.RenderFlags) +PyQt5.QtGui.QTextItem.RenderFlags?1(int) +PyQt5.QtGui.QTextItem.RenderFlags.__init__?1(self, int) +PyQt5.QtGui.QTextItem.RenderFlags?1() +PyQt5.QtGui.QTextItem.RenderFlags.__init__?1(self) +PyQt5.QtGui.QPaintEngine.Type?10 +PyQt5.QtGui.QPaintEngine.X11?10 +PyQt5.QtGui.QPaintEngine.Windows?10 +PyQt5.QtGui.QPaintEngine.QuickDraw?10 +PyQt5.QtGui.QPaintEngine.CoreGraphics?10 +PyQt5.QtGui.QPaintEngine.MacPrinter?10 +PyQt5.QtGui.QPaintEngine.QWindowSystem?10 +PyQt5.QtGui.QPaintEngine.PostScript?10 +PyQt5.QtGui.QPaintEngine.OpenGL?10 +PyQt5.QtGui.QPaintEngine.Picture?10 +PyQt5.QtGui.QPaintEngine.SVG?10 +PyQt5.QtGui.QPaintEngine.Raster?10 +PyQt5.QtGui.QPaintEngine.Direct3D?10 +PyQt5.QtGui.QPaintEngine.Pdf?10 +PyQt5.QtGui.QPaintEngine.OpenVG?10 +PyQt5.QtGui.QPaintEngine.OpenGL2?10 +PyQt5.QtGui.QPaintEngine.PaintBuffer?10 +PyQt5.QtGui.QPaintEngine.Blitter?10 +PyQt5.QtGui.QPaintEngine.Direct2D?10 +PyQt5.QtGui.QPaintEngine.User?10 +PyQt5.QtGui.QPaintEngine.MaxUser?10 +PyQt5.QtGui.QPaintEngine.PolygonDrawMode?10 +PyQt5.QtGui.QPaintEngine.OddEvenMode?10 +PyQt5.QtGui.QPaintEngine.WindingMode?10 +PyQt5.QtGui.QPaintEngine.ConvexMode?10 +PyQt5.QtGui.QPaintEngine.PolylineMode?10 +PyQt5.QtGui.QPaintEngine.DirtyFlag?10 +PyQt5.QtGui.QPaintEngine.DirtyPen?10 +PyQt5.QtGui.QPaintEngine.DirtyBrush?10 +PyQt5.QtGui.QPaintEngine.DirtyBrushOrigin?10 +PyQt5.QtGui.QPaintEngine.DirtyFont?10 +PyQt5.QtGui.QPaintEngine.DirtyBackground?10 +PyQt5.QtGui.QPaintEngine.DirtyBackgroundMode?10 +PyQt5.QtGui.QPaintEngine.DirtyTransform?10 +PyQt5.QtGui.QPaintEngine.DirtyClipRegion?10 +PyQt5.QtGui.QPaintEngine.DirtyClipPath?10 +PyQt5.QtGui.QPaintEngine.DirtyHints?10 +PyQt5.QtGui.QPaintEngine.DirtyCompositionMode?10 +PyQt5.QtGui.QPaintEngine.DirtyClipEnabled?10 +PyQt5.QtGui.QPaintEngine.DirtyOpacity?10 +PyQt5.QtGui.QPaintEngine.AllDirty?10 +PyQt5.QtGui.QPaintEngine.PaintEngineFeature?10 +PyQt5.QtGui.QPaintEngine.PrimitiveTransform?10 +PyQt5.QtGui.QPaintEngine.PatternTransform?10 +PyQt5.QtGui.QPaintEngine.PixmapTransform?10 +PyQt5.QtGui.QPaintEngine.PatternBrush?10 +PyQt5.QtGui.QPaintEngine.LinearGradientFill?10 +PyQt5.QtGui.QPaintEngine.RadialGradientFill?10 +PyQt5.QtGui.QPaintEngine.ConicalGradientFill?10 +PyQt5.QtGui.QPaintEngine.AlphaBlend?10 +PyQt5.QtGui.QPaintEngine.PorterDuff?10 +PyQt5.QtGui.QPaintEngine.PainterPaths?10 +PyQt5.QtGui.QPaintEngine.Antialiasing?10 +PyQt5.QtGui.QPaintEngine.BrushStroke?10 +PyQt5.QtGui.QPaintEngine.ConstantOpacity?10 +PyQt5.QtGui.QPaintEngine.MaskedBrush?10 +PyQt5.QtGui.QPaintEngine.PaintOutsidePaintEvent?10 +PyQt5.QtGui.QPaintEngine.PerspectiveTransform?10 +PyQt5.QtGui.QPaintEngine.BlendModes?10 +PyQt5.QtGui.QPaintEngine.ObjectBoundingModeGradients?10 +PyQt5.QtGui.QPaintEngine.RasterOpModes?10 +PyQt5.QtGui.QPaintEngine.AllFeatures?10 +PyQt5.QtGui.QPaintEngine?1(QPaintEngine.PaintEngineFeatures features=0) +PyQt5.QtGui.QPaintEngine.__init__?1(self, QPaintEngine.PaintEngineFeatures features=0) +PyQt5.QtGui.QPaintEngine.isActive?4() -> bool +PyQt5.QtGui.QPaintEngine.setActive?4(bool) +PyQt5.QtGui.QPaintEngine.begin?4(QPaintDevice) -> bool +PyQt5.QtGui.QPaintEngine.end?4() -> bool +PyQt5.QtGui.QPaintEngine.updateState?4(QPaintEngineState) +PyQt5.QtGui.QPaintEngine.drawRects?4(QRect) +PyQt5.QtGui.QPaintEngine.drawRects?4(QRectF) +PyQt5.QtGui.QPaintEngine.drawLines?4(QLine) +PyQt5.QtGui.QPaintEngine.drawLines?4(QLineF) +PyQt5.QtGui.QPaintEngine.drawEllipse?4(QRectF) +PyQt5.QtGui.QPaintEngine.drawEllipse?4(QRect) +PyQt5.QtGui.QPaintEngine.drawPath?4(QPainterPath) +PyQt5.QtGui.QPaintEngine.drawPoints?4(QPointF) +PyQt5.QtGui.QPaintEngine.drawPoints?4(QPoint) +PyQt5.QtGui.QPaintEngine.drawPolygon?4(QPointF, QPaintEngine.PolygonDrawMode) +PyQt5.QtGui.QPaintEngine.drawPolygon?4(QPoint, QPaintEngine.PolygonDrawMode) +PyQt5.QtGui.QPaintEngine.drawPixmap?4(QRectF, QPixmap, QRectF) +PyQt5.QtGui.QPaintEngine.drawTextItem?4(QPointF, QTextItem) +PyQt5.QtGui.QPaintEngine.drawTiledPixmap?4(QRectF, QPixmap, QPointF) +PyQt5.QtGui.QPaintEngine.drawImage?4(QRectF, QImage, QRectF, Qt.ImageConversionFlags flags=Qt.AutoColor) +PyQt5.QtGui.QPaintEngine.setPaintDevice?4(QPaintDevice) +PyQt5.QtGui.QPaintEngine.paintDevice?4() -> QPaintDevice +PyQt5.QtGui.QPaintEngine.type?4() -> QPaintEngine.Type +PyQt5.QtGui.QPaintEngine.hasFeature?4(QPaintEngine.PaintEngineFeatures) -> bool +PyQt5.QtGui.QPaintEngine.painter?4() -> QPainter +PyQt5.QtGui.QPaintEngine.PaintEngineFeatures?1(QPaintEngine.PaintEngineFeatures) +PyQt5.QtGui.QPaintEngine.PaintEngineFeatures.__init__?1(self, QPaintEngine.PaintEngineFeatures) +PyQt5.QtGui.QPaintEngine.PaintEngineFeatures?1(int) +PyQt5.QtGui.QPaintEngine.PaintEngineFeatures.__init__?1(self, int) +PyQt5.QtGui.QPaintEngine.PaintEngineFeatures?1() +PyQt5.QtGui.QPaintEngine.PaintEngineFeatures.__init__?1(self) +PyQt5.QtGui.QPaintEngine.DirtyFlags?1(QPaintEngine.DirtyFlags) +PyQt5.QtGui.QPaintEngine.DirtyFlags.__init__?1(self, QPaintEngine.DirtyFlags) +PyQt5.QtGui.QPaintEngine.DirtyFlags?1(int) +PyQt5.QtGui.QPaintEngine.DirtyFlags.__init__?1(self, int) +PyQt5.QtGui.QPaintEngine.DirtyFlags?1() +PyQt5.QtGui.QPaintEngine.DirtyFlags.__init__?1(self) +PyQt5.QtGui.QPaintEngineState?1() +PyQt5.QtGui.QPaintEngineState.__init__?1(self) +PyQt5.QtGui.QPaintEngineState?1(QPaintEngineState) +PyQt5.QtGui.QPaintEngineState.__init__?1(self, QPaintEngineState) +PyQt5.QtGui.QPaintEngineState.state?4() -> QPaintEngine.DirtyFlags +PyQt5.QtGui.QPaintEngineState.pen?4() -> QPen +PyQt5.QtGui.QPaintEngineState.brush?4() -> QBrush +PyQt5.QtGui.QPaintEngineState.brushOrigin?4() -> QPointF +PyQt5.QtGui.QPaintEngineState.backgroundBrush?4() -> QBrush +PyQt5.QtGui.QPaintEngineState.backgroundMode?4() -> Qt.BGMode +PyQt5.QtGui.QPaintEngineState.font?4() -> QFont +PyQt5.QtGui.QPaintEngineState.opacity?4() -> float +PyQt5.QtGui.QPaintEngineState.clipOperation?4() -> Qt.ClipOperation +PyQt5.QtGui.QPaintEngineState.clipRegion?4() -> QRegion +PyQt5.QtGui.QPaintEngineState.clipPath?4() -> QPainterPath +PyQt5.QtGui.QPaintEngineState.isClipEnabled?4() -> bool +PyQt5.QtGui.QPaintEngineState.renderHints?4() -> QPainter.RenderHints +PyQt5.QtGui.QPaintEngineState.compositionMode?4() -> QPainter.CompositionMode +PyQt5.QtGui.QPaintEngineState.painter?4() -> QPainter +PyQt5.QtGui.QPaintEngineState.transform?4() -> QTransform +PyQt5.QtGui.QPaintEngineState.brushNeedsResolving?4() -> bool +PyQt5.QtGui.QPaintEngineState.penNeedsResolving?4() -> bool +PyQt5.QtGui.QPainterPath.ElementType?10 +PyQt5.QtGui.QPainterPath.MoveToElement?10 +PyQt5.QtGui.QPainterPath.LineToElement?10 +PyQt5.QtGui.QPainterPath.CurveToElement?10 +PyQt5.QtGui.QPainterPath.CurveToDataElement?10 +PyQt5.QtGui.QPainterPath?1() +PyQt5.QtGui.QPainterPath.__init__?1(self) +PyQt5.QtGui.QPainterPath?1(QPointF) +PyQt5.QtGui.QPainterPath.__init__?1(self, QPointF) +PyQt5.QtGui.QPainterPath?1(QPainterPath) +PyQt5.QtGui.QPainterPath.__init__?1(self, QPainterPath) +PyQt5.QtGui.QPainterPath.closeSubpath?4() +PyQt5.QtGui.QPainterPath.moveTo?4(QPointF) +PyQt5.QtGui.QPainterPath.lineTo?4(QPointF) +PyQt5.QtGui.QPainterPath.arcTo?4(QRectF, float, float) +PyQt5.QtGui.QPainterPath.cubicTo?4(QPointF, QPointF, QPointF) +PyQt5.QtGui.QPainterPath.quadTo?4(QPointF, QPointF) +PyQt5.QtGui.QPainterPath.currentPosition?4() -> QPointF +PyQt5.QtGui.QPainterPath.addRect?4(QRectF) +PyQt5.QtGui.QPainterPath.addEllipse?4(QRectF) +PyQt5.QtGui.QPainterPath.addPolygon?4(QPolygonF) +PyQt5.QtGui.QPainterPath.addText?4(QPointF, QFont, str) +PyQt5.QtGui.QPainterPath.addPath?4(QPainterPath) +PyQt5.QtGui.QPainterPath.addRegion?4(QRegion) +PyQt5.QtGui.QPainterPath.connectPath?4(QPainterPath) +PyQt5.QtGui.QPainterPath.contains?4(QPointF) -> bool +PyQt5.QtGui.QPainterPath.contains?4(QRectF) -> bool +PyQt5.QtGui.QPainterPath.intersects?4(QRectF) -> bool +PyQt5.QtGui.QPainterPath.boundingRect?4() -> QRectF +PyQt5.QtGui.QPainterPath.controlPointRect?4() -> QRectF +PyQt5.QtGui.QPainterPath.fillRule?4() -> Qt.FillRule +PyQt5.QtGui.QPainterPath.setFillRule?4(Qt.FillRule) +PyQt5.QtGui.QPainterPath.toReversed?4() -> QPainterPath +PyQt5.QtGui.QPainterPath.moveTo?4(float, float) +PyQt5.QtGui.QPainterPath.arcMoveTo?4(QRectF, float) +PyQt5.QtGui.QPainterPath.arcMoveTo?4(float, float, float, float, float) +PyQt5.QtGui.QPainterPath.arcTo?4(float, float, float, float, float, float) +PyQt5.QtGui.QPainterPath.lineTo?4(float, float) +PyQt5.QtGui.QPainterPath.cubicTo?4(float, float, float, float, float, float) +PyQt5.QtGui.QPainterPath.quadTo?4(float, float, float, float) +PyQt5.QtGui.QPainterPath.addEllipse?4(float, float, float, float) +PyQt5.QtGui.QPainterPath.addRect?4(float, float, float, float) +PyQt5.QtGui.QPainterPath.addText?4(float, float, QFont, str) +PyQt5.QtGui.QPainterPath.isEmpty?4() -> bool +PyQt5.QtGui.QPainterPath.elementCount?4() -> int +PyQt5.QtGui.QPainterPath.elementAt?4(int) -> QPainterPath.Element +PyQt5.QtGui.QPainterPath.setElementPositionAt?4(int, float, float) +PyQt5.QtGui.QPainterPath.toSubpathPolygons?4(QTransform) -> list-of-QPolygonF +PyQt5.QtGui.QPainterPath.toFillPolygons?4(QTransform) -> list-of-QPolygonF +PyQt5.QtGui.QPainterPath.toFillPolygon?4(QTransform) -> QPolygonF +PyQt5.QtGui.QPainterPath.length?4() -> float +PyQt5.QtGui.QPainterPath.percentAtLength?4(float) -> float +PyQt5.QtGui.QPainterPath.pointAtPercent?4(float) -> QPointF +PyQt5.QtGui.QPainterPath.angleAtPercent?4(float) -> float +PyQt5.QtGui.QPainterPath.slopeAtPercent?4(float) -> float +PyQt5.QtGui.QPainterPath.intersects?4(QPainterPath) -> bool +PyQt5.QtGui.QPainterPath.contains?4(QPainterPath) -> bool +PyQt5.QtGui.QPainterPath.united?4(QPainterPath) -> QPainterPath +PyQt5.QtGui.QPainterPath.intersected?4(QPainterPath) -> QPainterPath +PyQt5.QtGui.QPainterPath.subtracted?4(QPainterPath) -> QPainterPath +PyQt5.QtGui.QPainterPath.addRoundedRect?4(QRectF, float, float, Qt.SizeMode mode=Qt.AbsoluteSize) +PyQt5.QtGui.QPainterPath.addRoundedRect?4(float, float, float, float, float, float, Qt.SizeMode mode=Qt.AbsoluteSize) +PyQt5.QtGui.QPainterPath.addEllipse?4(QPointF, float, float) +PyQt5.QtGui.QPainterPath.simplified?4() -> QPainterPath +PyQt5.QtGui.QPainterPath.translate?4(float, float) +PyQt5.QtGui.QPainterPath.translated?4(float, float) -> QPainterPath +PyQt5.QtGui.QPainterPath.translate?4(QPointF) +PyQt5.QtGui.QPainterPath.translated?4(QPointF) -> QPainterPath +PyQt5.QtGui.QPainterPath.swap?4(QPainterPath) +PyQt5.QtGui.QPainterPath.Element.type?7 +PyQt5.QtGui.QPainterPath.Element.x?7 +PyQt5.QtGui.QPainterPath.Element.y?7 +PyQt5.QtGui.QPainterPath.Element?1() +PyQt5.QtGui.QPainterPath.Element.__init__?1(self) +PyQt5.QtGui.QPainterPath.Element?1(QPainterPath.Element) +PyQt5.QtGui.QPainterPath.Element.__init__?1(self, QPainterPath.Element) +PyQt5.QtGui.QPainterPath.Element.isMoveTo?4() -> bool +PyQt5.QtGui.QPainterPath.Element.isLineTo?4() -> bool +PyQt5.QtGui.QPainterPath.Element.isCurveTo?4() -> bool +PyQt5.QtGui.QPainterPathStroker?1() +PyQt5.QtGui.QPainterPathStroker.__init__?1(self) +PyQt5.QtGui.QPainterPathStroker?1(QPen) +PyQt5.QtGui.QPainterPathStroker.__init__?1(self, QPen) +PyQt5.QtGui.QPainterPathStroker.setWidth?4(float) +PyQt5.QtGui.QPainterPathStroker.width?4() -> float +PyQt5.QtGui.QPainterPathStroker.setCapStyle?4(Qt.PenCapStyle) +PyQt5.QtGui.QPainterPathStroker.capStyle?4() -> Qt.PenCapStyle +PyQt5.QtGui.QPainterPathStroker.setJoinStyle?4(Qt.PenJoinStyle) +PyQt5.QtGui.QPainterPathStroker.joinStyle?4() -> Qt.PenJoinStyle +PyQt5.QtGui.QPainterPathStroker.setMiterLimit?4(float) +PyQt5.QtGui.QPainterPathStroker.miterLimit?4() -> float +PyQt5.QtGui.QPainterPathStroker.setCurveThreshold?4(float) +PyQt5.QtGui.QPainterPathStroker.curveThreshold?4() -> float +PyQt5.QtGui.QPainterPathStroker.setDashPattern?4(Qt.PenStyle) +PyQt5.QtGui.QPainterPathStroker.setDashPattern?4(list-of-float) +PyQt5.QtGui.QPainterPathStroker.dashPattern?4() -> list-of-float +PyQt5.QtGui.QPainterPathStroker.createStroke?4(QPainterPath) -> QPainterPath +PyQt5.QtGui.QPainterPathStroker.setDashOffset?4(float) +PyQt5.QtGui.QPainterPathStroker.dashOffset?4() -> float +PyQt5.QtGui.QPalette.ColorRole?10 +PyQt5.QtGui.QPalette.WindowText?10 +PyQt5.QtGui.QPalette.Foreground?10 +PyQt5.QtGui.QPalette.Button?10 +PyQt5.QtGui.QPalette.Light?10 +PyQt5.QtGui.QPalette.Midlight?10 +PyQt5.QtGui.QPalette.Dark?10 +PyQt5.QtGui.QPalette.Mid?10 +PyQt5.QtGui.QPalette.Text?10 +PyQt5.QtGui.QPalette.BrightText?10 +PyQt5.QtGui.QPalette.ButtonText?10 +PyQt5.QtGui.QPalette.Base?10 +PyQt5.QtGui.QPalette.Window?10 +PyQt5.QtGui.QPalette.Background?10 +PyQt5.QtGui.QPalette.Shadow?10 +PyQt5.QtGui.QPalette.Highlight?10 +PyQt5.QtGui.QPalette.HighlightedText?10 +PyQt5.QtGui.QPalette.Link?10 +PyQt5.QtGui.QPalette.LinkVisited?10 +PyQt5.QtGui.QPalette.AlternateBase?10 +PyQt5.QtGui.QPalette.ToolTipBase?10 +PyQt5.QtGui.QPalette.ToolTipText?10 +PyQt5.QtGui.QPalette.NColorRoles?10 +PyQt5.QtGui.QPalette.NoRole?10 +PyQt5.QtGui.QPalette.ColorGroup?10 +PyQt5.QtGui.QPalette.Active?10 +PyQt5.QtGui.QPalette.Disabled?10 +PyQt5.QtGui.QPalette.Inactive?10 +PyQt5.QtGui.QPalette.NColorGroups?10 +PyQt5.QtGui.QPalette.Current?10 +PyQt5.QtGui.QPalette.All?10 +PyQt5.QtGui.QPalette.Normal?10 +PyQt5.QtGui.QPalette?1() +PyQt5.QtGui.QPalette.__init__?1(self) +PyQt5.QtGui.QPalette?1(QColor) +PyQt5.QtGui.QPalette.__init__?1(self, QColor) +PyQt5.QtGui.QPalette?1(Qt.GlobalColor) +PyQt5.QtGui.QPalette.__init__?1(self, Qt.GlobalColor) +PyQt5.QtGui.QPalette?1(QColor, QColor) +PyQt5.QtGui.QPalette.__init__?1(self, QColor, QColor) +PyQt5.QtGui.QPalette?1(QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush) +PyQt5.QtGui.QPalette.__init__?1(self, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush) +PyQt5.QtGui.QPalette?1(QPalette) +PyQt5.QtGui.QPalette.__init__?1(self, QPalette) +PyQt5.QtGui.QPalette?1(QVariant) +PyQt5.QtGui.QPalette.__init__?1(self, QVariant) +PyQt5.QtGui.QPalette.currentColorGroup?4() -> QPalette.ColorGroup +PyQt5.QtGui.QPalette.setCurrentColorGroup?4(QPalette.ColorGroup) +PyQt5.QtGui.QPalette.color?4(QPalette.ColorGroup, QPalette.ColorRole) -> QColor +PyQt5.QtGui.QPalette.brush?4(QPalette.ColorGroup, QPalette.ColorRole) -> QBrush +PyQt5.QtGui.QPalette.setBrush?4(QPalette.ColorGroup, QPalette.ColorRole, QBrush) +PyQt5.QtGui.QPalette.setColorGroup?4(QPalette.ColorGroup, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush) +PyQt5.QtGui.QPalette.isEqual?4(QPalette.ColorGroup, QPalette.ColorGroup) -> bool +PyQt5.QtGui.QPalette.color?4(QPalette.ColorRole) -> QColor +PyQt5.QtGui.QPalette.brush?4(QPalette.ColorRole) -> QBrush +PyQt5.QtGui.QPalette.windowText?4() -> QBrush +PyQt5.QtGui.QPalette.button?4() -> QBrush +PyQt5.QtGui.QPalette.light?4() -> QBrush +PyQt5.QtGui.QPalette.dark?4() -> QBrush +PyQt5.QtGui.QPalette.mid?4() -> QBrush +PyQt5.QtGui.QPalette.text?4() -> QBrush +PyQt5.QtGui.QPalette.base?4() -> QBrush +PyQt5.QtGui.QPalette.alternateBase?4() -> QBrush +PyQt5.QtGui.QPalette.window?4() -> QBrush +PyQt5.QtGui.QPalette.midlight?4() -> QBrush +PyQt5.QtGui.QPalette.brightText?4() -> QBrush +PyQt5.QtGui.QPalette.buttonText?4() -> QBrush +PyQt5.QtGui.QPalette.shadow?4() -> QBrush +PyQt5.QtGui.QPalette.highlight?4() -> QBrush +PyQt5.QtGui.QPalette.highlightedText?4() -> QBrush +PyQt5.QtGui.QPalette.link?4() -> QBrush +PyQt5.QtGui.QPalette.linkVisited?4() -> QBrush +PyQt5.QtGui.QPalette.toolTipBase?4() -> QBrush +PyQt5.QtGui.QPalette.toolTipText?4() -> QBrush +PyQt5.QtGui.QPalette.isCopyOf?4(QPalette) -> bool +PyQt5.QtGui.QPalette.resolve?4(QPalette) -> QPalette +PyQt5.QtGui.QPalette.resolve?4() -> int +PyQt5.QtGui.QPalette.resolve?4(int) +PyQt5.QtGui.QPalette.setColor?4(QPalette.ColorGroup, QPalette.ColorRole, QColor) +PyQt5.QtGui.QPalette.setColor?4(QPalette.ColorRole, QColor) +PyQt5.QtGui.QPalette.setBrush?4(QPalette.ColorRole, QBrush) +PyQt5.QtGui.QPalette.isBrushSet?4(QPalette.ColorGroup, QPalette.ColorRole) -> bool +PyQt5.QtGui.QPalette.cacheKey?4() -> int +PyQt5.QtGui.QPalette.swap?4(QPalette) +PyQt5.QtGui.QPdfWriter?1(str) +PyQt5.QtGui.QPdfWriter.__init__?1(self, str) +PyQt5.QtGui.QPdfWriter?1(QIODevice) +PyQt5.QtGui.QPdfWriter.__init__?1(self, QIODevice) +PyQt5.QtGui.QPdfWriter.title?4() -> str +PyQt5.QtGui.QPdfWriter.setTitle?4(str) +PyQt5.QtGui.QPdfWriter.creator?4() -> str +PyQt5.QtGui.QPdfWriter.setCreator?4(str) +PyQt5.QtGui.QPdfWriter.newPage?4() -> bool +PyQt5.QtGui.QPdfWriter.setPageSize?4(QPagedPaintDevice.PageSize) +PyQt5.QtGui.QPdfWriter.setPageSizeMM?4(QSizeF) +PyQt5.QtGui.QPdfWriter.setMargins?4(QPagedPaintDevice.Margins) +PyQt5.QtGui.QPdfWriter.paintEngine?4() -> QPaintEngine +PyQt5.QtGui.QPdfWriter.metric?4(QPaintDevice.PaintDeviceMetric) -> int +PyQt5.QtGui.QPdfWriter.setResolution?4(int) +PyQt5.QtGui.QPdfWriter.resolution?4() -> int +PyQt5.QtGui.QPen?1() +PyQt5.QtGui.QPen.__init__?1(self) +PyQt5.QtGui.QPen?1(Qt.PenStyle) +PyQt5.QtGui.QPen.__init__?1(self, Qt.PenStyle) +PyQt5.QtGui.QPen?1(QColor) +PyQt5.QtGui.QPen.__init__?1(self, QColor) +PyQt5.QtGui.QPen?1(QBrush, float, Qt.PenStyle style=Qt.SolidLine, Qt.PenCapStyle cap=Qt.SquareCap, Qt.PenJoinStyle join=Qt.BevelJoin) +PyQt5.QtGui.QPen.__init__?1(self, QBrush, float, Qt.PenStyle style=Qt.SolidLine, Qt.PenCapStyle cap=Qt.SquareCap, Qt.PenJoinStyle join=Qt.BevelJoin) +PyQt5.QtGui.QPen?1(QPen) +PyQt5.QtGui.QPen.__init__?1(self, QPen) +PyQt5.QtGui.QPen?1(QVariant) +PyQt5.QtGui.QPen.__init__?1(self, QVariant) +PyQt5.QtGui.QPen.style?4() -> Qt.PenStyle +PyQt5.QtGui.QPen.setStyle?4(Qt.PenStyle) +PyQt5.QtGui.QPen.widthF?4() -> float +PyQt5.QtGui.QPen.setWidthF?4(float) +PyQt5.QtGui.QPen.width?4() -> int +PyQt5.QtGui.QPen.setWidth?4(int) +PyQt5.QtGui.QPen.color?4() -> QColor +PyQt5.QtGui.QPen.setColor?4(QColor) +PyQt5.QtGui.QPen.brush?4() -> QBrush +PyQt5.QtGui.QPen.setBrush?4(QBrush) +PyQt5.QtGui.QPen.isSolid?4() -> bool +PyQt5.QtGui.QPen.capStyle?4() -> Qt.PenCapStyle +PyQt5.QtGui.QPen.setCapStyle?4(Qt.PenCapStyle) +PyQt5.QtGui.QPen.joinStyle?4() -> Qt.PenJoinStyle +PyQt5.QtGui.QPen.setJoinStyle?4(Qt.PenJoinStyle) +PyQt5.QtGui.QPen.dashPattern?4() -> list-of-float +PyQt5.QtGui.QPen.setDashPattern?4(list-of-float) +PyQt5.QtGui.QPen.miterLimit?4() -> float +PyQt5.QtGui.QPen.setMiterLimit?4(float) +PyQt5.QtGui.QPen.dashOffset?4() -> float +PyQt5.QtGui.QPen.setDashOffset?4(float) +PyQt5.QtGui.QPen.isCosmetic?4() -> bool +PyQt5.QtGui.QPen.setCosmetic?4(bool) +PyQt5.QtGui.QPen.swap?4(QPen) +PyQt5.QtGui.QPicture?1(int formatVersion=-1) +PyQt5.QtGui.QPicture.__init__?1(self, int formatVersion=-1) +PyQt5.QtGui.QPicture?1(QPicture) +PyQt5.QtGui.QPicture.__init__?1(self, QPicture) +PyQt5.QtGui.QPicture.isNull?4() -> bool +PyQt5.QtGui.QPicture.devType?4() -> int +PyQt5.QtGui.QPicture.size?4() -> int +PyQt5.QtGui.QPicture.data?4() -> str +PyQt5.QtGui.QPicture.setData?4(str) +PyQt5.QtGui.QPicture.play?4(QPainter) -> bool +PyQt5.QtGui.QPicture.load?4(QIODevice, str format=None) -> bool +PyQt5.QtGui.QPicture.load?4(str, str format=None) -> bool +PyQt5.QtGui.QPicture.save?4(QIODevice, str format=None) -> bool +PyQt5.QtGui.QPicture.save?4(str, str format=None) -> bool +PyQt5.QtGui.QPicture.boundingRect?4() -> QRect +PyQt5.QtGui.QPicture.setBoundingRect?4(QRect) +PyQt5.QtGui.QPicture.detach?4() +PyQt5.QtGui.QPicture.isDetached?4() -> bool +PyQt5.QtGui.QPicture.paintEngine?4() -> QPaintEngine +PyQt5.QtGui.QPicture.metric?4(QPaintDevice.PaintDeviceMetric) -> int +PyQt5.QtGui.QPicture.swap?4(QPicture) +PyQt5.QtGui.QPictureIO?1() +PyQt5.QtGui.QPictureIO.__init__?1(self) +PyQt5.QtGui.QPictureIO?1(QIODevice, str) +PyQt5.QtGui.QPictureIO.__init__?1(self, QIODevice, str) +PyQt5.QtGui.QPictureIO?1(str, str) +PyQt5.QtGui.QPictureIO.__init__?1(self, str, str) +PyQt5.QtGui.QPictureIO.picture?4() -> QPicture +PyQt5.QtGui.QPictureIO.status?4() -> int +PyQt5.QtGui.QPictureIO.format?4() -> str +PyQt5.QtGui.QPictureIO.ioDevice?4() -> QIODevice +PyQt5.QtGui.QPictureIO.fileName?4() -> str +PyQt5.QtGui.QPictureIO.quality?4() -> int +PyQt5.QtGui.QPictureIO.description?4() -> str +PyQt5.QtGui.QPictureIO.parameters?4() -> str +PyQt5.QtGui.QPictureIO.gamma?4() -> float +PyQt5.QtGui.QPictureIO.setPicture?4(QPicture) +PyQt5.QtGui.QPictureIO.setStatus?4(int) +PyQt5.QtGui.QPictureIO.setFormat?4(str) +PyQt5.QtGui.QPictureIO.setIODevice?4(QIODevice) +PyQt5.QtGui.QPictureIO.setFileName?4(str) +PyQt5.QtGui.QPictureIO.setQuality?4(int) +PyQt5.QtGui.QPictureIO.setDescription?4(str) +PyQt5.QtGui.QPictureIO.setParameters?4(str) +PyQt5.QtGui.QPictureIO.setGamma?4(float) +PyQt5.QtGui.QPictureIO.read?4() -> bool +PyQt5.QtGui.QPictureIO.write?4() -> bool +PyQt5.QtGui.QPictureIO.pictureFormat?4(str) -> QByteArray +PyQt5.QtGui.QPictureIO.pictureFormat?4(QIODevice) -> QByteArray +PyQt5.QtGui.QPictureIO.inputFormats?4() -> list-of-QByteArray +PyQt5.QtGui.QPictureIO.outputFormats?4() -> list-of-QByteArray +PyQt5.QtGui.QPictureIO.defineIOHandler?4(str, str, str, callable, callable) +PyQt5.QtGui.QPixmapCache?1() +PyQt5.QtGui.QPixmapCache.__init__?1(self) +PyQt5.QtGui.QPixmapCache?1(QPixmapCache) +PyQt5.QtGui.QPixmapCache.__init__?1(self, QPixmapCache) +PyQt5.QtGui.QPixmapCache.cacheLimit?4() -> int +PyQt5.QtGui.QPixmapCache.clear?4() +PyQt5.QtGui.QPixmapCache.find?4(str) -> QPixmap +PyQt5.QtGui.QPixmapCache.find?4(QPixmapCache.Key) -> QPixmap +PyQt5.QtGui.QPixmapCache.insert?4(str, QPixmap) -> bool +PyQt5.QtGui.QPixmapCache.insert?4(QPixmap) -> QPixmapCache.Key +PyQt5.QtGui.QPixmapCache.remove?4(str) +PyQt5.QtGui.QPixmapCache.remove?4(QPixmapCache.Key) +PyQt5.QtGui.QPixmapCache.replace?4(QPixmapCache.Key, QPixmap) -> bool +PyQt5.QtGui.QPixmapCache.setCacheLimit?4(int) +PyQt5.QtGui.QPixmapCache.Key?1() +PyQt5.QtGui.QPixmapCache.Key.__init__?1(self) +PyQt5.QtGui.QPixmapCache.Key?1(QPixmapCache.Key) +PyQt5.QtGui.QPixmapCache.Key.__init__?1(self, QPixmapCache.Key) +PyQt5.QtGui.QPolygon?1() +PyQt5.QtGui.QPolygon.__init__?1(self) +PyQt5.QtGui.QPolygon?1(QPolygon) +PyQt5.QtGui.QPolygon.__init__?1(self, QPolygon) +PyQt5.QtGui.QPolygon?1(list-of-QPoint) +PyQt5.QtGui.QPolygon.__init__?1(self, list-of-QPoint) +PyQt5.QtGui.QPolygon?1(QRect, bool closed=False) +PyQt5.QtGui.QPolygon.__init__?1(self, QRect, bool closed=False) +PyQt5.QtGui.QPolygon?1(int) +PyQt5.QtGui.QPolygon.__init__?1(self, int) +PyQt5.QtGui.QPolygon?1(list-of-int) +PyQt5.QtGui.QPolygon.__init__?1(self, list-of-int) +PyQt5.QtGui.QPolygon?1(QVariant) +PyQt5.QtGui.QPolygon.__init__?1(self, QVariant) +PyQt5.QtGui.QPolygon.translate?4(int, int) +PyQt5.QtGui.QPolygon.boundingRect?4() -> QRect +PyQt5.QtGui.QPolygon.point?4(int) -> QPoint +PyQt5.QtGui.QPolygon.setPoints?4(list-of-int) +PyQt5.QtGui.QPolygon.setPoints?4(int, int, ...) +PyQt5.QtGui.QPolygon.putPoints?4(int, int, int, ...) +PyQt5.QtGui.QPolygon.putPoints?4(int, int, QPolygon, int from=0) +PyQt5.QtGui.QPolygon.setPoint?4(int, QPoint) +PyQt5.QtGui.QPolygon.setPoint?4(int, int, int) +PyQt5.QtGui.QPolygon.translate?4(QPoint) +PyQt5.QtGui.QPolygon.containsPoint?4(QPoint, Qt.FillRule) -> bool +PyQt5.QtGui.QPolygon.united?4(QPolygon) -> QPolygon +PyQt5.QtGui.QPolygon.intersected?4(QPolygon) -> QPolygon +PyQt5.QtGui.QPolygon.subtracted?4(QPolygon) -> QPolygon +PyQt5.QtGui.QPolygon.translated?4(int, int) -> QPolygon +PyQt5.QtGui.QPolygon.translated?4(QPoint) -> QPolygon +PyQt5.QtGui.QPolygon.append?4(QPoint) +PyQt5.QtGui.QPolygon.at?4(int) -> QPoint +PyQt5.QtGui.QPolygon.clear?4() +PyQt5.QtGui.QPolygon.contains?4(QPoint) -> bool +PyQt5.QtGui.QPolygon.count?4(QPoint) -> int +PyQt5.QtGui.QPolygon.count?4() -> int +PyQt5.QtGui.QPolygon.data?4() -> sip.voidptr +PyQt5.QtGui.QPolygon.fill?4(QPoint, int size=-1) +PyQt5.QtGui.QPolygon.first?4() -> QPoint +PyQt5.QtGui.QPolygon.indexOf?4(QPoint, int from=0) -> int +PyQt5.QtGui.QPolygon.insert?4(int, QPoint) +PyQt5.QtGui.QPolygon.isEmpty?4() -> bool +PyQt5.QtGui.QPolygon.last?4() -> QPoint +PyQt5.QtGui.QPolygon.lastIndexOf?4(QPoint, int from=-1) -> int +PyQt5.QtGui.QPolygon.mid?4(int, int length=-1) -> QPolygon +PyQt5.QtGui.QPolygon.prepend?4(QPoint) +PyQt5.QtGui.QPolygon.remove?4(int) +PyQt5.QtGui.QPolygon.remove?4(int, int) +PyQt5.QtGui.QPolygon.replace?4(int, QPoint) +PyQt5.QtGui.QPolygon.size?4() -> int +PyQt5.QtGui.QPolygon.value?4(int) -> QPoint +PyQt5.QtGui.QPolygon.value?4(int, QPoint) -> QPoint +PyQt5.QtGui.QPolygon.swap?4(QPolygon) +PyQt5.QtGui.QPolygonF?1() +PyQt5.QtGui.QPolygonF.__init__?1(self) +PyQt5.QtGui.QPolygonF?1(QPolygonF) +PyQt5.QtGui.QPolygonF.__init__?1(self, QPolygonF) +PyQt5.QtGui.QPolygonF?1(list-of-QPointF) +PyQt5.QtGui.QPolygonF.__init__?1(self, list-of-QPointF) +PyQt5.QtGui.QPolygonF?1(QRectF) +PyQt5.QtGui.QPolygonF.__init__?1(self, QRectF) +PyQt5.QtGui.QPolygonF?1(QPolygon) +PyQt5.QtGui.QPolygonF.__init__?1(self, QPolygon) +PyQt5.QtGui.QPolygonF?1(int) +PyQt5.QtGui.QPolygonF.__init__?1(self, int) +PyQt5.QtGui.QPolygonF.translate?4(QPointF) +PyQt5.QtGui.QPolygonF.toPolygon?4() -> QPolygon +PyQt5.QtGui.QPolygonF.isClosed?4() -> bool +PyQt5.QtGui.QPolygonF.boundingRect?4() -> QRectF +PyQt5.QtGui.QPolygonF.translate?4(float, float) +PyQt5.QtGui.QPolygonF.containsPoint?4(QPointF, Qt.FillRule) -> bool +PyQt5.QtGui.QPolygonF.united?4(QPolygonF) -> QPolygonF +PyQt5.QtGui.QPolygonF.intersected?4(QPolygonF) -> QPolygonF +PyQt5.QtGui.QPolygonF.subtracted?4(QPolygonF) -> QPolygonF +PyQt5.QtGui.QPolygonF.translated?4(QPointF) -> QPolygonF +PyQt5.QtGui.QPolygonF.translated?4(float, float) -> QPolygonF +PyQt5.QtGui.QPolygonF.append?4(QPointF) +PyQt5.QtGui.QPolygonF.at?4(int) -> QPointF +PyQt5.QtGui.QPolygonF.clear?4() +PyQt5.QtGui.QPolygonF.contains?4(QPointF) -> bool +PyQt5.QtGui.QPolygonF.count?4(QPointF) -> int +PyQt5.QtGui.QPolygonF.count?4() -> int +PyQt5.QtGui.QPolygonF.data?4() -> sip.voidptr +PyQt5.QtGui.QPolygonF.fill?4(QPointF, int size=-1) +PyQt5.QtGui.QPolygonF.first?4() -> QPointF +PyQt5.QtGui.QPolygonF.indexOf?4(QPointF, int from=0) -> int +PyQt5.QtGui.QPolygonF.insert?4(int, QPointF) +PyQt5.QtGui.QPolygonF.isEmpty?4() -> bool +PyQt5.QtGui.QPolygonF.last?4() -> QPointF +PyQt5.QtGui.QPolygonF.lastIndexOf?4(QPointF, int from=-1) -> int +PyQt5.QtGui.QPolygonF.mid?4(int, int length=-1) -> QPolygonF +PyQt5.QtGui.QPolygonF.prepend?4(QPointF) +PyQt5.QtGui.QPolygonF.remove?4(int) +PyQt5.QtGui.QPolygonF.remove?4(int, int) +PyQt5.QtGui.QPolygonF.replace?4(int, QPointF) +PyQt5.QtGui.QPolygonF.size?4() -> int +PyQt5.QtGui.QPolygonF.value?4(int) -> QPointF +PyQt5.QtGui.QPolygonF.value?4(int, QPointF) -> QPointF +PyQt5.QtGui.QPolygonF.swap?4(QPolygonF) +PyQt5.QtGui.QQuaternion?1() +PyQt5.QtGui.QQuaternion.__init__?1(self) +PyQt5.QtGui.QQuaternion?1(float, float, float, float) +PyQt5.QtGui.QQuaternion.__init__?1(self, float, float, float, float) +PyQt5.QtGui.QQuaternion?1(float, QVector3D) +PyQt5.QtGui.QQuaternion.__init__?1(self, float, QVector3D) +PyQt5.QtGui.QQuaternion?1(QVector4D) +PyQt5.QtGui.QQuaternion.__init__?1(self, QVector4D) +PyQt5.QtGui.QQuaternion?1(QQuaternion) +PyQt5.QtGui.QQuaternion.__init__?1(self, QQuaternion) +PyQt5.QtGui.QQuaternion.length?4() -> float +PyQt5.QtGui.QQuaternion.lengthSquared?4() -> float +PyQt5.QtGui.QQuaternion.normalized?4() -> QQuaternion +PyQt5.QtGui.QQuaternion.normalize?4() +PyQt5.QtGui.QQuaternion.rotatedVector?4(QVector3D) -> QVector3D +PyQt5.QtGui.QQuaternion.fromAxisAndAngle?4(QVector3D, float) -> QQuaternion +PyQt5.QtGui.QQuaternion.fromAxisAndAngle?4(float, float, float, float) -> QQuaternion +PyQt5.QtGui.QQuaternion.slerp?4(QQuaternion, QQuaternion, float) -> QQuaternion +PyQt5.QtGui.QQuaternion.nlerp?4(QQuaternion, QQuaternion, float) -> QQuaternion +PyQt5.QtGui.QQuaternion.isNull?4() -> bool +PyQt5.QtGui.QQuaternion.isIdentity?4() -> bool +PyQt5.QtGui.QQuaternion.x?4() -> float +PyQt5.QtGui.QQuaternion.y?4() -> float +PyQt5.QtGui.QQuaternion.z?4() -> float +PyQt5.QtGui.QQuaternion.scalar?4() -> float +PyQt5.QtGui.QQuaternion.setX?4(float) +PyQt5.QtGui.QQuaternion.setY?4(float) +PyQt5.QtGui.QQuaternion.setZ?4(float) +PyQt5.QtGui.QQuaternion.setScalar?4(float) +PyQt5.QtGui.QQuaternion.conjugate?4() -> QQuaternion +PyQt5.QtGui.QQuaternion.setVector?4(QVector3D) +PyQt5.QtGui.QQuaternion.vector?4() -> QVector3D +PyQt5.QtGui.QQuaternion.setVector?4(float, float, float) +PyQt5.QtGui.QQuaternion.toVector4D?4() -> QVector4D +PyQt5.QtGui.QRawFont.LayoutFlag?10 +PyQt5.QtGui.QRawFont.SeparateAdvances?10 +PyQt5.QtGui.QRawFont.KernedAdvances?10 +PyQt5.QtGui.QRawFont.UseDesignMetrics?10 +PyQt5.QtGui.QRawFont.AntialiasingType?10 +PyQt5.QtGui.QRawFont.PixelAntialiasing?10 +PyQt5.QtGui.QRawFont.SubPixelAntialiasing?10 +PyQt5.QtGui.QRawFont?1() +PyQt5.QtGui.QRawFont.__init__?1(self) +PyQt5.QtGui.QRawFont?1(str, float, QFont.HintingPreference hintingPreference=QFont.PreferDefaultHinting) +PyQt5.QtGui.QRawFont.__init__?1(self, str, float, QFont.HintingPreference hintingPreference=QFont.PreferDefaultHinting) +PyQt5.QtGui.QRawFont?1(QByteArray, float, QFont.HintingPreference hintingPreference=QFont.PreferDefaultHinting) +PyQt5.QtGui.QRawFont.__init__?1(self, QByteArray, float, QFont.HintingPreference hintingPreference=QFont.PreferDefaultHinting) +PyQt5.QtGui.QRawFont?1(QRawFont) +PyQt5.QtGui.QRawFont.__init__?1(self, QRawFont) +PyQt5.QtGui.QRawFont.isValid?4() -> bool +PyQt5.QtGui.QRawFont.familyName?4() -> str +PyQt5.QtGui.QRawFont.styleName?4() -> str +PyQt5.QtGui.QRawFont.style?4() -> QFont.Style +PyQt5.QtGui.QRawFont.weight?4() -> int +PyQt5.QtGui.QRawFont.glyphIndexesForString?4(str) -> list-of-int +PyQt5.QtGui.QRawFont.advancesForGlyphIndexes?4(list-of-int) -> list-of-QPointF +PyQt5.QtGui.QRawFont.advancesForGlyphIndexes?4(list-of-int, QRawFont.LayoutFlags) -> list-of-QPointF +PyQt5.QtGui.QRawFont.alphaMapForGlyph?4(int, QRawFont.AntialiasingType antialiasingType=QRawFont.SubPixelAntialiasing, QTransform transform=QTransform()) -> QImage +PyQt5.QtGui.QRawFont.pathForGlyph?4(int) -> QPainterPath +PyQt5.QtGui.QRawFont.setPixelSize?4(float) +PyQt5.QtGui.QRawFont.pixelSize?4() -> float +PyQt5.QtGui.QRawFont.hintingPreference?4() -> QFont.HintingPreference +PyQt5.QtGui.QRawFont.ascent?4() -> float +PyQt5.QtGui.QRawFont.descent?4() -> float +PyQt5.QtGui.QRawFont.leading?4() -> float +PyQt5.QtGui.QRawFont.xHeight?4() -> float +PyQt5.QtGui.QRawFont.averageCharWidth?4() -> float +PyQt5.QtGui.QRawFont.maxCharWidth?4() -> float +PyQt5.QtGui.QRawFont.unitsPerEm?4() -> float +PyQt5.QtGui.QRawFont.loadFromFile?4(str, float, QFont.HintingPreference) +PyQt5.QtGui.QRawFont.loadFromData?4(QByteArray, float, QFont.HintingPreference) +PyQt5.QtGui.QRawFont.supportsCharacter?4(int) -> bool +PyQt5.QtGui.QRawFont.supportsCharacter?4(str) -> bool +PyQt5.QtGui.QRawFont.supportedWritingSystems?4() -> list-of-QFontDatabase.WritingSystem +PyQt5.QtGui.QRawFont.fontTable?4(str) -> QByteArray +PyQt5.QtGui.QRawFont.fromFont?4(QFont, QFontDatabase.WritingSystem writingSystem=QFontDatabase.Any) -> QRawFont +PyQt5.QtGui.QRawFont.boundingRect?4(int) -> QRectF +PyQt5.QtGui.QRawFont.lineThickness?4() -> float +PyQt5.QtGui.QRawFont.underlinePosition?4() -> float +PyQt5.QtGui.QRawFont.swap?4(QRawFont) +PyQt5.QtGui.QRawFont.LayoutFlags?1(QRawFont.LayoutFlags) +PyQt5.QtGui.QRawFont.LayoutFlags.__init__?1(self, QRawFont.LayoutFlags) +PyQt5.QtGui.QRawFont.LayoutFlags?1(int) +PyQt5.QtGui.QRawFont.LayoutFlags.__init__?1(self, int) +PyQt5.QtGui.QRawFont.LayoutFlags?1() +PyQt5.QtGui.QRawFont.LayoutFlags.__init__?1(self) +PyQt5.QtGui.QRegion.RegionType?10 +PyQt5.QtGui.QRegion.Rectangle?10 +PyQt5.QtGui.QRegion.Ellipse?10 +PyQt5.QtGui.QRegion?1() +PyQt5.QtGui.QRegion.__init__?1(self) +PyQt5.QtGui.QRegion?1(int, int, int, int, QRegion.RegionType type=QRegion.Rectangle) +PyQt5.QtGui.QRegion.__init__?1(self, int, int, int, int, QRegion.RegionType type=QRegion.Rectangle) +PyQt5.QtGui.QRegion?1(QRect, QRegion.RegionType type=QRegion.Rectangle) +PyQt5.QtGui.QRegion.__init__?1(self, QRect, QRegion.RegionType type=QRegion.Rectangle) +PyQt5.QtGui.QRegion?1(QPolygon, Qt.FillRule fillRule=Qt.OddEvenFill) +PyQt5.QtGui.QRegion.__init__?1(self, QPolygon, Qt.FillRule fillRule=Qt.OddEvenFill) +PyQt5.QtGui.QRegion?1(QBitmap) +PyQt5.QtGui.QRegion.__init__?1(self, QBitmap) +PyQt5.QtGui.QRegion?1(QRegion) +PyQt5.QtGui.QRegion.__init__?1(self, QRegion) +PyQt5.QtGui.QRegion?1(QVariant) +PyQt5.QtGui.QRegion.__init__?1(self, QVariant) +PyQt5.QtGui.QRegion.isEmpty?4() -> bool +PyQt5.QtGui.QRegion.contains?4(QPoint) -> bool +PyQt5.QtGui.QRegion.contains?4(QRect) -> bool +PyQt5.QtGui.QRegion.translate?4(int, int) +PyQt5.QtGui.QRegion.translate?4(QPoint) +PyQt5.QtGui.QRegion.translated?4(int, int) -> QRegion +PyQt5.QtGui.QRegion.translated?4(QPoint) -> QRegion +PyQt5.QtGui.QRegion.united?4(QRegion) -> QRegion +PyQt5.QtGui.QRegion.united?4(QRect) -> QRegion +PyQt5.QtGui.QRegion.boundingRect?4() -> QRect +PyQt5.QtGui.QRegion.rects?4() -> list-of-QRect +PyQt5.QtGui.QRegion.intersected?4(QRegion) -> QRegion +PyQt5.QtGui.QRegion.intersected?4(QRect) -> QRegion +PyQt5.QtGui.QRegion.subtracted?4(QRegion) -> QRegion +PyQt5.QtGui.QRegion.xored?4(QRegion) -> QRegion +PyQt5.QtGui.QRegion.intersects?4(QRegion) -> bool +PyQt5.QtGui.QRegion.intersects?4(QRect) -> bool +PyQt5.QtGui.QRegion.rectCount?4() -> int +PyQt5.QtGui.QRegion.swap?4(QRegion) +PyQt5.QtGui.QRegion.isNull?4() -> bool +PyQt5.QtGui.QScreen.name?4() -> str +PyQt5.QtGui.QScreen.depth?4() -> int +PyQt5.QtGui.QScreen.size?4() -> QSize +PyQt5.QtGui.QScreen.geometry?4() -> QRect +PyQt5.QtGui.QScreen.physicalSize?4() -> QSizeF +PyQt5.QtGui.QScreen.physicalDotsPerInchX?4() -> float +PyQt5.QtGui.QScreen.physicalDotsPerInchY?4() -> float +PyQt5.QtGui.QScreen.physicalDotsPerInch?4() -> float +PyQt5.QtGui.QScreen.logicalDotsPerInchX?4() -> float +PyQt5.QtGui.QScreen.logicalDotsPerInchY?4() -> float +PyQt5.QtGui.QScreen.logicalDotsPerInch?4() -> float +PyQt5.QtGui.QScreen.availableSize?4() -> QSize +PyQt5.QtGui.QScreen.availableGeometry?4() -> QRect +PyQt5.QtGui.QScreen.virtualSiblings?4() -> list-of-QScreen +PyQt5.QtGui.QScreen.virtualSize?4() -> QSize +PyQt5.QtGui.QScreen.virtualGeometry?4() -> QRect +PyQt5.QtGui.QScreen.availableVirtualSize?4() -> QSize +PyQt5.QtGui.QScreen.availableVirtualGeometry?4() -> QRect +PyQt5.QtGui.QScreen.nativeOrientation?4() -> Qt.ScreenOrientation +PyQt5.QtGui.QScreen.primaryOrientation?4() -> Qt.ScreenOrientation +PyQt5.QtGui.QScreen.orientation?4() -> Qt.ScreenOrientation +PyQt5.QtGui.QScreen.orientationUpdateMask?4() -> Qt.ScreenOrientations +PyQt5.QtGui.QScreen.setOrientationUpdateMask?4(Qt.ScreenOrientations) +PyQt5.QtGui.QScreen.angleBetween?4(Qt.ScreenOrientation, Qt.ScreenOrientation) -> int +PyQt5.QtGui.QScreen.transformBetween?4(Qt.ScreenOrientation, Qt.ScreenOrientation, QRect) -> QTransform +PyQt5.QtGui.QScreen.mapBetween?4(Qt.ScreenOrientation, Qt.ScreenOrientation, QRect) -> QRect +PyQt5.QtGui.QScreen.isPortrait?4(Qt.ScreenOrientation) -> bool +PyQt5.QtGui.QScreen.isLandscape?4(Qt.ScreenOrientation) -> bool +PyQt5.QtGui.QScreen.grabWindow?4(sip.voidptr, int x=0, int y=0, int width=-1, int height=-1) -> QPixmap +PyQt5.QtGui.QScreen.refreshRate?4() -> float +PyQt5.QtGui.QScreen.devicePixelRatio?4() -> float +PyQt5.QtGui.QScreen.geometryChanged?4(QRect) +PyQt5.QtGui.QScreen.physicalDotsPerInchChanged?4(float) +PyQt5.QtGui.QScreen.logicalDotsPerInchChanged?4(float) +PyQt5.QtGui.QScreen.primaryOrientationChanged?4(Qt.ScreenOrientation) +PyQt5.QtGui.QScreen.orientationChanged?4(Qt.ScreenOrientation) +PyQt5.QtGui.QScreen.refreshRateChanged?4(float) +PyQt5.QtGui.QScreen.physicalSizeChanged?4(QSizeF) +PyQt5.QtGui.QScreen.virtualGeometryChanged?4(QRect) +PyQt5.QtGui.QSessionManager.RestartHint?10 +PyQt5.QtGui.QSessionManager.RestartIfRunning?10 +PyQt5.QtGui.QSessionManager.RestartAnyway?10 +PyQt5.QtGui.QSessionManager.RestartImmediately?10 +PyQt5.QtGui.QSessionManager.RestartNever?10 +PyQt5.QtGui.QSessionManager.sessionId?4() -> str +PyQt5.QtGui.QSessionManager.sessionKey?4() -> str +PyQt5.QtGui.QSessionManager.allowsInteraction?4() -> bool +PyQt5.QtGui.QSessionManager.allowsErrorInteraction?4() -> bool +PyQt5.QtGui.QSessionManager.release?4() +PyQt5.QtGui.QSessionManager.cancel?4() +PyQt5.QtGui.QSessionManager.setRestartHint?4(QSessionManager.RestartHint) +PyQt5.QtGui.QSessionManager.restartHint?4() -> QSessionManager.RestartHint +PyQt5.QtGui.QSessionManager.setRestartCommand?4(list-of-str) +PyQt5.QtGui.QSessionManager.restartCommand?4() -> list-of-str +PyQt5.QtGui.QSessionManager.setDiscardCommand?4(list-of-str) +PyQt5.QtGui.QSessionManager.discardCommand?4() -> list-of-str +PyQt5.QtGui.QSessionManager.setManagerProperty?4(str, str) +PyQt5.QtGui.QSessionManager.setManagerProperty?4(str, list-of-str) +PyQt5.QtGui.QSessionManager.isPhase2?4() -> bool +PyQt5.QtGui.QSessionManager.requestPhase2?4() +PyQt5.QtGui.QStandardItemModel?1(QObject parent=None) +PyQt5.QtGui.QStandardItemModel.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QStandardItemModel?1(int, int, QObject parent=None) +PyQt5.QtGui.QStandardItemModel.__init__?1(self, int, int, QObject parent=None) +PyQt5.QtGui.QStandardItemModel.index?4(int, int, QModelIndex parent=QModelIndex()) -> QModelIndex +PyQt5.QtGui.QStandardItemModel.parent?4(QModelIndex) -> QModelIndex +PyQt5.QtGui.QStandardItemModel.parent?4() -> QObject +PyQt5.QtGui.QStandardItemModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtGui.QStandardItemModel.columnCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtGui.QStandardItemModel.hasChildren?4(QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtGui.QStandardItemModel.data?4(QModelIndex, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtGui.QStandardItemModel.setData?4(QModelIndex, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtGui.QStandardItemModel.headerData?4(int, Qt.Orientation, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtGui.QStandardItemModel.setHeaderData?4(int, Qt.Orientation, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtGui.QStandardItemModel.insertRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtGui.QStandardItemModel.insertColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtGui.QStandardItemModel.removeRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtGui.QStandardItemModel.removeColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtGui.QStandardItemModel.flags?4(QModelIndex) -> Qt.ItemFlags +PyQt5.QtGui.QStandardItemModel.clear?4() +PyQt5.QtGui.QStandardItemModel.supportedDropActions?4() -> Qt.DropActions +PyQt5.QtGui.QStandardItemModel.itemData?4(QModelIndex) -> dict-of-int-QVariant +PyQt5.QtGui.QStandardItemModel.setItemData?4(QModelIndex, dict-of-int-QVariant) -> bool +PyQt5.QtGui.QStandardItemModel.sort?4(int, Qt.SortOrder order=Qt.AscendingOrder) +PyQt5.QtGui.QStandardItemModel.itemFromIndex?4(QModelIndex) -> QStandardItem +PyQt5.QtGui.QStandardItemModel.indexFromItem?4(QStandardItem) -> QModelIndex +PyQt5.QtGui.QStandardItemModel.item?4(int, int column=0) -> QStandardItem +PyQt5.QtGui.QStandardItemModel.setItem?4(int, int, QStandardItem) +PyQt5.QtGui.QStandardItemModel.setItem?4(int, QStandardItem) +PyQt5.QtGui.QStandardItemModel.invisibleRootItem?4() -> QStandardItem +PyQt5.QtGui.QStandardItemModel.horizontalHeaderItem?4(int) -> QStandardItem +PyQt5.QtGui.QStandardItemModel.setHorizontalHeaderItem?4(int, QStandardItem) +PyQt5.QtGui.QStandardItemModel.verticalHeaderItem?4(int) -> QStandardItem +PyQt5.QtGui.QStandardItemModel.setVerticalHeaderItem?4(int, QStandardItem) +PyQt5.QtGui.QStandardItemModel.setHorizontalHeaderLabels?4(list-of-str) +PyQt5.QtGui.QStandardItemModel.setVerticalHeaderLabels?4(list-of-str) +PyQt5.QtGui.QStandardItemModel.setRowCount?4(int) +PyQt5.QtGui.QStandardItemModel.setColumnCount?4(int) +PyQt5.QtGui.QStandardItemModel.appendRow?4(list-of-QStandardItem) +PyQt5.QtGui.QStandardItemModel.appendColumn?4(list-of-QStandardItem) +PyQt5.QtGui.QStandardItemModel.insertRow?4(int, list-of-QStandardItem) +PyQt5.QtGui.QStandardItemModel.insertColumn?4(int, list-of-QStandardItem) +PyQt5.QtGui.QStandardItemModel.takeItem?4(int, int column=0) -> QStandardItem +PyQt5.QtGui.QStandardItemModel.takeRow?4(int) -> list-of-QStandardItem +PyQt5.QtGui.QStandardItemModel.takeColumn?4(int) -> list-of-QStandardItem +PyQt5.QtGui.QStandardItemModel.takeHorizontalHeaderItem?4(int) -> QStandardItem +PyQt5.QtGui.QStandardItemModel.takeVerticalHeaderItem?4(int) -> QStandardItem +PyQt5.QtGui.QStandardItemModel.itemPrototype?4() -> QStandardItem +PyQt5.QtGui.QStandardItemModel.setItemPrototype?4(QStandardItem) +PyQt5.QtGui.QStandardItemModel.findItems?4(str, Qt.MatchFlags flags=Qt.MatchExactly, int column=0) -> list-of-QStandardItem +PyQt5.QtGui.QStandardItemModel.sortRole?4() -> int +PyQt5.QtGui.QStandardItemModel.setSortRole?4(int) +PyQt5.QtGui.QStandardItemModel.appendRow?4(QStandardItem) +PyQt5.QtGui.QStandardItemModel.insertRow?4(int, QStandardItem) +PyQt5.QtGui.QStandardItemModel.insertRow?4(int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtGui.QStandardItemModel.insertColumn?4(int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtGui.QStandardItemModel.mimeTypes?4() -> list-of-str +PyQt5.QtGui.QStandardItemModel.mimeData?4(list-of-QModelIndex) -> QMimeData +PyQt5.QtGui.QStandardItemModel.dropMimeData?4(QMimeData, Qt.DropAction, int, int, QModelIndex) -> bool +PyQt5.QtGui.QStandardItemModel.sibling?4(int, int, QModelIndex) -> QModelIndex +PyQt5.QtGui.QStandardItemModel.itemChanged?4(QStandardItem) +PyQt5.QtGui.QStandardItem.ItemType?10 +PyQt5.QtGui.QStandardItem.Type?10 +PyQt5.QtGui.QStandardItem.UserType?10 +PyQt5.QtGui.QStandardItem?1() +PyQt5.QtGui.QStandardItem.__init__?1(self) +PyQt5.QtGui.QStandardItem?1(str) +PyQt5.QtGui.QStandardItem.__init__?1(self, str) +PyQt5.QtGui.QStandardItem?1(QIcon, str) +PyQt5.QtGui.QStandardItem.__init__?1(self, QIcon, str) +PyQt5.QtGui.QStandardItem?1(int, int columns=1) +PyQt5.QtGui.QStandardItem.__init__?1(self, int, int columns=1) +PyQt5.QtGui.QStandardItem?1(QStandardItem) +PyQt5.QtGui.QStandardItem.__init__?1(self, QStandardItem) +PyQt5.QtGui.QStandardItem.data?4(int role=Qt.UserRole+1) -> QVariant +PyQt5.QtGui.QStandardItem.setData?4(QVariant, int role=Qt.UserRole+1) +PyQt5.QtGui.QStandardItem.text?4() -> str +PyQt5.QtGui.QStandardItem.icon?4() -> QIcon +PyQt5.QtGui.QStandardItem.toolTip?4() -> str +PyQt5.QtGui.QStandardItem.statusTip?4() -> str +PyQt5.QtGui.QStandardItem.whatsThis?4() -> str +PyQt5.QtGui.QStandardItem.sizeHint?4() -> QSize +PyQt5.QtGui.QStandardItem.font?4() -> QFont +PyQt5.QtGui.QStandardItem.textAlignment?4() -> Qt.Alignment +PyQt5.QtGui.QStandardItem.background?4() -> QBrush +PyQt5.QtGui.QStandardItem.foreground?4() -> QBrush +PyQt5.QtGui.QStandardItem.checkState?4() -> Qt.CheckState +PyQt5.QtGui.QStandardItem.accessibleText?4() -> str +PyQt5.QtGui.QStandardItem.accessibleDescription?4() -> str +PyQt5.QtGui.QStandardItem.flags?4() -> Qt.ItemFlags +PyQt5.QtGui.QStandardItem.setFlags?4(Qt.ItemFlags) +PyQt5.QtGui.QStandardItem.isEnabled?4() -> bool +PyQt5.QtGui.QStandardItem.setEnabled?4(bool) +PyQt5.QtGui.QStandardItem.isEditable?4() -> bool +PyQt5.QtGui.QStandardItem.setEditable?4(bool) +PyQt5.QtGui.QStandardItem.isSelectable?4() -> bool +PyQt5.QtGui.QStandardItem.setSelectable?4(bool) +PyQt5.QtGui.QStandardItem.isCheckable?4() -> bool +PyQt5.QtGui.QStandardItem.setCheckable?4(bool) +PyQt5.QtGui.QStandardItem.isTristate?4() -> bool +PyQt5.QtGui.QStandardItem.setTristate?4(bool) +PyQt5.QtGui.QStandardItem.isDragEnabled?4() -> bool +PyQt5.QtGui.QStandardItem.setDragEnabled?4(bool) +PyQt5.QtGui.QStandardItem.isDropEnabled?4() -> bool +PyQt5.QtGui.QStandardItem.setDropEnabled?4(bool) +PyQt5.QtGui.QStandardItem.parent?4() -> QStandardItem +PyQt5.QtGui.QStandardItem.row?4() -> int +PyQt5.QtGui.QStandardItem.column?4() -> int +PyQt5.QtGui.QStandardItem.index?4() -> QModelIndex +PyQt5.QtGui.QStandardItem.model?4() -> QStandardItemModel +PyQt5.QtGui.QStandardItem.rowCount?4() -> int +PyQt5.QtGui.QStandardItem.setRowCount?4(int) +PyQt5.QtGui.QStandardItem.columnCount?4() -> int +PyQt5.QtGui.QStandardItem.setColumnCount?4(int) +PyQt5.QtGui.QStandardItem.hasChildren?4() -> bool +PyQt5.QtGui.QStandardItem.child?4(int, int column=0) -> QStandardItem +PyQt5.QtGui.QStandardItem.setChild?4(int, int, QStandardItem) +PyQt5.QtGui.QStandardItem.setChild?4(int, QStandardItem) +PyQt5.QtGui.QStandardItem.insertRow?4(int, list-of-QStandardItem) +PyQt5.QtGui.QStandardItem.insertRow?4(int, QStandardItem) +PyQt5.QtGui.QStandardItem.insertRows?4(int, int) +PyQt5.QtGui.QStandardItem.insertColumn?4(int, list-of-QStandardItem) +PyQt5.QtGui.QStandardItem.insertColumns?4(int, int) +PyQt5.QtGui.QStandardItem.removeRow?4(int) +PyQt5.QtGui.QStandardItem.removeColumn?4(int) +PyQt5.QtGui.QStandardItem.removeRows?4(int, int) +PyQt5.QtGui.QStandardItem.removeColumns?4(int, int) +PyQt5.QtGui.QStandardItem.takeChild?4(int, int column=0) -> QStandardItem +PyQt5.QtGui.QStandardItem.takeRow?4(int) -> list-of-QStandardItem +PyQt5.QtGui.QStandardItem.takeColumn?4(int) -> list-of-QStandardItem +PyQt5.QtGui.QStandardItem.sortChildren?4(int, Qt.SortOrder order=Qt.AscendingOrder) +PyQt5.QtGui.QStandardItem.clone?4() -> QStandardItem +PyQt5.QtGui.QStandardItem.type?4() -> int +PyQt5.QtGui.QStandardItem.read?4(QDataStream) +PyQt5.QtGui.QStandardItem.write?4(QDataStream) +PyQt5.QtGui.QStandardItem.setText?4(str) +PyQt5.QtGui.QStandardItem.setIcon?4(QIcon) +PyQt5.QtGui.QStandardItem.setToolTip?4(str) +PyQt5.QtGui.QStandardItem.setStatusTip?4(str) +PyQt5.QtGui.QStandardItem.setWhatsThis?4(str) +PyQt5.QtGui.QStandardItem.setSizeHint?4(QSize) +PyQt5.QtGui.QStandardItem.setFont?4(QFont) +PyQt5.QtGui.QStandardItem.setTextAlignment?4(Qt.Alignment) +PyQt5.QtGui.QStandardItem.setBackground?4(QBrush) +PyQt5.QtGui.QStandardItem.setForeground?4(QBrush) +PyQt5.QtGui.QStandardItem.setCheckState?4(Qt.CheckState) +PyQt5.QtGui.QStandardItem.setAccessibleText?4(str) +PyQt5.QtGui.QStandardItem.setAccessibleDescription?4(str) +PyQt5.QtGui.QStandardItem.appendRow?4(list-of-QStandardItem) +PyQt5.QtGui.QStandardItem.appendRow?4(QStandardItem) +PyQt5.QtGui.QStandardItem.appendColumn?4(list-of-QStandardItem) +PyQt5.QtGui.QStandardItem.insertRows?4(int, list-of-QStandardItem) +PyQt5.QtGui.QStandardItem.appendRows?4(list-of-QStandardItem) +PyQt5.QtGui.QStandardItem.emitDataChanged?4() +PyQt5.QtGui.QStaticText.PerformanceHint?10 +PyQt5.QtGui.QStaticText.ModerateCaching?10 +PyQt5.QtGui.QStaticText.AggressiveCaching?10 +PyQt5.QtGui.QStaticText?1() +PyQt5.QtGui.QStaticText.__init__?1(self) +PyQt5.QtGui.QStaticText?1(str) +PyQt5.QtGui.QStaticText.__init__?1(self, str) +PyQt5.QtGui.QStaticText?1(QStaticText) +PyQt5.QtGui.QStaticText.__init__?1(self, QStaticText) +PyQt5.QtGui.QStaticText.setText?4(str) +PyQt5.QtGui.QStaticText.text?4() -> str +PyQt5.QtGui.QStaticText.setTextFormat?4(Qt.TextFormat) +PyQt5.QtGui.QStaticText.textFormat?4() -> Qt.TextFormat +PyQt5.QtGui.QStaticText.setTextWidth?4(float) +PyQt5.QtGui.QStaticText.textWidth?4() -> float +PyQt5.QtGui.QStaticText.setTextOption?4(QTextOption) +PyQt5.QtGui.QStaticText.textOption?4() -> QTextOption +PyQt5.QtGui.QStaticText.size?4() -> QSizeF +PyQt5.QtGui.QStaticText.prepare?4(QTransform matrix=QTransform(), QFont font=QFont()) +PyQt5.QtGui.QStaticText.setPerformanceHint?4(QStaticText.PerformanceHint) +PyQt5.QtGui.QStaticText.performanceHint?4() -> QStaticText.PerformanceHint +PyQt5.QtGui.QStaticText.swap?4(QStaticText) +PyQt5.QtGui.QStyleHints.mouseDoubleClickInterval?4() -> int +PyQt5.QtGui.QStyleHints.startDragDistance?4() -> int +PyQt5.QtGui.QStyleHints.startDragTime?4() -> int +PyQt5.QtGui.QStyleHints.startDragVelocity?4() -> int +PyQt5.QtGui.QStyleHints.keyboardInputInterval?4() -> int +PyQt5.QtGui.QStyleHints.keyboardAutoRepeatRate?4() -> int +PyQt5.QtGui.QStyleHints.cursorFlashTime?4() -> int +PyQt5.QtGui.QStyleHints.showIsFullScreen?4() -> bool +PyQt5.QtGui.QStyleHints.passwordMaskDelay?4() -> int +PyQt5.QtGui.QStyleHints.fontSmoothingGamma?4() -> float +PyQt5.QtGui.QStyleHints.useRtlExtensions?4() -> bool +PyQt5.QtGui.QStyleHints.passwordMaskCharacter?4() -> str +PyQt5.QtGui.QStyleHints.setFocusOnTouchRelease?4() -> bool +PyQt5.QtGui.QStyleHints.mousePressAndHoldInterval?4() -> int +PyQt5.QtGui.QSurfaceFormat.OpenGLContextProfile?10 +PyQt5.QtGui.QSurfaceFormat.NoProfile?10 +PyQt5.QtGui.QSurfaceFormat.CoreProfile?10 +PyQt5.QtGui.QSurfaceFormat.CompatibilityProfile?10 +PyQt5.QtGui.QSurfaceFormat.RenderableType?10 +PyQt5.QtGui.QSurfaceFormat.DefaultRenderableType?10 +PyQt5.QtGui.QSurfaceFormat.OpenGL?10 +PyQt5.QtGui.QSurfaceFormat.OpenGLES?10 +PyQt5.QtGui.QSurfaceFormat.OpenVG?10 +PyQt5.QtGui.QSurfaceFormat.SwapBehavior?10 +PyQt5.QtGui.QSurfaceFormat.DefaultSwapBehavior?10 +PyQt5.QtGui.QSurfaceFormat.SingleBuffer?10 +PyQt5.QtGui.QSurfaceFormat.DoubleBuffer?10 +PyQt5.QtGui.QSurfaceFormat.TripleBuffer?10 +PyQt5.QtGui.QSurfaceFormat.FormatOption?10 +PyQt5.QtGui.QSurfaceFormat.StereoBuffers?10 +PyQt5.QtGui.QSurfaceFormat.DebugContext?10 +PyQt5.QtGui.QSurfaceFormat.DeprecatedFunctions?10 +PyQt5.QtGui.QSurfaceFormat?1() +PyQt5.QtGui.QSurfaceFormat.__init__?1(self) +PyQt5.QtGui.QSurfaceFormat?1(QSurfaceFormat.FormatOptions) +PyQt5.QtGui.QSurfaceFormat.__init__?1(self, QSurfaceFormat.FormatOptions) +PyQt5.QtGui.QSurfaceFormat?1(QSurfaceFormat) +PyQt5.QtGui.QSurfaceFormat.__init__?1(self, QSurfaceFormat) +PyQt5.QtGui.QSurfaceFormat.setDepthBufferSize?4(int) +PyQt5.QtGui.QSurfaceFormat.depthBufferSize?4() -> int +PyQt5.QtGui.QSurfaceFormat.setStencilBufferSize?4(int) +PyQt5.QtGui.QSurfaceFormat.stencilBufferSize?4() -> int +PyQt5.QtGui.QSurfaceFormat.setRedBufferSize?4(int) +PyQt5.QtGui.QSurfaceFormat.redBufferSize?4() -> int +PyQt5.QtGui.QSurfaceFormat.setGreenBufferSize?4(int) +PyQt5.QtGui.QSurfaceFormat.greenBufferSize?4() -> int +PyQt5.QtGui.QSurfaceFormat.setBlueBufferSize?4(int) +PyQt5.QtGui.QSurfaceFormat.blueBufferSize?4() -> int +PyQt5.QtGui.QSurfaceFormat.setAlphaBufferSize?4(int) +PyQt5.QtGui.QSurfaceFormat.alphaBufferSize?4() -> int +PyQt5.QtGui.QSurfaceFormat.setSamples?4(int) +PyQt5.QtGui.QSurfaceFormat.samples?4() -> int +PyQt5.QtGui.QSurfaceFormat.setSwapBehavior?4(QSurfaceFormat.SwapBehavior) +PyQt5.QtGui.QSurfaceFormat.swapBehavior?4() -> QSurfaceFormat.SwapBehavior +PyQt5.QtGui.QSurfaceFormat.hasAlpha?4() -> bool +PyQt5.QtGui.QSurfaceFormat.setProfile?4(QSurfaceFormat.OpenGLContextProfile) +PyQt5.QtGui.QSurfaceFormat.profile?4() -> QSurfaceFormat.OpenGLContextProfile +PyQt5.QtGui.QSurfaceFormat.setRenderableType?4(QSurfaceFormat.RenderableType) +PyQt5.QtGui.QSurfaceFormat.renderableType?4() -> QSurfaceFormat.RenderableType +PyQt5.QtGui.QSurfaceFormat.setMajorVersion?4(int) +PyQt5.QtGui.QSurfaceFormat.majorVersion?4() -> int +PyQt5.QtGui.QSurfaceFormat.setMinorVersion?4(int) +PyQt5.QtGui.QSurfaceFormat.minorVersion?4() -> int +PyQt5.QtGui.QSurfaceFormat.setStereo?4(bool) +PyQt5.QtGui.QSurfaceFormat.setOption?4(QSurfaceFormat.FormatOptions) +PyQt5.QtGui.QSurfaceFormat.testOption?4(QSurfaceFormat.FormatOptions) -> bool +PyQt5.QtGui.QSurfaceFormat.stereo?4() -> bool +PyQt5.QtGui.QSurfaceFormat.version?4() -> tuple-of-int-int +PyQt5.QtGui.QSurfaceFormat.setVersion?4(int, int) +PyQt5.QtGui.QSurfaceFormat.setOptions?4(QSurfaceFormat.FormatOptions) +PyQt5.QtGui.QSurfaceFormat.setOption?4(QSurfaceFormat.FormatOption, bool on=True) +PyQt5.QtGui.QSurfaceFormat.testOption?4(QSurfaceFormat.FormatOption) -> bool +PyQt5.QtGui.QSurfaceFormat.options?4() -> QSurfaceFormat.FormatOptions +PyQt5.QtGui.QSurfaceFormat.swapInterval?4() -> int +PyQt5.QtGui.QSurfaceFormat.setSwapInterval?4(int) +PyQt5.QtGui.QSurfaceFormat.FormatOptions?1(QSurfaceFormat.FormatOptions) +PyQt5.QtGui.QSurfaceFormat.FormatOptions.__init__?1(self, QSurfaceFormat.FormatOptions) +PyQt5.QtGui.QSurfaceFormat.FormatOptions?1(int) +PyQt5.QtGui.QSurfaceFormat.FormatOptions.__init__?1(self, int) +PyQt5.QtGui.QSurfaceFormat.FormatOptions?1() +PyQt5.QtGui.QSurfaceFormat.FormatOptions.__init__?1(self) +PyQt5.QtGui.QSyntaxHighlighter?1(QTextDocument) +PyQt5.QtGui.QSyntaxHighlighter.__init__?1(self, QTextDocument) +PyQt5.QtGui.QSyntaxHighlighter?1(QObject) +PyQt5.QtGui.QSyntaxHighlighter.__init__?1(self, QObject) +PyQt5.QtGui.QSyntaxHighlighter.setDocument?4(QTextDocument) +PyQt5.QtGui.QSyntaxHighlighter.document?4() -> QTextDocument +PyQt5.QtGui.QSyntaxHighlighter.rehighlight?4() +PyQt5.QtGui.QSyntaxHighlighter.rehighlightBlock?4(QTextBlock) +PyQt5.QtGui.QSyntaxHighlighter.highlightBlock?4(str) +PyQt5.QtGui.QSyntaxHighlighter.setFormat?4(int, int, QTextCharFormat) +PyQt5.QtGui.QSyntaxHighlighter.setFormat?4(int, int, QColor) +PyQt5.QtGui.QSyntaxHighlighter.setFormat?4(int, int, QFont) +PyQt5.QtGui.QSyntaxHighlighter.format?4(int) -> QTextCharFormat +PyQt5.QtGui.QSyntaxHighlighter.previousBlockState?4() -> int +PyQt5.QtGui.QSyntaxHighlighter.currentBlockState?4() -> int +PyQt5.QtGui.QSyntaxHighlighter.setCurrentBlockState?4(int) +PyQt5.QtGui.QSyntaxHighlighter.setCurrentBlockUserData?4(QTextBlockUserData) +PyQt5.QtGui.QSyntaxHighlighter.currentBlockUserData?4() -> QTextBlockUserData +PyQt5.QtGui.QSyntaxHighlighter.currentBlock?4() -> QTextBlock +PyQt5.QtGui.QTextCursor.SelectionType?10 +PyQt5.QtGui.QTextCursor.WordUnderCursor?10 +PyQt5.QtGui.QTextCursor.LineUnderCursor?10 +PyQt5.QtGui.QTextCursor.BlockUnderCursor?10 +PyQt5.QtGui.QTextCursor.Document?10 +PyQt5.QtGui.QTextCursor.MoveOperation?10 +PyQt5.QtGui.QTextCursor.NoMove?10 +PyQt5.QtGui.QTextCursor.Start?10 +PyQt5.QtGui.QTextCursor.Up?10 +PyQt5.QtGui.QTextCursor.StartOfLine?10 +PyQt5.QtGui.QTextCursor.StartOfBlock?10 +PyQt5.QtGui.QTextCursor.StartOfWord?10 +PyQt5.QtGui.QTextCursor.PreviousBlock?10 +PyQt5.QtGui.QTextCursor.PreviousCharacter?10 +PyQt5.QtGui.QTextCursor.PreviousWord?10 +PyQt5.QtGui.QTextCursor.Left?10 +PyQt5.QtGui.QTextCursor.WordLeft?10 +PyQt5.QtGui.QTextCursor.End?10 +PyQt5.QtGui.QTextCursor.Down?10 +PyQt5.QtGui.QTextCursor.EndOfLine?10 +PyQt5.QtGui.QTextCursor.EndOfWord?10 +PyQt5.QtGui.QTextCursor.EndOfBlock?10 +PyQt5.QtGui.QTextCursor.NextBlock?10 +PyQt5.QtGui.QTextCursor.NextCharacter?10 +PyQt5.QtGui.QTextCursor.NextWord?10 +PyQt5.QtGui.QTextCursor.Right?10 +PyQt5.QtGui.QTextCursor.WordRight?10 +PyQt5.QtGui.QTextCursor.NextCell?10 +PyQt5.QtGui.QTextCursor.PreviousCell?10 +PyQt5.QtGui.QTextCursor.NextRow?10 +PyQt5.QtGui.QTextCursor.PreviousRow?10 +PyQt5.QtGui.QTextCursor.MoveMode?10 +PyQt5.QtGui.QTextCursor.MoveAnchor?10 +PyQt5.QtGui.QTextCursor.KeepAnchor?10 +PyQt5.QtGui.QTextCursor?1() +PyQt5.QtGui.QTextCursor.__init__?1(self) +PyQt5.QtGui.QTextCursor?1(QTextDocument) +PyQt5.QtGui.QTextCursor.__init__?1(self, QTextDocument) +PyQt5.QtGui.QTextCursor?1(QTextFrame) +PyQt5.QtGui.QTextCursor.__init__?1(self, QTextFrame) +PyQt5.QtGui.QTextCursor?1(QTextBlock) +PyQt5.QtGui.QTextCursor.__init__?1(self, QTextBlock) +PyQt5.QtGui.QTextCursor?1(QTextCursor) +PyQt5.QtGui.QTextCursor.__init__?1(self, QTextCursor) +PyQt5.QtGui.QTextCursor.isNull?4() -> bool +PyQt5.QtGui.QTextCursor.setPosition?4(int, QTextCursor.MoveMode mode=QTextCursor.MoveAnchor) +PyQt5.QtGui.QTextCursor.position?4() -> int +PyQt5.QtGui.QTextCursor.anchor?4() -> int +PyQt5.QtGui.QTextCursor.insertText?4(str) +PyQt5.QtGui.QTextCursor.insertText?4(str, QTextCharFormat) +PyQt5.QtGui.QTextCursor.movePosition?4(QTextCursor.MoveOperation, QTextCursor.MoveMode mode=QTextCursor.MoveAnchor, int n=1) -> bool +PyQt5.QtGui.QTextCursor.deleteChar?4() +PyQt5.QtGui.QTextCursor.deletePreviousChar?4() +PyQt5.QtGui.QTextCursor.select?4(QTextCursor.SelectionType) +PyQt5.QtGui.QTextCursor.hasSelection?4() -> bool +PyQt5.QtGui.QTextCursor.hasComplexSelection?4() -> bool +PyQt5.QtGui.QTextCursor.removeSelectedText?4() +PyQt5.QtGui.QTextCursor.clearSelection?4() +PyQt5.QtGui.QTextCursor.selectionStart?4() -> int +PyQt5.QtGui.QTextCursor.selectionEnd?4() -> int +PyQt5.QtGui.QTextCursor.selectedText?4() -> str +PyQt5.QtGui.QTextCursor.selection?4() -> QTextDocumentFragment +PyQt5.QtGui.QTextCursor.selectedTableCells?4() -> (int, int, int, int) +PyQt5.QtGui.QTextCursor.block?4() -> QTextBlock +PyQt5.QtGui.QTextCursor.charFormat?4() -> QTextCharFormat +PyQt5.QtGui.QTextCursor.setCharFormat?4(QTextCharFormat) +PyQt5.QtGui.QTextCursor.mergeCharFormat?4(QTextCharFormat) +PyQt5.QtGui.QTextCursor.blockFormat?4() -> QTextBlockFormat +PyQt5.QtGui.QTextCursor.setBlockFormat?4(QTextBlockFormat) +PyQt5.QtGui.QTextCursor.mergeBlockFormat?4(QTextBlockFormat) +PyQt5.QtGui.QTextCursor.blockCharFormat?4() -> QTextCharFormat +PyQt5.QtGui.QTextCursor.setBlockCharFormat?4(QTextCharFormat) +PyQt5.QtGui.QTextCursor.mergeBlockCharFormat?4(QTextCharFormat) +PyQt5.QtGui.QTextCursor.atBlockStart?4() -> bool +PyQt5.QtGui.QTextCursor.atBlockEnd?4() -> bool +PyQt5.QtGui.QTextCursor.atStart?4() -> bool +PyQt5.QtGui.QTextCursor.atEnd?4() -> bool +PyQt5.QtGui.QTextCursor.insertBlock?4() +PyQt5.QtGui.QTextCursor.insertBlock?4(QTextBlockFormat) +PyQt5.QtGui.QTextCursor.insertBlock?4(QTextBlockFormat, QTextCharFormat) +PyQt5.QtGui.QTextCursor.insertList?4(QTextListFormat) -> QTextList +PyQt5.QtGui.QTextCursor.insertList?4(QTextListFormat.Style) -> QTextList +PyQt5.QtGui.QTextCursor.createList?4(QTextListFormat) -> QTextList +PyQt5.QtGui.QTextCursor.createList?4(QTextListFormat.Style) -> QTextList +PyQt5.QtGui.QTextCursor.currentList?4() -> QTextList +PyQt5.QtGui.QTextCursor.insertTable?4(int, int, QTextTableFormat) -> QTextTable +PyQt5.QtGui.QTextCursor.insertTable?4(int, int) -> QTextTable +PyQt5.QtGui.QTextCursor.currentTable?4() -> QTextTable +PyQt5.QtGui.QTextCursor.insertFrame?4(QTextFrameFormat) -> QTextFrame +PyQt5.QtGui.QTextCursor.currentFrame?4() -> QTextFrame +PyQt5.QtGui.QTextCursor.insertFragment?4(QTextDocumentFragment) +PyQt5.QtGui.QTextCursor.insertHtml?4(str) +PyQt5.QtGui.QTextCursor.insertImage?4(QTextImageFormat) +PyQt5.QtGui.QTextCursor.insertImage?4(QTextImageFormat, QTextFrameFormat.Position) +PyQt5.QtGui.QTextCursor.insertImage?4(str) +PyQt5.QtGui.QTextCursor.insertImage?4(QImage, str name='') +PyQt5.QtGui.QTextCursor.beginEditBlock?4() +PyQt5.QtGui.QTextCursor.joinPreviousEditBlock?4() +PyQt5.QtGui.QTextCursor.endEditBlock?4() +PyQt5.QtGui.QTextCursor.blockNumber?4() -> int +PyQt5.QtGui.QTextCursor.columnNumber?4() -> int +PyQt5.QtGui.QTextCursor.isCopyOf?4(QTextCursor) -> bool +PyQt5.QtGui.QTextCursor.visualNavigation?4() -> bool +PyQt5.QtGui.QTextCursor.setVisualNavigation?4(bool) +PyQt5.QtGui.QTextCursor.document?4() -> QTextDocument +PyQt5.QtGui.QTextCursor.positionInBlock?4() -> int +PyQt5.QtGui.QTextCursor.setVerticalMovementX?4(int) +PyQt5.QtGui.QTextCursor.verticalMovementX?4() -> int +PyQt5.QtGui.QTextCursor.setKeepPositionOnInsert?4(bool) +PyQt5.QtGui.QTextCursor.keepPositionOnInsert?4() -> bool +PyQt5.QtGui.QTextCursor.swap?4(QTextCursor) +PyQt5.QtGui.Qt.mightBeRichText?4(str) -> bool +PyQt5.QtGui.Qt.convertFromPlainText?4(str, Qt.WhiteSpaceMode mode=Qt.WhiteSpacePre) -> str +PyQt5.QtGui.QTextDocument.Stacks?10 +PyQt5.QtGui.QTextDocument.UndoStack?10 +PyQt5.QtGui.QTextDocument.RedoStack?10 +PyQt5.QtGui.QTextDocument.UndoAndRedoStacks?10 +PyQt5.QtGui.QTextDocument.ResourceType?10 +PyQt5.QtGui.QTextDocument.HtmlResource?10 +PyQt5.QtGui.QTextDocument.ImageResource?10 +PyQt5.QtGui.QTextDocument.StyleSheetResource?10 +PyQt5.QtGui.QTextDocument.UserResource?10 +PyQt5.QtGui.QTextDocument.FindFlag?10 +PyQt5.QtGui.QTextDocument.FindBackward?10 +PyQt5.QtGui.QTextDocument.FindCaseSensitively?10 +PyQt5.QtGui.QTextDocument.FindWholeWords?10 +PyQt5.QtGui.QTextDocument.MetaInformation?10 +PyQt5.QtGui.QTextDocument.DocumentTitle?10 +PyQt5.QtGui.QTextDocument.DocumentUrl?10 +PyQt5.QtGui.QTextDocument?1(QObject parent=None) +PyQt5.QtGui.QTextDocument.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QTextDocument?1(str, QObject parent=None) +PyQt5.QtGui.QTextDocument.__init__?1(self, str, QObject parent=None) +PyQt5.QtGui.QTextDocument.clone?4(QObject parent=None) -> QTextDocument +PyQt5.QtGui.QTextDocument.isEmpty?4() -> bool +PyQt5.QtGui.QTextDocument.clear?4() +PyQt5.QtGui.QTextDocument.setUndoRedoEnabled?4(bool) +PyQt5.QtGui.QTextDocument.isUndoRedoEnabled?4() -> bool +PyQt5.QtGui.QTextDocument.isUndoAvailable?4() -> bool +PyQt5.QtGui.QTextDocument.isRedoAvailable?4() -> bool +PyQt5.QtGui.QTextDocument.setDocumentLayout?4(QAbstractTextDocumentLayout) +PyQt5.QtGui.QTextDocument.documentLayout?4() -> QAbstractTextDocumentLayout +PyQt5.QtGui.QTextDocument.setMetaInformation?4(QTextDocument.MetaInformation, str) +PyQt5.QtGui.QTextDocument.metaInformation?4(QTextDocument.MetaInformation) -> str +PyQt5.QtGui.QTextDocument.toHtml?4(QByteArray encoding=QByteArray()) -> str +PyQt5.QtGui.QTextDocument.setHtml?4(str) +PyQt5.QtGui.QTextDocument.toPlainText?4() -> str +PyQt5.QtGui.QTextDocument.setPlainText?4(str) +PyQt5.QtGui.QTextDocument.find?4(str, int position=0, QTextDocument.FindFlags options=0) -> QTextCursor +PyQt5.QtGui.QTextDocument.find?4(QRegExp, int position=0, QTextDocument.FindFlags options=0) -> QTextCursor +PyQt5.QtGui.QTextDocument.find?4(str, QTextCursor, QTextDocument.FindFlags options=0) -> QTextCursor +PyQt5.QtGui.QTextDocument.find?4(QRegExp, QTextCursor, QTextDocument.FindFlags options=0) -> QTextCursor +PyQt5.QtGui.QTextDocument.rootFrame?4() -> QTextFrame +PyQt5.QtGui.QTextDocument.object?4(int) -> QTextObject +PyQt5.QtGui.QTextDocument.objectForFormat?4(QTextFormat) -> QTextObject +PyQt5.QtGui.QTextDocument.findBlock?4(int) -> QTextBlock +PyQt5.QtGui.QTextDocument.begin?4() -> QTextBlock +PyQt5.QtGui.QTextDocument.end?4() -> QTextBlock +PyQt5.QtGui.QTextDocument.setPageSize?4(QSizeF) +PyQt5.QtGui.QTextDocument.pageSize?4() -> QSizeF +PyQt5.QtGui.QTextDocument.setDefaultFont?4(QFont) +PyQt5.QtGui.QTextDocument.defaultFont?4() -> QFont +PyQt5.QtGui.QTextDocument.pageCount?4() -> int +PyQt5.QtGui.QTextDocument.isModified?4() -> bool +PyQt5.QtGui.QTextDocument.print_?4(QPagedPaintDevice) +PyQt5.QtGui.QTextDocument.print?4(QPagedPaintDevice) +PyQt5.QtGui.QTextDocument.resource?4(int, QUrl) -> QVariant +PyQt5.QtGui.QTextDocument.addResource?4(int, QUrl, QVariant) +PyQt5.QtGui.QTextDocument.allFormats?4() -> list-of-QTextFormat +PyQt5.QtGui.QTextDocument.markContentsDirty?4(int, int) +PyQt5.QtGui.QTextDocument.setUseDesignMetrics?4(bool) +PyQt5.QtGui.QTextDocument.useDesignMetrics?4() -> bool +PyQt5.QtGui.QTextDocument.blockCountChanged?4(int) +PyQt5.QtGui.QTextDocument.contentsChange?4(int, int, int) +PyQt5.QtGui.QTextDocument.contentsChanged?4() +PyQt5.QtGui.QTextDocument.cursorPositionChanged?4(QTextCursor) +PyQt5.QtGui.QTextDocument.modificationChanged?4(bool) +PyQt5.QtGui.QTextDocument.redoAvailable?4(bool) +PyQt5.QtGui.QTextDocument.undoAvailable?4(bool) +PyQt5.QtGui.QTextDocument.undo?4() +PyQt5.QtGui.QTextDocument.redo?4() +PyQt5.QtGui.QTextDocument.setModified?4(bool on=True) +PyQt5.QtGui.QTextDocument.createObject?4(QTextFormat) -> QTextObject +PyQt5.QtGui.QTextDocument.loadResource?4(int, QUrl) -> QVariant +PyQt5.QtGui.QTextDocument.drawContents?4(QPainter, QRectF rect=QRectF()) +PyQt5.QtGui.QTextDocument.setTextWidth?4(float) +PyQt5.QtGui.QTextDocument.textWidth?4() -> float +PyQt5.QtGui.QTextDocument.idealWidth?4() -> float +PyQt5.QtGui.QTextDocument.adjustSize?4() +PyQt5.QtGui.QTextDocument.size?4() -> QSizeF +PyQt5.QtGui.QTextDocument.blockCount?4() -> int +PyQt5.QtGui.QTextDocument.setDefaultStyleSheet?4(str) +PyQt5.QtGui.QTextDocument.defaultStyleSheet?4() -> str +PyQt5.QtGui.QTextDocument.undo?4(QTextCursor) +PyQt5.QtGui.QTextDocument.redo?4(QTextCursor) +PyQt5.QtGui.QTextDocument.maximumBlockCount?4() -> int +PyQt5.QtGui.QTextDocument.setMaximumBlockCount?4(int) +PyQt5.QtGui.QTextDocument.defaultTextOption?4() -> QTextOption +PyQt5.QtGui.QTextDocument.setDefaultTextOption?4(QTextOption) +PyQt5.QtGui.QTextDocument.revision?4() -> int +PyQt5.QtGui.QTextDocument.findBlockByNumber?4(int) -> QTextBlock +PyQt5.QtGui.QTextDocument.findBlockByLineNumber?4(int) -> QTextBlock +PyQt5.QtGui.QTextDocument.firstBlock?4() -> QTextBlock +PyQt5.QtGui.QTextDocument.lastBlock?4() -> QTextBlock +PyQt5.QtGui.QTextDocument.indentWidth?4() -> float +PyQt5.QtGui.QTextDocument.setIndentWidth?4(float) +PyQt5.QtGui.QTextDocument.undoCommandAdded?4() +PyQt5.QtGui.QTextDocument.documentLayoutChanged?4() +PyQt5.QtGui.QTextDocument.characterAt?4(int) -> str +PyQt5.QtGui.QTextDocument.documentMargin?4() -> float +PyQt5.QtGui.QTextDocument.setDocumentMargin?4(float) +PyQt5.QtGui.QTextDocument.lineCount?4() -> int +PyQt5.QtGui.QTextDocument.characterCount?4() -> int +PyQt5.QtGui.QTextDocument.availableUndoSteps?4() -> int +PyQt5.QtGui.QTextDocument.availableRedoSteps?4() -> int +PyQt5.QtGui.QTextDocument.clearUndoRedoStacks?4(QTextDocument.Stacks stacks=QTextDocument.UndoAndRedoStacks) +PyQt5.QtGui.QTextDocument.defaultCursorMoveStyle?4() -> Qt.CursorMoveStyle +PyQt5.QtGui.QTextDocument.setDefaultCursorMoveStyle?4(Qt.CursorMoveStyle) +PyQt5.QtGui.QTextDocument.baseUrl?4() -> QUrl +PyQt5.QtGui.QTextDocument.setBaseUrl?4(QUrl) +PyQt5.QtGui.QTextDocument.baseUrlChanged?4(QUrl) +PyQt5.QtGui.QTextDocument.FindFlags?1(QTextDocument.FindFlags) +PyQt5.QtGui.QTextDocument.FindFlags.__init__?1(self, QTextDocument.FindFlags) +PyQt5.QtGui.QTextDocument.FindFlags?1(int) +PyQt5.QtGui.QTextDocument.FindFlags.__init__?1(self, int) +PyQt5.QtGui.QTextDocument.FindFlags?1() +PyQt5.QtGui.QTextDocument.FindFlags.__init__?1(self) +PyQt5.QtGui.QTextDocumentFragment?1() +PyQt5.QtGui.QTextDocumentFragment.__init__?1(self) +PyQt5.QtGui.QTextDocumentFragment?1(QTextDocument) +PyQt5.QtGui.QTextDocumentFragment.__init__?1(self, QTextDocument) +PyQt5.QtGui.QTextDocumentFragment?1(QTextCursor) +PyQt5.QtGui.QTextDocumentFragment.__init__?1(self, QTextCursor) +PyQt5.QtGui.QTextDocumentFragment?1(QTextDocumentFragment) +PyQt5.QtGui.QTextDocumentFragment.__init__?1(self, QTextDocumentFragment) +PyQt5.QtGui.QTextDocumentFragment.isEmpty?4() -> bool +PyQt5.QtGui.QTextDocumentFragment.toPlainText?4() -> str +PyQt5.QtGui.QTextDocumentFragment.toHtml?4(QByteArray encoding=QByteArray()) -> str +PyQt5.QtGui.QTextDocumentFragment.fromPlainText?4(str) -> QTextDocumentFragment +PyQt5.QtGui.QTextDocumentFragment.fromHtml?4(str) -> QTextDocumentFragment +PyQt5.QtGui.QTextDocumentFragment.fromHtml?4(str, QTextDocument) -> QTextDocumentFragment +PyQt5.QtGui.QTextDocumentWriter?1() +PyQt5.QtGui.QTextDocumentWriter.__init__?1(self) +PyQt5.QtGui.QTextDocumentWriter?1(QIODevice, QByteArray) +PyQt5.QtGui.QTextDocumentWriter.__init__?1(self, QIODevice, QByteArray) +PyQt5.QtGui.QTextDocumentWriter?1(str, QByteArray format=QByteArray()) +PyQt5.QtGui.QTextDocumentWriter.__init__?1(self, str, QByteArray format=QByteArray()) +PyQt5.QtGui.QTextDocumentWriter.setFormat?4(QByteArray) +PyQt5.QtGui.QTextDocumentWriter.format?4() -> QByteArray +PyQt5.QtGui.QTextDocumentWriter.setDevice?4(QIODevice) +PyQt5.QtGui.QTextDocumentWriter.device?4() -> QIODevice +PyQt5.QtGui.QTextDocumentWriter.setFileName?4(str) +PyQt5.QtGui.QTextDocumentWriter.fileName?4() -> str +PyQt5.QtGui.QTextDocumentWriter.write?4(QTextDocument) -> bool +PyQt5.QtGui.QTextDocumentWriter.write?4(QTextDocumentFragment) -> bool +PyQt5.QtGui.QTextDocumentWriter.setCodec?4(QTextCodec) +PyQt5.QtGui.QTextDocumentWriter.codec?4() -> QTextCodec +PyQt5.QtGui.QTextDocumentWriter.supportedDocumentFormats?4() -> list-of-QByteArray +PyQt5.QtGui.QTextLength.Type?10 +PyQt5.QtGui.QTextLength.VariableLength?10 +PyQt5.QtGui.QTextLength.FixedLength?10 +PyQt5.QtGui.QTextLength.PercentageLength?10 +PyQt5.QtGui.QTextLength?1() +PyQt5.QtGui.QTextLength.__init__?1(self) +PyQt5.QtGui.QTextLength?1(QTextLength.Type, float) +PyQt5.QtGui.QTextLength.__init__?1(self, QTextLength.Type, float) +PyQt5.QtGui.QTextLength?1(QVariant) +PyQt5.QtGui.QTextLength.__init__?1(self, QVariant) +PyQt5.QtGui.QTextLength?1(QTextLength) +PyQt5.QtGui.QTextLength.__init__?1(self, QTextLength) +PyQt5.QtGui.QTextLength.type?4() -> QTextLength.Type +PyQt5.QtGui.QTextLength.value?4(float) -> float +PyQt5.QtGui.QTextLength.rawValue?4() -> float +PyQt5.QtGui.QTextFormat.Property?10 +PyQt5.QtGui.QTextFormat.ObjectIndex?10 +PyQt5.QtGui.QTextFormat.CssFloat?10 +PyQt5.QtGui.QTextFormat.LayoutDirection?10 +PyQt5.QtGui.QTextFormat.OutlinePen?10 +PyQt5.QtGui.QTextFormat.BackgroundBrush?10 +PyQt5.QtGui.QTextFormat.ForegroundBrush?10 +PyQt5.QtGui.QTextFormat.BlockAlignment?10 +PyQt5.QtGui.QTextFormat.BlockTopMargin?10 +PyQt5.QtGui.QTextFormat.BlockBottomMargin?10 +PyQt5.QtGui.QTextFormat.BlockLeftMargin?10 +PyQt5.QtGui.QTextFormat.BlockRightMargin?10 +PyQt5.QtGui.QTextFormat.TextIndent?10 +PyQt5.QtGui.QTextFormat.BlockIndent?10 +PyQt5.QtGui.QTextFormat.BlockNonBreakableLines?10 +PyQt5.QtGui.QTextFormat.BlockTrailingHorizontalRulerWidth?10 +PyQt5.QtGui.QTextFormat.FontFamily?10 +PyQt5.QtGui.QTextFormat.FontPointSize?10 +PyQt5.QtGui.QTextFormat.FontSizeAdjustment?10 +PyQt5.QtGui.QTextFormat.FontSizeIncrement?10 +PyQt5.QtGui.QTextFormat.FontWeight?10 +PyQt5.QtGui.QTextFormat.FontItalic?10 +PyQt5.QtGui.QTextFormat.FontUnderline?10 +PyQt5.QtGui.QTextFormat.FontOverline?10 +PyQt5.QtGui.QTextFormat.FontStrikeOut?10 +PyQt5.QtGui.QTextFormat.FontFixedPitch?10 +PyQt5.QtGui.QTextFormat.FontPixelSize?10 +PyQt5.QtGui.QTextFormat.TextUnderlineColor?10 +PyQt5.QtGui.QTextFormat.TextVerticalAlignment?10 +PyQt5.QtGui.QTextFormat.TextOutline?10 +PyQt5.QtGui.QTextFormat.IsAnchor?10 +PyQt5.QtGui.QTextFormat.AnchorHref?10 +PyQt5.QtGui.QTextFormat.AnchorName?10 +PyQt5.QtGui.QTextFormat.ObjectType?10 +PyQt5.QtGui.QTextFormat.ListStyle?10 +PyQt5.QtGui.QTextFormat.ListIndent?10 +PyQt5.QtGui.QTextFormat.FrameBorder?10 +PyQt5.QtGui.QTextFormat.FrameMargin?10 +PyQt5.QtGui.QTextFormat.FramePadding?10 +PyQt5.QtGui.QTextFormat.FrameWidth?10 +PyQt5.QtGui.QTextFormat.FrameHeight?10 +PyQt5.QtGui.QTextFormat.TableColumns?10 +PyQt5.QtGui.QTextFormat.TableColumnWidthConstraints?10 +PyQt5.QtGui.QTextFormat.TableCellSpacing?10 +PyQt5.QtGui.QTextFormat.TableCellPadding?10 +PyQt5.QtGui.QTextFormat.TableCellRowSpan?10 +PyQt5.QtGui.QTextFormat.TableCellColumnSpan?10 +PyQt5.QtGui.QTextFormat.ImageName?10 +PyQt5.QtGui.QTextFormat.ImageWidth?10 +PyQt5.QtGui.QTextFormat.ImageHeight?10 +PyQt5.QtGui.QTextFormat.TextUnderlineStyle?10 +PyQt5.QtGui.QTextFormat.TableHeaderRowCount?10 +PyQt5.QtGui.QTextFormat.FullWidthSelection?10 +PyQt5.QtGui.QTextFormat.PageBreakPolicy?10 +PyQt5.QtGui.QTextFormat.TextToolTip?10 +PyQt5.QtGui.QTextFormat.FrameTopMargin?10 +PyQt5.QtGui.QTextFormat.FrameBottomMargin?10 +PyQt5.QtGui.QTextFormat.FrameLeftMargin?10 +PyQt5.QtGui.QTextFormat.FrameRightMargin?10 +PyQt5.QtGui.QTextFormat.FrameBorderBrush?10 +PyQt5.QtGui.QTextFormat.FrameBorderStyle?10 +PyQt5.QtGui.QTextFormat.BackgroundImageUrl?10 +PyQt5.QtGui.QTextFormat.TabPositions?10 +PyQt5.QtGui.QTextFormat.FirstFontProperty?10 +PyQt5.QtGui.QTextFormat.FontCapitalization?10 +PyQt5.QtGui.QTextFormat.FontLetterSpacing?10 +PyQt5.QtGui.QTextFormat.FontWordSpacing?10 +PyQt5.QtGui.QTextFormat.LastFontProperty?10 +PyQt5.QtGui.QTextFormat.TableCellTopPadding?10 +PyQt5.QtGui.QTextFormat.TableCellBottomPadding?10 +PyQt5.QtGui.QTextFormat.TableCellLeftPadding?10 +PyQt5.QtGui.QTextFormat.TableCellRightPadding?10 +PyQt5.QtGui.QTextFormat.FontStyleHint?10 +PyQt5.QtGui.QTextFormat.FontStyleStrategy?10 +PyQt5.QtGui.QTextFormat.FontKerning?10 +PyQt5.QtGui.QTextFormat.LineHeight?10 +PyQt5.QtGui.QTextFormat.LineHeightType?10 +PyQt5.QtGui.QTextFormat.FontHintingPreference?10 +PyQt5.QtGui.QTextFormat.ListNumberPrefix?10 +PyQt5.QtGui.QTextFormat.ListNumberSuffix?10 +PyQt5.QtGui.QTextFormat.FontStretch?10 +PyQt5.QtGui.QTextFormat.FontLetterSpacingType?10 +PyQt5.QtGui.QTextFormat.UserProperty?10 +PyQt5.QtGui.QTextFormat.PageBreakFlag?10 +PyQt5.QtGui.QTextFormat.PageBreak_Auto?10 +PyQt5.QtGui.QTextFormat.PageBreak_AlwaysBefore?10 +PyQt5.QtGui.QTextFormat.PageBreak_AlwaysAfter?10 +PyQt5.QtGui.QTextFormat.ObjectTypes?10 +PyQt5.QtGui.QTextFormat.NoObject?10 +PyQt5.QtGui.QTextFormat.ImageObject?10 +PyQt5.QtGui.QTextFormat.TableObject?10 +PyQt5.QtGui.QTextFormat.TableCellObject?10 +PyQt5.QtGui.QTextFormat.UserObject?10 +PyQt5.QtGui.QTextFormat.FormatType?10 +PyQt5.QtGui.QTextFormat.InvalidFormat?10 +PyQt5.QtGui.QTextFormat.BlockFormat?10 +PyQt5.QtGui.QTextFormat.CharFormat?10 +PyQt5.QtGui.QTextFormat.ListFormat?10 +PyQt5.QtGui.QTextFormat.TableFormat?10 +PyQt5.QtGui.QTextFormat.FrameFormat?10 +PyQt5.QtGui.QTextFormat.UserFormat?10 +PyQt5.QtGui.QTextFormat?1() +PyQt5.QtGui.QTextFormat.__init__?1(self) +PyQt5.QtGui.QTextFormat?1(int) +PyQt5.QtGui.QTextFormat.__init__?1(self, int) +PyQt5.QtGui.QTextFormat?1(QTextFormat) +PyQt5.QtGui.QTextFormat.__init__?1(self, QTextFormat) +PyQt5.QtGui.QTextFormat?1(QVariant) +PyQt5.QtGui.QTextFormat.__init__?1(self, QVariant) +PyQt5.QtGui.QTextFormat.merge?4(QTextFormat) +PyQt5.QtGui.QTextFormat.isValid?4() -> bool +PyQt5.QtGui.QTextFormat.type?4() -> int +PyQt5.QtGui.QTextFormat.objectIndex?4() -> int +PyQt5.QtGui.QTextFormat.setObjectIndex?4(int) +PyQt5.QtGui.QTextFormat.property?4(int) -> QVariant +PyQt5.QtGui.QTextFormat.setProperty?4(int, QVariant) +PyQt5.QtGui.QTextFormat.clearProperty?4(int) +PyQt5.QtGui.QTextFormat.hasProperty?4(int) -> bool +PyQt5.QtGui.QTextFormat.boolProperty?4(int) -> bool +PyQt5.QtGui.QTextFormat.intProperty?4(int) -> int +PyQt5.QtGui.QTextFormat.doubleProperty?4(int) -> float +PyQt5.QtGui.QTextFormat.stringProperty?4(int) -> str +PyQt5.QtGui.QTextFormat.colorProperty?4(int) -> QColor +PyQt5.QtGui.QTextFormat.penProperty?4(int) -> QPen +PyQt5.QtGui.QTextFormat.brushProperty?4(int) -> QBrush +PyQt5.QtGui.QTextFormat.lengthProperty?4(int) -> QTextLength +PyQt5.QtGui.QTextFormat.lengthVectorProperty?4(int) -> list-of-QTextLength +PyQt5.QtGui.QTextFormat.setProperty?4(int, list-of-QTextLength) +PyQt5.QtGui.QTextFormat.properties?4() -> dict-of-int-QVariant +PyQt5.QtGui.QTextFormat.objectType?4() -> int +PyQt5.QtGui.QTextFormat.isCharFormat?4() -> bool +PyQt5.QtGui.QTextFormat.isBlockFormat?4() -> bool +PyQt5.QtGui.QTextFormat.isListFormat?4() -> bool +PyQt5.QtGui.QTextFormat.isFrameFormat?4() -> bool +PyQt5.QtGui.QTextFormat.isImageFormat?4() -> bool +PyQt5.QtGui.QTextFormat.isTableFormat?4() -> bool +PyQt5.QtGui.QTextFormat.toBlockFormat?4() -> QTextBlockFormat +PyQt5.QtGui.QTextFormat.toCharFormat?4() -> QTextCharFormat +PyQt5.QtGui.QTextFormat.toListFormat?4() -> QTextListFormat +PyQt5.QtGui.QTextFormat.toTableFormat?4() -> QTextTableFormat +PyQt5.QtGui.QTextFormat.toFrameFormat?4() -> QTextFrameFormat +PyQt5.QtGui.QTextFormat.toImageFormat?4() -> QTextImageFormat +PyQt5.QtGui.QTextFormat.setLayoutDirection?4(Qt.LayoutDirection) +PyQt5.QtGui.QTextFormat.layoutDirection?4() -> Qt.LayoutDirection +PyQt5.QtGui.QTextFormat.setBackground?4(QBrush) +PyQt5.QtGui.QTextFormat.background?4() -> QBrush +PyQt5.QtGui.QTextFormat.clearBackground?4() +PyQt5.QtGui.QTextFormat.setForeground?4(QBrush) +PyQt5.QtGui.QTextFormat.foreground?4() -> QBrush +PyQt5.QtGui.QTextFormat.clearForeground?4() +PyQt5.QtGui.QTextFormat.setObjectType?4(int) +PyQt5.QtGui.QTextFormat.propertyCount?4() -> int +PyQt5.QtGui.QTextFormat.isTableCellFormat?4() -> bool +PyQt5.QtGui.QTextFormat.toTableCellFormat?4() -> QTextTableCellFormat +PyQt5.QtGui.QTextFormat.swap?4(QTextFormat) +PyQt5.QtGui.QTextFormat.isEmpty?4() -> bool +PyQt5.QtGui.QTextFormat.PageBreakFlags?1(QTextFormat.PageBreakFlags) +PyQt5.QtGui.QTextFormat.PageBreakFlags.__init__?1(self, QTextFormat.PageBreakFlags) +PyQt5.QtGui.QTextFormat.PageBreakFlags?1(int) +PyQt5.QtGui.QTextFormat.PageBreakFlags.__init__?1(self, int) +PyQt5.QtGui.QTextFormat.PageBreakFlags?1() +PyQt5.QtGui.QTextFormat.PageBreakFlags.__init__?1(self) +PyQt5.QtGui.QTextCharFormat.FontPropertiesInheritanceBehavior?10 +PyQt5.QtGui.QTextCharFormat.FontPropertiesSpecifiedOnly?10 +PyQt5.QtGui.QTextCharFormat.FontPropertiesAll?10 +PyQt5.QtGui.QTextCharFormat.UnderlineStyle?10 +PyQt5.QtGui.QTextCharFormat.NoUnderline?10 +PyQt5.QtGui.QTextCharFormat.SingleUnderline?10 +PyQt5.QtGui.QTextCharFormat.DashUnderline?10 +PyQt5.QtGui.QTextCharFormat.DotLine?10 +PyQt5.QtGui.QTextCharFormat.DashDotLine?10 +PyQt5.QtGui.QTextCharFormat.DashDotDotLine?10 +PyQt5.QtGui.QTextCharFormat.WaveUnderline?10 +PyQt5.QtGui.QTextCharFormat.SpellCheckUnderline?10 +PyQt5.QtGui.QTextCharFormat.VerticalAlignment?10 +PyQt5.QtGui.QTextCharFormat.AlignNormal?10 +PyQt5.QtGui.QTextCharFormat.AlignSuperScript?10 +PyQt5.QtGui.QTextCharFormat.AlignSubScript?10 +PyQt5.QtGui.QTextCharFormat.AlignMiddle?10 +PyQt5.QtGui.QTextCharFormat.AlignTop?10 +PyQt5.QtGui.QTextCharFormat.AlignBottom?10 +PyQt5.QtGui.QTextCharFormat.AlignBaseline?10 +PyQt5.QtGui.QTextCharFormat?1() +PyQt5.QtGui.QTextCharFormat.__init__?1(self) +PyQt5.QtGui.QTextCharFormat?1(QTextCharFormat) +PyQt5.QtGui.QTextCharFormat.__init__?1(self, QTextCharFormat) +PyQt5.QtGui.QTextCharFormat.isValid?4() -> bool +PyQt5.QtGui.QTextCharFormat.setFont?4(QFont) +PyQt5.QtGui.QTextCharFormat.font?4() -> QFont +PyQt5.QtGui.QTextCharFormat.setFontFamily?4(str) +PyQt5.QtGui.QTextCharFormat.fontFamily?4() -> str +PyQt5.QtGui.QTextCharFormat.setFontPointSize?4(float) +PyQt5.QtGui.QTextCharFormat.fontPointSize?4() -> float +PyQt5.QtGui.QTextCharFormat.setFontWeight?4(int) +PyQt5.QtGui.QTextCharFormat.fontWeight?4() -> int +PyQt5.QtGui.QTextCharFormat.setFontItalic?4(bool) +PyQt5.QtGui.QTextCharFormat.fontItalic?4() -> bool +PyQt5.QtGui.QTextCharFormat.setFontUnderline?4(bool) +PyQt5.QtGui.QTextCharFormat.fontUnderline?4() -> bool +PyQt5.QtGui.QTextCharFormat.setFontOverline?4(bool) +PyQt5.QtGui.QTextCharFormat.fontOverline?4() -> bool +PyQt5.QtGui.QTextCharFormat.setFontStrikeOut?4(bool) +PyQt5.QtGui.QTextCharFormat.fontStrikeOut?4() -> bool +PyQt5.QtGui.QTextCharFormat.setUnderlineColor?4(QColor) +PyQt5.QtGui.QTextCharFormat.underlineColor?4() -> QColor +PyQt5.QtGui.QTextCharFormat.setFontFixedPitch?4(bool) +PyQt5.QtGui.QTextCharFormat.fontFixedPitch?4() -> bool +PyQt5.QtGui.QTextCharFormat.setVerticalAlignment?4(QTextCharFormat.VerticalAlignment) +PyQt5.QtGui.QTextCharFormat.verticalAlignment?4() -> QTextCharFormat.VerticalAlignment +PyQt5.QtGui.QTextCharFormat.setAnchor?4(bool) +PyQt5.QtGui.QTextCharFormat.isAnchor?4() -> bool +PyQt5.QtGui.QTextCharFormat.setAnchorHref?4(str) +PyQt5.QtGui.QTextCharFormat.anchorHref?4() -> str +PyQt5.QtGui.QTextCharFormat.tableCellRowSpan?4() -> int +PyQt5.QtGui.QTextCharFormat.tableCellColumnSpan?4() -> int +PyQt5.QtGui.QTextCharFormat.setTableCellRowSpan?4(int) +PyQt5.QtGui.QTextCharFormat.setTableCellColumnSpan?4(int) +PyQt5.QtGui.QTextCharFormat.setTextOutline?4(QPen) +PyQt5.QtGui.QTextCharFormat.textOutline?4() -> QPen +PyQt5.QtGui.QTextCharFormat.setUnderlineStyle?4(QTextCharFormat.UnderlineStyle) +PyQt5.QtGui.QTextCharFormat.underlineStyle?4() -> QTextCharFormat.UnderlineStyle +PyQt5.QtGui.QTextCharFormat.setToolTip?4(str) +PyQt5.QtGui.QTextCharFormat.toolTip?4() -> str +PyQt5.QtGui.QTextCharFormat.setAnchorNames?4(list-of-str) +PyQt5.QtGui.QTextCharFormat.anchorNames?4() -> list-of-str +PyQt5.QtGui.QTextCharFormat.setFontCapitalization?4(QFont.Capitalization) +PyQt5.QtGui.QTextCharFormat.fontCapitalization?4() -> QFont.Capitalization +PyQt5.QtGui.QTextCharFormat.setFontLetterSpacing?4(float) +PyQt5.QtGui.QTextCharFormat.fontLetterSpacing?4() -> float +PyQt5.QtGui.QTextCharFormat.setFontWordSpacing?4(float) +PyQt5.QtGui.QTextCharFormat.fontWordSpacing?4() -> float +PyQt5.QtGui.QTextCharFormat.setFontStyleHint?4(QFont.StyleHint, QFont.StyleStrategy strategy=QFont.PreferDefault) +PyQt5.QtGui.QTextCharFormat.setFontStyleStrategy?4(QFont.StyleStrategy) +PyQt5.QtGui.QTextCharFormat.fontStyleHint?4() -> QFont.StyleHint +PyQt5.QtGui.QTextCharFormat.fontStyleStrategy?4() -> QFont.StyleStrategy +PyQt5.QtGui.QTextCharFormat.setFontKerning?4(bool) +PyQt5.QtGui.QTextCharFormat.fontKerning?4() -> bool +PyQt5.QtGui.QTextCharFormat.setFontHintingPreference?4(QFont.HintingPreference) +PyQt5.QtGui.QTextCharFormat.fontHintingPreference?4() -> QFont.HintingPreference +PyQt5.QtGui.QTextCharFormat.fontStretch?4() -> int +PyQt5.QtGui.QTextCharFormat.setFontStretch?4(int) +PyQt5.QtGui.QTextCharFormat.setFontLetterSpacingType?4(QFont.SpacingType) +PyQt5.QtGui.QTextCharFormat.fontLetterSpacingType?4() -> QFont.SpacingType +PyQt5.QtGui.QTextCharFormat.setFont?4(QFont, QTextCharFormat.FontPropertiesInheritanceBehavior) +PyQt5.QtGui.QTextBlockFormat.LineHeightTypes?10 +PyQt5.QtGui.QTextBlockFormat.SingleHeight?10 +PyQt5.QtGui.QTextBlockFormat.ProportionalHeight?10 +PyQt5.QtGui.QTextBlockFormat.FixedHeight?10 +PyQt5.QtGui.QTextBlockFormat.MinimumHeight?10 +PyQt5.QtGui.QTextBlockFormat.LineDistanceHeight?10 +PyQt5.QtGui.QTextBlockFormat?1() +PyQt5.QtGui.QTextBlockFormat.__init__?1(self) +PyQt5.QtGui.QTextBlockFormat?1(QTextBlockFormat) +PyQt5.QtGui.QTextBlockFormat.__init__?1(self, QTextBlockFormat) +PyQt5.QtGui.QTextBlockFormat.isValid?4() -> bool +PyQt5.QtGui.QTextBlockFormat.alignment?4() -> Qt.Alignment +PyQt5.QtGui.QTextBlockFormat.setTopMargin?4(float) +PyQt5.QtGui.QTextBlockFormat.topMargin?4() -> float +PyQt5.QtGui.QTextBlockFormat.setBottomMargin?4(float) +PyQt5.QtGui.QTextBlockFormat.bottomMargin?4() -> float +PyQt5.QtGui.QTextBlockFormat.setLeftMargin?4(float) +PyQt5.QtGui.QTextBlockFormat.leftMargin?4() -> float +PyQt5.QtGui.QTextBlockFormat.setRightMargin?4(float) +PyQt5.QtGui.QTextBlockFormat.rightMargin?4() -> float +PyQt5.QtGui.QTextBlockFormat.setTextIndent?4(float) +PyQt5.QtGui.QTextBlockFormat.textIndent?4() -> float +PyQt5.QtGui.QTextBlockFormat.indent?4() -> int +PyQt5.QtGui.QTextBlockFormat.setNonBreakableLines?4(bool) +PyQt5.QtGui.QTextBlockFormat.nonBreakableLines?4() -> bool +PyQt5.QtGui.QTextBlockFormat.setAlignment?4(Qt.Alignment) +PyQt5.QtGui.QTextBlockFormat.setIndent?4(int) +PyQt5.QtGui.QTextBlockFormat.setPageBreakPolicy?4(QTextFormat.PageBreakFlags) +PyQt5.QtGui.QTextBlockFormat.pageBreakPolicy?4() -> QTextFormat.PageBreakFlags +PyQt5.QtGui.QTextBlockFormat.setTabPositions?4(list-of-QTextOption.Tab) +PyQt5.QtGui.QTextBlockFormat.tabPositions?4() -> list-of-QTextOption.Tab +PyQt5.QtGui.QTextBlockFormat.setLineHeight?4(float, int) +PyQt5.QtGui.QTextBlockFormat.lineHeight?4(float, float) -> float +PyQt5.QtGui.QTextBlockFormat.lineHeight?4() -> float +PyQt5.QtGui.QTextBlockFormat.lineHeightType?4() -> int +PyQt5.QtGui.QTextListFormat.Style?10 +PyQt5.QtGui.QTextListFormat.ListDisc?10 +PyQt5.QtGui.QTextListFormat.ListCircle?10 +PyQt5.QtGui.QTextListFormat.ListSquare?10 +PyQt5.QtGui.QTextListFormat.ListDecimal?10 +PyQt5.QtGui.QTextListFormat.ListLowerAlpha?10 +PyQt5.QtGui.QTextListFormat.ListUpperAlpha?10 +PyQt5.QtGui.QTextListFormat.ListLowerRoman?10 +PyQt5.QtGui.QTextListFormat.ListUpperRoman?10 +PyQt5.QtGui.QTextListFormat?1() +PyQt5.QtGui.QTextListFormat.__init__?1(self) +PyQt5.QtGui.QTextListFormat?1(QTextListFormat) +PyQt5.QtGui.QTextListFormat.__init__?1(self, QTextListFormat) +PyQt5.QtGui.QTextListFormat.isValid?4() -> bool +PyQt5.QtGui.QTextListFormat.style?4() -> QTextListFormat.Style +PyQt5.QtGui.QTextListFormat.indent?4() -> int +PyQt5.QtGui.QTextListFormat.setStyle?4(QTextListFormat.Style) +PyQt5.QtGui.QTextListFormat.setIndent?4(int) +PyQt5.QtGui.QTextListFormat.numberPrefix?4() -> str +PyQt5.QtGui.QTextListFormat.numberSuffix?4() -> str +PyQt5.QtGui.QTextListFormat.setNumberPrefix?4(str) +PyQt5.QtGui.QTextListFormat.setNumberSuffix?4(str) +PyQt5.QtGui.QTextImageFormat?1() +PyQt5.QtGui.QTextImageFormat.__init__?1(self) +PyQt5.QtGui.QTextImageFormat?1(QTextImageFormat) +PyQt5.QtGui.QTextImageFormat.__init__?1(self, QTextImageFormat) +PyQt5.QtGui.QTextImageFormat.isValid?4() -> bool +PyQt5.QtGui.QTextImageFormat.name?4() -> str +PyQt5.QtGui.QTextImageFormat.width?4() -> float +PyQt5.QtGui.QTextImageFormat.height?4() -> float +PyQt5.QtGui.QTextImageFormat.setName?4(str) +PyQt5.QtGui.QTextImageFormat.setWidth?4(float) +PyQt5.QtGui.QTextImageFormat.setHeight?4(float) +PyQt5.QtGui.QTextFrameFormat.BorderStyle?10 +PyQt5.QtGui.QTextFrameFormat.BorderStyle_None?10 +PyQt5.QtGui.QTextFrameFormat.BorderStyle_Dotted?10 +PyQt5.QtGui.QTextFrameFormat.BorderStyle_Dashed?10 +PyQt5.QtGui.QTextFrameFormat.BorderStyle_Solid?10 +PyQt5.QtGui.QTextFrameFormat.BorderStyle_Double?10 +PyQt5.QtGui.QTextFrameFormat.BorderStyle_DotDash?10 +PyQt5.QtGui.QTextFrameFormat.BorderStyle_DotDotDash?10 +PyQt5.QtGui.QTextFrameFormat.BorderStyle_Groove?10 +PyQt5.QtGui.QTextFrameFormat.BorderStyle_Ridge?10 +PyQt5.QtGui.QTextFrameFormat.BorderStyle_Inset?10 +PyQt5.QtGui.QTextFrameFormat.BorderStyle_Outset?10 +PyQt5.QtGui.QTextFrameFormat.Position?10 +PyQt5.QtGui.QTextFrameFormat.InFlow?10 +PyQt5.QtGui.QTextFrameFormat.FloatLeft?10 +PyQt5.QtGui.QTextFrameFormat.FloatRight?10 +PyQt5.QtGui.QTextFrameFormat?1() +PyQt5.QtGui.QTextFrameFormat.__init__?1(self) +PyQt5.QtGui.QTextFrameFormat?1(QTextFrameFormat) +PyQt5.QtGui.QTextFrameFormat.__init__?1(self, QTextFrameFormat) +PyQt5.QtGui.QTextFrameFormat.isValid?4() -> bool +PyQt5.QtGui.QTextFrameFormat.setPosition?4(QTextFrameFormat.Position) +PyQt5.QtGui.QTextFrameFormat.position?4() -> QTextFrameFormat.Position +PyQt5.QtGui.QTextFrameFormat.border?4() -> float +PyQt5.QtGui.QTextFrameFormat.margin?4() -> float +PyQt5.QtGui.QTextFrameFormat.padding?4() -> float +PyQt5.QtGui.QTextFrameFormat.setWidth?4(QTextLength) +PyQt5.QtGui.QTextFrameFormat.width?4() -> QTextLength +PyQt5.QtGui.QTextFrameFormat.height?4() -> QTextLength +PyQt5.QtGui.QTextFrameFormat.setBorder?4(float) +PyQt5.QtGui.QTextFrameFormat.setMargin?4(float) +PyQt5.QtGui.QTextFrameFormat.setPadding?4(float) +PyQt5.QtGui.QTextFrameFormat.setWidth?4(float) +PyQt5.QtGui.QTextFrameFormat.setHeight?4(float) +PyQt5.QtGui.QTextFrameFormat.setHeight?4(QTextLength) +PyQt5.QtGui.QTextFrameFormat.setPageBreakPolicy?4(QTextFormat.PageBreakFlags) +PyQt5.QtGui.QTextFrameFormat.pageBreakPolicy?4() -> QTextFormat.PageBreakFlags +PyQt5.QtGui.QTextFrameFormat.setBorderBrush?4(QBrush) +PyQt5.QtGui.QTextFrameFormat.borderBrush?4() -> QBrush +PyQt5.QtGui.QTextFrameFormat.setBorderStyle?4(QTextFrameFormat.BorderStyle) +PyQt5.QtGui.QTextFrameFormat.borderStyle?4() -> QTextFrameFormat.BorderStyle +PyQt5.QtGui.QTextFrameFormat.topMargin?4() -> float +PyQt5.QtGui.QTextFrameFormat.bottomMargin?4() -> float +PyQt5.QtGui.QTextFrameFormat.leftMargin?4() -> float +PyQt5.QtGui.QTextFrameFormat.rightMargin?4() -> float +PyQt5.QtGui.QTextFrameFormat.setTopMargin?4(float) +PyQt5.QtGui.QTextFrameFormat.setBottomMargin?4(float) +PyQt5.QtGui.QTextFrameFormat.setLeftMargin?4(float) +PyQt5.QtGui.QTextFrameFormat.setRightMargin?4(float) +PyQt5.QtGui.QTextTableFormat?1() +PyQt5.QtGui.QTextTableFormat.__init__?1(self) +PyQt5.QtGui.QTextTableFormat?1(QTextTableFormat) +PyQt5.QtGui.QTextTableFormat.__init__?1(self, QTextTableFormat) +PyQt5.QtGui.QTextTableFormat.isValid?4() -> bool +PyQt5.QtGui.QTextTableFormat.columns?4() -> int +PyQt5.QtGui.QTextTableFormat.setColumnWidthConstraints?4(list-of-QTextLength) +PyQt5.QtGui.QTextTableFormat.columnWidthConstraints?4() -> list-of-QTextLength +PyQt5.QtGui.QTextTableFormat.clearColumnWidthConstraints?4() +PyQt5.QtGui.QTextTableFormat.cellSpacing?4() -> float +PyQt5.QtGui.QTextTableFormat.setCellSpacing?4(float) +PyQt5.QtGui.QTextTableFormat.cellPadding?4() -> float +PyQt5.QtGui.QTextTableFormat.alignment?4() -> Qt.Alignment +PyQt5.QtGui.QTextTableFormat.setColumns?4(int) +PyQt5.QtGui.QTextTableFormat.setCellPadding?4(float) +PyQt5.QtGui.QTextTableFormat.setAlignment?4(Qt.Alignment) +PyQt5.QtGui.QTextTableFormat.setHeaderRowCount?4(int) +PyQt5.QtGui.QTextTableFormat.headerRowCount?4() -> int +PyQt5.QtGui.QTextTableCellFormat?1() +PyQt5.QtGui.QTextTableCellFormat.__init__?1(self) +PyQt5.QtGui.QTextTableCellFormat?1(QTextTableCellFormat) +PyQt5.QtGui.QTextTableCellFormat.__init__?1(self, QTextTableCellFormat) +PyQt5.QtGui.QTextTableCellFormat.isValid?4() -> bool +PyQt5.QtGui.QTextTableCellFormat.setTopPadding?4(float) +PyQt5.QtGui.QTextTableCellFormat.topPadding?4() -> float +PyQt5.QtGui.QTextTableCellFormat.setBottomPadding?4(float) +PyQt5.QtGui.QTextTableCellFormat.bottomPadding?4() -> float +PyQt5.QtGui.QTextTableCellFormat.setLeftPadding?4(float) +PyQt5.QtGui.QTextTableCellFormat.leftPadding?4() -> float +PyQt5.QtGui.QTextTableCellFormat.setRightPadding?4(float) +PyQt5.QtGui.QTextTableCellFormat.rightPadding?4() -> float +PyQt5.QtGui.QTextTableCellFormat.setPadding?4(float) +PyQt5.QtGui.QTextInlineObject?1() +PyQt5.QtGui.QTextInlineObject.__init__?1(self) +PyQt5.QtGui.QTextInlineObject?1(QTextInlineObject) +PyQt5.QtGui.QTextInlineObject.__init__?1(self, QTextInlineObject) +PyQt5.QtGui.QTextInlineObject.isValid?4() -> bool +PyQt5.QtGui.QTextInlineObject.rect?4() -> QRectF +PyQt5.QtGui.QTextInlineObject.width?4() -> float +PyQt5.QtGui.QTextInlineObject.ascent?4() -> float +PyQt5.QtGui.QTextInlineObject.descent?4() -> float +PyQt5.QtGui.QTextInlineObject.height?4() -> float +PyQt5.QtGui.QTextInlineObject.textDirection?4() -> Qt.LayoutDirection +PyQt5.QtGui.QTextInlineObject.setWidth?4(float) +PyQt5.QtGui.QTextInlineObject.setAscent?4(float) +PyQt5.QtGui.QTextInlineObject.setDescent?4(float) +PyQt5.QtGui.QTextInlineObject.textPosition?4() -> int +PyQt5.QtGui.QTextInlineObject.formatIndex?4() -> int +PyQt5.QtGui.QTextInlineObject.format?4() -> QTextFormat +PyQt5.QtGui.QTextLayout.CursorMode?10 +PyQt5.QtGui.QTextLayout.SkipCharacters?10 +PyQt5.QtGui.QTextLayout.SkipWords?10 +PyQt5.QtGui.QTextLayout?1() +PyQt5.QtGui.QTextLayout.__init__?1(self) +PyQt5.QtGui.QTextLayout?1(str) +PyQt5.QtGui.QTextLayout.__init__?1(self, str) +PyQt5.QtGui.QTextLayout?1(str, QFont, QPaintDevice paintDevice=None) +PyQt5.QtGui.QTextLayout.__init__?1(self, str, QFont, QPaintDevice paintDevice=None) +PyQt5.QtGui.QTextLayout?1(QTextBlock) +PyQt5.QtGui.QTextLayout.__init__?1(self, QTextBlock) +PyQt5.QtGui.QTextLayout.setFont?4(QFont) +PyQt5.QtGui.QTextLayout.font?4() -> QFont +PyQt5.QtGui.QTextLayout.setText?4(str) +PyQt5.QtGui.QTextLayout.text?4() -> str +PyQt5.QtGui.QTextLayout.setTextOption?4(QTextOption) +PyQt5.QtGui.QTextLayout.textOption?4() -> QTextOption +PyQt5.QtGui.QTextLayout.setPreeditArea?4(int, str) +PyQt5.QtGui.QTextLayout.preeditAreaPosition?4() -> int +PyQt5.QtGui.QTextLayout.preeditAreaText?4() -> str +PyQt5.QtGui.QTextLayout.setAdditionalFormats?4(list-of-QTextLayout.FormatRange) +PyQt5.QtGui.QTextLayout.additionalFormats?4() -> list-of-QTextLayout.FormatRange +PyQt5.QtGui.QTextLayout.clearAdditionalFormats?4() +PyQt5.QtGui.QTextLayout.setCacheEnabled?4(bool) +PyQt5.QtGui.QTextLayout.cacheEnabled?4() -> bool +PyQt5.QtGui.QTextLayout.beginLayout?4() +PyQt5.QtGui.QTextLayout.endLayout?4() +PyQt5.QtGui.QTextLayout.createLine?4() -> QTextLine +PyQt5.QtGui.QTextLayout.lineCount?4() -> int +PyQt5.QtGui.QTextLayout.lineAt?4(int) -> QTextLine +PyQt5.QtGui.QTextLayout.lineForTextPosition?4(int) -> QTextLine +PyQt5.QtGui.QTextLayout.isValidCursorPosition?4(int) -> bool +PyQt5.QtGui.QTextLayout.nextCursorPosition?4(int, QTextLayout.CursorMode mode=QTextLayout.SkipCharacters) -> int +PyQt5.QtGui.QTextLayout.previousCursorPosition?4(int, QTextLayout.CursorMode mode=QTextLayout.SkipCharacters) -> int +PyQt5.QtGui.QTextLayout.draw?4(QPainter, QPointF, list-of-QTextLayout.FormatRange selections=list-of-QTextLayout.FormatRange, QRectF clip=QRectF()) +PyQt5.QtGui.QTextLayout.drawCursor?4(QPainter, QPointF, int) +PyQt5.QtGui.QTextLayout.drawCursor?4(QPainter, QPointF, int, int) +PyQt5.QtGui.QTextLayout.position?4() -> QPointF +PyQt5.QtGui.QTextLayout.setPosition?4(QPointF) +PyQt5.QtGui.QTextLayout.boundingRect?4() -> QRectF +PyQt5.QtGui.QTextLayout.minimumWidth?4() -> float +PyQt5.QtGui.QTextLayout.maximumWidth?4() -> float +PyQt5.QtGui.QTextLayout.clearLayout?4() +PyQt5.QtGui.QTextLayout.setCursorMoveStyle?4(Qt.CursorMoveStyle) +PyQt5.QtGui.QTextLayout.cursorMoveStyle?4() -> Qt.CursorMoveStyle +PyQt5.QtGui.QTextLayout.leftCursorPosition?4(int) -> int +PyQt5.QtGui.QTextLayout.rightCursorPosition?4(int) -> int +PyQt5.QtGui.QTextLayout.glyphRuns?4(int from=-1, int length=-1) -> list-of-QGlyphRun +PyQt5.QtGui.QTextLayout.FormatRange.format?7 +PyQt5.QtGui.QTextLayout.FormatRange.length?7 +PyQt5.QtGui.QTextLayout.FormatRange.start?7 +PyQt5.QtGui.QTextLayout.FormatRange?1() +PyQt5.QtGui.QTextLayout.FormatRange.__init__?1(self) +PyQt5.QtGui.QTextLayout.FormatRange?1(QTextLayout.FormatRange) +PyQt5.QtGui.QTextLayout.FormatRange.__init__?1(self, QTextLayout.FormatRange) +PyQt5.QtGui.QTextLine.CursorPosition?10 +PyQt5.QtGui.QTextLine.CursorBetweenCharacters?10 +PyQt5.QtGui.QTextLine.CursorOnCharacter?10 +PyQt5.QtGui.QTextLine.Edge?10 +PyQt5.QtGui.QTextLine.Leading?10 +PyQt5.QtGui.QTextLine.Trailing?10 +PyQt5.QtGui.QTextLine?1() +PyQt5.QtGui.QTextLine.__init__?1(self) +PyQt5.QtGui.QTextLine?1(QTextLine) +PyQt5.QtGui.QTextLine.__init__?1(self, QTextLine) +PyQt5.QtGui.QTextLine.isValid?4() -> bool +PyQt5.QtGui.QTextLine.rect?4() -> QRectF +PyQt5.QtGui.QTextLine.x?4() -> float +PyQt5.QtGui.QTextLine.y?4() -> float +PyQt5.QtGui.QTextLine.width?4() -> float +PyQt5.QtGui.QTextLine.ascent?4() -> float +PyQt5.QtGui.QTextLine.descent?4() -> float +PyQt5.QtGui.QTextLine.height?4() -> float +PyQt5.QtGui.QTextLine.naturalTextWidth?4() -> float +PyQt5.QtGui.QTextLine.naturalTextRect?4() -> QRectF +PyQt5.QtGui.QTextLine.cursorToX?4(int, QTextLine.Edge edge=QTextLine.Leading) -> (float, int) +PyQt5.QtGui.QTextLine.xToCursor?4(float, QTextLine.CursorPosition edge=QTextLine.CursorBetweenCharacters) -> int +PyQt5.QtGui.QTextLine.setLineWidth?4(float) +PyQt5.QtGui.QTextLine.setNumColumns?4(int) +PyQt5.QtGui.QTextLine.setNumColumns?4(int, float) +PyQt5.QtGui.QTextLine.setPosition?4(QPointF) +PyQt5.QtGui.QTextLine.textStart?4() -> int +PyQt5.QtGui.QTextLine.textLength?4() -> int +PyQt5.QtGui.QTextLine.lineNumber?4() -> int +PyQt5.QtGui.QTextLine.draw?4(QPainter, QPointF, QTextLayout.FormatRange selection=None) +PyQt5.QtGui.QTextLine.position?4() -> QPointF +PyQt5.QtGui.QTextLine.leading?4() -> float +PyQt5.QtGui.QTextLine.setLeadingIncluded?4(bool) +PyQt5.QtGui.QTextLine.leadingIncluded?4() -> bool +PyQt5.QtGui.QTextLine.horizontalAdvance?4() -> float +PyQt5.QtGui.QTextLine.glyphRuns?4(int from=-1, int length=-1) -> list-of-QGlyphRun +PyQt5.QtGui.QTextObject?1(QTextDocument) +PyQt5.QtGui.QTextObject.__init__?1(self, QTextDocument) +PyQt5.QtGui.QTextObject.setFormat?4(QTextFormat) +PyQt5.QtGui.QTextObject.format?4() -> QTextFormat +PyQt5.QtGui.QTextObject.formatIndex?4() -> int +PyQt5.QtGui.QTextObject.document?4() -> QTextDocument +PyQt5.QtGui.QTextObject.objectIndex?4() -> int +PyQt5.QtGui.QTextBlockGroup?1(QTextDocument) +PyQt5.QtGui.QTextBlockGroup.__init__?1(self, QTextDocument) +PyQt5.QtGui.QTextBlockGroup.blockInserted?4(QTextBlock) +PyQt5.QtGui.QTextBlockGroup.blockRemoved?4(QTextBlock) +PyQt5.QtGui.QTextBlockGroup.blockFormatChanged?4(QTextBlock) +PyQt5.QtGui.QTextBlockGroup.blockList?4() -> list-of-QTextBlock +PyQt5.QtGui.QTextList?1(QTextDocument) +PyQt5.QtGui.QTextList.__init__?1(self, QTextDocument) +PyQt5.QtGui.QTextList.count?4() -> int +PyQt5.QtGui.QTextList.item?4(int) -> QTextBlock +PyQt5.QtGui.QTextList.itemNumber?4(QTextBlock) -> int +PyQt5.QtGui.QTextList.itemText?4(QTextBlock) -> str +PyQt5.QtGui.QTextList.removeItem?4(int) +PyQt5.QtGui.QTextList.remove?4(QTextBlock) +PyQt5.QtGui.QTextList.add?4(QTextBlock) +PyQt5.QtGui.QTextList.format?4() -> QTextListFormat +PyQt5.QtGui.QTextList.setFormat?4(QTextListFormat) +PyQt5.QtGui.QTextFrame?1(QTextDocument) +PyQt5.QtGui.QTextFrame.__init__?1(self, QTextDocument) +PyQt5.QtGui.QTextFrame.frameFormat?4() -> QTextFrameFormat +PyQt5.QtGui.QTextFrame.firstCursorPosition?4() -> QTextCursor +PyQt5.QtGui.QTextFrame.lastCursorPosition?4() -> QTextCursor +PyQt5.QtGui.QTextFrame.firstPosition?4() -> int +PyQt5.QtGui.QTextFrame.lastPosition?4() -> int +PyQt5.QtGui.QTextFrame.childFrames?4() -> list-of-QTextFrame +PyQt5.QtGui.QTextFrame.parentFrame?4() -> QTextFrame +PyQt5.QtGui.QTextFrame.begin?4() -> QTextFrame.iterator +PyQt5.QtGui.QTextFrame.end?4() -> QTextFrame.iterator +PyQt5.QtGui.QTextFrame.setFrameFormat?4(QTextFrameFormat) +PyQt5.QtGui.QTextFrame.iterator?1() +PyQt5.QtGui.QTextFrame.iterator.__init__?1(self) +PyQt5.QtGui.QTextFrame.iterator?1(QTextFrame.iterator) +PyQt5.QtGui.QTextFrame.iterator.__init__?1(self, QTextFrame.iterator) +PyQt5.QtGui.QTextFrame.iterator.parentFrame?4() -> QTextFrame +PyQt5.QtGui.QTextFrame.iterator.currentFrame?4() -> QTextFrame +PyQt5.QtGui.QTextFrame.iterator.currentBlock?4() -> QTextBlock +PyQt5.QtGui.QTextFrame.iterator.atEnd?4() -> bool +PyQt5.QtGui.QTextBlock?1() +PyQt5.QtGui.QTextBlock.__init__?1(self) +PyQt5.QtGui.QTextBlock?1(QTextBlock) +PyQt5.QtGui.QTextBlock.__init__?1(self, QTextBlock) +PyQt5.QtGui.QTextBlock.isValid?4() -> bool +PyQt5.QtGui.QTextBlock.position?4() -> int +PyQt5.QtGui.QTextBlock.length?4() -> int +PyQt5.QtGui.QTextBlock.contains?4(int) -> bool +PyQt5.QtGui.QTextBlock.layout?4() -> QTextLayout +PyQt5.QtGui.QTextBlock.blockFormat?4() -> QTextBlockFormat +PyQt5.QtGui.QTextBlock.blockFormatIndex?4() -> int +PyQt5.QtGui.QTextBlock.charFormat?4() -> QTextCharFormat +PyQt5.QtGui.QTextBlock.charFormatIndex?4() -> int +PyQt5.QtGui.QTextBlock.text?4() -> str +PyQt5.QtGui.QTextBlock.document?4() -> QTextDocument +PyQt5.QtGui.QTextBlock.textList?4() -> QTextList +PyQt5.QtGui.QTextBlock.begin?4() -> QTextBlock.iterator +PyQt5.QtGui.QTextBlock.end?4() -> QTextBlock.iterator +PyQt5.QtGui.QTextBlock.next?4() -> QTextBlock +PyQt5.QtGui.QTextBlock.previous?4() -> QTextBlock +PyQt5.QtGui.QTextBlock.userData?4() -> QTextBlockUserData +PyQt5.QtGui.QTextBlock.setUserData?4(QTextBlockUserData) +PyQt5.QtGui.QTextBlock.userState?4() -> int +PyQt5.QtGui.QTextBlock.setUserState?4(int) +PyQt5.QtGui.QTextBlock.clearLayout?4() +PyQt5.QtGui.QTextBlock.revision?4() -> int +PyQt5.QtGui.QTextBlock.setRevision?4(int) +PyQt5.QtGui.QTextBlock.isVisible?4() -> bool +PyQt5.QtGui.QTextBlock.setVisible?4(bool) +PyQt5.QtGui.QTextBlock.blockNumber?4() -> int +PyQt5.QtGui.QTextBlock.firstLineNumber?4() -> int +PyQt5.QtGui.QTextBlock.setLineCount?4(int) +PyQt5.QtGui.QTextBlock.lineCount?4() -> int +PyQt5.QtGui.QTextBlock.textDirection?4() -> Qt.LayoutDirection +PyQt5.QtGui.QTextBlock.textFormats?4() -> list-of-QTextLayout.FormatRange +PyQt5.QtGui.QTextBlock.iterator?1() +PyQt5.QtGui.QTextBlock.iterator.__init__?1(self) +PyQt5.QtGui.QTextBlock.iterator?1(QTextBlock.iterator) +PyQt5.QtGui.QTextBlock.iterator.__init__?1(self, QTextBlock.iterator) +PyQt5.QtGui.QTextBlock.iterator.fragment?4() -> QTextFragment +PyQt5.QtGui.QTextBlock.iterator.atEnd?4() -> bool +PyQt5.QtGui.QTextFragment?1() +PyQt5.QtGui.QTextFragment.__init__?1(self) +PyQt5.QtGui.QTextFragment?1(QTextFragment) +PyQt5.QtGui.QTextFragment.__init__?1(self, QTextFragment) +PyQt5.QtGui.QTextFragment.isValid?4() -> bool +PyQt5.QtGui.QTextFragment.position?4() -> int +PyQt5.QtGui.QTextFragment.length?4() -> int +PyQt5.QtGui.QTextFragment.contains?4(int) -> bool +PyQt5.QtGui.QTextFragment.charFormat?4() -> QTextCharFormat +PyQt5.QtGui.QTextFragment.charFormatIndex?4() -> int +PyQt5.QtGui.QTextFragment.text?4() -> str +PyQt5.QtGui.QTextFragment.glyphRuns?4(int from=-1, int length=-1) -> list-of-QGlyphRun +PyQt5.QtGui.QTextBlockUserData?1() +PyQt5.QtGui.QTextBlockUserData.__init__?1(self) +PyQt5.QtGui.QTextBlockUserData?1(QTextBlockUserData) +PyQt5.QtGui.QTextBlockUserData.__init__?1(self, QTextBlockUserData) +PyQt5.QtGui.QTextOption.TabType?10 +PyQt5.QtGui.QTextOption.LeftTab?10 +PyQt5.QtGui.QTextOption.RightTab?10 +PyQt5.QtGui.QTextOption.CenterTab?10 +PyQt5.QtGui.QTextOption.DelimiterTab?10 +PyQt5.QtGui.QTextOption.Flag?10 +PyQt5.QtGui.QTextOption.IncludeTrailingSpaces?10 +PyQt5.QtGui.QTextOption.ShowTabsAndSpaces?10 +PyQt5.QtGui.QTextOption.ShowLineAndParagraphSeparators?10 +PyQt5.QtGui.QTextOption.AddSpaceForLineAndParagraphSeparators?10 +PyQt5.QtGui.QTextOption.SuppressColors?10 +PyQt5.QtGui.QTextOption.WrapMode?10 +PyQt5.QtGui.QTextOption.NoWrap?10 +PyQt5.QtGui.QTextOption.WordWrap?10 +PyQt5.QtGui.QTextOption.ManualWrap?10 +PyQt5.QtGui.QTextOption.WrapAnywhere?10 +PyQt5.QtGui.QTextOption.WrapAtWordBoundaryOrAnywhere?10 +PyQt5.QtGui.QTextOption?1() +PyQt5.QtGui.QTextOption.__init__?1(self) +PyQt5.QtGui.QTextOption?1(Qt.Alignment) +PyQt5.QtGui.QTextOption.__init__?1(self, Qt.Alignment) +PyQt5.QtGui.QTextOption?1(QTextOption) +PyQt5.QtGui.QTextOption.__init__?1(self, QTextOption) +PyQt5.QtGui.QTextOption.alignment?4() -> Qt.Alignment +PyQt5.QtGui.QTextOption.setTextDirection?4(Qt.LayoutDirection) +PyQt5.QtGui.QTextOption.textDirection?4() -> Qt.LayoutDirection +PyQt5.QtGui.QTextOption.setWrapMode?4(QTextOption.WrapMode) +PyQt5.QtGui.QTextOption.wrapMode?4() -> QTextOption.WrapMode +PyQt5.QtGui.QTextOption.flags?4() -> QTextOption.Flags +PyQt5.QtGui.QTextOption.tabStop?4() -> float +PyQt5.QtGui.QTextOption.setTabArray?4(list-of-float) +PyQt5.QtGui.QTextOption.tabArray?4() -> list-of-float +PyQt5.QtGui.QTextOption.setUseDesignMetrics?4(bool) +PyQt5.QtGui.QTextOption.useDesignMetrics?4() -> bool +PyQt5.QtGui.QTextOption.setAlignment?4(Qt.Alignment) +PyQt5.QtGui.QTextOption.setFlags?4(QTextOption.Flags) +PyQt5.QtGui.QTextOption.setTabStop?4(float) +PyQt5.QtGui.QTextOption.setTabs?4(list-of-QTextOption.Tab) +PyQt5.QtGui.QTextOption.tabs?4() -> list-of-QTextOption.Tab +PyQt5.QtGui.QTextOption.Flags?1(QTextOption.Flags) +PyQt5.QtGui.QTextOption.Flags.__init__?1(self, QTextOption.Flags) +PyQt5.QtGui.QTextOption.Flags?1(int) +PyQt5.QtGui.QTextOption.Flags.__init__?1(self, int) +PyQt5.QtGui.QTextOption.Flags?1() +PyQt5.QtGui.QTextOption.Flags.__init__?1(self) +PyQt5.QtGui.QTextOption.Tab.delimiter?7 +PyQt5.QtGui.QTextOption.Tab.position?7 +PyQt5.QtGui.QTextOption.Tab.type?7 +PyQt5.QtGui.QTextOption.Tab?1() +PyQt5.QtGui.QTextOption.Tab.__init__?1(self) +PyQt5.QtGui.QTextOption.Tab?1(float, QTextOption.TabType, str delim=QChar()) +PyQt5.QtGui.QTextOption.Tab.__init__?1(self, float, QTextOption.TabType, str delim=QChar()) +PyQt5.QtGui.QTextOption.Tab?1(QTextOption.Tab) +PyQt5.QtGui.QTextOption.Tab.__init__?1(self, QTextOption.Tab) +PyQt5.QtGui.QTextTableCell?1() +PyQt5.QtGui.QTextTableCell.__init__?1(self) +PyQt5.QtGui.QTextTableCell?1(QTextTableCell) +PyQt5.QtGui.QTextTableCell.__init__?1(self, QTextTableCell) +PyQt5.QtGui.QTextTableCell.format?4() -> QTextCharFormat +PyQt5.QtGui.QTextTableCell.setFormat?4(QTextCharFormat) +PyQt5.QtGui.QTextTableCell.row?4() -> int +PyQt5.QtGui.QTextTableCell.column?4() -> int +PyQt5.QtGui.QTextTableCell.rowSpan?4() -> int +PyQt5.QtGui.QTextTableCell.columnSpan?4() -> int +PyQt5.QtGui.QTextTableCell.isValid?4() -> bool +PyQt5.QtGui.QTextTableCell.firstCursorPosition?4() -> QTextCursor +PyQt5.QtGui.QTextTableCell.lastCursorPosition?4() -> QTextCursor +PyQt5.QtGui.QTextTableCell.tableCellFormatIndex?4() -> int +PyQt5.QtGui.QTextTable?1(QTextDocument) +PyQt5.QtGui.QTextTable.__init__?1(self, QTextDocument) +PyQt5.QtGui.QTextTable.resize?4(int, int) +PyQt5.QtGui.QTextTable.insertRows?4(int, int) +PyQt5.QtGui.QTextTable.insertColumns?4(int, int) +PyQt5.QtGui.QTextTable.removeRows?4(int, int) +PyQt5.QtGui.QTextTable.removeColumns?4(int, int) +PyQt5.QtGui.QTextTable.mergeCells?4(int, int, int, int) +PyQt5.QtGui.QTextTable.mergeCells?4(QTextCursor) +PyQt5.QtGui.QTextTable.splitCell?4(int, int, int, int) +PyQt5.QtGui.QTextTable.rows?4() -> int +PyQt5.QtGui.QTextTable.columns?4() -> int +PyQt5.QtGui.QTextTable.cellAt?4(int, int) -> QTextTableCell +PyQt5.QtGui.QTextTable.cellAt?4(int) -> QTextTableCell +PyQt5.QtGui.QTextTable.cellAt?4(QTextCursor) -> QTextTableCell +PyQt5.QtGui.QTextTable.rowStart?4(QTextCursor) -> QTextCursor +PyQt5.QtGui.QTextTable.rowEnd?4(QTextCursor) -> QTextCursor +PyQt5.QtGui.QTextTable.format?4() -> QTextTableFormat +PyQt5.QtGui.QTextTable.setFormat?4(QTextTableFormat) +PyQt5.QtGui.QTextTable.appendRows?4(int) +PyQt5.QtGui.QTextTable.appendColumns?4(int) +PyQt5.QtGui.QTouchDevice.CapabilityFlag?10 +PyQt5.QtGui.QTouchDevice.Position?10 +PyQt5.QtGui.QTouchDevice.Area?10 +PyQt5.QtGui.QTouchDevice.Pressure?10 +PyQt5.QtGui.QTouchDevice.Velocity?10 +PyQt5.QtGui.QTouchDevice.RawPositions?10 +PyQt5.QtGui.QTouchDevice.NormalizedPosition?10 +PyQt5.QtGui.QTouchDevice.DeviceType?10 +PyQt5.QtGui.QTouchDevice.TouchScreen?10 +PyQt5.QtGui.QTouchDevice.TouchPad?10 +PyQt5.QtGui.QTouchDevice?1() +PyQt5.QtGui.QTouchDevice.__init__?1(self) +PyQt5.QtGui.QTouchDevice?1(QTouchDevice) +PyQt5.QtGui.QTouchDevice.__init__?1(self, QTouchDevice) +PyQt5.QtGui.QTouchDevice.devices?4() -> list-of-const QTouchDevice +PyQt5.QtGui.QTouchDevice.name?4() -> str +PyQt5.QtGui.QTouchDevice.type?4() -> QTouchDevice.DeviceType +PyQt5.QtGui.QTouchDevice.capabilities?4() -> QTouchDevice.Capabilities +PyQt5.QtGui.QTouchDevice.setName?4(str) +PyQt5.QtGui.QTouchDevice.setType?4(QTouchDevice.DeviceType) +PyQt5.QtGui.QTouchDevice.setCapabilities?4(QTouchDevice.Capabilities) +PyQt5.QtGui.QTouchDevice.maximumTouchPoints?4() -> int +PyQt5.QtGui.QTouchDevice.setMaximumTouchPoints?4(int) +PyQt5.QtGui.QTouchDevice.Capabilities?1(QTouchDevice.Capabilities) +PyQt5.QtGui.QTouchDevice.Capabilities.__init__?1(self, QTouchDevice.Capabilities) +PyQt5.QtGui.QTouchDevice.Capabilities?1(int) +PyQt5.QtGui.QTouchDevice.Capabilities.__init__?1(self, int) +PyQt5.QtGui.QTouchDevice.Capabilities?1() +PyQt5.QtGui.QTouchDevice.Capabilities.__init__?1(self) +PyQt5.QtGui.QTransform.TransformationType?10 +PyQt5.QtGui.QTransform.TxNone?10 +PyQt5.QtGui.QTransform.TxTranslate?10 +PyQt5.QtGui.QTransform.TxScale?10 +PyQt5.QtGui.QTransform.TxRotate?10 +PyQt5.QtGui.QTransform.TxShear?10 +PyQt5.QtGui.QTransform.TxProject?10 +PyQt5.QtGui.QTransform?1() +PyQt5.QtGui.QTransform.__init__?1(self) +PyQt5.QtGui.QTransform?1(float, float, float, float, float, float, float, float, float m33=1) +PyQt5.QtGui.QTransform.__init__?1(self, float, float, float, float, float, float, float, float, float m33=1) +PyQt5.QtGui.QTransform?1(float, float, float, float, float, float) +PyQt5.QtGui.QTransform.__init__?1(self, float, float, float, float, float, float) +PyQt5.QtGui.QTransform?1(QTransform) +PyQt5.QtGui.QTransform.__init__?1(self, QTransform) +PyQt5.QtGui.QTransform.type?4() -> QTransform.TransformationType +PyQt5.QtGui.QTransform.setMatrix?4(float, float, float, float, float, float, float, float, float) +PyQt5.QtGui.QTransform.inverted?4() -> (QTransform, bool) +PyQt5.QtGui.QTransform.adjoint?4() -> QTransform +PyQt5.QtGui.QTransform.transposed?4() -> QTransform +PyQt5.QtGui.QTransform.translate?4(float, float) -> QTransform +PyQt5.QtGui.QTransform.scale?4(float, float) -> QTransform +PyQt5.QtGui.QTransform.shear?4(float, float) -> QTransform +PyQt5.QtGui.QTransform.rotate?4(float, Qt.Axis axis=Qt.ZAxis) -> QTransform +PyQt5.QtGui.QTransform.rotateRadians?4(float, Qt.Axis axis=Qt.ZAxis) -> QTransform +PyQt5.QtGui.QTransform.squareToQuad?4(QPolygonF, QTransform) -> bool +PyQt5.QtGui.QTransform.quadToSquare?4(QPolygonF, QTransform) -> bool +PyQt5.QtGui.QTransform.quadToQuad?4(QPolygonF, QPolygonF, QTransform) -> bool +PyQt5.QtGui.QTransform.reset?4() +PyQt5.QtGui.QTransform.map?4(int, int) -> (int, int) +PyQt5.QtGui.QTransform.map?4(float, float) -> (float, float) +PyQt5.QtGui.QTransform.map?4(QPoint) -> QPoint +PyQt5.QtGui.QTransform.map?4(QPointF) -> QPointF +PyQt5.QtGui.QTransform.map?4(QLine) -> QLine +PyQt5.QtGui.QTransform.map?4(QLineF) -> QLineF +PyQt5.QtGui.QTransform.map?4(QPolygonF) -> QPolygonF +PyQt5.QtGui.QTransform.map?4(QPolygon) -> QPolygon +PyQt5.QtGui.QTransform.map?4(QRegion) -> QRegion +PyQt5.QtGui.QTransform.map?4(QPainterPath) -> QPainterPath +PyQt5.QtGui.QTransform.mapToPolygon?4(QRect) -> QPolygon +PyQt5.QtGui.QTransform.mapRect?4(QRect) -> QRect +PyQt5.QtGui.QTransform.mapRect?4(QRectF) -> QRectF +PyQt5.QtGui.QTransform.isAffine?4() -> bool +PyQt5.QtGui.QTransform.isIdentity?4() -> bool +PyQt5.QtGui.QTransform.isInvertible?4() -> bool +PyQt5.QtGui.QTransform.isScaling?4() -> bool +PyQt5.QtGui.QTransform.isRotating?4() -> bool +PyQt5.QtGui.QTransform.isTranslating?4() -> bool +PyQt5.QtGui.QTransform.determinant?4() -> float +PyQt5.QtGui.QTransform.m11?4() -> float +PyQt5.QtGui.QTransform.m12?4() -> float +PyQt5.QtGui.QTransform.m13?4() -> float +PyQt5.QtGui.QTransform.m21?4() -> float +PyQt5.QtGui.QTransform.m22?4() -> float +PyQt5.QtGui.QTransform.m23?4() -> float +PyQt5.QtGui.QTransform.m31?4() -> float +PyQt5.QtGui.QTransform.m32?4() -> float +PyQt5.QtGui.QTransform.m33?4() -> float +PyQt5.QtGui.QTransform.dx?4() -> float +PyQt5.QtGui.QTransform.dy?4() -> float +PyQt5.QtGui.QTransform.fromTranslate?4(float, float) -> QTransform +PyQt5.QtGui.QTransform.fromScale?4(float, float) -> QTransform +PyQt5.QtGui.QValidator.State?10 +PyQt5.QtGui.QValidator.Invalid?10 +PyQt5.QtGui.QValidator.Intermediate?10 +PyQt5.QtGui.QValidator.Acceptable?10 +PyQt5.QtGui.QValidator?1(QObject parent=None) +PyQt5.QtGui.QValidator.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QValidator.validate?4(str, int) -> (QValidator.State, str, int) +PyQt5.QtGui.QValidator.fixup?4(str) -> str +PyQt5.QtGui.QValidator.setLocale?4(QLocale) +PyQt5.QtGui.QValidator.locale?4() -> QLocale +PyQt5.QtGui.QValidator.changed?4() +PyQt5.QtGui.QIntValidator?1(QObject parent=None) +PyQt5.QtGui.QIntValidator.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QIntValidator?1(int, int, QObject parent=None) +PyQt5.QtGui.QIntValidator.__init__?1(self, int, int, QObject parent=None) +PyQt5.QtGui.QIntValidator.validate?4(str, int) -> (QValidator.State, str, int) +PyQt5.QtGui.QIntValidator.fixup?4(str) -> str +PyQt5.QtGui.QIntValidator.setBottom?4(int) +PyQt5.QtGui.QIntValidator.setTop?4(int) +PyQt5.QtGui.QIntValidator.setRange?4(int, int) +PyQt5.QtGui.QIntValidator.bottom?4() -> int +PyQt5.QtGui.QIntValidator.top?4() -> int +PyQt5.QtGui.QDoubleValidator.Notation?10 +PyQt5.QtGui.QDoubleValidator.StandardNotation?10 +PyQt5.QtGui.QDoubleValidator.ScientificNotation?10 +PyQt5.QtGui.QDoubleValidator?1(QObject parent=None) +PyQt5.QtGui.QDoubleValidator.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QDoubleValidator?1(float, float, int, QObject parent=None) +PyQt5.QtGui.QDoubleValidator.__init__?1(self, float, float, int, QObject parent=None) +PyQt5.QtGui.QDoubleValidator.validate?4(str, int) -> (QValidator.State, str, int) +PyQt5.QtGui.QDoubleValidator.setRange?4(float, float, int decimals=0) +PyQt5.QtGui.QDoubleValidator.setBottom?4(float) +PyQt5.QtGui.QDoubleValidator.setTop?4(float) +PyQt5.QtGui.QDoubleValidator.setDecimals?4(int) +PyQt5.QtGui.QDoubleValidator.bottom?4() -> float +PyQt5.QtGui.QDoubleValidator.top?4() -> float +PyQt5.QtGui.QDoubleValidator.decimals?4() -> int +PyQt5.QtGui.QDoubleValidator.setNotation?4(QDoubleValidator.Notation) +PyQt5.QtGui.QDoubleValidator.notation?4() -> QDoubleValidator.Notation +PyQt5.QtGui.QRegExpValidator?1(QObject parent=None) +PyQt5.QtGui.QRegExpValidator.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QRegExpValidator?1(QRegExp, QObject parent=None) +PyQt5.QtGui.QRegExpValidator.__init__?1(self, QRegExp, QObject parent=None) +PyQt5.QtGui.QRegExpValidator.validate?4(str, int) -> (QValidator.State, str, int) +PyQt5.QtGui.QRegExpValidator.setRegExp?4(QRegExp) +PyQt5.QtGui.QRegExpValidator.regExp?4() -> QRegExp +PyQt5.QtGui.QRegularExpressionValidator?1(QObject parent=None) +PyQt5.QtGui.QRegularExpressionValidator.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QRegularExpressionValidator?1(QRegularExpression, QObject parent=None) +PyQt5.QtGui.QRegularExpressionValidator.__init__?1(self, QRegularExpression, QObject parent=None) +PyQt5.QtGui.QRegularExpressionValidator.validate?4(str, int) -> (QValidator.State, str, int) +PyQt5.QtGui.QRegularExpressionValidator.regularExpression?4() -> QRegularExpression +PyQt5.QtGui.QRegularExpressionValidator.setRegularExpression?4(QRegularExpression) +PyQt5.QtGui.QVector2D?1() +PyQt5.QtGui.QVector2D.__init__?1(self) +PyQt5.QtGui.QVector2D?1(float, float) +PyQt5.QtGui.QVector2D.__init__?1(self, float, float) +PyQt5.QtGui.QVector2D?1(QPoint) +PyQt5.QtGui.QVector2D.__init__?1(self, QPoint) +PyQt5.QtGui.QVector2D?1(QPointF) +PyQt5.QtGui.QVector2D.__init__?1(self, QPointF) +PyQt5.QtGui.QVector2D?1(QVector3D) +PyQt5.QtGui.QVector2D.__init__?1(self, QVector3D) +PyQt5.QtGui.QVector2D?1(QVector4D) +PyQt5.QtGui.QVector2D.__init__?1(self, QVector4D) +PyQt5.QtGui.QVector2D?1(QVector2D) +PyQt5.QtGui.QVector2D.__init__?1(self, QVector2D) +PyQt5.QtGui.QVector2D.length?4() -> float +PyQt5.QtGui.QVector2D.lengthSquared?4() -> float +PyQt5.QtGui.QVector2D.normalized?4() -> QVector2D +PyQt5.QtGui.QVector2D.normalize?4() +PyQt5.QtGui.QVector2D.dotProduct?4(QVector2D, QVector2D) -> float +PyQt5.QtGui.QVector2D.toVector3D?4() -> QVector3D +PyQt5.QtGui.QVector2D.toVector4D?4() -> QVector4D +PyQt5.QtGui.QVector2D.isNull?4() -> bool +PyQt5.QtGui.QVector2D.x?4() -> float +PyQt5.QtGui.QVector2D.y?4() -> float +PyQt5.QtGui.QVector2D.setX?4(float) +PyQt5.QtGui.QVector2D.setY?4(float) +PyQt5.QtGui.QVector2D.toPoint?4() -> QPoint +PyQt5.QtGui.QVector2D.toPointF?4() -> QPointF +PyQt5.QtGui.QVector2D.distanceToPoint?4(QVector2D) -> float +PyQt5.QtGui.QVector2D.distanceToLine?4(QVector2D, QVector2D) -> float +PyQt5.QtGui.QVector3D?1() +PyQt5.QtGui.QVector3D.__init__?1(self) +PyQt5.QtGui.QVector3D?1(float, float, float) +PyQt5.QtGui.QVector3D.__init__?1(self, float, float, float) +PyQt5.QtGui.QVector3D?1(QPoint) +PyQt5.QtGui.QVector3D.__init__?1(self, QPoint) +PyQt5.QtGui.QVector3D?1(QPointF) +PyQt5.QtGui.QVector3D.__init__?1(self, QPointF) +PyQt5.QtGui.QVector3D?1(QVector2D) +PyQt5.QtGui.QVector3D.__init__?1(self, QVector2D) +PyQt5.QtGui.QVector3D?1(QVector2D, float) +PyQt5.QtGui.QVector3D.__init__?1(self, QVector2D, float) +PyQt5.QtGui.QVector3D?1(QVector4D) +PyQt5.QtGui.QVector3D.__init__?1(self, QVector4D) +PyQt5.QtGui.QVector3D?1(QVector3D) +PyQt5.QtGui.QVector3D.__init__?1(self, QVector3D) +PyQt5.QtGui.QVector3D.length?4() -> float +PyQt5.QtGui.QVector3D.lengthSquared?4() -> float +PyQt5.QtGui.QVector3D.normalized?4() -> QVector3D +PyQt5.QtGui.QVector3D.normalize?4() +PyQt5.QtGui.QVector3D.dotProduct?4(QVector3D, QVector3D) -> float +PyQt5.QtGui.QVector3D.crossProduct?4(QVector3D, QVector3D) -> QVector3D +PyQt5.QtGui.QVector3D.normal?4(QVector3D, QVector3D) -> QVector3D +PyQt5.QtGui.QVector3D.normal?4(QVector3D, QVector3D, QVector3D) -> QVector3D +PyQt5.QtGui.QVector3D.distanceToPlane?4(QVector3D, QVector3D) -> float +PyQt5.QtGui.QVector3D.distanceToPlane?4(QVector3D, QVector3D, QVector3D) -> float +PyQt5.QtGui.QVector3D.distanceToLine?4(QVector3D, QVector3D) -> float +PyQt5.QtGui.QVector3D.toVector2D?4() -> QVector2D +PyQt5.QtGui.QVector3D.toVector4D?4() -> QVector4D +PyQt5.QtGui.QVector3D.isNull?4() -> bool +PyQt5.QtGui.QVector3D.x?4() -> float +PyQt5.QtGui.QVector3D.y?4() -> float +PyQt5.QtGui.QVector3D.z?4() -> float +PyQt5.QtGui.QVector3D.setX?4(float) +PyQt5.QtGui.QVector3D.setY?4(float) +PyQt5.QtGui.QVector3D.setZ?4(float) +PyQt5.QtGui.QVector3D.toPoint?4() -> QPoint +PyQt5.QtGui.QVector3D.toPointF?4() -> QPointF +PyQt5.QtGui.QVector3D.distanceToPoint?4(QVector3D) -> float +PyQt5.QtGui.QVector4D?1() +PyQt5.QtGui.QVector4D.__init__?1(self) +PyQt5.QtGui.QVector4D?1(float, float, float, float) +PyQt5.QtGui.QVector4D.__init__?1(self, float, float, float, float) +PyQt5.QtGui.QVector4D?1(QPoint) +PyQt5.QtGui.QVector4D.__init__?1(self, QPoint) +PyQt5.QtGui.QVector4D?1(QPointF) +PyQt5.QtGui.QVector4D.__init__?1(self, QPointF) +PyQt5.QtGui.QVector4D?1(QVector2D) +PyQt5.QtGui.QVector4D.__init__?1(self, QVector2D) +PyQt5.QtGui.QVector4D?1(QVector2D, float, float) +PyQt5.QtGui.QVector4D.__init__?1(self, QVector2D, float, float) +PyQt5.QtGui.QVector4D?1(QVector3D) +PyQt5.QtGui.QVector4D.__init__?1(self, QVector3D) +PyQt5.QtGui.QVector4D?1(QVector3D, float) +PyQt5.QtGui.QVector4D.__init__?1(self, QVector3D, float) +PyQt5.QtGui.QVector4D?1(QVector4D) +PyQt5.QtGui.QVector4D.__init__?1(self, QVector4D) +PyQt5.QtGui.QVector4D.length?4() -> float +PyQt5.QtGui.QVector4D.lengthSquared?4() -> float +PyQt5.QtGui.QVector4D.normalized?4() -> QVector4D +PyQt5.QtGui.QVector4D.normalize?4() +PyQt5.QtGui.QVector4D.dotProduct?4(QVector4D, QVector4D) -> float +PyQt5.QtGui.QVector4D.toVector2D?4() -> QVector2D +PyQt5.QtGui.QVector4D.toVector2DAffine?4() -> QVector2D +PyQt5.QtGui.QVector4D.toVector3D?4() -> QVector3D +PyQt5.QtGui.QVector4D.toVector3DAffine?4() -> QVector3D +PyQt5.QtGui.QVector4D.isNull?4() -> bool +PyQt5.QtGui.QVector4D.x?4() -> float +PyQt5.QtGui.QVector4D.y?4() -> float +PyQt5.QtGui.QVector4D.z?4() -> float +PyQt5.QtGui.QVector4D.w?4() -> float +PyQt5.QtGui.QVector4D.setX?4(float) +PyQt5.QtGui.QVector4D.setY?4(float) +PyQt5.QtGui.QVector4D.setZ?4(float) +PyQt5.QtGui.QVector4D.setW?4(float) +PyQt5.QtGui.QVector4D.toPoint?4() -> QPoint +PyQt5.QtGui.QVector4D.toPointF?4() -> QPointF +PyQt5.QtGui.QWindow.Visibility?10 +PyQt5.QtGui.QWindow.Hidden?10 +PyQt5.QtGui.QWindow.AutomaticVisibility?10 +PyQt5.QtGui.QWindow.Windowed?10 +PyQt5.QtGui.QWindow.Minimized?10 +PyQt5.QtGui.QWindow.Maximized?10 +PyQt5.QtGui.QWindow.FullScreen?10 +PyQt5.QtGui.QWindow.AncestorMode?10 +PyQt5.QtGui.QWindow.ExcludeTransients?10 +PyQt5.QtGui.QWindow.IncludeTransients?10 +PyQt5.QtGui.QWindow?1(QScreen screen=None) +PyQt5.QtGui.QWindow.__init__?1(self, QScreen screen=None) +PyQt5.QtGui.QWindow?1(QWindow) +PyQt5.QtGui.QWindow.__init__?1(self, QWindow) +PyQt5.QtGui.QWindow.setSurfaceType?4(QSurface.SurfaceType) +PyQt5.QtGui.QWindow.surfaceType?4() -> QSurface.SurfaceType +PyQt5.QtGui.QWindow.isVisible?4() -> bool +PyQt5.QtGui.QWindow.create?4() +PyQt5.QtGui.QWindow.winId?4() -> sip.voidptr +PyQt5.QtGui.QWindow.parent?4() -> QWindow +PyQt5.QtGui.QWindow.setParent?4(QWindow) +PyQt5.QtGui.QWindow.isTopLevel?4() -> bool +PyQt5.QtGui.QWindow.isModal?4() -> bool +PyQt5.QtGui.QWindow.modality?4() -> Qt.WindowModality +PyQt5.QtGui.QWindow.setModality?4(Qt.WindowModality) +PyQt5.QtGui.QWindow.setFormat?4(QSurfaceFormat) +PyQt5.QtGui.QWindow.format?4() -> QSurfaceFormat +PyQt5.QtGui.QWindow.requestedFormat?4() -> QSurfaceFormat +PyQt5.QtGui.QWindow.setFlags?4(Qt.WindowFlags) +PyQt5.QtGui.QWindow.flags?4() -> Qt.WindowFlags +PyQt5.QtGui.QWindow.type?4() -> Qt.WindowType +PyQt5.QtGui.QWindow.title?4() -> str +PyQt5.QtGui.QWindow.setOpacity?4(float) +PyQt5.QtGui.QWindow.requestActivate?4() +PyQt5.QtGui.QWindow.isActive?4() -> bool +PyQt5.QtGui.QWindow.reportContentOrientationChange?4(Qt.ScreenOrientation) +PyQt5.QtGui.QWindow.contentOrientation?4() -> Qt.ScreenOrientation +PyQt5.QtGui.QWindow.devicePixelRatio?4() -> float +PyQt5.QtGui.QWindow.windowState?4() -> Qt.WindowState +PyQt5.QtGui.QWindow.setWindowState?4(Qt.WindowState) +PyQt5.QtGui.QWindow.setTransientParent?4(QWindow) +PyQt5.QtGui.QWindow.transientParent?4() -> QWindow +PyQt5.QtGui.QWindow.isAncestorOf?4(QWindow, QWindow.AncestorMode mode=QWindow.IncludeTransients) -> bool +PyQt5.QtGui.QWindow.isExposed?4() -> bool +PyQt5.QtGui.QWindow.minimumWidth?4() -> int +PyQt5.QtGui.QWindow.minimumHeight?4() -> int +PyQt5.QtGui.QWindow.maximumWidth?4() -> int +PyQt5.QtGui.QWindow.maximumHeight?4() -> int +PyQt5.QtGui.QWindow.minimumSize?4() -> QSize +PyQt5.QtGui.QWindow.maximumSize?4() -> QSize +PyQt5.QtGui.QWindow.baseSize?4() -> QSize +PyQt5.QtGui.QWindow.sizeIncrement?4() -> QSize +PyQt5.QtGui.QWindow.setMinimumSize?4(QSize) +PyQt5.QtGui.QWindow.setMaximumSize?4(QSize) +PyQt5.QtGui.QWindow.setBaseSize?4(QSize) +PyQt5.QtGui.QWindow.setSizeIncrement?4(QSize) +PyQt5.QtGui.QWindow.setGeometry?4(int, int, int, int) +PyQt5.QtGui.QWindow.setGeometry?4(QRect) +PyQt5.QtGui.QWindow.geometry?4() -> QRect +PyQt5.QtGui.QWindow.frameMargins?4() -> QMargins +PyQt5.QtGui.QWindow.frameGeometry?4() -> QRect +PyQt5.QtGui.QWindow.framePosition?4() -> QPoint +PyQt5.QtGui.QWindow.setFramePosition?4(QPoint) +PyQt5.QtGui.QWindow.width?4() -> int +PyQt5.QtGui.QWindow.height?4() -> int +PyQt5.QtGui.QWindow.x?4() -> int +PyQt5.QtGui.QWindow.y?4() -> int +PyQt5.QtGui.QWindow.size?4() -> QSize +PyQt5.QtGui.QWindow.position?4() -> QPoint +PyQt5.QtGui.QWindow.setPosition?4(QPoint) +PyQt5.QtGui.QWindow.setPosition?4(int, int) +PyQt5.QtGui.QWindow.resize?4(QSize) +PyQt5.QtGui.QWindow.resize?4(int, int) +PyQt5.QtGui.QWindow.setFilePath?4(str) +PyQt5.QtGui.QWindow.filePath?4() -> str +PyQt5.QtGui.QWindow.setIcon?4(QIcon) +PyQt5.QtGui.QWindow.icon?4() -> QIcon +PyQt5.QtGui.QWindow.destroy?4() +PyQt5.QtGui.QWindow.setKeyboardGrabEnabled?4(bool) -> bool +PyQt5.QtGui.QWindow.setMouseGrabEnabled?4(bool) -> bool +PyQt5.QtGui.QWindow.screen?4() -> QScreen +PyQt5.QtGui.QWindow.setScreen?4(QScreen) +PyQt5.QtGui.QWindow.focusObject?4() -> QObject +PyQt5.QtGui.QWindow.mapToGlobal?4(QPoint) -> QPoint +PyQt5.QtGui.QWindow.mapFromGlobal?4(QPoint) -> QPoint +PyQt5.QtGui.QWindow.cursor?4() -> QCursor +PyQt5.QtGui.QWindow.setCursor?4(QCursor) +PyQt5.QtGui.QWindow.unsetCursor?4() +PyQt5.QtGui.QWindow.setVisible?4(bool) +PyQt5.QtGui.QWindow.show?4() +PyQt5.QtGui.QWindow.hide?4() +PyQt5.QtGui.QWindow.showMinimized?4() +PyQt5.QtGui.QWindow.showMaximized?4() +PyQt5.QtGui.QWindow.showFullScreen?4() +PyQt5.QtGui.QWindow.showNormal?4() +PyQt5.QtGui.QWindow.close?4() -> bool +PyQt5.QtGui.QWindow.raise_?4() +PyQt5.QtGui.QWindow.lower?4() +PyQt5.QtGui.QWindow.setTitle?4(str) +PyQt5.QtGui.QWindow.setX?4(int) +PyQt5.QtGui.QWindow.setY?4(int) +PyQt5.QtGui.QWindow.setWidth?4(int) +PyQt5.QtGui.QWindow.setHeight?4(int) +PyQt5.QtGui.QWindow.setMinimumWidth?4(int) +PyQt5.QtGui.QWindow.setMinimumHeight?4(int) +PyQt5.QtGui.QWindow.setMaximumWidth?4(int) +PyQt5.QtGui.QWindow.setMaximumHeight?4(int) +PyQt5.QtGui.QWindow.screenChanged?4(QScreen) +PyQt5.QtGui.QWindow.modalityChanged?4(Qt.WindowModality) +PyQt5.QtGui.QWindow.windowStateChanged?4(Qt.WindowState) +PyQt5.QtGui.QWindow.xChanged?4(int) +PyQt5.QtGui.QWindow.yChanged?4(int) +PyQt5.QtGui.QWindow.widthChanged?4(int) +PyQt5.QtGui.QWindow.heightChanged?4(int) +PyQt5.QtGui.QWindow.minimumWidthChanged?4(int) +PyQt5.QtGui.QWindow.minimumHeightChanged?4(int) +PyQt5.QtGui.QWindow.maximumWidthChanged?4(int) +PyQt5.QtGui.QWindow.maximumHeightChanged?4(int) +PyQt5.QtGui.QWindow.visibleChanged?4(bool) +PyQt5.QtGui.QWindow.contentOrientationChanged?4(Qt.ScreenOrientation) +PyQt5.QtGui.QWindow.focusObjectChanged?4(QObject) +PyQt5.QtGui.QWindow.windowTitleChanged?4(str) +PyQt5.QtGui.QWindow.exposeEvent?4(QExposeEvent) +PyQt5.QtGui.QWindow.resizeEvent?4(QResizeEvent) +PyQt5.QtGui.QWindow.moveEvent?4(QMoveEvent) +PyQt5.QtGui.QWindow.focusInEvent?4(QFocusEvent) +PyQt5.QtGui.QWindow.focusOutEvent?4(QFocusEvent) +PyQt5.QtGui.QWindow.showEvent?4(QShowEvent) +PyQt5.QtGui.QWindow.hideEvent?4(QHideEvent) +PyQt5.QtGui.QWindow.event?4(QEvent) -> bool +PyQt5.QtGui.QWindow.keyPressEvent?4(QKeyEvent) +PyQt5.QtGui.QWindow.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtGui.QWindow.mousePressEvent?4(QMouseEvent) +PyQt5.QtGui.QWindow.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtGui.QWindow.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtGui.QWindow.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtGui.QWindow.wheelEvent?4(QWheelEvent) +PyQt5.QtGui.QWindow.touchEvent?4(QTouchEvent) +PyQt5.QtGui.QWindow.tabletEvent?4(QTabletEvent) +PyQt5.QtGui.QWindow.visibility?4() -> QWindow.Visibility +PyQt5.QtGui.QWindow.setVisibility?4(QWindow.Visibility) +PyQt5.QtGui.QWindow.opacity?4() -> float +PyQt5.QtGui.QWindow.setMask?4(QRegion) +PyQt5.QtGui.QWindow.mask?4() -> QRegion +PyQt5.QtGui.QWindow.fromWinId?4(sip.voidptr) -> QWindow +PyQt5.QtGui.QWindow.alert?4(int) +PyQt5.QtGui.QWindow.visibilityChanged?4(QWindow.Visibility) +PyQt5.QtGui.QWindow.activeChanged?4() +PyQt5.QtGui.QWindow.opacityChanged?4(float) +PyQt5.QtHelp.QHelpContentItem.child?4(int) -> QHelpContentItem +PyQt5.QtHelp.QHelpContentItem.childCount?4() -> int +PyQt5.QtHelp.QHelpContentItem.title?4() -> str +PyQt5.QtHelp.QHelpContentItem.url?4() -> QUrl +PyQt5.QtHelp.QHelpContentItem.row?4() -> int +PyQt5.QtHelp.QHelpContentItem.parent?4() -> QHelpContentItem +PyQt5.QtHelp.QHelpContentItem.childPosition?4(QHelpContentItem) -> int +PyQt5.QtHelp.QHelpContentModel.createContents?4(str) +PyQt5.QtHelp.QHelpContentModel.contentItemAt?4(QModelIndex) -> QHelpContentItem +PyQt5.QtHelp.QHelpContentModel.data?4(QModelIndex, int) -> QVariant +PyQt5.QtHelp.QHelpContentModel.index?4(int, int, QModelIndex parent=QModelIndex()) -> QModelIndex +PyQt5.QtHelp.QHelpContentModel.parent?4(QModelIndex) -> QModelIndex +PyQt5.QtHelp.QHelpContentModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtHelp.QHelpContentModel.columnCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtHelp.QHelpContentModel.isCreatingContents?4() -> bool +PyQt5.QtHelp.QHelpContentModel.contentsCreationStarted?4() +PyQt5.QtHelp.QHelpContentModel.contentsCreated?4() +PyQt5.QtHelp.QHelpContentWidget.indexOf?4(QUrl) -> QModelIndex +PyQt5.QtHelp.QHelpContentWidget.linkActivated?4(QUrl) +PyQt5.QtHelp.QHelpEngineCore?1(str, QObject parent=None) +PyQt5.QtHelp.QHelpEngineCore.__init__?1(self, str, QObject parent=None) +PyQt5.QtHelp.QHelpEngineCore.setupData?4() -> bool +PyQt5.QtHelp.QHelpEngineCore.collectionFile?4() -> str +PyQt5.QtHelp.QHelpEngineCore.setCollectionFile?4(str) +PyQt5.QtHelp.QHelpEngineCore.copyCollectionFile?4(str) -> bool +PyQt5.QtHelp.QHelpEngineCore.namespaceName?4(str) -> str +PyQt5.QtHelp.QHelpEngineCore.registerDocumentation?4(str) -> bool +PyQt5.QtHelp.QHelpEngineCore.unregisterDocumentation?4(str) -> bool +PyQt5.QtHelp.QHelpEngineCore.documentationFileName?4(str) -> str +PyQt5.QtHelp.QHelpEngineCore.customFilters?4() -> list-of-str +PyQt5.QtHelp.QHelpEngineCore.removeCustomFilter?4(str) -> bool +PyQt5.QtHelp.QHelpEngineCore.addCustomFilter?4(str, list-of-str) -> bool +PyQt5.QtHelp.QHelpEngineCore.filterAttributes?4() -> list-of-str +PyQt5.QtHelp.QHelpEngineCore.filterAttributes?4(str) -> list-of-str +PyQt5.QtHelp.QHelpEngineCore.currentFilter?4() -> str +PyQt5.QtHelp.QHelpEngineCore.setCurrentFilter?4(str) +PyQt5.QtHelp.QHelpEngineCore.registeredDocumentations?4() -> list-of-str +PyQt5.QtHelp.QHelpEngineCore.filterAttributeSets?4(str) -> list-of-QStringList +PyQt5.QtHelp.QHelpEngineCore.files?4(str, list-of-str, str extensionFilter='') -> list-of-QUrl +PyQt5.QtHelp.QHelpEngineCore.findFile?4(QUrl) -> QUrl +PyQt5.QtHelp.QHelpEngineCore.fileData?4(QUrl) -> QByteArray +PyQt5.QtHelp.QHelpEngineCore.linksForIdentifier?4(str) -> dict-of-QString-QUrl +PyQt5.QtHelp.QHelpEngineCore.removeCustomValue?4(str) -> bool +PyQt5.QtHelp.QHelpEngineCore.customValue?4(str, QVariant defaultValue=None) -> QVariant +PyQt5.QtHelp.QHelpEngineCore.setCustomValue?4(str, QVariant) -> bool +PyQt5.QtHelp.QHelpEngineCore.metaData?4(str, str) -> QVariant +PyQt5.QtHelp.QHelpEngineCore.error?4() -> str +PyQt5.QtHelp.QHelpEngineCore.autoSaveFilter?4() -> bool +PyQt5.QtHelp.QHelpEngineCore.setAutoSaveFilter?4(bool) +PyQt5.QtHelp.QHelpEngineCore.setupStarted?4() +PyQt5.QtHelp.QHelpEngineCore.setupFinished?4() +PyQt5.QtHelp.QHelpEngineCore.currentFilterChanged?4(str) +PyQt5.QtHelp.QHelpEngineCore.warning?4(str) +PyQt5.QtHelp.QHelpEngine?1(str, QObject parent=None) +PyQt5.QtHelp.QHelpEngine.__init__?1(self, str, QObject parent=None) +PyQt5.QtHelp.QHelpEngine.contentModel?4() -> QHelpContentModel +PyQt5.QtHelp.QHelpEngine.indexModel?4() -> QHelpIndexModel +PyQt5.QtHelp.QHelpEngine.contentWidget?4() -> QHelpContentWidget +PyQt5.QtHelp.QHelpEngine.indexWidget?4() -> QHelpIndexWidget +PyQt5.QtHelp.QHelpEngine.searchEngine?4() -> QHelpSearchEngine +PyQt5.QtHelp.QHelpIndexModel.createIndex?4(str) +PyQt5.QtHelp.QHelpIndexModel.filter?4(str, str wildcard='') -> QModelIndex +PyQt5.QtHelp.QHelpIndexModel.linksForKeyword?4(str) -> dict-of-QString-QUrl +PyQt5.QtHelp.QHelpIndexModel.isCreatingIndex?4() -> bool +PyQt5.QtHelp.QHelpIndexModel.indexCreationStarted?4() +PyQt5.QtHelp.QHelpIndexModel.indexCreated?4() +PyQt5.QtHelp.QHelpIndexWidget.linkActivated?4(QUrl, str) +PyQt5.QtHelp.QHelpIndexWidget.linksActivated?4(dict-of-QString-QUrl, str) +PyQt5.QtHelp.QHelpIndexWidget.filterIndices?4(str, str wildcard='') +PyQt5.QtHelp.QHelpIndexWidget.activateCurrentItem?4() +PyQt5.QtHelp.QHelpSearchQuery.FieldName?10 +PyQt5.QtHelp.QHelpSearchQuery.DEFAULT?10 +PyQt5.QtHelp.QHelpSearchQuery.FUZZY?10 +PyQt5.QtHelp.QHelpSearchQuery.WITHOUT?10 +PyQt5.QtHelp.QHelpSearchQuery.PHRASE?10 +PyQt5.QtHelp.QHelpSearchQuery.ALL?10 +PyQt5.QtHelp.QHelpSearchQuery.ATLEAST?10 +PyQt5.QtHelp.QHelpSearchQuery?1() +PyQt5.QtHelp.QHelpSearchQuery.__init__?1(self) +PyQt5.QtHelp.QHelpSearchQuery?1(QHelpSearchQuery.FieldName, list-of-str) +PyQt5.QtHelp.QHelpSearchQuery.__init__?1(self, QHelpSearchQuery.FieldName, list-of-str) +PyQt5.QtHelp.QHelpSearchQuery?1(QHelpSearchQuery) +PyQt5.QtHelp.QHelpSearchQuery.__init__?1(self, QHelpSearchQuery) +PyQt5.QtHelp.QHelpSearchEngine?1(QHelpEngineCore, QObject parent=None) +PyQt5.QtHelp.QHelpSearchEngine.__init__?1(self, QHelpEngineCore, QObject parent=None) +PyQt5.QtHelp.QHelpSearchEngine.query?4() -> list-of-QHelpSearchQuery +PyQt5.QtHelp.QHelpSearchEngine.queryWidget?4() -> QHelpSearchQueryWidget +PyQt5.QtHelp.QHelpSearchEngine.resultWidget?4() -> QHelpSearchResultWidget +PyQt5.QtHelp.QHelpSearchEngine.hitCount?4() -> int +PyQt5.QtHelp.QHelpSearchEngine.hits?4(int, int) -> list-of-tuple-of-QString-QString +PyQt5.QtHelp.QHelpSearchEngine.reindexDocumentation?4() +PyQt5.QtHelp.QHelpSearchEngine.cancelIndexing?4() +PyQt5.QtHelp.QHelpSearchEngine.search?4(list-of-QHelpSearchQuery) +PyQt5.QtHelp.QHelpSearchEngine.cancelSearching?4() +PyQt5.QtHelp.QHelpSearchEngine.indexingStarted?4() +PyQt5.QtHelp.QHelpSearchEngine.indexingFinished?4() +PyQt5.QtHelp.QHelpSearchEngine.searchingStarted?4() +PyQt5.QtHelp.QHelpSearchEngine.searchingFinished?4(int) +PyQt5.QtHelp.QHelpSearchQueryWidget?1(QWidget parent=None) +PyQt5.QtHelp.QHelpSearchQueryWidget.__init__?1(self, QWidget parent=None) +PyQt5.QtHelp.QHelpSearchQueryWidget.query?4() -> list-of-QHelpSearchQuery +PyQt5.QtHelp.QHelpSearchQueryWidget.setQuery?4(list-of-QHelpSearchQuery) +PyQt5.QtHelp.QHelpSearchQueryWidget.expandExtendedSearch?4() +PyQt5.QtHelp.QHelpSearchQueryWidget.collapseExtendedSearch?4() +PyQt5.QtHelp.QHelpSearchQueryWidget.search?4() +PyQt5.QtHelp.QHelpSearchQueryWidget.isCompactMode?4() -> bool +PyQt5.QtHelp.QHelpSearchQueryWidget.setCompactMode?4(bool) +PyQt5.QtHelp.QHelpSearchResultWidget.linkAt?4(QPoint) -> QUrl +PyQt5.QtHelp.QHelpSearchResultWidget.requestShowLink?4(QUrl) +PyQt5.QtMultimedia.QAbstractVideoBuffer.MapMode?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer.NotMapped?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer.ReadOnly?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer.WriteOnly?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer.ReadWrite?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer.HandleType?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer.NoHandle?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer.GLTextureHandle?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer.XvShmImageHandle?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer.CoreImageHandle?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer.QPixmapHandle?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer.UserHandle?10 +PyQt5.QtMultimedia.QAbstractVideoBuffer?1(QAbstractVideoBuffer.HandleType) +PyQt5.QtMultimedia.QAbstractVideoBuffer.__init__?1(self, QAbstractVideoBuffer.HandleType) +PyQt5.QtMultimedia.QAbstractVideoBuffer.handleType?4() -> QAbstractVideoBuffer.HandleType +PyQt5.QtMultimedia.QAbstractVideoBuffer.mapMode?4() -> QAbstractVideoBuffer.MapMode +PyQt5.QtMultimedia.QAbstractVideoBuffer.map?4(QAbstractVideoBuffer.MapMode) -> (sip.voidptr, int, int) +PyQt5.QtMultimedia.QAbstractVideoBuffer.unmap?4() +PyQt5.QtMultimedia.QAbstractVideoBuffer.handle?4() -> QVariant +PyQt5.QtMultimedia.QAbstractVideoBuffer.release?4() +PyQt5.QtMultimedia.QAbstractVideoSurface.Error?10 +PyQt5.QtMultimedia.QAbstractVideoSurface.NoError?10 +PyQt5.QtMultimedia.QAbstractVideoSurface.UnsupportedFormatError?10 +PyQt5.QtMultimedia.QAbstractVideoSurface.IncorrectFormatError?10 +PyQt5.QtMultimedia.QAbstractVideoSurface.StoppedError?10 +PyQt5.QtMultimedia.QAbstractVideoSurface.ResourceError?10 +PyQt5.QtMultimedia.QAbstractVideoSurface?1(QObject parent=None) +PyQt5.QtMultimedia.QAbstractVideoSurface.__init__?1(self, QObject parent=None) +PyQt5.QtMultimedia.QAbstractVideoSurface.supportedPixelFormats?4(QAbstractVideoBuffer.HandleType type=QAbstractVideoBuffer.NoHandle) -> list-of-QVideoFrame.PixelFormat +PyQt5.QtMultimedia.QAbstractVideoSurface.isFormatSupported?4(QVideoSurfaceFormat) -> bool +PyQt5.QtMultimedia.QAbstractVideoSurface.nearestFormat?4(QVideoSurfaceFormat) -> QVideoSurfaceFormat +PyQt5.QtMultimedia.QAbstractVideoSurface.surfaceFormat?4() -> QVideoSurfaceFormat +PyQt5.QtMultimedia.QAbstractVideoSurface.start?4(QVideoSurfaceFormat) -> bool +PyQt5.QtMultimedia.QAbstractVideoSurface.stop?4() +PyQt5.QtMultimedia.QAbstractVideoSurface.isActive?4() -> bool +PyQt5.QtMultimedia.QAbstractVideoSurface.present?4(QVideoFrame) -> bool +PyQt5.QtMultimedia.QAbstractVideoSurface.error?4() -> QAbstractVideoSurface.Error +PyQt5.QtMultimedia.QAbstractVideoSurface.activeChanged?4(bool) +PyQt5.QtMultimedia.QAbstractVideoSurface.surfaceFormatChanged?4(QVideoSurfaceFormat) +PyQt5.QtMultimedia.QAbstractVideoSurface.supportedFormatsChanged?4() +PyQt5.QtMultimedia.QAbstractVideoSurface.setError?4(QAbstractVideoSurface.Error) +PyQt5.QtMultimedia.QAbstractVideoSurface.nativeResolution?4() -> QSize +PyQt5.QtMultimedia.QAbstractVideoSurface.setNativeResolution?4(QSize) +PyQt5.QtMultimedia.QAbstractVideoSurface.nativeResolutionChanged?4(QSize) +PyQt5.QtMultimedia.QAudio.Mode?10 +PyQt5.QtMultimedia.QAudio.AudioInput?10 +PyQt5.QtMultimedia.QAudio.AudioOutput?10 +PyQt5.QtMultimedia.QAudio.State?10 +PyQt5.QtMultimedia.QAudio.ActiveState?10 +PyQt5.QtMultimedia.QAudio.SuspendedState?10 +PyQt5.QtMultimedia.QAudio.StoppedState?10 +PyQt5.QtMultimedia.QAudio.IdleState?10 +PyQt5.QtMultimedia.QAudio.Error?10 +PyQt5.QtMultimedia.QAudio.NoError?10 +PyQt5.QtMultimedia.QAudio.OpenError?10 +PyQt5.QtMultimedia.QAudio.IOError?10 +PyQt5.QtMultimedia.QAudio.UnderrunError?10 +PyQt5.QtMultimedia.QAudio.FatalError?10 +PyQt5.QtMultimedia.QAudioBuffer?1() +PyQt5.QtMultimedia.QAudioBuffer.__init__?1(self) +PyQt5.QtMultimedia.QAudioBuffer?1(QByteArray, QAudioFormat, int startTime=-1) +PyQt5.QtMultimedia.QAudioBuffer.__init__?1(self, QByteArray, QAudioFormat, int startTime=-1) +PyQt5.QtMultimedia.QAudioBuffer?1(int, QAudioFormat, int startTime=-1) +PyQt5.QtMultimedia.QAudioBuffer.__init__?1(self, int, QAudioFormat, int startTime=-1) +PyQt5.QtMultimedia.QAudioBuffer?1(QAudioBuffer) +PyQt5.QtMultimedia.QAudioBuffer.__init__?1(self, QAudioBuffer) +PyQt5.QtMultimedia.QAudioBuffer.isValid?4() -> bool +PyQt5.QtMultimedia.QAudioBuffer.format?4() -> QAudioFormat +PyQt5.QtMultimedia.QAudioBuffer.frameCount?4() -> int +PyQt5.QtMultimedia.QAudioBuffer.sampleCount?4() -> int +PyQt5.QtMultimedia.QAudioBuffer.byteCount?4() -> int +PyQt5.QtMultimedia.QAudioBuffer.duration?4() -> int +PyQt5.QtMultimedia.QAudioBuffer.startTime?4() -> int +PyQt5.QtMultimedia.QAudioBuffer.constData?4() -> sip.voidptr +PyQt5.QtMultimedia.QAudioBuffer.data?4() -> sip.voidptr +PyQt5.QtMultimedia.QMediaObject?1(QObject, QMediaService) +PyQt5.QtMultimedia.QMediaObject.__init__?1(self, QObject, QMediaService) +PyQt5.QtMultimedia.QMediaObject.isAvailable?4() -> bool +PyQt5.QtMultimedia.QMediaObject.availability?4() -> QMultimedia.AvailabilityStatus +PyQt5.QtMultimedia.QMediaObject.service?4() -> QMediaService +PyQt5.QtMultimedia.QMediaObject.notifyInterval?4() -> int +PyQt5.QtMultimedia.QMediaObject.setNotifyInterval?4(int) +PyQt5.QtMultimedia.QMediaObject.bind?4(QObject) -> bool +PyQt5.QtMultimedia.QMediaObject.unbind?4(QObject) +PyQt5.QtMultimedia.QMediaObject.isMetaDataAvailable?4() -> bool +PyQt5.QtMultimedia.QMediaObject.metaData?4(str) -> QVariant +PyQt5.QtMultimedia.QMediaObject.availableMetaData?4() -> list-of-str +PyQt5.QtMultimedia.QMediaObject.notifyIntervalChanged?4(int) +PyQt5.QtMultimedia.QMediaObject.metaDataAvailableChanged?4(bool) +PyQt5.QtMultimedia.QMediaObject.metaDataChanged?4() +PyQt5.QtMultimedia.QMediaObject.metaDataChanged?4(str, QVariant) +PyQt5.QtMultimedia.QMediaObject.availabilityChanged?4(QMultimedia.AvailabilityStatus) +PyQt5.QtMultimedia.QMediaObject.addPropertyWatch?4(QByteArray) +PyQt5.QtMultimedia.QMediaObject.removePropertyWatch?4(QByteArray) +PyQt5.QtMultimedia.QAudioDecoder.Error?10 +PyQt5.QtMultimedia.QAudioDecoder.NoError?10 +PyQt5.QtMultimedia.QAudioDecoder.ResourceError?10 +PyQt5.QtMultimedia.QAudioDecoder.FormatError?10 +PyQt5.QtMultimedia.QAudioDecoder.AccessDeniedError?10 +PyQt5.QtMultimedia.QAudioDecoder.ServiceMissingError?10 +PyQt5.QtMultimedia.QAudioDecoder.State?10 +PyQt5.QtMultimedia.QAudioDecoder.StoppedState?10 +PyQt5.QtMultimedia.QAudioDecoder.DecodingState?10 +PyQt5.QtMultimedia.QAudioDecoder?1(QObject parent=None) +PyQt5.QtMultimedia.QAudioDecoder.__init__?1(self, QObject parent=None) +PyQt5.QtMultimedia.QAudioDecoder.hasSupport?4(str, list-of-str codecs=QStringList()) -> QMultimedia.SupportEstimate +PyQt5.QtMultimedia.QAudioDecoder.state?4() -> QAudioDecoder.State +PyQt5.QtMultimedia.QAudioDecoder.sourceFilename?4() -> str +PyQt5.QtMultimedia.QAudioDecoder.setSourceFilename?4(str) +PyQt5.QtMultimedia.QAudioDecoder.sourceDevice?4() -> QIODevice +PyQt5.QtMultimedia.QAudioDecoder.setSourceDevice?4(QIODevice) +PyQt5.QtMultimedia.QAudioDecoder.audioFormat?4() -> QAudioFormat +PyQt5.QtMultimedia.QAudioDecoder.setAudioFormat?4(QAudioFormat) +PyQt5.QtMultimedia.QAudioDecoder.error?4() -> QAudioDecoder.Error +PyQt5.QtMultimedia.QAudioDecoder.errorString?4() -> str +PyQt5.QtMultimedia.QAudioDecoder.read?4() -> QAudioBuffer +PyQt5.QtMultimedia.QAudioDecoder.bufferAvailable?4() -> bool +PyQt5.QtMultimedia.QAudioDecoder.position?4() -> int +PyQt5.QtMultimedia.QAudioDecoder.duration?4() -> int +PyQt5.QtMultimedia.QAudioDecoder.start?4() +PyQt5.QtMultimedia.QAudioDecoder.stop?4() +PyQt5.QtMultimedia.QAudioDecoder.bufferAvailableChanged?4(bool) +PyQt5.QtMultimedia.QAudioDecoder.bufferReady?4() +PyQt5.QtMultimedia.QAudioDecoder.finished?4() +PyQt5.QtMultimedia.QAudioDecoder.stateChanged?4(QAudioDecoder.State) +PyQt5.QtMultimedia.QAudioDecoder.formatChanged?4(QAudioFormat) +PyQt5.QtMultimedia.QAudioDecoder.error?4(QAudioDecoder.Error) +PyQt5.QtMultimedia.QAudioDecoder.sourceChanged?4() +PyQt5.QtMultimedia.QAudioDecoder.positionChanged?4(int) +PyQt5.QtMultimedia.QAudioDecoder.durationChanged?4(int) +PyQt5.QtMultimedia.QAudioDecoder.bind?4(QObject) -> bool +PyQt5.QtMultimedia.QAudioDecoder.unbind?4(QObject) +PyQt5.QtMultimedia.QAudioDeviceInfo?1() +PyQt5.QtMultimedia.QAudioDeviceInfo.__init__?1(self) +PyQt5.QtMultimedia.QAudioDeviceInfo?1(QAudioDeviceInfo) +PyQt5.QtMultimedia.QAudioDeviceInfo.__init__?1(self, QAudioDeviceInfo) +PyQt5.QtMultimedia.QAudioDeviceInfo.isNull?4() -> bool +PyQt5.QtMultimedia.QAudioDeviceInfo.deviceName?4() -> str +PyQt5.QtMultimedia.QAudioDeviceInfo.isFormatSupported?4(QAudioFormat) -> bool +PyQt5.QtMultimedia.QAudioDeviceInfo.preferredFormat?4() -> QAudioFormat +PyQt5.QtMultimedia.QAudioDeviceInfo.nearestFormat?4(QAudioFormat) -> QAudioFormat +PyQt5.QtMultimedia.QAudioDeviceInfo.supportedCodecs?4() -> list-of-str +PyQt5.QtMultimedia.QAudioDeviceInfo.supportedSampleSizes?4() -> list-of-int +PyQt5.QtMultimedia.QAudioDeviceInfo.supportedByteOrders?4() -> list-of-QAudioFormat.Endian +PyQt5.QtMultimedia.QAudioDeviceInfo.supportedSampleTypes?4() -> list-of-QAudioFormat.SampleType +PyQt5.QtMultimedia.QAudioDeviceInfo.defaultInputDevice?4() -> QAudioDeviceInfo +PyQt5.QtMultimedia.QAudioDeviceInfo.defaultOutputDevice?4() -> QAudioDeviceInfo +PyQt5.QtMultimedia.QAudioDeviceInfo.availableDevices?4(QAudio.Mode) -> list-of-QAudioDeviceInfo +PyQt5.QtMultimedia.QAudioDeviceInfo.supportedSampleRates?4() -> list-of-int +PyQt5.QtMultimedia.QAudioDeviceInfo.supportedChannelCounts?4() -> list-of-int +PyQt5.QtMultimedia.QAudioFormat.Endian?10 +PyQt5.QtMultimedia.QAudioFormat.BigEndian?10 +PyQt5.QtMultimedia.QAudioFormat.LittleEndian?10 +PyQt5.QtMultimedia.QAudioFormat.SampleType?10 +PyQt5.QtMultimedia.QAudioFormat.Unknown?10 +PyQt5.QtMultimedia.QAudioFormat.SignedInt?10 +PyQt5.QtMultimedia.QAudioFormat.UnSignedInt?10 +PyQt5.QtMultimedia.QAudioFormat.Float?10 +PyQt5.QtMultimedia.QAudioFormat?1() +PyQt5.QtMultimedia.QAudioFormat.__init__?1(self) +PyQt5.QtMultimedia.QAudioFormat?1(QAudioFormat) +PyQt5.QtMultimedia.QAudioFormat.__init__?1(self, QAudioFormat) +PyQt5.QtMultimedia.QAudioFormat.isValid?4() -> bool +PyQt5.QtMultimedia.QAudioFormat.setSampleSize?4(int) +PyQt5.QtMultimedia.QAudioFormat.sampleSize?4() -> int +PyQt5.QtMultimedia.QAudioFormat.setCodec?4(str) +PyQt5.QtMultimedia.QAudioFormat.codec?4() -> str +PyQt5.QtMultimedia.QAudioFormat.setByteOrder?4(QAudioFormat.Endian) +PyQt5.QtMultimedia.QAudioFormat.byteOrder?4() -> QAudioFormat.Endian +PyQt5.QtMultimedia.QAudioFormat.setSampleType?4(QAudioFormat.SampleType) +PyQt5.QtMultimedia.QAudioFormat.sampleType?4() -> QAudioFormat.SampleType +PyQt5.QtMultimedia.QAudioFormat.setSampleRate?4(int) +PyQt5.QtMultimedia.QAudioFormat.sampleRate?4() -> int +PyQt5.QtMultimedia.QAudioFormat.setChannelCount?4(int) +PyQt5.QtMultimedia.QAudioFormat.channelCount?4() -> int +PyQt5.QtMultimedia.QAudioFormat.bytesForDuration?4(int) -> int +PyQt5.QtMultimedia.QAudioFormat.durationForBytes?4(int) -> int +PyQt5.QtMultimedia.QAudioFormat.bytesForFrames?4(int) -> int +PyQt5.QtMultimedia.QAudioFormat.framesForBytes?4(int) -> int +PyQt5.QtMultimedia.QAudioFormat.framesForDuration?4(int) -> int +PyQt5.QtMultimedia.QAudioFormat.durationForFrames?4(int) -> int +PyQt5.QtMultimedia.QAudioFormat.bytesPerFrame?4() -> int +PyQt5.QtMultimedia.QAudioInput?1(QAudioFormat format=QAudioFormat(), QObject parent=None) +PyQt5.QtMultimedia.QAudioInput.__init__?1(self, QAudioFormat format=QAudioFormat(), QObject parent=None) +PyQt5.QtMultimedia.QAudioInput?1(QAudioDeviceInfo, QAudioFormat format=QAudioFormat(), QObject parent=None) +PyQt5.QtMultimedia.QAudioInput.__init__?1(self, QAudioDeviceInfo, QAudioFormat format=QAudioFormat(), QObject parent=None) +PyQt5.QtMultimedia.QAudioInput.format?4() -> QAudioFormat +PyQt5.QtMultimedia.QAudioInput.start?4(QIODevice) +PyQt5.QtMultimedia.QAudioInput.start?4() -> QIODevice +PyQt5.QtMultimedia.QAudioInput.stop?4() +PyQt5.QtMultimedia.QAudioInput.reset?4() +PyQt5.QtMultimedia.QAudioInput.suspend?4() +PyQt5.QtMultimedia.QAudioInput.resume?4() +PyQt5.QtMultimedia.QAudioInput.setBufferSize?4(int) +PyQt5.QtMultimedia.QAudioInput.bufferSize?4() -> int +PyQt5.QtMultimedia.QAudioInput.bytesReady?4() -> int +PyQt5.QtMultimedia.QAudioInput.periodSize?4() -> int +PyQt5.QtMultimedia.QAudioInput.setNotifyInterval?4(int) +PyQt5.QtMultimedia.QAudioInput.notifyInterval?4() -> int +PyQt5.QtMultimedia.QAudioInput.processedUSecs?4() -> int +PyQt5.QtMultimedia.QAudioInput.elapsedUSecs?4() -> int +PyQt5.QtMultimedia.QAudioInput.error?4() -> QAudio.Error +PyQt5.QtMultimedia.QAudioInput.state?4() -> QAudio.State +PyQt5.QtMultimedia.QAudioInput.stateChanged?4(QAudio.State) +PyQt5.QtMultimedia.QAudioInput.notify?4() +PyQt5.QtMultimedia.QAudioInput.setVolume?4(float) +PyQt5.QtMultimedia.QAudioInput.volume?4() -> float +PyQt5.QtMultimedia.QAudioOutput?1(QAudioFormat format=QAudioFormat(), QObject parent=None) +PyQt5.QtMultimedia.QAudioOutput.__init__?1(self, QAudioFormat format=QAudioFormat(), QObject parent=None) +PyQt5.QtMultimedia.QAudioOutput?1(QAudioDeviceInfo, QAudioFormat format=QAudioFormat(), QObject parent=None) +PyQt5.QtMultimedia.QAudioOutput.__init__?1(self, QAudioDeviceInfo, QAudioFormat format=QAudioFormat(), QObject parent=None) +PyQt5.QtMultimedia.QAudioOutput.format?4() -> QAudioFormat +PyQt5.QtMultimedia.QAudioOutput.start?4(QIODevice) +PyQt5.QtMultimedia.QAudioOutput.start?4() -> QIODevice +PyQt5.QtMultimedia.QAudioOutput.stop?4() +PyQt5.QtMultimedia.QAudioOutput.reset?4() +PyQt5.QtMultimedia.QAudioOutput.suspend?4() +PyQt5.QtMultimedia.QAudioOutput.resume?4() +PyQt5.QtMultimedia.QAudioOutput.setBufferSize?4(int) +PyQt5.QtMultimedia.QAudioOutput.bufferSize?4() -> int +PyQt5.QtMultimedia.QAudioOutput.bytesFree?4() -> int +PyQt5.QtMultimedia.QAudioOutput.periodSize?4() -> int +PyQt5.QtMultimedia.QAudioOutput.setNotifyInterval?4(int) +PyQt5.QtMultimedia.QAudioOutput.notifyInterval?4() -> int +PyQt5.QtMultimedia.QAudioOutput.processedUSecs?4() -> int +PyQt5.QtMultimedia.QAudioOutput.elapsedUSecs?4() -> int +PyQt5.QtMultimedia.QAudioOutput.error?4() -> QAudio.Error +PyQt5.QtMultimedia.QAudioOutput.state?4() -> QAudio.State +PyQt5.QtMultimedia.QAudioOutput.stateChanged?4(QAudio.State) +PyQt5.QtMultimedia.QAudioOutput.notify?4() +PyQt5.QtMultimedia.QAudioOutput.setVolume?4(float) +PyQt5.QtMultimedia.QAudioOutput.volume?4() -> float +PyQt5.QtMultimedia.QAudioOutput.category?4() -> str +PyQt5.QtMultimedia.QAudioOutput.setCategory?4(str) +PyQt5.QtMultimedia.QAudioProbe?1(QObject parent=None) +PyQt5.QtMultimedia.QAudioProbe.__init__?1(self, QObject parent=None) +PyQt5.QtMultimedia.QAudioProbe.setSource?4(QMediaObject) -> bool +PyQt5.QtMultimedia.QAudioProbe.setSource?4(QMediaRecorder) -> bool +PyQt5.QtMultimedia.QAudioProbe.isActive?4() -> bool +PyQt5.QtMultimedia.QAudioProbe.audioBufferProbed?4(QAudioBuffer) +PyQt5.QtMultimedia.QAudioProbe.flush?4() +PyQt5.QtMultimedia.QMediaBindableInterface?1() +PyQt5.QtMultimedia.QMediaBindableInterface.__init__?1(self) +PyQt5.QtMultimedia.QMediaBindableInterface?1(QMediaBindableInterface) +PyQt5.QtMultimedia.QMediaBindableInterface.__init__?1(self, QMediaBindableInterface) +PyQt5.QtMultimedia.QMediaBindableInterface.mediaObject?4() -> QMediaObject +PyQt5.QtMultimedia.QMediaBindableInterface.setMediaObject?4(QMediaObject) -> bool +PyQt5.QtMultimedia.QMediaRecorder.Error?10 +PyQt5.QtMultimedia.QMediaRecorder.NoError?10 +PyQt5.QtMultimedia.QMediaRecorder.ResourceError?10 +PyQt5.QtMultimedia.QMediaRecorder.FormatError?10 +PyQt5.QtMultimedia.QMediaRecorder.OutOfSpaceError?10 +PyQt5.QtMultimedia.QMediaRecorder.Status?10 +PyQt5.QtMultimedia.QMediaRecorder.UnavailableStatus?10 +PyQt5.QtMultimedia.QMediaRecorder.UnloadedStatus?10 +PyQt5.QtMultimedia.QMediaRecorder.LoadingStatus?10 +PyQt5.QtMultimedia.QMediaRecorder.LoadedStatus?10 +PyQt5.QtMultimedia.QMediaRecorder.StartingStatus?10 +PyQt5.QtMultimedia.QMediaRecorder.RecordingStatus?10 +PyQt5.QtMultimedia.QMediaRecorder.PausedStatus?10 +PyQt5.QtMultimedia.QMediaRecorder.FinalizingStatus?10 +PyQt5.QtMultimedia.QMediaRecorder.State?10 +PyQt5.QtMultimedia.QMediaRecorder.StoppedState?10 +PyQt5.QtMultimedia.QMediaRecorder.RecordingState?10 +PyQt5.QtMultimedia.QMediaRecorder.PausedState?10 +PyQt5.QtMultimedia.QMediaRecorder?1(QMediaObject, QObject parent=None) +PyQt5.QtMultimedia.QMediaRecorder.__init__?1(self, QMediaObject, QObject parent=None) +PyQt5.QtMultimedia.QMediaRecorder.mediaObject?4() -> QMediaObject +PyQt5.QtMultimedia.QMediaRecorder.isAvailable?4() -> bool +PyQt5.QtMultimedia.QMediaRecorder.availability?4() -> QMultimedia.AvailabilityStatus +PyQt5.QtMultimedia.QMediaRecorder.outputLocation?4() -> QUrl +PyQt5.QtMultimedia.QMediaRecorder.setOutputLocation?4(QUrl) -> bool +PyQt5.QtMultimedia.QMediaRecorder.actualLocation?4() -> QUrl +PyQt5.QtMultimedia.QMediaRecorder.state?4() -> QMediaRecorder.State +PyQt5.QtMultimedia.QMediaRecorder.status?4() -> QMediaRecorder.Status +PyQt5.QtMultimedia.QMediaRecorder.error?4() -> QMediaRecorder.Error +PyQt5.QtMultimedia.QMediaRecorder.errorString?4() -> str +PyQt5.QtMultimedia.QMediaRecorder.duration?4() -> int +PyQt5.QtMultimedia.QMediaRecorder.isMuted?4() -> bool +PyQt5.QtMultimedia.QMediaRecorder.volume?4() -> float +PyQt5.QtMultimedia.QMediaRecorder.supportedContainers?4() -> list-of-str +PyQt5.QtMultimedia.QMediaRecorder.containerDescription?4(str) -> str +PyQt5.QtMultimedia.QMediaRecorder.supportedAudioCodecs?4() -> list-of-str +PyQt5.QtMultimedia.QMediaRecorder.audioCodecDescription?4(str) -> str +PyQt5.QtMultimedia.QMediaRecorder.supportedAudioSampleRates?4(QAudioEncoderSettings settings=QAudioEncoderSettings()) -> (list-of-int, bool) +PyQt5.QtMultimedia.QMediaRecorder.supportedVideoCodecs?4() -> list-of-str +PyQt5.QtMultimedia.QMediaRecorder.videoCodecDescription?4(str) -> str +PyQt5.QtMultimedia.QMediaRecorder.supportedResolutions?4(QVideoEncoderSettings settings=QVideoEncoderSettings()) -> (list-of-QSize, bool) +PyQt5.QtMultimedia.QMediaRecorder.supportedFrameRates?4(QVideoEncoderSettings settings=QVideoEncoderSettings()) -> (list-of-float, bool) +PyQt5.QtMultimedia.QMediaRecorder.audioSettings?4() -> QAudioEncoderSettings +PyQt5.QtMultimedia.QMediaRecorder.videoSettings?4() -> QVideoEncoderSettings +PyQt5.QtMultimedia.QMediaRecorder.containerFormat?4() -> str +PyQt5.QtMultimedia.QMediaRecorder.setAudioSettings?4(QAudioEncoderSettings) +PyQt5.QtMultimedia.QMediaRecorder.setVideoSettings?4(QVideoEncoderSettings) +PyQt5.QtMultimedia.QMediaRecorder.setContainerFormat?4(str) +PyQt5.QtMultimedia.QMediaRecorder.setEncodingSettings?4(QAudioEncoderSettings, QVideoEncoderSettings video=QVideoEncoderSettings(), str container=QString()) +PyQt5.QtMultimedia.QMediaRecorder.isMetaDataAvailable?4() -> bool +PyQt5.QtMultimedia.QMediaRecorder.isMetaDataWritable?4() -> bool +PyQt5.QtMultimedia.QMediaRecorder.metaData?4(str) -> QVariant +PyQt5.QtMultimedia.QMediaRecorder.setMetaData?4(str, QVariant) +PyQt5.QtMultimedia.QMediaRecorder.availableMetaData?4() -> list-of-str +PyQt5.QtMultimedia.QMediaRecorder.record?4() +PyQt5.QtMultimedia.QMediaRecorder.pause?4() +PyQt5.QtMultimedia.QMediaRecorder.stop?4() +PyQt5.QtMultimedia.QMediaRecorder.setMuted?4(bool) +PyQt5.QtMultimedia.QMediaRecorder.setVolume?4(float) +PyQt5.QtMultimedia.QMediaRecorder.stateChanged?4(QMediaRecorder.State) +PyQt5.QtMultimedia.QMediaRecorder.statusChanged?4(QMediaRecorder.Status) +PyQt5.QtMultimedia.QMediaRecorder.durationChanged?4(int) +PyQt5.QtMultimedia.QMediaRecorder.mutedChanged?4(bool) +PyQt5.QtMultimedia.QMediaRecorder.volumeChanged?4(float) +PyQt5.QtMultimedia.QMediaRecorder.actualLocationChanged?4(QUrl) +PyQt5.QtMultimedia.QMediaRecorder.error?4(QMediaRecorder.Error) +PyQt5.QtMultimedia.QMediaRecorder.metaDataAvailableChanged?4(bool) +PyQt5.QtMultimedia.QMediaRecorder.metaDataWritableChanged?4(bool) +PyQt5.QtMultimedia.QMediaRecorder.metaDataChanged?4(str, QVariant) +PyQt5.QtMultimedia.QMediaRecorder.availabilityChanged?4(QMultimedia.AvailabilityStatus) +PyQt5.QtMultimedia.QMediaRecorder.setMediaObject?4(QMediaObject) -> bool +PyQt5.QtMultimedia.QAudioRecorder?1(QObject parent=None) +PyQt5.QtMultimedia.QAudioRecorder.__init__?1(self, QObject parent=None) +PyQt5.QtMultimedia.QAudioRecorder.audioInputs?4() -> list-of-str +PyQt5.QtMultimedia.QAudioRecorder.defaultAudioInput?4() -> str +PyQt5.QtMultimedia.QAudioRecorder.audioInputDescription?4(str) -> str +PyQt5.QtMultimedia.QAudioRecorder.audioInput?4() -> str +PyQt5.QtMultimedia.QAudioRecorder.setAudioInput?4(str) +PyQt5.QtMultimedia.QAudioRecorder.audioInputChanged?4(str) +PyQt5.QtMultimedia.QAudioRecorder.availableAudioInputsChanged?4() +PyQt5.QtMultimedia.QCamera.Position?10 +PyQt5.QtMultimedia.QCamera.UnspecifiedPosition?10 +PyQt5.QtMultimedia.QCamera.BackFace?10 +PyQt5.QtMultimedia.QCamera.FrontFace?10 +PyQt5.QtMultimedia.QCamera.LockType?10 +PyQt5.QtMultimedia.QCamera.NoLock?10 +PyQt5.QtMultimedia.QCamera.LockExposure?10 +PyQt5.QtMultimedia.QCamera.LockWhiteBalance?10 +PyQt5.QtMultimedia.QCamera.LockFocus?10 +PyQt5.QtMultimedia.QCamera.LockChangeReason?10 +PyQt5.QtMultimedia.QCamera.UserRequest?10 +PyQt5.QtMultimedia.QCamera.LockAcquired?10 +PyQt5.QtMultimedia.QCamera.LockFailed?10 +PyQt5.QtMultimedia.QCamera.LockLost?10 +PyQt5.QtMultimedia.QCamera.LockTemporaryLost?10 +PyQt5.QtMultimedia.QCamera.LockStatus?10 +PyQt5.QtMultimedia.QCamera.Unlocked?10 +PyQt5.QtMultimedia.QCamera.Searching?10 +PyQt5.QtMultimedia.QCamera.Locked?10 +PyQt5.QtMultimedia.QCamera.Error?10 +PyQt5.QtMultimedia.QCamera.NoError?10 +PyQt5.QtMultimedia.QCamera.CameraError?10 +PyQt5.QtMultimedia.QCamera.InvalidRequestError?10 +PyQt5.QtMultimedia.QCamera.ServiceMissingError?10 +PyQt5.QtMultimedia.QCamera.NotSupportedFeatureError?10 +PyQt5.QtMultimedia.QCamera.CaptureMode?10 +PyQt5.QtMultimedia.QCamera.CaptureViewfinder?10 +PyQt5.QtMultimedia.QCamera.CaptureStillImage?10 +PyQt5.QtMultimedia.QCamera.CaptureVideo?10 +PyQt5.QtMultimedia.QCamera.State?10 +PyQt5.QtMultimedia.QCamera.UnloadedState?10 +PyQt5.QtMultimedia.QCamera.LoadedState?10 +PyQt5.QtMultimedia.QCamera.ActiveState?10 +PyQt5.QtMultimedia.QCamera.Status?10 +PyQt5.QtMultimedia.QCamera.UnavailableStatus?10 +PyQt5.QtMultimedia.QCamera.UnloadedStatus?10 +PyQt5.QtMultimedia.QCamera.LoadingStatus?10 +PyQt5.QtMultimedia.QCamera.UnloadingStatus?10 +PyQt5.QtMultimedia.QCamera.LoadedStatus?10 +PyQt5.QtMultimedia.QCamera.StandbyStatus?10 +PyQt5.QtMultimedia.QCamera.StartingStatus?10 +PyQt5.QtMultimedia.QCamera.StoppingStatus?10 +PyQt5.QtMultimedia.QCamera.ActiveStatus?10 +PyQt5.QtMultimedia.QCamera?1(QObject parent=None) +PyQt5.QtMultimedia.QCamera.__init__?1(self, QObject parent=None) +PyQt5.QtMultimedia.QCamera?1(QByteArray, QObject parent=None) +PyQt5.QtMultimedia.QCamera.__init__?1(self, QByteArray, QObject parent=None) +PyQt5.QtMultimedia.QCamera?1(QCameraInfo, QObject parent=None) +PyQt5.QtMultimedia.QCamera.__init__?1(self, QCameraInfo, QObject parent=None) +PyQt5.QtMultimedia.QCamera?1(QCamera.Position, QObject parent=None) +PyQt5.QtMultimedia.QCamera.__init__?1(self, QCamera.Position, QObject parent=None) +PyQt5.QtMultimedia.QCamera.availableDevices?4() -> list-of-QByteArray +PyQt5.QtMultimedia.QCamera.deviceDescription?4(QByteArray) -> str +PyQt5.QtMultimedia.QCamera.availability?4() -> QMultimedia.AvailabilityStatus +PyQt5.QtMultimedia.QCamera.state?4() -> QCamera.State +PyQt5.QtMultimedia.QCamera.status?4() -> QCamera.Status +PyQt5.QtMultimedia.QCamera.captureMode?4() -> QCamera.CaptureModes +PyQt5.QtMultimedia.QCamera.isCaptureModeSupported?4(QCamera.CaptureModes) -> bool +PyQt5.QtMultimedia.QCamera.exposure?4() -> QCameraExposure +PyQt5.QtMultimedia.QCamera.focus?4() -> QCameraFocus +PyQt5.QtMultimedia.QCamera.imageProcessing?4() -> QCameraImageProcessing +PyQt5.QtMultimedia.QCamera.setViewfinder?4(QVideoWidget) +PyQt5.QtMultimedia.QCamera.setViewfinder?4(QGraphicsVideoItem) +PyQt5.QtMultimedia.QCamera.setViewfinder?4(QAbstractVideoSurface) +PyQt5.QtMultimedia.QCamera.error?4() -> QCamera.Error +PyQt5.QtMultimedia.QCamera.errorString?4() -> str +PyQt5.QtMultimedia.QCamera.supportedLocks?4() -> QCamera.LockTypes +PyQt5.QtMultimedia.QCamera.requestedLocks?4() -> QCamera.LockTypes +PyQt5.QtMultimedia.QCamera.lockStatus?4() -> QCamera.LockStatus +PyQt5.QtMultimedia.QCamera.lockStatus?4(QCamera.LockType) -> QCamera.LockStatus +PyQt5.QtMultimedia.QCamera.setCaptureMode?4(QCamera.CaptureModes) +PyQt5.QtMultimedia.QCamera.load?4() +PyQt5.QtMultimedia.QCamera.unload?4() +PyQt5.QtMultimedia.QCamera.start?4() +PyQt5.QtMultimedia.QCamera.stop?4() +PyQt5.QtMultimedia.QCamera.searchAndLock?4() +PyQt5.QtMultimedia.QCamera.unlock?4() +PyQt5.QtMultimedia.QCamera.searchAndLock?4(QCamera.LockTypes) +PyQt5.QtMultimedia.QCamera.unlock?4(QCamera.LockTypes) +PyQt5.QtMultimedia.QCamera.stateChanged?4(QCamera.State) +PyQt5.QtMultimedia.QCamera.captureModeChanged?4(QCamera.CaptureModes) +PyQt5.QtMultimedia.QCamera.statusChanged?4(QCamera.Status) +PyQt5.QtMultimedia.QCamera.locked?4() +PyQt5.QtMultimedia.QCamera.lockFailed?4() +PyQt5.QtMultimedia.QCamera.lockStatusChanged?4(QCamera.LockStatus, QCamera.LockChangeReason) +PyQt5.QtMultimedia.QCamera.lockStatusChanged?4(QCamera.LockType, QCamera.LockStatus, QCamera.LockChangeReason) +PyQt5.QtMultimedia.QCamera.error?4(QCamera.Error) +PyQt5.QtMultimedia.QCamera.CaptureModes?1(QCamera.CaptureModes) +PyQt5.QtMultimedia.QCamera.CaptureModes.__init__?1(self, QCamera.CaptureModes) +PyQt5.QtMultimedia.QCamera.CaptureModes?1(int) +PyQt5.QtMultimedia.QCamera.CaptureModes.__init__?1(self, int) +PyQt5.QtMultimedia.QCamera.CaptureModes?1() +PyQt5.QtMultimedia.QCamera.CaptureModes.__init__?1(self) +PyQt5.QtMultimedia.QCamera.LockTypes?1(QCamera.LockTypes) +PyQt5.QtMultimedia.QCamera.LockTypes.__init__?1(self, QCamera.LockTypes) +PyQt5.QtMultimedia.QCamera.LockTypes?1(int) +PyQt5.QtMultimedia.QCamera.LockTypes.__init__?1(self, int) +PyQt5.QtMultimedia.QCamera.LockTypes?1() +PyQt5.QtMultimedia.QCamera.LockTypes.__init__?1(self) +PyQt5.QtMultimedia.QCameraExposure.MeteringMode?10 +PyQt5.QtMultimedia.QCameraExposure.MeteringMatrix?10 +PyQt5.QtMultimedia.QCameraExposure.MeteringAverage?10 +PyQt5.QtMultimedia.QCameraExposure.MeteringSpot?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureMode?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureAuto?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureManual?10 +PyQt5.QtMultimedia.QCameraExposure.ExposurePortrait?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureNight?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureBacklight?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureSpotlight?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureSports?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureSnow?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureBeach?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureLargeAperture?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureSmallAperture?10 +PyQt5.QtMultimedia.QCameraExposure.ExposureModeVendor?10 +PyQt5.QtMultimedia.QCameraExposure.FlashMode?10 +PyQt5.QtMultimedia.QCameraExposure.FlashAuto?10 +PyQt5.QtMultimedia.QCameraExposure.FlashOff?10 +PyQt5.QtMultimedia.QCameraExposure.FlashOn?10 +PyQt5.QtMultimedia.QCameraExposure.FlashRedEyeReduction?10 +PyQt5.QtMultimedia.QCameraExposure.FlashFill?10 +PyQt5.QtMultimedia.QCameraExposure.FlashTorch?10 +PyQt5.QtMultimedia.QCameraExposure.FlashVideoLight?10 +PyQt5.QtMultimedia.QCameraExposure.FlashSlowSyncFrontCurtain?10 +PyQt5.QtMultimedia.QCameraExposure.FlashSlowSyncRearCurtain?10 +PyQt5.QtMultimedia.QCameraExposure.FlashManual?10 +PyQt5.QtMultimedia.QCameraExposure.isAvailable?4() -> bool +PyQt5.QtMultimedia.QCameraExposure.flashMode?4() -> QCameraExposure.FlashModes +PyQt5.QtMultimedia.QCameraExposure.isFlashModeSupported?4(QCameraExposure.FlashModes) -> bool +PyQt5.QtMultimedia.QCameraExposure.isFlashReady?4() -> bool +PyQt5.QtMultimedia.QCameraExposure.exposureMode?4() -> QCameraExposure.ExposureMode +PyQt5.QtMultimedia.QCameraExposure.isExposureModeSupported?4(QCameraExposure.ExposureMode) -> bool +PyQt5.QtMultimedia.QCameraExposure.exposureCompensation?4() -> float +PyQt5.QtMultimedia.QCameraExposure.meteringMode?4() -> QCameraExposure.MeteringMode +PyQt5.QtMultimedia.QCameraExposure.isMeteringModeSupported?4(QCameraExposure.MeteringMode) -> bool +PyQt5.QtMultimedia.QCameraExposure.spotMeteringPoint?4() -> QPointF +PyQt5.QtMultimedia.QCameraExposure.setSpotMeteringPoint?4(QPointF) +PyQt5.QtMultimedia.QCameraExposure.isoSensitivity?4() -> int +PyQt5.QtMultimedia.QCameraExposure.aperture?4() -> float +PyQt5.QtMultimedia.QCameraExposure.shutterSpeed?4() -> float +PyQt5.QtMultimedia.QCameraExposure.requestedIsoSensitivity?4() -> int +PyQt5.QtMultimedia.QCameraExposure.requestedAperture?4() -> float +PyQt5.QtMultimedia.QCameraExposure.requestedShutterSpeed?4() -> float +PyQt5.QtMultimedia.QCameraExposure.supportedIsoSensitivities?4() -> (list-of-int, bool) +PyQt5.QtMultimedia.QCameraExposure.supportedApertures?4() -> (list-of-float, bool) +PyQt5.QtMultimedia.QCameraExposure.supportedShutterSpeeds?4() -> (list-of-float, bool) +PyQt5.QtMultimedia.QCameraExposure.setFlashMode?4(QCameraExposure.FlashModes) +PyQt5.QtMultimedia.QCameraExposure.setExposureMode?4(QCameraExposure.ExposureMode) +PyQt5.QtMultimedia.QCameraExposure.setMeteringMode?4(QCameraExposure.MeteringMode) +PyQt5.QtMultimedia.QCameraExposure.setExposureCompensation?4(float) +PyQt5.QtMultimedia.QCameraExposure.setManualIsoSensitivity?4(int) +PyQt5.QtMultimedia.QCameraExposure.setAutoIsoSensitivity?4() +PyQt5.QtMultimedia.QCameraExposure.setManualAperture?4(float) +PyQt5.QtMultimedia.QCameraExposure.setAutoAperture?4() +PyQt5.QtMultimedia.QCameraExposure.setManualShutterSpeed?4(float) +PyQt5.QtMultimedia.QCameraExposure.setAutoShutterSpeed?4() +PyQt5.QtMultimedia.QCameraExposure.flashReady?4(bool) +PyQt5.QtMultimedia.QCameraExposure.apertureChanged?4(float) +PyQt5.QtMultimedia.QCameraExposure.apertureRangeChanged?4() +PyQt5.QtMultimedia.QCameraExposure.shutterSpeedChanged?4(float) +PyQt5.QtMultimedia.QCameraExposure.shutterSpeedRangeChanged?4() +PyQt5.QtMultimedia.QCameraExposure.isoSensitivityChanged?4(int) +PyQt5.QtMultimedia.QCameraExposure.exposureCompensationChanged?4(float) +PyQt5.QtMultimedia.QCameraExposure.FlashModes?1(QCameraExposure.FlashModes) +PyQt5.QtMultimedia.QCameraExposure.FlashModes.__init__?1(self, QCameraExposure.FlashModes) +PyQt5.QtMultimedia.QCameraExposure.FlashModes?1(int) +PyQt5.QtMultimedia.QCameraExposure.FlashModes.__init__?1(self, int) +PyQt5.QtMultimedia.QCameraExposure.FlashModes?1() +PyQt5.QtMultimedia.QCameraExposure.FlashModes.__init__?1(self) +PyQt5.QtMultimedia.QCameraFocusZone.FocusZoneStatus?10 +PyQt5.QtMultimedia.QCameraFocusZone.Invalid?10 +PyQt5.QtMultimedia.QCameraFocusZone.Unused?10 +PyQt5.QtMultimedia.QCameraFocusZone.Selected?10 +PyQt5.QtMultimedia.QCameraFocusZone.Focused?10 +PyQt5.QtMultimedia.QCameraFocusZone?1(QCameraFocusZone) +PyQt5.QtMultimedia.QCameraFocusZone.__init__?1(self, QCameraFocusZone) +PyQt5.QtMultimedia.QCameraFocusZone.isValid?4() -> bool +PyQt5.QtMultimedia.QCameraFocusZone.area?4() -> QRectF +PyQt5.QtMultimedia.QCameraFocusZone.status?4() -> QCameraFocusZone.FocusZoneStatus +PyQt5.QtMultimedia.QCameraFocus.FocusPointMode?10 +PyQt5.QtMultimedia.QCameraFocus.FocusPointAuto?10 +PyQt5.QtMultimedia.QCameraFocus.FocusPointCenter?10 +PyQt5.QtMultimedia.QCameraFocus.FocusPointFaceDetection?10 +PyQt5.QtMultimedia.QCameraFocus.FocusPointCustom?10 +PyQt5.QtMultimedia.QCameraFocus.FocusMode?10 +PyQt5.QtMultimedia.QCameraFocus.ManualFocus?10 +PyQt5.QtMultimedia.QCameraFocus.HyperfocalFocus?10 +PyQt5.QtMultimedia.QCameraFocus.InfinityFocus?10 +PyQt5.QtMultimedia.QCameraFocus.AutoFocus?10 +PyQt5.QtMultimedia.QCameraFocus.ContinuousFocus?10 +PyQt5.QtMultimedia.QCameraFocus.MacroFocus?10 +PyQt5.QtMultimedia.QCameraFocus.isAvailable?4() -> bool +PyQt5.QtMultimedia.QCameraFocus.focusMode?4() -> QCameraFocus.FocusModes +PyQt5.QtMultimedia.QCameraFocus.setFocusMode?4(QCameraFocus.FocusModes) +PyQt5.QtMultimedia.QCameraFocus.isFocusModeSupported?4(QCameraFocus.FocusModes) -> bool +PyQt5.QtMultimedia.QCameraFocus.focusPointMode?4() -> QCameraFocus.FocusPointMode +PyQt5.QtMultimedia.QCameraFocus.setFocusPointMode?4(QCameraFocus.FocusPointMode) +PyQt5.QtMultimedia.QCameraFocus.isFocusPointModeSupported?4(QCameraFocus.FocusPointMode) -> bool +PyQt5.QtMultimedia.QCameraFocus.customFocusPoint?4() -> QPointF +PyQt5.QtMultimedia.QCameraFocus.setCustomFocusPoint?4(QPointF) +PyQt5.QtMultimedia.QCameraFocus.focusZones?4() -> list-of-QCameraFocusZone +PyQt5.QtMultimedia.QCameraFocus.maximumOpticalZoom?4() -> float +PyQt5.QtMultimedia.QCameraFocus.maximumDigitalZoom?4() -> float +PyQt5.QtMultimedia.QCameraFocus.opticalZoom?4() -> float +PyQt5.QtMultimedia.QCameraFocus.digitalZoom?4() -> float +PyQt5.QtMultimedia.QCameraFocus.zoomTo?4(float, float) +PyQt5.QtMultimedia.QCameraFocus.opticalZoomChanged?4(float) +PyQt5.QtMultimedia.QCameraFocus.digitalZoomChanged?4(float) +PyQt5.QtMultimedia.QCameraFocus.focusZonesChanged?4() +PyQt5.QtMultimedia.QCameraFocus.maximumOpticalZoomChanged?4(float) +PyQt5.QtMultimedia.QCameraFocus.maximumDigitalZoomChanged?4(float) +PyQt5.QtMultimedia.QCameraFocus.FocusModes?1(QCameraFocus.FocusModes) +PyQt5.QtMultimedia.QCameraFocus.FocusModes.__init__?1(self, QCameraFocus.FocusModes) +PyQt5.QtMultimedia.QCameraFocus.FocusModes?1(int) +PyQt5.QtMultimedia.QCameraFocus.FocusModes.__init__?1(self, int) +PyQt5.QtMultimedia.QCameraFocus.FocusModes?1() +PyQt5.QtMultimedia.QCameraFocus.FocusModes.__init__?1(self) +PyQt5.QtMultimedia.QCameraImageCapture.CaptureDestination?10 +PyQt5.QtMultimedia.QCameraImageCapture.CaptureToFile?10 +PyQt5.QtMultimedia.QCameraImageCapture.CaptureToBuffer?10 +PyQt5.QtMultimedia.QCameraImageCapture.DriveMode?10 +PyQt5.QtMultimedia.QCameraImageCapture.SingleImageCapture?10 +PyQt5.QtMultimedia.QCameraImageCapture.Error?10 +PyQt5.QtMultimedia.QCameraImageCapture.NoError?10 +PyQt5.QtMultimedia.QCameraImageCapture.NotReadyError?10 +PyQt5.QtMultimedia.QCameraImageCapture.ResourceError?10 +PyQt5.QtMultimedia.QCameraImageCapture.OutOfSpaceError?10 +PyQt5.QtMultimedia.QCameraImageCapture.NotSupportedFeatureError?10 +PyQt5.QtMultimedia.QCameraImageCapture.FormatError?10 +PyQt5.QtMultimedia.QCameraImageCapture?1(QMediaObject, QObject parent=None) +PyQt5.QtMultimedia.QCameraImageCapture.__init__?1(self, QMediaObject, QObject parent=None) +PyQt5.QtMultimedia.QCameraImageCapture.isAvailable?4() -> bool +PyQt5.QtMultimedia.QCameraImageCapture.availability?4() -> QMultimedia.AvailabilityStatus +PyQt5.QtMultimedia.QCameraImageCapture.mediaObject?4() -> QMediaObject +PyQt5.QtMultimedia.QCameraImageCapture.error?4() -> QCameraImageCapture.Error +PyQt5.QtMultimedia.QCameraImageCapture.errorString?4() -> str +PyQt5.QtMultimedia.QCameraImageCapture.isReadyForCapture?4() -> bool +PyQt5.QtMultimedia.QCameraImageCapture.supportedImageCodecs?4() -> list-of-str +PyQt5.QtMultimedia.QCameraImageCapture.imageCodecDescription?4(str) -> str +PyQt5.QtMultimedia.QCameraImageCapture.supportedResolutions?4(QImageEncoderSettings settings=QImageEncoderSettings()) -> (list-of-QSize, bool) +PyQt5.QtMultimedia.QCameraImageCapture.encodingSettings?4() -> QImageEncoderSettings +PyQt5.QtMultimedia.QCameraImageCapture.setEncodingSettings?4(QImageEncoderSettings) +PyQt5.QtMultimedia.QCameraImageCapture.supportedBufferFormats?4() -> list-of-QVideoFrame.PixelFormat +PyQt5.QtMultimedia.QCameraImageCapture.bufferFormat?4() -> QVideoFrame.PixelFormat +PyQt5.QtMultimedia.QCameraImageCapture.setBufferFormat?4(QVideoFrame.PixelFormat) +PyQt5.QtMultimedia.QCameraImageCapture.isCaptureDestinationSupported?4(QCameraImageCapture.CaptureDestinations) -> bool +PyQt5.QtMultimedia.QCameraImageCapture.captureDestination?4() -> QCameraImageCapture.CaptureDestinations +PyQt5.QtMultimedia.QCameraImageCapture.setCaptureDestination?4(QCameraImageCapture.CaptureDestinations) +PyQt5.QtMultimedia.QCameraImageCapture.capture?4(str file=QString()) -> int +PyQt5.QtMultimedia.QCameraImageCapture.cancelCapture?4() +PyQt5.QtMultimedia.QCameraImageCapture.error?4(int, QCameraImageCapture.Error, str) +PyQt5.QtMultimedia.QCameraImageCapture.readyForCaptureChanged?4(bool) +PyQt5.QtMultimedia.QCameraImageCapture.bufferFormatChanged?4(QVideoFrame.PixelFormat) +PyQt5.QtMultimedia.QCameraImageCapture.captureDestinationChanged?4(QCameraImageCapture.CaptureDestinations) +PyQt5.QtMultimedia.QCameraImageCapture.imageExposed?4(int) +PyQt5.QtMultimedia.QCameraImageCapture.imageCaptured?4(int, QImage) +PyQt5.QtMultimedia.QCameraImageCapture.imageMetadataAvailable?4(int, str, QVariant) +PyQt5.QtMultimedia.QCameraImageCapture.imageAvailable?4(int, QVideoFrame) +PyQt5.QtMultimedia.QCameraImageCapture.imageSaved?4(int, str) +PyQt5.QtMultimedia.QCameraImageCapture.setMediaObject?4(QMediaObject) -> bool +PyQt5.QtMultimedia.QCameraImageCapture.CaptureDestinations?1(QCameraImageCapture.CaptureDestinations) +PyQt5.QtMultimedia.QCameraImageCapture.CaptureDestinations.__init__?1(self, QCameraImageCapture.CaptureDestinations) +PyQt5.QtMultimedia.QCameraImageCapture.CaptureDestinations?1(int) +PyQt5.QtMultimedia.QCameraImageCapture.CaptureDestinations.__init__?1(self, int) +PyQt5.QtMultimedia.QCameraImageCapture.CaptureDestinations?1() +PyQt5.QtMultimedia.QCameraImageCapture.CaptureDestinations.__init__?1(self) +PyQt5.QtMultimedia.QCameraImageProcessing.WhiteBalanceMode?10 +PyQt5.QtMultimedia.QCameraImageProcessing.WhiteBalanceAuto?10 +PyQt5.QtMultimedia.QCameraImageProcessing.WhiteBalanceManual?10 +PyQt5.QtMultimedia.QCameraImageProcessing.WhiteBalanceSunlight?10 +PyQt5.QtMultimedia.QCameraImageProcessing.WhiteBalanceCloudy?10 +PyQt5.QtMultimedia.QCameraImageProcessing.WhiteBalanceShade?10 +PyQt5.QtMultimedia.QCameraImageProcessing.WhiteBalanceTungsten?10 +PyQt5.QtMultimedia.QCameraImageProcessing.WhiteBalanceFluorescent?10 +PyQt5.QtMultimedia.QCameraImageProcessing.WhiteBalanceFlash?10 +PyQt5.QtMultimedia.QCameraImageProcessing.WhiteBalanceSunset?10 +PyQt5.QtMultimedia.QCameraImageProcessing.WhiteBalanceVendor?10 +PyQt5.QtMultimedia.QCameraImageProcessing.isAvailable?4() -> bool +PyQt5.QtMultimedia.QCameraImageProcessing.whiteBalanceMode?4() -> QCameraImageProcessing.WhiteBalanceMode +PyQt5.QtMultimedia.QCameraImageProcessing.setWhiteBalanceMode?4(QCameraImageProcessing.WhiteBalanceMode) +PyQt5.QtMultimedia.QCameraImageProcessing.isWhiteBalanceModeSupported?4(QCameraImageProcessing.WhiteBalanceMode) -> bool +PyQt5.QtMultimedia.QCameraImageProcessing.manualWhiteBalance?4() -> float +PyQt5.QtMultimedia.QCameraImageProcessing.setManualWhiteBalance?4(float) +PyQt5.QtMultimedia.QCameraImageProcessing.contrast?4() -> float +PyQt5.QtMultimedia.QCameraImageProcessing.setContrast?4(float) +PyQt5.QtMultimedia.QCameraImageProcessing.saturation?4() -> float +PyQt5.QtMultimedia.QCameraImageProcessing.setSaturation?4(float) +PyQt5.QtMultimedia.QCameraImageProcessing.sharpeningLevel?4() -> float +PyQt5.QtMultimedia.QCameraImageProcessing.setSharpeningLevel?4(float) +PyQt5.QtMultimedia.QCameraImageProcessing.denoisingLevel?4() -> float +PyQt5.QtMultimedia.QCameraImageProcessing.setDenoisingLevel?4(float) +PyQt5.QtMultimedia.QCameraInfo?1(QByteArray name=QByteArray()) +PyQt5.QtMultimedia.QCameraInfo.__init__?1(self, QByteArray name=QByteArray()) +PyQt5.QtMultimedia.QCameraInfo?1(QCamera) +PyQt5.QtMultimedia.QCameraInfo.__init__?1(self, QCamera) +PyQt5.QtMultimedia.QCameraInfo?1(QCameraInfo) +PyQt5.QtMultimedia.QCameraInfo.__init__?1(self, QCameraInfo) +PyQt5.QtMultimedia.QCameraInfo.isNull?4() -> bool +PyQt5.QtMultimedia.QCameraInfo.deviceName?4() -> str +PyQt5.QtMultimedia.QCameraInfo.description?4() -> str +PyQt5.QtMultimedia.QCameraInfo.position?4() -> QCamera.Position +PyQt5.QtMultimedia.QCameraInfo.orientation?4() -> int +PyQt5.QtMultimedia.QCameraInfo.defaultCamera?4() -> QCameraInfo +PyQt5.QtMultimedia.QCameraInfo.availableCameras?4(QCamera.Position position=QCamera.UnspecifiedPosition) -> list-of-QCameraInfo +PyQt5.QtMultimedia.QMediaContent?1() +PyQt5.QtMultimedia.QMediaContent.__init__?1(self) +PyQt5.QtMultimedia.QMediaContent?1(QUrl) +PyQt5.QtMultimedia.QMediaContent.__init__?1(self, QUrl) +PyQt5.QtMultimedia.QMediaContent?1(QNetworkRequest) +PyQt5.QtMultimedia.QMediaContent.__init__?1(self, QNetworkRequest) +PyQt5.QtMultimedia.QMediaContent?1(QMediaResource) +PyQt5.QtMultimedia.QMediaContent.__init__?1(self, QMediaResource) +PyQt5.QtMultimedia.QMediaContent?1(list-of-QMediaResource) +PyQt5.QtMultimedia.QMediaContent.__init__?1(self, list-of-QMediaResource) +PyQt5.QtMultimedia.QMediaContent?1(QMediaContent) +PyQt5.QtMultimedia.QMediaContent.__init__?1(self, QMediaContent) +PyQt5.QtMultimedia.QMediaContent?1(QMediaPlaylist, QUrl contentUrl=QUrl()) +PyQt5.QtMultimedia.QMediaContent.__init__?1(self, QMediaPlaylist, QUrl contentUrl=QUrl()) +PyQt5.QtMultimedia.QMediaContent.isNull?4() -> bool +PyQt5.QtMultimedia.QMediaContent.canonicalUrl?4() -> QUrl +PyQt5.QtMultimedia.QMediaContent.canonicalRequest?4() -> QNetworkRequest +PyQt5.QtMultimedia.QMediaContent.canonicalResource?4() -> QMediaResource +PyQt5.QtMultimedia.QMediaContent.resources?4() -> list-of-QMediaResource +PyQt5.QtMultimedia.QMediaContent.playlist?4() -> QMediaPlaylist +PyQt5.QtMultimedia.QMediaControl?1(QObject parent=None) +PyQt5.QtMultimedia.QMediaControl.__init__?1(self, QObject parent=None) +PyQt5.QtMultimedia.QAudioEncoderSettings?1() +PyQt5.QtMultimedia.QAudioEncoderSettings.__init__?1(self) +PyQt5.QtMultimedia.QAudioEncoderSettings?1(QAudioEncoderSettings) +PyQt5.QtMultimedia.QAudioEncoderSettings.__init__?1(self, QAudioEncoderSettings) +PyQt5.QtMultimedia.QAudioEncoderSettings.isNull?4() -> bool +PyQt5.QtMultimedia.QAudioEncoderSettings.encodingMode?4() -> QMultimedia.EncodingMode +PyQt5.QtMultimedia.QAudioEncoderSettings.setEncodingMode?4(QMultimedia.EncodingMode) +PyQt5.QtMultimedia.QAudioEncoderSettings.codec?4() -> str +PyQt5.QtMultimedia.QAudioEncoderSettings.setCodec?4(str) +PyQt5.QtMultimedia.QAudioEncoderSettings.bitRate?4() -> int +PyQt5.QtMultimedia.QAudioEncoderSettings.setBitRate?4(int) +PyQt5.QtMultimedia.QAudioEncoderSettings.channelCount?4() -> int +PyQt5.QtMultimedia.QAudioEncoderSettings.setChannelCount?4(int) +PyQt5.QtMultimedia.QAudioEncoderSettings.sampleRate?4() -> int +PyQt5.QtMultimedia.QAudioEncoderSettings.setSampleRate?4(int) +PyQt5.QtMultimedia.QAudioEncoderSettings.quality?4() -> QMultimedia.EncodingQuality +PyQt5.QtMultimedia.QAudioEncoderSettings.setQuality?4(QMultimedia.EncodingQuality) +PyQt5.QtMultimedia.QAudioEncoderSettings.encodingOption?4(str) -> QVariant +PyQt5.QtMultimedia.QAudioEncoderSettings.encodingOptions?4() -> dict-of-str-object +PyQt5.QtMultimedia.QAudioEncoderSettings.setEncodingOption?4(str, QVariant) +PyQt5.QtMultimedia.QAudioEncoderSettings.setEncodingOptions?4(dict-of-str-object) +PyQt5.QtMultimedia.QVideoEncoderSettings?1() +PyQt5.QtMultimedia.QVideoEncoderSettings.__init__?1(self) +PyQt5.QtMultimedia.QVideoEncoderSettings?1(QVideoEncoderSettings) +PyQt5.QtMultimedia.QVideoEncoderSettings.__init__?1(self, QVideoEncoderSettings) +PyQt5.QtMultimedia.QVideoEncoderSettings.isNull?4() -> bool +PyQt5.QtMultimedia.QVideoEncoderSettings.encodingMode?4() -> QMultimedia.EncodingMode +PyQt5.QtMultimedia.QVideoEncoderSettings.setEncodingMode?4(QMultimedia.EncodingMode) +PyQt5.QtMultimedia.QVideoEncoderSettings.codec?4() -> str +PyQt5.QtMultimedia.QVideoEncoderSettings.setCodec?4(str) +PyQt5.QtMultimedia.QVideoEncoderSettings.resolution?4() -> QSize +PyQt5.QtMultimedia.QVideoEncoderSettings.setResolution?4(QSize) +PyQt5.QtMultimedia.QVideoEncoderSettings.setResolution?4(int, int) +PyQt5.QtMultimedia.QVideoEncoderSettings.frameRate?4() -> float +PyQt5.QtMultimedia.QVideoEncoderSettings.setFrameRate?4(float) +PyQt5.QtMultimedia.QVideoEncoderSettings.bitRate?4() -> int +PyQt5.QtMultimedia.QVideoEncoderSettings.setBitRate?4(int) +PyQt5.QtMultimedia.QVideoEncoderSettings.quality?4() -> QMultimedia.EncodingQuality +PyQt5.QtMultimedia.QVideoEncoderSettings.setQuality?4(QMultimedia.EncodingQuality) +PyQt5.QtMultimedia.QVideoEncoderSettings.encodingOption?4(str) -> QVariant +PyQt5.QtMultimedia.QVideoEncoderSettings.encodingOptions?4() -> dict-of-str-object +PyQt5.QtMultimedia.QVideoEncoderSettings.setEncodingOption?4(str, QVariant) +PyQt5.QtMultimedia.QVideoEncoderSettings.setEncodingOptions?4(dict-of-str-object) +PyQt5.QtMultimedia.QImageEncoderSettings?1() +PyQt5.QtMultimedia.QImageEncoderSettings.__init__?1(self) +PyQt5.QtMultimedia.QImageEncoderSettings?1(QImageEncoderSettings) +PyQt5.QtMultimedia.QImageEncoderSettings.__init__?1(self, QImageEncoderSettings) +PyQt5.QtMultimedia.QImageEncoderSettings.isNull?4() -> bool +PyQt5.QtMultimedia.QImageEncoderSettings.codec?4() -> str +PyQt5.QtMultimedia.QImageEncoderSettings.setCodec?4(str) +PyQt5.QtMultimedia.QImageEncoderSettings.resolution?4() -> QSize +PyQt5.QtMultimedia.QImageEncoderSettings.setResolution?4(QSize) +PyQt5.QtMultimedia.QImageEncoderSettings.setResolution?4(int, int) +PyQt5.QtMultimedia.QImageEncoderSettings.quality?4() -> QMultimedia.EncodingQuality +PyQt5.QtMultimedia.QImageEncoderSettings.setQuality?4(QMultimedia.EncodingQuality) +PyQt5.QtMultimedia.QImageEncoderSettings.encodingOption?4(str) -> QVariant +PyQt5.QtMultimedia.QImageEncoderSettings.encodingOptions?4() -> dict-of-str-object +PyQt5.QtMultimedia.QImageEncoderSettings.setEncodingOption?4(str, QVariant) +PyQt5.QtMultimedia.QImageEncoderSettings.setEncodingOptions?4(dict-of-str-object) +PyQt5.QtMultimedia.QMediaMetaData.AlbumArtist?7 +PyQt5.QtMultimedia.QMediaMetaData.AlbumTitle?7 +PyQt5.QtMultimedia.QMediaMetaData.AudioBitRate?7 +PyQt5.QtMultimedia.QMediaMetaData.AudioCodec?7 +PyQt5.QtMultimedia.QMediaMetaData.Author?7 +PyQt5.QtMultimedia.QMediaMetaData.AverageLevel?7 +PyQt5.QtMultimedia.QMediaMetaData.CameraManufacturer?7 +PyQt5.QtMultimedia.QMediaMetaData.CameraModel?7 +PyQt5.QtMultimedia.QMediaMetaData.Category?7 +PyQt5.QtMultimedia.QMediaMetaData.ChannelCount?7 +PyQt5.QtMultimedia.QMediaMetaData.ChapterNumber?7 +PyQt5.QtMultimedia.QMediaMetaData.Comment?7 +PyQt5.QtMultimedia.QMediaMetaData.Composer?7 +PyQt5.QtMultimedia.QMediaMetaData.Conductor?7 +PyQt5.QtMultimedia.QMediaMetaData.Contrast?7 +PyQt5.QtMultimedia.QMediaMetaData.ContributingArtist?7 +PyQt5.QtMultimedia.QMediaMetaData.Copyright?7 +PyQt5.QtMultimedia.QMediaMetaData.CoverArtImage?7 +PyQt5.QtMultimedia.QMediaMetaData.CoverArtUrlLarge?7 +PyQt5.QtMultimedia.QMediaMetaData.CoverArtUrlSmall?7 +PyQt5.QtMultimedia.QMediaMetaData.Date?7 +PyQt5.QtMultimedia.QMediaMetaData.DateTimeDigitized?7 +PyQt5.QtMultimedia.QMediaMetaData.DateTimeOriginal?7 +PyQt5.QtMultimedia.QMediaMetaData.Description?7 +PyQt5.QtMultimedia.QMediaMetaData.DeviceSettingDescription?7 +PyQt5.QtMultimedia.QMediaMetaData.DigitalZoomRatio?7 +PyQt5.QtMultimedia.QMediaMetaData.Director?7 +PyQt5.QtMultimedia.QMediaMetaData.Duration?7 +PyQt5.QtMultimedia.QMediaMetaData.Event?7 +PyQt5.QtMultimedia.QMediaMetaData.ExposureBiasValue?7 +PyQt5.QtMultimedia.QMediaMetaData.ExposureMode?7 +PyQt5.QtMultimedia.QMediaMetaData.ExposureProgram?7 +PyQt5.QtMultimedia.QMediaMetaData.ExposureTime?7 +PyQt5.QtMultimedia.QMediaMetaData.FNumber?7 +PyQt5.QtMultimedia.QMediaMetaData.Flash?7 +PyQt5.QtMultimedia.QMediaMetaData.FocalLength?7 +PyQt5.QtMultimedia.QMediaMetaData.FocalLengthIn35mmFilm?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSAltitude?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSAreaInformation?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSDOP?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSImgDirection?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSImgDirectionRef?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSLatitude?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSLongitude?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSMapDatum?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSProcessingMethod?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSSatellites?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSSpeed?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSStatus?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSTimeStamp?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSTrack?7 +PyQt5.QtMultimedia.QMediaMetaData.GPSTrackRef?7 +PyQt5.QtMultimedia.QMediaMetaData.GainControl?7 +PyQt5.QtMultimedia.QMediaMetaData.Genre?7 +PyQt5.QtMultimedia.QMediaMetaData.ISOSpeedRatings?7 +PyQt5.QtMultimedia.QMediaMetaData.Keywords?7 +PyQt5.QtMultimedia.QMediaMetaData.Language?7 +PyQt5.QtMultimedia.QMediaMetaData.LeadPerformer?7 +PyQt5.QtMultimedia.QMediaMetaData.LightSource?7 +PyQt5.QtMultimedia.QMediaMetaData.Lyrics?7 +PyQt5.QtMultimedia.QMediaMetaData.MediaType?7 +PyQt5.QtMultimedia.QMediaMetaData.MeteringMode?7 +PyQt5.QtMultimedia.QMediaMetaData.Mood?7 +PyQt5.QtMultimedia.QMediaMetaData.Orientation?7 +PyQt5.QtMultimedia.QMediaMetaData.ParentalRating?7 +PyQt5.QtMultimedia.QMediaMetaData.PeakValue?7 +PyQt5.QtMultimedia.QMediaMetaData.PixelAspectRatio?7 +PyQt5.QtMultimedia.QMediaMetaData.PosterImage?7 +PyQt5.QtMultimedia.QMediaMetaData.PosterUrl?7 +PyQt5.QtMultimedia.QMediaMetaData.Publisher?7 +PyQt5.QtMultimedia.QMediaMetaData.RatingOrganization?7 +PyQt5.QtMultimedia.QMediaMetaData.Resolution?7 +PyQt5.QtMultimedia.QMediaMetaData.SampleRate?7 +PyQt5.QtMultimedia.QMediaMetaData.Saturation?7 +PyQt5.QtMultimedia.QMediaMetaData.SceneCaptureType?7 +PyQt5.QtMultimedia.QMediaMetaData.Sharpness?7 +PyQt5.QtMultimedia.QMediaMetaData.Size?7 +PyQt5.QtMultimedia.QMediaMetaData.SubTitle?7 +PyQt5.QtMultimedia.QMediaMetaData.Subject?7 +PyQt5.QtMultimedia.QMediaMetaData.SubjectDistance?7 +PyQt5.QtMultimedia.QMediaMetaData.ThumbnailImage?7 +PyQt5.QtMultimedia.QMediaMetaData.Title?7 +PyQt5.QtMultimedia.QMediaMetaData.TrackCount?7 +PyQt5.QtMultimedia.QMediaMetaData.TrackNumber?7 +PyQt5.QtMultimedia.QMediaMetaData.UserRating?7 +PyQt5.QtMultimedia.QMediaMetaData.VideoBitRate?7 +PyQt5.QtMultimedia.QMediaMetaData.VideoCodec?7 +PyQt5.QtMultimedia.QMediaMetaData.VideoFrameRate?7 +PyQt5.QtMultimedia.QMediaMetaData.WhiteBalance?7 +PyQt5.QtMultimedia.QMediaMetaData.Writer?7 +PyQt5.QtMultimedia.QMediaMetaData.Year?7 +PyQt5.QtMultimedia.QMediaPlayer.Error?10 +PyQt5.QtMultimedia.QMediaPlayer.NoError?10 +PyQt5.QtMultimedia.QMediaPlayer.ResourceError?10 +PyQt5.QtMultimedia.QMediaPlayer.FormatError?10 +PyQt5.QtMultimedia.QMediaPlayer.NetworkError?10 +PyQt5.QtMultimedia.QMediaPlayer.AccessDeniedError?10 +PyQt5.QtMultimedia.QMediaPlayer.ServiceMissingError?10 +PyQt5.QtMultimedia.QMediaPlayer.Flag?10 +PyQt5.QtMultimedia.QMediaPlayer.LowLatency?10 +PyQt5.QtMultimedia.QMediaPlayer.StreamPlayback?10 +PyQt5.QtMultimedia.QMediaPlayer.VideoSurface?10 +PyQt5.QtMultimedia.QMediaPlayer.MediaStatus?10 +PyQt5.QtMultimedia.QMediaPlayer.UnknownMediaStatus?10 +PyQt5.QtMultimedia.QMediaPlayer.NoMedia?10 +PyQt5.QtMultimedia.QMediaPlayer.LoadingMedia?10 +PyQt5.QtMultimedia.QMediaPlayer.LoadedMedia?10 +PyQt5.QtMultimedia.QMediaPlayer.StalledMedia?10 +PyQt5.QtMultimedia.QMediaPlayer.BufferingMedia?10 +PyQt5.QtMultimedia.QMediaPlayer.BufferedMedia?10 +PyQt5.QtMultimedia.QMediaPlayer.EndOfMedia?10 +PyQt5.QtMultimedia.QMediaPlayer.InvalidMedia?10 +PyQt5.QtMultimedia.QMediaPlayer.State?10 +PyQt5.QtMultimedia.QMediaPlayer.StoppedState?10 +PyQt5.QtMultimedia.QMediaPlayer.PlayingState?10 +PyQt5.QtMultimedia.QMediaPlayer.PausedState?10 +PyQt5.QtMultimedia.QMediaPlayer?1(QObject parent=None, QMediaPlayer.Flags flags=0) +PyQt5.QtMultimedia.QMediaPlayer.__init__?1(self, QObject parent=None, QMediaPlayer.Flags flags=0) +PyQt5.QtMultimedia.QMediaPlayer.hasSupport?4(str, list-of-str codecs=QStringList(), QMediaPlayer.Flags flags=0) -> QMultimedia.SupportEstimate +PyQt5.QtMultimedia.QMediaPlayer.supportedMimeTypes?4(QMediaPlayer.Flags flags=0) -> list-of-str +PyQt5.QtMultimedia.QMediaPlayer.setVideoOutput?4(QVideoWidget) +PyQt5.QtMultimedia.QMediaPlayer.setVideoOutput?4(QGraphicsVideoItem) +PyQt5.QtMultimedia.QMediaPlayer.setVideoOutput?4(QAbstractVideoSurface) +PyQt5.QtMultimedia.QMediaPlayer.media?4() -> QMediaContent +PyQt5.QtMultimedia.QMediaPlayer.mediaStream?4() -> QIODevice +PyQt5.QtMultimedia.QMediaPlayer.playlist?4() -> QMediaPlaylist +PyQt5.QtMultimedia.QMediaPlayer.currentMedia?4() -> QMediaContent +PyQt5.QtMultimedia.QMediaPlayer.state?4() -> QMediaPlayer.State +PyQt5.QtMultimedia.QMediaPlayer.mediaStatus?4() -> QMediaPlayer.MediaStatus +PyQt5.QtMultimedia.QMediaPlayer.duration?4() -> int +PyQt5.QtMultimedia.QMediaPlayer.position?4() -> int +PyQt5.QtMultimedia.QMediaPlayer.volume?4() -> int +PyQt5.QtMultimedia.QMediaPlayer.isMuted?4() -> bool +PyQt5.QtMultimedia.QMediaPlayer.isAudioAvailable?4() -> bool +PyQt5.QtMultimedia.QMediaPlayer.isVideoAvailable?4() -> bool +PyQt5.QtMultimedia.QMediaPlayer.bufferStatus?4() -> int +PyQt5.QtMultimedia.QMediaPlayer.isSeekable?4() -> bool +PyQt5.QtMultimedia.QMediaPlayer.playbackRate?4() -> float +PyQt5.QtMultimedia.QMediaPlayer.error?4() -> QMediaPlayer.Error +PyQt5.QtMultimedia.QMediaPlayer.errorString?4() -> str +PyQt5.QtMultimedia.QMediaPlayer.currentNetworkConfiguration?4() -> QNetworkConfiguration +PyQt5.QtMultimedia.QMediaPlayer.availability?4() -> QMultimedia.AvailabilityStatus +PyQt5.QtMultimedia.QMediaPlayer.play?4() +PyQt5.QtMultimedia.QMediaPlayer.pause?4() +PyQt5.QtMultimedia.QMediaPlayer.stop?4() +PyQt5.QtMultimedia.QMediaPlayer.setPosition?4(int) +PyQt5.QtMultimedia.QMediaPlayer.setVolume?4(int) +PyQt5.QtMultimedia.QMediaPlayer.setMuted?4(bool) +PyQt5.QtMultimedia.QMediaPlayer.setPlaybackRate?4(float) +PyQt5.QtMultimedia.QMediaPlayer.setMedia?4(QMediaContent, QIODevice stream=None) +PyQt5.QtMultimedia.QMediaPlayer.setPlaylist?4(QMediaPlaylist) +PyQt5.QtMultimedia.QMediaPlayer.setNetworkConfigurations?4(list-of-QNetworkConfiguration) +PyQt5.QtMultimedia.QMediaPlayer.mediaChanged?4(QMediaContent) +PyQt5.QtMultimedia.QMediaPlayer.currentMediaChanged?4(QMediaContent) +PyQt5.QtMultimedia.QMediaPlayer.stateChanged?4(QMediaPlayer.State) +PyQt5.QtMultimedia.QMediaPlayer.mediaStatusChanged?4(QMediaPlayer.MediaStatus) +PyQt5.QtMultimedia.QMediaPlayer.durationChanged?4(int) +PyQt5.QtMultimedia.QMediaPlayer.positionChanged?4(int) +PyQt5.QtMultimedia.QMediaPlayer.volumeChanged?4(int) +PyQt5.QtMultimedia.QMediaPlayer.mutedChanged?4(bool) +PyQt5.QtMultimedia.QMediaPlayer.audioAvailableChanged?4(bool) +PyQt5.QtMultimedia.QMediaPlayer.videoAvailableChanged?4(bool) +PyQt5.QtMultimedia.QMediaPlayer.bufferStatusChanged?4(int) +PyQt5.QtMultimedia.QMediaPlayer.seekableChanged?4(bool) +PyQt5.QtMultimedia.QMediaPlayer.playbackRateChanged?4(float) +PyQt5.QtMultimedia.QMediaPlayer.error?4(QMediaPlayer.Error) +PyQt5.QtMultimedia.QMediaPlayer.networkConfigurationChanged?4(QNetworkConfiguration) +PyQt5.QtMultimedia.QMediaPlayer.bind?4(QObject) -> bool +PyQt5.QtMultimedia.QMediaPlayer.unbind?4(QObject) +PyQt5.QtMultimedia.QMediaPlayer.Flags?1(QMediaPlayer.Flags) +PyQt5.QtMultimedia.QMediaPlayer.Flags.__init__?1(self, QMediaPlayer.Flags) +PyQt5.QtMultimedia.QMediaPlayer.Flags?1(int) +PyQt5.QtMultimedia.QMediaPlayer.Flags.__init__?1(self, int) +PyQt5.QtMultimedia.QMediaPlayer.Flags?1() +PyQt5.QtMultimedia.QMediaPlayer.Flags.__init__?1(self) +PyQt5.QtMultimedia.QMediaPlaylist.Error?10 +PyQt5.QtMultimedia.QMediaPlaylist.NoError?10 +PyQt5.QtMultimedia.QMediaPlaylist.FormatError?10 +PyQt5.QtMultimedia.QMediaPlaylist.FormatNotSupportedError?10 +PyQt5.QtMultimedia.QMediaPlaylist.NetworkError?10 +PyQt5.QtMultimedia.QMediaPlaylist.AccessDeniedError?10 +PyQt5.QtMultimedia.QMediaPlaylist.PlaybackMode?10 +PyQt5.QtMultimedia.QMediaPlaylist.CurrentItemOnce?10 +PyQt5.QtMultimedia.QMediaPlaylist.CurrentItemInLoop?10 +PyQt5.QtMultimedia.QMediaPlaylist.Sequential?10 +PyQt5.QtMultimedia.QMediaPlaylist.Loop?10 +PyQt5.QtMultimedia.QMediaPlaylist.Random?10 +PyQt5.QtMultimedia.QMediaPlaylist?1(QObject parent=None) +PyQt5.QtMultimedia.QMediaPlaylist.__init__?1(self, QObject parent=None) +PyQt5.QtMultimedia.QMediaPlaylist.mediaObject?4() -> QMediaObject +PyQt5.QtMultimedia.QMediaPlaylist.playbackMode?4() -> QMediaPlaylist.PlaybackMode +PyQt5.QtMultimedia.QMediaPlaylist.setPlaybackMode?4(QMediaPlaylist.PlaybackMode) +PyQt5.QtMultimedia.QMediaPlaylist.currentIndex?4() -> int +PyQt5.QtMultimedia.QMediaPlaylist.currentMedia?4() -> QMediaContent +PyQt5.QtMultimedia.QMediaPlaylist.nextIndex?4(int steps=1) -> int +PyQt5.QtMultimedia.QMediaPlaylist.previousIndex?4(int steps=1) -> int +PyQt5.QtMultimedia.QMediaPlaylist.media?4(int) -> QMediaContent +PyQt5.QtMultimedia.QMediaPlaylist.mediaCount?4() -> int +PyQt5.QtMultimedia.QMediaPlaylist.isEmpty?4() -> bool +PyQt5.QtMultimedia.QMediaPlaylist.isReadOnly?4() -> bool +PyQt5.QtMultimedia.QMediaPlaylist.addMedia?4(QMediaContent) -> bool +PyQt5.QtMultimedia.QMediaPlaylist.addMedia?4(list-of-QMediaContent) -> bool +PyQt5.QtMultimedia.QMediaPlaylist.insertMedia?4(int, QMediaContent) -> bool +PyQt5.QtMultimedia.QMediaPlaylist.insertMedia?4(int, list-of-QMediaContent) -> bool +PyQt5.QtMultimedia.QMediaPlaylist.removeMedia?4(int) -> bool +PyQt5.QtMultimedia.QMediaPlaylist.removeMedia?4(int, int) -> bool +PyQt5.QtMultimedia.QMediaPlaylist.clear?4() -> bool +PyQt5.QtMultimedia.QMediaPlaylist.load?4(QNetworkRequest, str format=None) +PyQt5.QtMultimedia.QMediaPlaylist.load?4(QUrl, str format=None) +PyQt5.QtMultimedia.QMediaPlaylist.load?4(QIODevice, str format=None) +PyQt5.QtMultimedia.QMediaPlaylist.save?4(QUrl, str format=None) -> bool +PyQt5.QtMultimedia.QMediaPlaylist.save?4(QIODevice, str) -> bool +PyQt5.QtMultimedia.QMediaPlaylist.error?4() -> QMediaPlaylist.Error +PyQt5.QtMultimedia.QMediaPlaylist.errorString?4() -> str +PyQt5.QtMultimedia.QMediaPlaylist.shuffle?4() +PyQt5.QtMultimedia.QMediaPlaylist.next?4() +PyQt5.QtMultimedia.QMediaPlaylist.previous?4() +PyQt5.QtMultimedia.QMediaPlaylist.setCurrentIndex?4(int) +PyQt5.QtMultimedia.QMediaPlaylist.currentIndexChanged?4(int) +PyQt5.QtMultimedia.QMediaPlaylist.playbackModeChanged?4(QMediaPlaylist.PlaybackMode) +PyQt5.QtMultimedia.QMediaPlaylist.currentMediaChanged?4(QMediaContent) +PyQt5.QtMultimedia.QMediaPlaylist.mediaAboutToBeInserted?4(int, int) +PyQt5.QtMultimedia.QMediaPlaylist.mediaInserted?4(int, int) +PyQt5.QtMultimedia.QMediaPlaylist.mediaAboutToBeRemoved?4(int, int) +PyQt5.QtMultimedia.QMediaPlaylist.mediaRemoved?4(int, int) +PyQt5.QtMultimedia.QMediaPlaylist.mediaChanged?4(int, int) +PyQt5.QtMultimedia.QMediaPlaylist.loaded?4() +PyQt5.QtMultimedia.QMediaPlaylist.loadFailed?4() +PyQt5.QtMultimedia.QMediaPlaylist.setMediaObject?4(QMediaObject) -> bool +PyQt5.QtMultimedia.QMediaResource?1() +PyQt5.QtMultimedia.QMediaResource.__init__?1(self) +PyQt5.QtMultimedia.QMediaResource?1(QUrl, str mimeType=QString()) +PyQt5.QtMultimedia.QMediaResource.__init__?1(self, QUrl, str mimeType=QString()) +PyQt5.QtMultimedia.QMediaResource?1(QNetworkRequest, str mimeType=QString()) +PyQt5.QtMultimedia.QMediaResource.__init__?1(self, QNetworkRequest, str mimeType=QString()) +PyQt5.QtMultimedia.QMediaResource?1(QMediaResource) +PyQt5.QtMultimedia.QMediaResource.__init__?1(self, QMediaResource) +PyQt5.QtMultimedia.QMediaResource.isNull?4() -> bool +PyQt5.QtMultimedia.QMediaResource.url?4() -> QUrl +PyQt5.QtMultimedia.QMediaResource.request?4() -> QNetworkRequest +PyQt5.QtMultimedia.QMediaResource.mimeType?4() -> str +PyQt5.QtMultimedia.QMediaResource.language?4() -> str +PyQt5.QtMultimedia.QMediaResource.setLanguage?4(str) +PyQt5.QtMultimedia.QMediaResource.audioCodec?4() -> str +PyQt5.QtMultimedia.QMediaResource.setAudioCodec?4(str) +PyQt5.QtMultimedia.QMediaResource.videoCodec?4() -> str +PyQt5.QtMultimedia.QMediaResource.setVideoCodec?4(str) +PyQt5.QtMultimedia.QMediaResource.dataSize?4() -> int +PyQt5.QtMultimedia.QMediaResource.setDataSize?4(int) +PyQt5.QtMultimedia.QMediaResource.audioBitRate?4() -> int +PyQt5.QtMultimedia.QMediaResource.setAudioBitRate?4(int) +PyQt5.QtMultimedia.QMediaResource.sampleRate?4() -> int +PyQt5.QtMultimedia.QMediaResource.setSampleRate?4(int) +PyQt5.QtMultimedia.QMediaResource.channelCount?4() -> int +PyQt5.QtMultimedia.QMediaResource.setChannelCount?4(int) +PyQt5.QtMultimedia.QMediaResource.videoBitRate?4() -> int +PyQt5.QtMultimedia.QMediaResource.setVideoBitRate?4(int) +PyQt5.QtMultimedia.QMediaResource.resolution?4() -> QSize +PyQt5.QtMultimedia.QMediaResource.setResolution?4(QSize) +PyQt5.QtMultimedia.QMediaResource.setResolution?4(int, int) +PyQt5.QtMultimedia.QMediaService?1(QObject) +PyQt5.QtMultimedia.QMediaService.__init__?1(self, QObject) +PyQt5.QtMultimedia.QMediaService.requestControl?4(str) -> QMediaControl +PyQt5.QtMultimedia.QMediaService.releaseControl?4(QMediaControl) +PyQt5.QtMultimedia.QMediaTimeInterval?1() +PyQt5.QtMultimedia.QMediaTimeInterval.__init__?1(self) +PyQt5.QtMultimedia.QMediaTimeInterval?1(int, int) +PyQt5.QtMultimedia.QMediaTimeInterval.__init__?1(self, int, int) +PyQt5.QtMultimedia.QMediaTimeInterval?1(QMediaTimeInterval) +PyQt5.QtMultimedia.QMediaTimeInterval.__init__?1(self, QMediaTimeInterval) +PyQt5.QtMultimedia.QMediaTimeInterval.start?4() -> int +PyQt5.QtMultimedia.QMediaTimeInterval.end?4() -> int +PyQt5.QtMultimedia.QMediaTimeInterval.contains?4(int) -> bool +PyQt5.QtMultimedia.QMediaTimeInterval.isNormal?4() -> bool +PyQt5.QtMultimedia.QMediaTimeInterval.normalized?4() -> QMediaTimeInterval +PyQt5.QtMultimedia.QMediaTimeInterval.translated?4(int) -> QMediaTimeInterval +PyQt5.QtMultimedia.QMediaTimeRange?1() +PyQt5.QtMultimedia.QMediaTimeRange.__init__?1(self) +PyQt5.QtMultimedia.QMediaTimeRange?1(int, int) +PyQt5.QtMultimedia.QMediaTimeRange.__init__?1(self, int, int) +PyQt5.QtMultimedia.QMediaTimeRange?1(QMediaTimeInterval) +PyQt5.QtMultimedia.QMediaTimeRange.__init__?1(self, QMediaTimeInterval) +PyQt5.QtMultimedia.QMediaTimeRange?1(QMediaTimeRange) +PyQt5.QtMultimedia.QMediaTimeRange.__init__?1(self, QMediaTimeRange) +PyQt5.QtMultimedia.QMediaTimeRange.earliestTime?4() -> int +PyQt5.QtMultimedia.QMediaTimeRange.latestTime?4() -> int +PyQt5.QtMultimedia.QMediaTimeRange.intervals?4() -> list-of-QMediaTimeInterval +PyQt5.QtMultimedia.QMediaTimeRange.isEmpty?4() -> bool +PyQt5.QtMultimedia.QMediaTimeRange.isContinuous?4() -> bool +PyQt5.QtMultimedia.QMediaTimeRange.contains?4(int) -> bool +PyQt5.QtMultimedia.QMediaTimeRange.addInterval?4(int, int) +PyQt5.QtMultimedia.QMediaTimeRange.addInterval?4(QMediaTimeInterval) +PyQt5.QtMultimedia.QMediaTimeRange.addTimeRange?4(QMediaTimeRange) +PyQt5.QtMultimedia.QMediaTimeRange.removeInterval?4(int, int) +PyQt5.QtMultimedia.QMediaTimeRange.removeInterval?4(QMediaTimeInterval) +PyQt5.QtMultimedia.QMediaTimeRange.removeTimeRange?4(QMediaTimeRange) +PyQt5.QtMultimedia.QMediaTimeRange.clear?4() +PyQt5.QtMultimedia.QMultimedia.AvailabilityStatus?10 +PyQt5.QtMultimedia.QMultimedia.Available?10 +PyQt5.QtMultimedia.QMultimedia.ServiceMissing?10 +PyQt5.QtMultimedia.QMultimedia.Busy?10 +PyQt5.QtMultimedia.QMultimedia.ResourceError?10 +PyQt5.QtMultimedia.QMultimedia.EncodingMode?10 +PyQt5.QtMultimedia.QMultimedia.ConstantQualityEncoding?10 +PyQt5.QtMultimedia.QMultimedia.ConstantBitRateEncoding?10 +PyQt5.QtMultimedia.QMultimedia.AverageBitRateEncoding?10 +PyQt5.QtMultimedia.QMultimedia.TwoPassEncoding?10 +PyQt5.QtMultimedia.QMultimedia.EncodingQuality?10 +PyQt5.QtMultimedia.QMultimedia.VeryLowQuality?10 +PyQt5.QtMultimedia.QMultimedia.LowQuality?10 +PyQt5.QtMultimedia.QMultimedia.NormalQuality?10 +PyQt5.QtMultimedia.QMultimedia.HighQuality?10 +PyQt5.QtMultimedia.QMultimedia.VeryHighQuality?10 +PyQt5.QtMultimedia.QMultimedia.SupportEstimate?10 +PyQt5.QtMultimedia.QMultimedia.NotSupported?10 +PyQt5.QtMultimedia.QMultimedia.MaybeSupported?10 +PyQt5.QtMultimedia.QMultimedia.ProbablySupported?10 +PyQt5.QtMultimedia.QMultimedia.PreferredService?10 +PyQt5.QtMultimedia.QRadioData.ProgramType?10 +PyQt5.QtMultimedia.QRadioData.Undefined?10 +PyQt5.QtMultimedia.QRadioData.News?10 +PyQt5.QtMultimedia.QRadioData.CurrentAffairs?10 +PyQt5.QtMultimedia.QRadioData.Information?10 +PyQt5.QtMultimedia.QRadioData.Sport?10 +PyQt5.QtMultimedia.QRadioData.Education?10 +PyQt5.QtMultimedia.QRadioData.Drama?10 +PyQt5.QtMultimedia.QRadioData.Culture?10 +PyQt5.QtMultimedia.QRadioData.Science?10 +PyQt5.QtMultimedia.QRadioData.Varied?10 +PyQt5.QtMultimedia.QRadioData.PopMusic?10 +PyQt5.QtMultimedia.QRadioData.RockMusic?10 +PyQt5.QtMultimedia.QRadioData.EasyListening?10 +PyQt5.QtMultimedia.QRadioData.LightClassical?10 +PyQt5.QtMultimedia.QRadioData.SeriousClassical?10 +PyQt5.QtMultimedia.QRadioData.OtherMusic?10 +PyQt5.QtMultimedia.QRadioData.Weather?10 +PyQt5.QtMultimedia.QRadioData.Finance?10 +PyQt5.QtMultimedia.QRadioData.ChildrensProgrammes?10 +PyQt5.QtMultimedia.QRadioData.SocialAffairs?10 +PyQt5.QtMultimedia.QRadioData.Religion?10 +PyQt5.QtMultimedia.QRadioData.PhoneIn?10 +PyQt5.QtMultimedia.QRadioData.Travel?10 +PyQt5.QtMultimedia.QRadioData.Leisure?10 +PyQt5.QtMultimedia.QRadioData.JazzMusic?10 +PyQt5.QtMultimedia.QRadioData.CountryMusic?10 +PyQt5.QtMultimedia.QRadioData.NationalMusic?10 +PyQt5.QtMultimedia.QRadioData.OldiesMusic?10 +PyQt5.QtMultimedia.QRadioData.FolkMusic?10 +PyQt5.QtMultimedia.QRadioData.Documentary?10 +PyQt5.QtMultimedia.QRadioData.AlarmTest?10 +PyQt5.QtMultimedia.QRadioData.Alarm?10 +PyQt5.QtMultimedia.QRadioData.Talk?10 +PyQt5.QtMultimedia.QRadioData.ClassicRock?10 +PyQt5.QtMultimedia.QRadioData.AdultHits?10 +PyQt5.QtMultimedia.QRadioData.SoftRock?10 +PyQt5.QtMultimedia.QRadioData.Top40?10 +PyQt5.QtMultimedia.QRadioData.Soft?10 +PyQt5.QtMultimedia.QRadioData.Nostalgia?10 +PyQt5.QtMultimedia.QRadioData.Classical?10 +PyQt5.QtMultimedia.QRadioData.RhythmAndBlues?10 +PyQt5.QtMultimedia.QRadioData.SoftRhythmAndBlues?10 +PyQt5.QtMultimedia.QRadioData.Language?10 +PyQt5.QtMultimedia.QRadioData.ReligiousMusic?10 +PyQt5.QtMultimedia.QRadioData.ReligiousTalk?10 +PyQt5.QtMultimedia.QRadioData.Personality?10 +PyQt5.QtMultimedia.QRadioData.Public?10 +PyQt5.QtMultimedia.QRadioData.College?10 +PyQt5.QtMultimedia.QRadioData.Error?10 +PyQt5.QtMultimedia.QRadioData.NoError?10 +PyQt5.QtMultimedia.QRadioData.ResourceError?10 +PyQt5.QtMultimedia.QRadioData.OpenError?10 +PyQt5.QtMultimedia.QRadioData.OutOfRangeError?10 +PyQt5.QtMultimedia.QRadioData?1(QMediaObject, QObject parent=None) +PyQt5.QtMultimedia.QRadioData.__init__?1(self, QMediaObject, QObject parent=None) +PyQt5.QtMultimedia.QRadioData.mediaObject?4() -> QMediaObject +PyQt5.QtMultimedia.QRadioData.availability?4() -> QMultimedia.AvailabilityStatus +PyQt5.QtMultimedia.QRadioData.stationId?4() -> str +PyQt5.QtMultimedia.QRadioData.programType?4() -> QRadioData.ProgramType +PyQt5.QtMultimedia.QRadioData.programTypeName?4() -> str +PyQt5.QtMultimedia.QRadioData.stationName?4() -> str +PyQt5.QtMultimedia.QRadioData.radioText?4() -> str +PyQt5.QtMultimedia.QRadioData.isAlternativeFrequenciesEnabled?4() -> bool +PyQt5.QtMultimedia.QRadioData.error?4() -> QRadioData.Error +PyQt5.QtMultimedia.QRadioData.errorString?4() -> str +PyQt5.QtMultimedia.QRadioData.setAlternativeFrequenciesEnabled?4(bool) +PyQt5.QtMultimedia.QRadioData.stationIdChanged?4(str) +PyQt5.QtMultimedia.QRadioData.programTypeChanged?4(QRadioData.ProgramType) +PyQt5.QtMultimedia.QRadioData.programTypeNameChanged?4(str) +PyQt5.QtMultimedia.QRadioData.stationNameChanged?4(str) +PyQt5.QtMultimedia.QRadioData.radioTextChanged?4(str) +PyQt5.QtMultimedia.QRadioData.alternativeFrequenciesEnabledChanged?4(bool) +PyQt5.QtMultimedia.QRadioData.error?4(QRadioData.Error) +PyQt5.QtMultimedia.QRadioData.setMediaObject?4(QMediaObject) -> bool +PyQt5.QtMultimedia.QRadioTuner.SearchMode?10 +PyQt5.QtMultimedia.QRadioTuner.SearchFast?10 +PyQt5.QtMultimedia.QRadioTuner.SearchGetStationId?10 +PyQt5.QtMultimedia.QRadioTuner.StereoMode?10 +PyQt5.QtMultimedia.QRadioTuner.ForceStereo?10 +PyQt5.QtMultimedia.QRadioTuner.ForceMono?10 +PyQt5.QtMultimedia.QRadioTuner.Auto?10 +PyQt5.QtMultimedia.QRadioTuner.Error?10 +PyQt5.QtMultimedia.QRadioTuner.NoError?10 +PyQt5.QtMultimedia.QRadioTuner.ResourceError?10 +PyQt5.QtMultimedia.QRadioTuner.OpenError?10 +PyQt5.QtMultimedia.QRadioTuner.OutOfRangeError?10 +PyQt5.QtMultimedia.QRadioTuner.Band?10 +PyQt5.QtMultimedia.QRadioTuner.AM?10 +PyQt5.QtMultimedia.QRadioTuner.FM?10 +PyQt5.QtMultimedia.QRadioTuner.SW?10 +PyQt5.QtMultimedia.QRadioTuner.LW?10 +PyQt5.QtMultimedia.QRadioTuner.FM2?10 +PyQt5.QtMultimedia.QRadioTuner.State?10 +PyQt5.QtMultimedia.QRadioTuner.ActiveState?10 +PyQt5.QtMultimedia.QRadioTuner.StoppedState?10 +PyQt5.QtMultimedia.QRadioTuner?1(QObject parent=None) +PyQt5.QtMultimedia.QRadioTuner.__init__?1(self, QObject parent=None) +PyQt5.QtMultimedia.QRadioTuner.availability?4() -> QMultimedia.AvailabilityStatus +PyQt5.QtMultimedia.QRadioTuner.state?4() -> QRadioTuner.State +PyQt5.QtMultimedia.QRadioTuner.band?4() -> QRadioTuner.Band +PyQt5.QtMultimedia.QRadioTuner.isBandSupported?4(QRadioTuner.Band) -> bool +PyQt5.QtMultimedia.QRadioTuner.frequency?4() -> int +PyQt5.QtMultimedia.QRadioTuner.frequencyStep?4(QRadioTuner.Band) -> int +PyQt5.QtMultimedia.QRadioTuner.frequencyRange?4(QRadioTuner.Band) -> tuple-of-int-int +PyQt5.QtMultimedia.QRadioTuner.isStereo?4() -> bool +PyQt5.QtMultimedia.QRadioTuner.setStereoMode?4(QRadioTuner.StereoMode) +PyQt5.QtMultimedia.QRadioTuner.stereoMode?4() -> QRadioTuner.StereoMode +PyQt5.QtMultimedia.QRadioTuner.signalStrength?4() -> int +PyQt5.QtMultimedia.QRadioTuner.volume?4() -> int +PyQt5.QtMultimedia.QRadioTuner.isMuted?4() -> bool +PyQt5.QtMultimedia.QRadioTuner.isSearching?4() -> bool +PyQt5.QtMultimedia.QRadioTuner.isAntennaConnected?4() -> bool +PyQt5.QtMultimedia.QRadioTuner.error?4() -> QRadioTuner.Error +PyQt5.QtMultimedia.QRadioTuner.errorString?4() -> str +PyQt5.QtMultimedia.QRadioTuner.radioData?4() -> QRadioData +PyQt5.QtMultimedia.QRadioTuner.searchForward?4() +PyQt5.QtMultimedia.QRadioTuner.searchBackward?4() +PyQt5.QtMultimedia.QRadioTuner.searchAllStations?4(QRadioTuner.SearchMode searchMode=QRadioTuner.SearchFast) +PyQt5.QtMultimedia.QRadioTuner.cancelSearch?4() +PyQt5.QtMultimedia.QRadioTuner.setBand?4(QRadioTuner.Band) +PyQt5.QtMultimedia.QRadioTuner.setFrequency?4(int) +PyQt5.QtMultimedia.QRadioTuner.setVolume?4(int) +PyQt5.QtMultimedia.QRadioTuner.setMuted?4(bool) +PyQt5.QtMultimedia.QRadioTuner.start?4() +PyQt5.QtMultimedia.QRadioTuner.stop?4() +PyQt5.QtMultimedia.QRadioTuner.stateChanged?4(QRadioTuner.State) +PyQt5.QtMultimedia.QRadioTuner.bandChanged?4(QRadioTuner.Band) +PyQt5.QtMultimedia.QRadioTuner.frequencyChanged?4(int) +PyQt5.QtMultimedia.QRadioTuner.stereoStatusChanged?4(bool) +PyQt5.QtMultimedia.QRadioTuner.searchingChanged?4(bool) +PyQt5.QtMultimedia.QRadioTuner.signalStrengthChanged?4(int) +PyQt5.QtMultimedia.QRadioTuner.volumeChanged?4(int) +PyQt5.QtMultimedia.QRadioTuner.mutedChanged?4(bool) +PyQt5.QtMultimedia.QRadioTuner.stationFound?4(int, str) +PyQt5.QtMultimedia.QRadioTuner.antennaConnectedChanged?4(bool) +PyQt5.QtMultimedia.QRadioTuner.error?4(QRadioTuner.Error) +PyQt5.QtMultimedia.QSound.Loop?10 +PyQt5.QtMultimedia.QSound.Infinite?10 +PyQt5.QtMultimedia.QSound?1(str, QObject parent=None) +PyQt5.QtMultimedia.QSound.__init__?1(self, str, QObject parent=None) +PyQt5.QtMultimedia.QSound.play?4(str) +PyQt5.QtMultimedia.QSound.loops?4() -> int +PyQt5.QtMultimedia.QSound.loopsRemaining?4() -> int +PyQt5.QtMultimedia.QSound.setLoops?4(int) +PyQt5.QtMultimedia.QSound.fileName?4() -> str +PyQt5.QtMultimedia.QSound.isFinished?4() -> bool +PyQt5.QtMultimedia.QSound.play?4() +PyQt5.QtMultimedia.QSound.stop?4() +PyQt5.QtMultimedia.QSoundEffect.Status?10 +PyQt5.QtMultimedia.QSoundEffect.Null?10 +PyQt5.QtMultimedia.QSoundEffect.Loading?10 +PyQt5.QtMultimedia.QSoundEffect.Ready?10 +PyQt5.QtMultimedia.QSoundEffect.Error?10 +PyQt5.QtMultimedia.QSoundEffect.Loop?10 +PyQt5.QtMultimedia.QSoundEffect.Infinite?10 +PyQt5.QtMultimedia.QSoundEffect?1(QObject parent=None) +PyQt5.QtMultimedia.QSoundEffect.__init__?1(self, QObject parent=None) +PyQt5.QtMultimedia.QSoundEffect.supportedMimeTypes?4() -> list-of-str +PyQt5.QtMultimedia.QSoundEffect.source?4() -> QUrl +PyQt5.QtMultimedia.QSoundEffect.setSource?4(QUrl) +PyQt5.QtMultimedia.QSoundEffect.loopCount?4() -> int +PyQt5.QtMultimedia.QSoundEffect.loopsRemaining?4() -> int +PyQt5.QtMultimedia.QSoundEffect.setLoopCount?4(int) +PyQt5.QtMultimedia.QSoundEffect.volume?4() -> float +PyQt5.QtMultimedia.QSoundEffect.setVolume?4(float) +PyQt5.QtMultimedia.QSoundEffect.isMuted?4() -> bool +PyQt5.QtMultimedia.QSoundEffect.setMuted?4(bool) +PyQt5.QtMultimedia.QSoundEffect.isLoaded?4() -> bool +PyQt5.QtMultimedia.QSoundEffect.isPlaying?4() -> bool +PyQt5.QtMultimedia.QSoundEffect.status?4() -> QSoundEffect.Status +PyQt5.QtMultimedia.QSoundEffect.category?4() -> str +PyQt5.QtMultimedia.QSoundEffect.setCategory?4(str) +PyQt5.QtMultimedia.QSoundEffect.sourceChanged?4() +PyQt5.QtMultimedia.QSoundEffect.loopCountChanged?4() +PyQt5.QtMultimedia.QSoundEffect.loopsRemainingChanged?4() +PyQt5.QtMultimedia.QSoundEffect.volumeChanged?4() +PyQt5.QtMultimedia.QSoundEffect.mutedChanged?4() +PyQt5.QtMultimedia.QSoundEffect.loadedChanged?4() +PyQt5.QtMultimedia.QSoundEffect.playingChanged?4() +PyQt5.QtMultimedia.QSoundEffect.statusChanged?4() +PyQt5.QtMultimedia.QSoundEffect.categoryChanged?4() +PyQt5.QtMultimedia.QSoundEffect.play?4() +PyQt5.QtMultimedia.QSoundEffect.stop?4() +PyQt5.QtMultimedia.QVideoFrame.PixelFormat?10 +PyQt5.QtMultimedia.QVideoFrame.Format_Invalid?10 +PyQt5.QtMultimedia.QVideoFrame.Format_ARGB32?10 +PyQt5.QtMultimedia.QVideoFrame.Format_ARGB32_Premultiplied?10 +PyQt5.QtMultimedia.QVideoFrame.Format_RGB32?10 +PyQt5.QtMultimedia.QVideoFrame.Format_RGB24?10 +PyQt5.QtMultimedia.QVideoFrame.Format_RGB565?10 +PyQt5.QtMultimedia.QVideoFrame.Format_RGB555?10 +PyQt5.QtMultimedia.QVideoFrame.Format_ARGB8565_Premultiplied?10 +PyQt5.QtMultimedia.QVideoFrame.Format_BGRA32?10 +PyQt5.QtMultimedia.QVideoFrame.Format_BGRA32_Premultiplied?10 +PyQt5.QtMultimedia.QVideoFrame.Format_BGR32?10 +PyQt5.QtMultimedia.QVideoFrame.Format_BGR24?10 +PyQt5.QtMultimedia.QVideoFrame.Format_BGR565?10 +PyQt5.QtMultimedia.QVideoFrame.Format_BGR555?10 +PyQt5.QtMultimedia.QVideoFrame.Format_BGRA5658_Premultiplied?10 +PyQt5.QtMultimedia.QVideoFrame.Format_AYUV444?10 +PyQt5.QtMultimedia.QVideoFrame.Format_AYUV444_Premultiplied?10 +PyQt5.QtMultimedia.QVideoFrame.Format_YUV444?10 +PyQt5.QtMultimedia.QVideoFrame.Format_YUV420P?10 +PyQt5.QtMultimedia.QVideoFrame.Format_YV12?10 +PyQt5.QtMultimedia.QVideoFrame.Format_UYVY?10 +PyQt5.QtMultimedia.QVideoFrame.Format_YUYV?10 +PyQt5.QtMultimedia.QVideoFrame.Format_NV12?10 +PyQt5.QtMultimedia.QVideoFrame.Format_NV21?10 +PyQt5.QtMultimedia.QVideoFrame.Format_IMC1?10 +PyQt5.QtMultimedia.QVideoFrame.Format_IMC2?10 +PyQt5.QtMultimedia.QVideoFrame.Format_IMC3?10 +PyQt5.QtMultimedia.QVideoFrame.Format_IMC4?10 +PyQt5.QtMultimedia.QVideoFrame.Format_Y8?10 +PyQt5.QtMultimedia.QVideoFrame.Format_Y16?10 +PyQt5.QtMultimedia.QVideoFrame.Format_Jpeg?10 +PyQt5.QtMultimedia.QVideoFrame.Format_CameraRaw?10 +PyQt5.QtMultimedia.QVideoFrame.Format_AdobeDng?10 +PyQt5.QtMultimedia.QVideoFrame.Format_User?10 +PyQt5.QtMultimedia.QVideoFrame.FieldType?10 +PyQt5.QtMultimedia.QVideoFrame.ProgressiveFrame?10 +PyQt5.QtMultimedia.QVideoFrame.TopField?10 +PyQt5.QtMultimedia.QVideoFrame.BottomField?10 +PyQt5.QtMultimedia.QVideoFrame.InterlacedFrame?10 +PyQt5.QtMultimedia.QVideoFrame?1() +PyQt5.QtMultimedia.QVideoFrame.__init__?1(self) +PyQt5.QtMultimedia.QVideoFrame?1(QAbstractVideoBuffer, QSize, QVideoFrame.PixelFormat) +PyQt5.QtMultimedia.QVideoFrame.__init__?1(self, QAbstractVideoBuffer, QSize, QVideoFrame.PixelFormat) +PyQt5.QtMultimedia.QVideoFrame?1(int, QSize, int, QVideoFrame.PixelFormat) +PyQt5.QtMultimedia.QVideoFrame.__init__?1(self, int, QSize, int, QVideoFrame.PixelFormat) +PyQt5.QtMultimedia.QVideoFrame?1(QImage) +PyQt5.QtMultimedia.QVideoFrame.__init__?1(self, QImage) +PyQt5.QtMultimedia.QVideoFrame?1(QVideoFrame) +PyQt5.QtMultimedia.QVideoFrame.__init__?1(self, QVideoFrame) +PyQt5.QtMultimedia.QVideoFrame.isValid?4() -> bool +PyQt5.QtMultimedia.QVideoFrame.pixelFormat?4() -> QVideoFrame.PixelFormat +PyQt5.QtMultimedia.QVideoFrame.handleType?4() -> QAbstractVideoBuffer.HandleType +PyQt5.QtMultimedia.QVideoFrame.size?4() -> QSize +PyQt5.QtMultimedia.QVideoFrame.width?4() -> int +PyQt5.QtMultimedia.QVideoFrame.height?4() -> int +PyQt5.QtMultimedia.QVideoFrame.fieldType?4() -> QVideoFrame.FieldType +PyQt5.QtMultimedia.QVideoFrame.setFieldType?4(QVideoFrame.FieldType) +PyQt5.QtMultimedia.QVideoFrame.isMapped?4() -> bool +PyQt5.QtMultimedia.QVideoFrame.isReadable?4() -> bool +PyQt5.QtMultimedia.QVideoFrame.isWritable?4() -> bool +PyQt5.QtMultimedia.QVideoFrame.mapMode?4() -> QAbstractVideoBuffer.MapMode +PyQt5.QtMultimedia.QVideoFrame.map?4(QAbstractVideoBuffer.MapMode) -> bool +PyQt5.QtMultimedia.QVideoFrame.unmap?4() +PyQt5.QtMultimedia.QVideoFrame.bytesPerLine?4() -> int +PyQt5.QtMultimedia.QVideoFrame.bits?4() -> sip.voidptr +PyQt5.QtMultimedia.QVideoFrame.mappedBytes?4() -> int +PyQt5.QtMultimedia.QVideoFrame.handle?4() -> QVariant +PyQt5.QtMultimedia.QVideoFrame.startTime?4() -> int +PyQt5.QtMultimedia.QVideoFrame.setStartTime?4(int) +PyQt5.QtMultimedia.QVideoFrame.endTime?4() -> int +PyQt5.QtMultimedia.QVideoFrame.setEndTime?4(int) +PyQt5.QtMultimedia.QVideoFrame.pixelFormatFromImageFormat?4(QImage.Format) -> QVideoFrame.PixelFormat +PyQt5.QtMultimedia.QVideoFrame.imageFormatFromPixelFormat?4(QVideoFrame.PixelFormat) -> QImage.Format +PyQt5.QtMultimedia.QVideoFrame.availableMetaData?4() -> dict-of-str-object +PyQt5.QtMultimedia.QVideoFrame.metaData?4(str) -> QVariant +PyQt5.QtMultimedia.QVideoFrame.setMetaData?4(str, QVariant) +PyQt5.QtMultimedia.QVideoProbe?1(QObject parent=None) +PyQt5.QtMultimedia.QVideoProbe.__init__?1(self, QObject parent=None) +PyQt5.QtMultimedia.QVideoProbe.setSource?4(QMediaObject) -> bool +PyQt5.QtMultimedia.QVideoProbe.setSource?4(QMediaRecorder) -> bool +PyQt5.QtMultimedia.QVideoProbe.isActive?4() -> bool +PyQt5.QtMultimedia.QVideoProbe.videoFrameProbed?4(QVideoFrame) +PyQt5.QtMultimedia.QVideoProbe.flush?4() +PyQt5.QtMultimedia.QVideoSurfaceFormat.YCbCrColorSpace?10 +PyQt5.QtMultimedia.QVideoSurfaceFormat.YCbCr_Undefined?10 +PyQt5.QtMultimedia.QVideoSurfaceFormat.YCbCr_BT601?10 +PyQt5.QtMultimedia.QVideoSurfaceFormat.YCbCr_BT709?10 +PyQt5.QtMultimedia.QVideoSurfaceFormat.YCbCr_xvYCC601?10 +PyQt5.QtMultimedia.QVideoSurfaceFormat.YCbCr_xvYCC709?10 +PyQt5.QtMultimedia.QVideoSurfaceFormat.YCbCr_JPEG?10 +PyQt5.QtMultimedia.QVideoSurfaceFormat.Direction?10 +PyQt5.QtMultimedia.QVideoSurfaceFormat.TopToBottom?10 +PyQt5.QtMultimedia.QVideoSurfaceFormat.BottomToTop?10 +PyQt5.QtMultimedia.QVideoSurfaceFormat?1() +PyQt5.QtMultimedia.QVideoSurfaceFormat.__init__?1(self) +PyQt5.QtMultimedia.QVideoSurfaceFormat?1(QSize, QVideoFrame.PixelFormat, QAbstractVideoBuffer.HandleType type=QAbstractVideoBuffer.NoHandle) +PyQt5.QtMultimedia.QVideoSurfaceFormat.__init__?1(self, QSize, QVideoFrame.PixelFormat, QAbstractVideoBuffer.HandleType type=QAbstractVideoBuffer.NoHandle) +PyQt5.QtMultimedia.QVideoSurfaceFormat?1(QVideoSurfaceFormat) +PyQt5.QtMultimedia.QVideoSurfaceFormat.__init__?1(self, QVideoSurfaceFormat) +PyQt5.QtMultimedia.QVideoSurfaceFormat.isValid?4() -> bool +PyQt5.QtMultimedia.QVideoSurfaceFormat.pixelFormat?4() -> QVideoFrame.PixelFormat +PyQt5.QtMultimedia.QVideoSurfaceFormat.handleType?4() -> QAbstractVideoBuffer.HandleType +PyQt5.QtMultimedia.QVideoSurfaceFormat.frameSize?4() -> QSize +PyQt5.QtMultimedia.QVideoSurfaceFormat.setFrameSize?4(QSize) +PyQt5.QtMultimedia.QVideoSurfaceFormat.setFrameSize?4(int, int) +PyQt5.QtMultimedia.QVideoSurfaceFormat.frameWidth?4() -> int +PyQt5.QtMultimedia.QVideoSurfaceFormat.frameHeight?4() -> int +PyQt5.QtMultimedia.QVideoSurfaceFormat.viewport?4() -> QRect +PyQt5.QtMultimedia.QVideoSurfaceFormat.setViewport?4(QRect) +PyQt5.QtMultimedia.QVideoSurfaceFormat.scanLineDirection?4() -> QVideoSurfaceFormat.Direction +PyQt5.QtMultimedia.QVideoSurfaceFormat.setScanLineDirection?4(QVideoSurfaceFormat.Direction) +PyQt5.QtMultimedia.QVideoSurfaceFormat.frameRate?4() -> float +PyQt5.QtMultimedia.QVideoSurfaceFormat.setFrameRate?4(float) +PyQt5.QtMultimedia.QVideoSurfaceFormat.pixelAspectRatio?4() -> QSize +PyQt5.QtMultimedia.QVideoSurfaceFormat.setPixelAspectRatio?4(QSize) +PyQt5.QtMultimedia.QVideoSurfaceFormat.setPixelAspectRatio?4(int, int) +PyQt5.QtMultimedia.QVideoSurfaceFormat.yCbCrColorSpace?4() -> QVideoSurfaceFormat.YCbCrColorSpace +PyQt5.QtMultimedia.QVideoSurfaceFormat.setYCbCrColorSpace?4(QVideoSurfaceFormat.YCbCrColorSpace) +PyQt5.QtMultimedia.QVideoSurfaceFormat.sizeHint?4() -> QSize +PyQt5.QtMultimedia.QVideoSurfaceFormat.propertyNames?4() -> list-of-QByteArray +PyQt5.QtMultimedia.QVideoSurfaceFormat.property?4(str) -> QVariant +PyQt5.QtMultimedia.QVideoSurfaceFormat.setProperty?4(str, QVariant) +PyQt5.QtMultimediaWidgets.QVideoWidget?1(QWidget parent=None) +PyQt5.QtMultimediaWidgets.QVideoWidget.__init__?1(self, QWidget parent=None) +PyQt5.QtMultimediaWidgets.QVideoWidget.mediaObject?4() -> QMediaObject +PyQt5.QtMultimediaWidgets.QVideoWidget.aspectRatioMode?4() -> Qt.AspectRatioMode +PyQt5.QtMultimediaWidgets.QVideoWidget.brightness?4() -> int +PyQt5.QtMultimediaWidgets.QVideoWidget.contrast?4() -> int +PyQt5.QtMultimediaWidgets.QVideoWidget.hue?4() -> int +PyQt5.QtMultimediaWidgets.QVideoWidget.saturation?4() -> int +PyQt5.QtMultimediaWidgets.QVideoWidget.sizeHint?4() -> QSize +PyQt5.QtMultimediaWidgets.QVideoWidget.setFullScreen?4(bool) +PyQt5.QtMultimediaWidgets.QVideoWidget.setAspectRatioMode?4(Qt.AspectRatioMode) +PyQt5.QtMultimediaWidgets.QVideoWidget.setBrightness?4(int) +PyQt5.QtMultimediaWidgets.QVideoWidget.setContrast?4(int) +PyQt5.QtMultimediaWidgets.QVideoWidget.setHue?4(int) +PyQt5.QtMultimediaWidgets.QVideoWidget.setSaturation?4(int) +PyQt5.QtMultimediaWidgets.QVideoWidget.fullScreenChanged?4(bool) +PyQt5.QtMultimediaWidgets.QVideoWidget.brightnessChanged?4(int) +PyQt5.QtMultimediaWidgets.QVideoWidget.contrastChanged?4(int) +PyQt5.QtMultimediaWidgets.QVideoWidget.hueChanged?4(int) +PyQt5.QtMultimediaWidgets.QVideoWidget.saturationChanged?4(int) +PyQt5.QtMultimediaWidgets.QVideoWidget.event?4(QEvent) -> bool +PyQt5.QtMultimediaWidgets.QVideoWidget.showEvent?4(QShowEvent) +PyQt5.QtMultimediaWidgets.QVideoWidget.hideEvent?4(QHideEvent) +PyQt5.QtMultimediaWidgets.QVideoWidget.resizeEvent?4(QResizeEvent) +PyQt5.QtMultimediaWidgets.QVideoWidget.moveEvent?4(QMoveEvent) +PyQt5.QtMultimediaWidgets.QVideoWidget.paintEvent?4(QPaintEvent) +PyQt5.QtMultimediaWidgets.QVideoWidget.setMediaObject?4(QMediaObject) -> bool +PyQt5.QtMultimediaWidgets.QCameraViewfinder?1(QWidget parent=None) +PyQt5.QtMultimediaWidgets.QCameraViewfinder.__init__?1(self, QWidget parent=None) +PyQt5.QtMultimediaWidgets.QCameraViewfinder.mediaObject?4() -> QMediaObject +PyQt5.QtMultimediaWidgets.QCameraViewfinder.setMediaObject?4(QMediaObject) -> bool +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem?1(QGraphicsItem parent=None) +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.mediaObject?4() -> QMediaObject +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.aspectRatioMode?4() -> Qt.AspectRatioMode +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.setAspectRatioMode?4(Qt.AspectRatioMode) +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.offset?4() -> QPointF +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.setOffset?4(QPointF) +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.size?4() -> QSizeF +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.setSize?4(QSizeF) +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.nativeSize?4() -> QSizeF +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.boundingRect?4() -> QRectF +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.nativeSizeChanged?4(QSizeF) +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.timerEvent?4(QTimerEvent) +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.itemChange?4(QGraphicsItem.GraphicsItemChange, QVariant) -> QVariant +PyQt5.QtMultimediaWidgets.QGraphicsVideoItem.setMediaObject?4(QMediaObject) -> bool +PyQt5.QtNetwork.QNetworkCacheMetaData?1() +PyQt5.QtNetwork.QNetworkCacheMetaData.__init__?1(self) +PyQt5.QtNetwork.QNetworkCacheMetaData?1(QNetworkCacheMetaData) +PyQt5.QtNetwork.QNetworkCacheMetaData.__init__?1(self, QNetworkCacheMetaData) +PyQt5.QtNetwork.QNetworkCacheMetaData.isValid?4() -> bool +PyQt5.QtNetwork.QNetworkCacheMetaData.url?4() -> QUrl +PyQt5.QtNetwork.QNetworkCacheMetaData.setUrl?4(QUrl) +PyQt5.QtNetwork.QNetworkCacheMetaData.rawHeaders?4() -> list-of-tuple-of-QByteArray-QByteArray +PyQt5.QtNetwork.QNetworkCacheMetaData.setRawHeaders?4(list-of-tuple-of-QByteArray-QByteArray) +PyQt5.QtNetwork.QNetworkCacheMetaData.lastModified?4() -> QDateTime +PyQt5.QtNetwork.QNetworkCacheMetaData.setLastModified?4(QDateTime) +PyQt5.QtNetwork.QNetworkCacheMetaData.expirationDate?4() -> QDateTime +PyQt5.QtNetwork.QNetworkCacheMetaData.setExpirationDate?4(QDateTime) +PyQt5.QtNetwork.QNetworkCacheMetaData.saveToDisk?4() -> bool +PyQt5.QtNetwork.QNetworkCacheMetaData.setSaveToDisk?4(bool) +PyQt5.QtNetwork.QNetworkCacheMetaData.attributes?4() -> dict-of-QNetworkRequest.Attribute-object +PyQt5.QtNetwork.QNetworkCacheMetaData.setAttributes?4(dict-of-QNetworkRequest.Attribute-object) +PyQt5.QtNetwork.QNetworkCacheMetaData.swap?4(QNetworkCacheMetaData) +PyQt5.QtNetwork.QAbstractNetworkCache?1(QObject parent=None) +PyQt5.QtNetwork.QAbstractNetworkCache.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QAbstractNetworkCache.metaData?4(QUrl) -> QNetworkCacheMetaData +PyQt5.QtNetwork.QAbstractNetworkCache.updateMetaData?4(QNetworkCacheMetaData) +PyQt5.QtNetwork.QAbstractNetworkCache.data?4(QUrl) -> QIODevice +PyQt5.QtNetwork.QAbstractNetworkCache.remove?4(QUrl) -> bool +PyQt5.QtNetwork.QAbstractNetworkCache.cacheSize?4() -> int +PyQt5.QtNetwork.QAbstractNetworkCache.prepare?4(QNetworkCacheMetaData) -> QIODevice +PyQt5.QtNetwork.QAbstractNetworkCache.insert?4(QIODevice) +PyQt5.QtNetwork.QAbstractNetworkCache.clear?4() +PyQt5.QtNetwork.QAbstractSocket.PauseMode?10 +PyQt5.QtNetwork.QAbstractSocket.PauseNever?10 +PyQt5.QtNetwork.QAbstractSocket.PauseOnSslErrors?10 +PyQt5.QtNetwork.QAbstractSocket.BindFlag?10 +PyQt5.QtNetwork.QAbstractSocket.DefaultForPlatform?10 +PyQt5.QtNetwork.QAbstractSocket.ShareAddress?10 +PyQt5.QtNetwork.QAbstractSocket.DontShareAddress?10 +PyQt5.QtNetwork.QAbstractSocket.ReuseAddressHint?10 +PyQt5.QtNetwork.QAbstractSocket.SocketOption?10 +PyQt5.QtNetwork.QAbstractSocket.LowDelayOption?10 +PyQt5.QtNetwork.QAbstractSocket.KeepAliveOption?10 +PyQt5.QtNetwork.QAbstractSocket.MulticastTtlOption?10 +PyQt5.QtNetwork.QAbstractSocket.MulticastLoopbackOption?10 +PyQt5.QtNetwork.QAbstractSocket.TypeOfServiceOption?10 +PyQt5.QtNetwork.QAbstractSocket.SendBufferSizeSocketOption?10 +PyQt5.QtNetwork.QAbstractSocket.ReceiveBufferSizeSocketOption?10 +PyQt5.QtNetwork.QAbstractSocket.SocketState?10 +PyQt5.QtNetwork.QAbstractSocket.UnconnectedState?10 +PyQt5.QtNetwork.QAbstractSocket.HostLookupState?10 +PyQt5.QtNetwork.QAbstractSocket.ConnectingState?10 +PyQt5.QtNetwork.QAbstractSocket.ConnectedState?10 +PyQt5.QtNetwork.QAbstractSocket.BoundState?10 +PyQt5.QtNetwork.QAbstractSocket.ListeningState?10 +PyQt5.QtNetwork.QAbstractSocket.ClosingState?10 +PyQt5.QtNetwork.QAbstractSocket.SocketError?10 +PyQt5.QtNetwork.QAbstractSocket.ConnectionRefusedError?10 +PyQt5.QtNetwork.QAbstractSocket.RemoteHostClosedError?10 +PyQt5.QtNetwork.QAbstractSocket.HostNotFoundError?10 +PyQt5.QtNetwork.QAbstractSocket.SocketAccessError?10 +PyQt5.QtNetwork.QAbstractSocket.SocketResourceError?10 +PyQt5.QtNetwork.QAbstractSocket.SocketTimeoutError?10 +PyQt5.QtNetwork.QAbstractSocket.DatagramTooLargeError?10 +PyQt5.QtNetwork.QAbstractSocket.NetworkError?10 +PyQt5.QtNetwork.QAbstractSocket.AddressInUseError?10 +PyQt5.QtNetwork.QAbstractSocket.SocketAddressNotAvailableError?10 +PyQt5.QtNetwork.QAbstractSocket.UnsupportedSocketOperationError?10 +PyQt5.QtNetwork.QAbstractSocket.UnfinishedSocketOperationError?10 +PyQt5.QtNetwork.QAbstractSocket.ProxyAuthenticationRequiredError?10 +PyQt5.QtNetwork.QAbstractSocket.SslHandshakeFailedError?10 +PyQt5.QtNetwork.QAbstractSocket.ProxyConnectionRefusedError?10 +PyQt5.QtNetwork.QAbstractSocket.ProxyConnectionClosedError?10 +PyQt5.QtNetwork.QAbstractSocket.ProxyConnectionTimeoutError?10 +PyQt5.QtNetwork.QAbstractSocket.ProxyNotFoundError?10 +PyQt5.QtNetwork.QAbstractSocket.ProxyProtocolError?10 +PyQt5.QtNetwork.QAbstractSocket.OperationError?10 +PyQt5.QtNetwork.QAbstractSocket.SslInternalError?10 +PyQt5.QtNetwork.QAbstractSocket.SslInvalidUserDataError?10 +PyQt5.QtNetwork.QAbstractSocket.TemporaryError?10 +PyQt5.QtNetwork.QAbstractSocket.UnknownSocketError?10 +PyQt5.QtNetwork.QAbstractSocket.NetworkLayerProtocol?10 +PyQt5.QtNetwork.QAbstractSocket.IPv4Protocol?10 +PyQt5.QtNetwork.QAbstractSocket.IPv6Protocol?10 +PyQt5.QtNetwork.QAbstractSocket.AnyIPProtocol?10 +PyQt5.QtNetwork.QAbstractSocket.UnknownNetworkLayerProtocol?10 +PyQt5.QtNetwork.QAbstractSocket.SocketType?10 +PyQt5.QtNetwork.QAbstractSocket.TcpSocket?10 +PyQt5.QtNetwork.QAbstractSocket.UdpSocket?10 +PyQt5.QtNetwork.QAbstractSocket.UnknownSocketType?10 +PyQt5.QtNetwork.QAbstractSocket?1(QAbstractSocket.SocketType, QObject) +PyQt5.QtNetwork.QAbstractSocket.__init__?1(self, QAbstractSocket.SocketType, QObject) +PyQt5.QtNetwork.QAbstractSocket.connectToHost?4(str, int, QIODevice.OpenMode mode=QIODevice.ReadWrite, QAbstractSocket.NetworkLayerProtocol protocol=QAbstractSocket.AnyIPProtocol) +PyQt5.QtNetwork.QAbstractSocket.connectToHost?4(QHostAddress, int, QIODevice.OpenMode mode=QIODevice.ReadWrite) +PyQt5.QtNetwork.QAbstractSocket.disconnectFromHost?4() +PyQt5.QtNetwork.QAbstractSocket.isValid?4() -> bool +PyQt5.QtNetwork.QAbstractSocket.bytesAvailable?4() -> int +PyQt5.QtNetwork.QAbstractSocket.bytesToWrite?4() -> int +PyQt5.QtNetwork.QAbstractSocket.canReadLine?4() -> bool +PyQt5.QtNetwork.QAbstractSocket.localPort?4() -> int +PyQt5.QtNetwork.QAbstractSocket.localAddress?4() -> QHostAddress +PyQt5.QtNetwork.QAbstractSocket.peerPort?4() -> int +PyQt5.QtNetwork.QAbstractSocket.peerAddress?4() -> QHostAddress +PyQt5.QtNetwork.QAbstractSocket.peerName?4() -> str +PyQt5.QtNetwork.QAbstractSocket.readBufferSize?4() -> int +PyQt5.QtNetwork.QAbstractSocket.setReadBufferSize?4(int) +PyQt5.QtNetwork.QAbstractSocket.abort?4() +PyQt5.QtNetwork.QAbstractSocket.setSocketDescriptor?4(sip.voidptr, QAbstractSocket.SocketState state=QAbstractSocket.ConnectedState, QIODevice.OpenMode mode=QIODevice.ReadWrite) -> bool +PyQt5.QtNetwork.QAbstractSocket.socketDescriptor?4() -> sip.voidptr +PyQt5.QtNetwork.QAbstractSocket.socketType?4() -> QAbstractSocket.SocketType +PyQt5.QtNetwork.QAbstractSocket.state?4() -> QAbstractSocket.SocketState +PyQt5.QtNetwork.QAbstractSocket.error?4() -> QAbstractSocket.SocketError +PyQt5.QtNetwork.QAbstractSocket.close?4() +PyQt5.QtNetwork.QAbstractSocket.isSequential?4() -> bool +PyQt5.QtNetwork.QAbstractSocket.atEnd?4() -> bool +PyQt5.QtNetwork.QAbstractSocket.flush?4() -> bool +PyQt5.QtNetwork.QAbstractSocket.waitForConnected?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QAbstractSocket.waitForReadyRead?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QAbstractSocket.waitForBytesWritten?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QAbstractSocket.waitForDisconnected?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QAbstractSocket.setProxy?4(QNetworkProxy) +PyQt5.QtNetwork.QAbstractSocket.proxy?4() -> QNetworkProxy +PyQt5.QtNetwork.QAbstractSocket.hostFound?4() +PyQt5.QtNetwork.QAbstractSocket.connected?4() +PyQt5.QtNetwork.QAbstractSocket.disconnected?4() +PyQt5.QtNetwork.QAbstractSocket.stateChanged?4(QAbstractSocket.SocketState) +PyQt5.QtNetwork.QAbstractSocket.error?4(QAbstractSocket.SocketError) +PyQt5.QtNetwork.QAbstractSocket.proxyAuthenticationRequired?4(QNetworkProxy, QAuthenticator) +PyQt5.QtNetwork.QAbstractSocket.readData?4(int) -> bytes +PyQt5.QtNetwork.QAbstractSocket.readLineData?4(int) -> bytes +PyQt5.QtNetwork.QAbstractSocket.writeData?4(str) -> int +PyQt5.QtNetwork.QAbstractSocket.setSocketState?4(QAbstractSocket.SocketState) +PyQt5.QtNetwork.QAbstractSocket.setSocketError?4(QAbstractSocket.SocketError) +PyQt5.QtNetwork.QAbstractSocket.setLocalPort?4(int) +PyQt5.QtNetwork.QAbstractSocket.setLocalAddress?4(QHostAddress) +PyQt5.QtNetwork.QAbstractSocket.setPeerPort?4(int) +PyQt5.QtNetwork.QAbstractSocket.setPeerAddress?4(QHostAddress) +PyQt5.QtNetwork.QAbstractSocket.setPeerName?4(str) +PyQt5.QtNetwork.QAbstractSocket.setSocketOption?4(QAbstractSocket.SocketOption, QVariant) +PyQt5.QtNetwork.QAbstractSocket.socketOption?4(QAbstractSocket.SocketOption) -> QVariant +PyQt5.QtNetwork.QAbstractSocket.resume?4() +PyQt5.QtNetwork.QAbstractSocket.pauseMode?4() -> QAbstractSocket.PauseModes +PyQt5.QtNetwork.QAbstractSocket.setPauseMode?4(QAbstractSocket.PauseModes) +PyQt5.QtNetwork.QAbstractSocket.bind?4(QHostAddress, int port=0, QAbstractSocket.BindMode mode=QAbstractSocket.DefaultForPlatform) -> bool +PyQt5.QtNetwork.QAbstractSocket.bind?4(int port=0, QAbstractSocket.BindMode mode=QAbstractSocket.DefaultForPlatform) -> bool +PyQt5.QtNetwork.QAbstractSocket.BindMode?1(QAbstractSocket.BindMode) +PyQt5.QtNetwork.QAbstractSocket.BindMode.__init__?1(self, QAbstractSocket.BindMode) +PyQt5.QtNetwork.QAbstractSocket.BindMode?1(int) +PyQt5.QtNetwork.QAbstractSocket.BindMode.__init__?1(self, int) +PyQt5.QtNetwork.QAbstractSocket.BindMode?1() +PyQt5.QtNetwork.QAbstractSocket.BindMode.__init__?1(self) +PyQt5.QtNetwork.QAbstractSocket.PauseModes?1(QAbstractSocket.PauseModes) +PyQt5.QtNetwork.QAbstractSocket.PauseModes.__init__?1(self, QAbstractSocket.PauseModes) +PyQt5.QtNetwork.QAbstractSocket.PauseModes?1(int) +PyQt5.QtNetwork.QAbstractSocket.PauseModes.__init__?1(self, int) +PyQt5.QtNetwork.QAbstractSocket.PauseModes?1() +PyQt5.QtNetwork.QAbstractSocket.PauseModes.__init__?1(self) +PyQt5.QtNetwork.QAuthenticator?1() +PyQt5.QtNetwork.QAuthenticator.__init__?1(self) +PyQt5.QtNetwork.QAuthenticator?1(QAuthenticator) +PyQt5.QtNetwork.QAuthenticator.__init__?1(self, QAuthenticator) +PyQt5.QtNetwork.QAuthenticator.user?4() -> str +PyQt5.QtNetwork.QAuthenticator.setUser?4(str) +PyQt5.QtNetwork.QAuthenticator.password?4() -> str +PyQt5.QtNetwork.QAuthenticator.setPassword?4(str) +PyQt5.QtNetwork.QAuthenticator.realm?4() -> str +PyQt5.QtNetwork.QAuthenticator.isNull?4() -> bool +PyQt5.QtNetwork.QAuthenticator.option?4(str) -> QVariant +PyQt5.QtNetwork.QAuthenticator.options?4() -> dict-of-str-object +PyQt5.QtNetwork.QAuthenticator.setOption?4(str, QVariant) +PyQt5.QtNetwork.QDnsDomainNameRecord?1() +PyQt5.QtNetwork.QDnsDomainNameRecord.__init__?1(self) +PyQt5.QtNetwork.QDnsDomainNameRecord?1(QDnsDomainNameRecord) +PyQt5.QtNetwork.QDnsDomainNameRecord.__init__?1(self, QDnsDomainNameRecord) +PyQt5.QtNetwork.QDnsDomainNameRecord.swap?4(QDnsDomainNameRecord) +PyQt5.QtNetwork.QDnsDomainNameRecord.name?4() -> str +PyQt5.QtNetwork.QDnsDomainNameRecord.timeToLive?4() -> int +PyQt5.QtNetwork.QDnsDomainNameRecord.value?4() -> str +PyQt5.QtNetwork.QDnsHostAddressRecord?1() +PyQt5.QtNetwork.QDnsHostAddressRecord.__init__?1(self) +PyQt5.QtNetwork.QDnsHostAddressRecord?1(QDnsHostAddressRecord) +PyQt5.QtNetwork.QDnsHostAddressRecord.__init__?1(self, QDnsHostAddressRecord) +PyQt5.QtNetwork.QDnsHostAddressRecord.swap?4(QDnsHostAddressRecord) +PyQt5.QtNetwork.QDnsHostAddressRecord.name?4() -> str +PyQt5.QtNetwork.QDnsHostAddressRecord.timeToLive?4() -> int +PyQt5.QtNetwork.QDnsHostAddressRecord.value?4() -> QHostAddress +PyQt5.QtNetwork.QDnsMailExchangeRecord?1() +PyQt5.QtNetwork.QDnsMailExchangeRecord.__init__?1(self) +PyQt5.QtNetwork.QDnsMailExchangeRecord?1(QDnsMailExchangeRecord) +PyQt5.QtNetwork.QDnsMailExchangeRecord.__init__?1(self, QDnsMailExchangeRecord) +PyQt5.QtNetwork.QDnsMailExchangeRecord.swap?4(QDnsMailExchangeRecord) +PyQt5.QtNetwork.QDnsMailExchangeRecord.exchange?4() -> str +PyQt5.QtNetwork.QDnsMailExchangeRecord.name?4() -> str +PyQt5.QtNetwork.QDnsMailExchangeRecord.preference?4() -> int +PyQt5.QtNetwork.QDnsMailExchangeRecord.timeToLive?4() -> int +PyQt5.QtNetwork.QDnsServiceRecord?1() +PyQt5.QtNetwork.QDnsServiceRecord.__init__?1(self) +PyQt5.QtNetwork.QDnsServiceRecord?1(QDnsServiceRecord) +PyQt5.QtNetwork.QDnsServiceRecord.__init__?1(self, QDnsServiceRecord) +PyQt5.QtNetwork.QDnsServiceRecord.swap?4(QDnsServiceRecord) +PyQt5.QtNetwork.QDnsServiceRecord.name?4() -> str +PyQt5.QtNetwork.QDnsServiceRecord.port?4() -> int +PyQt5.QtNetwork.QDnsServiceRecord.priority?4() -> int +PyQt5.QtNetwork.QDnsServiceRecord.target?4() -> str +PyQt5.QtNetwork.QDnsServiceRecord.timeToLive?4() -> int +PyQt5.QtNetwork.QDnsServiceRecord.weight?4() -> int +PyQt5.QtNetwork.QDnsTextRecord?1() +PyQt5.QtNetwork.QDnsTextRecord.__init__?1(self) +PyQt5.QtNetwork.QDnsTextRecord?1(QDnsTextRecord) +PyQt5.QtNetwork.QDnsTextRecord.__init__?1(self, QDnsTextRecord) +PyQt5.QtNetwork.QDnsTextRecord.swap?4(QDnsTextRecord) +PyQt5.QtNetwork.QDnsTextRecord.name?4() -> str +PyQt5.QtNetwork.QDnsTextRecord.timeToLive?4() -> int +PyQt5.QtNetwork.QDnsTextRecord.values?4() -> list-of-QByteArray +PyQt5.QtNetwork.QDnsLookup.Type?10 +PyQt5.QtNetwork.QDnsLookup.A?10 +PyQt5.QtNetwork.QDnsLookup.AAAA?10 +PyQt5.QtNetwork.QDnsLookup.ANY?10 +PyQt5.QtNetwork.QDnsLookup.CNAME?10 +PyQt5.QtNetwork.QDnsLookup.MX?10 +PyQt5.QtNetwork.QDnsLookup.NS?10 +PyQt5.QtNetwork.QDnsLookup.PTR?10 +PyQt5.QtNetwork.QDnsLookup.SRV?10 +PyQt5.QtNetwork.QDnsLookup.TXT?10 +PyQt5.QtNetwork.QDnsLookup.Error?10 +PyQt5.QtNetwork.QDnsLookup.NoError?10 +PyQt5.QtNetwork.QDnsLookup.ResolverError?10 +PyQt5.QtNetwork.QDnsLookup.OperationCancelledError?10 +PyQt5.QtNetwork.QDnsLookup.InvalidRequestError?10 +PyQt5.QtNetwork.QDnsLookup.InvalidReplyError?10 +PyQt5.QtNetwork.QDnsLookup.ServerFailureError?10 +PyQt5.QtNetwork.QDnsLookup.ServerRefusedError?10 +PyQt5.QtNetwork.QDnsLookup.NotFoundError?10 +PyQt5.QtNetwork.QDnsLookup?1(QObject parent=None) +PyQt5.QtNetwork.QDnsLookup.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QDnsLookup?1(QDnsLookup.Type, str, QObject parent=None) +PyQt5.QtNetwork.QDnsLookup.__init__?1(self, QDnsLookup.Type, str, QObject parent=None) +PyQt5.QtNetwork.QDnsLookup.error?4() -> QDnsLookup.Error +PyQt5.QtNetwork.QDnsLookup.errorString?4() -> str +PyQt5.QtNetwork.QDnsLookup.isFinished?4() -> bool +PyQt5.QtNetwork.QDnsLookup.name?4() -> str +PyQt5.QtNetwork.QDnsLookup.setName?4(str) +PyQt5.QtNetwork.QDnsLookup.type?4() -> QDnsLookup.Type +PyQt5.QtNetwork.QDnsLookup.setType?4(QDnsLookup.Type) +PyQt5.QtNetwork.QDnsLookup.canonicalNameRecords?4() -> list-of-QDnsDomainNameRecord +PyQt5.QtNetwork.QDnsLookup.hostAddressRecords?4() -> list-of-QDnsHostAddressRecord +PyQt5.QtNetwork.QDnsLookup.mailExchangeRecords?4() -> list-of-QDnsMailExchangeRecord +PyQt5.QtNetwork.QDnsLookup.nameServerRecords?4() -> list-of-QDnsDomainNameRecord +PyQt5.QtNetwork.QDnsLookup.pointerRecords?4() -> list-of-QDnsDomainNameRecord +PyQt5.QtNetwork.QDnsLookup.serviceRecords?4() -> list-of-QDnsServiceRecord +PyQt5.QtNetwork.QDnsLookup.textRecords?4() -> list-of-QDnsTextRecord +PyQt5.QtNetwork.QDnsLookup.abort?4() +PyQt5.QtNetwork.QDnsLookup.lookup?4() +PyQt5.QtNetwork.QDnsLookup.finished?4() +PyQt5.QtNetwork.QDnsLookup.nameChanged?4(str) +PyQt5.QtNetwork.QDnsLookup.typeChanged?4(QDnsLookup.Type) +PyQt5.QtNetwork.QDnsLookup.nameserver?4() -> QHostAddress +PyQt5.QtNetwork.QDnsLookup.setNameserver?4(QHostAddress) +PyQt5.QtNetwork.QDnsLookup.nameserverChanged?4(QHostAddress) +PyQt5.QtNetwork.QHostAddress.SpecialAddress?10 +PyQt5.QtNetwork.QHostAddress.Null?10 +PyQt5.QtNetwork.QHostAddress.Broadcast?10 +PyQt5.QtNetwork.QHostAddress.LocalHost?10 +PyQt5.QtNetwork.QHostAddress.LocalHostIPv6?10 +PyQt5.QtNetwork.QHostAddress.AnyIPv4?10 +PyQt5.QtNetwork.QHostAddress.AnyIPv6?10 +PyQt5.QtNetwork.QHostAddress.Any?10 +PyQt5.QtNetwork.QHostAddress?1() +PyQt5.QtNetwork.QHostAddress.__init__?1(self) +PyQt5.QtNetwork.QHostAddress?1(QHostAddress.SpecialAddress) +PyQt5.QtNetwork.QHostAddress.__init__?1(self, QHostAddress.SpecialAddress) +PyQt5.QtNetwork.QHostAddress?1(int) +PyQt5.QtNetwork.QHostAddress.__init__?1(self, int) +PyQt5.QtNetwork.QHostAddress?1(str) +PyQt5.QtNetwork.QHostAddress.__init__?1(self, str) +PyQt5.QtNetwork.QHostAddress?1(16-tuple-of-int) +PyQt5.QtNetwork.QHostAddress.__init__?1(self, 16-tuple-of-int) +PyQt5.QtNetwork.QHostAddress?1(QHostAddress) +PyQt5.QtNetwork.QHostAddress.__init__?1(self, QHostAddress) +PyQt5.QtNetwork.QHostAddress.setAddress?4(int) +PyQt5.QtNetwork.QHostAddress.setAddress?4(str) -> bool +PyQt5.QtNetwork.QHostAddress.setAddress?4(16-tuple-of-int) +PyQt5.QtNetwork.QHostAddress.protocol?4() -> QAbstractSocket.NetworkLayerProtocol +PyQt5.QtNetwork.QHostAddress.toIPv4Address?4() -> int +PyQt5.QtNetwork.QHostAddress.toIPv6Address?4() -> 16-tuple-of-int +PyQt5.QtNetwork.QHostAddress.toString?4() -> str +PyQt5.QtNetwork.QHostAddress.scopeId?4() -> str +PyQt5.QtNetwork.QHostAddress.setScopeId?4(str) +PyQt5.QtNetwork.QHostAddress.isNull?4() -> bool +PyQt5.QtNetwork.QHostAddress.clear?4() +PyQt5.QtNetwork.QHostAddress.isInSubnet?4(QHostAddress, int) -> bool +PyQt5.QtNetwork.QHostAddress.isInSubnet?4(tuple-of-QHostAddress-int) -> bool +PyQt5.QtNetwork.QHostAddress.isLoopback?4() -> bool +PyQt5.QtNetwork.QHostAddress.parseSubnet?4(str) -> tuple-of-QHostAddress-int +PyQt5.QtNetwork.QHostInfo.HostInfoError?10 +PyQt5.QtNetwork.QHostInfo.NoError?10 +PyQt5.QtNetwork.QHostInfo.HostNotFound?10 +PyQt5.QtNetwork.QHostInfo.UnknownError?10 +PyQt5.QtNetwork.QHostInfo?1(int id=-1) +PyQt5.QtNetwork.QHostInfo.__init__?1(self, int id=-1) +PyQt5.QtNetwork.QHostInfo?1(QHostInfo) +PyQt5.QtNetwork.QHostInfo.__init__?1(self, QHostInfo) +PyQt5.QtNetwork.QHostInfo.hostName?4() -> str +PyQt5.QtNetwork.QHostInfo.setHostName?4(str) +PyQt5.QtNetwork.QHostInfo.addresses?4() -> list-of-QHostAddress +PyQt5.QtNetwork.QHostInfo.setAddresses?4(list-of-QHostAddress) +PyQt5.QtNetwork.QHostInfo.error?4() -> QHostInfo.HostInfoError +PyQt5.QtNetwork.QHostInfo.setError?4(QHostInfo.HostInfoError) +PyQt5.QtNetwork.QHostInfo.errorString?4() -> str +PyQt5.QtNetwork.QHostInfo.setErrorString?4(str) +PyQt5.QtNetwork.QHostInfo.setLookupId?4(int) +PyQt5.QtNetwork.QHostInfo.lookupId?4() -> int +PyQt5.QtNetwork.QHostInfo.lookupHost?4(str, callable-or-signal) -> int +PyQt5.QtNetwork.QHostInfo.abortHostLookup?4(int) +PyQt5.QtNetwork.QHostInfo.fromName?4(str) -> QHostInfo +PyQt5.QtNetwork.QHostInfo.localHostName?4() -> str +PyQt5.QtNetwork.QHostInfo.localDomainName?4() -> str +PyQt5.QtNetwork.QHttpPart?1() +PyQt5.QtNetwork.QHttpPart.__init__?1(self) +PyQt5.QtNetwork.QHttpPart?1(QHttpPart) +PyQt5.QtNetwork.QHttpPart.__init__?1(self, QHttpPart) +PyQt5.QtNetwork.QHttpPart.setHeader?4(QNetworkRequest.KnownHeaders, QVariant) +PyQt5.QtNetwork.QHttpPart.setRawHeader?4(QByteArray, QByteArray) +PyQt5.QtNetwork.QHttpPart.setBody?4(QByteArray) +PyQt5.QtNetwork.QHttpPart.setBodyDevice?4(QIODevice) +PyQt5.QtNetwork.QHttpPart.swap?4(QHttpPart) +PyQt5.QtNetwork.QHttpMultiPart.ContentType?10 +PyQt5.QtNetwork.QHttpMultiPart.MixedType?10 +PyQt5.QtNetwork.QHttpMultiPart.RelatedType?10 +PyQt5.QtNetwork.QHttpMultiPart.FormDataType?10 +PyQt5.QtNetwork.QHttpMultiPart.AlternativeType?10 +PyQt5.QtNetwork.QHttpMultiPart?1(QObject parent=None) +PyQt5.QtNetwork.QHttpMultiPart.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QHttpMultiPart?1(QHttpMultiPart.ContentType, QObject parent=None) +PyQt5.QtNetwork.QHttpMultiPart.__init__?1(self, QHttpMultiPart.ContentType, QObject parent=None) +PyQt5.QtNetwork.QHttpMultiPart.append?4(QHttpPart) +PyQt5.QtNetwork.QHttpMultiPart.setContentType?4(QHttpMultiPart.ContentType) +PyQt5.QtNetwork.QHttpMultiPart.boundary?4() -> QByteArray +PyQt5.QtNetwork.QHttpMultiPart.setBoundary?4(QByteArray) +PyQt5.QtNetwork.QLocalServer.SocketOption?10 +PyQt5.QtNetwork.QLocalServer.UserAccessOption?10 +PyQt5.QtNetwork.QLocalServer.GroupAccessOption?10 +PyQt5.QtNetwork.QLocalServer.OtherAccessOption?10 +PyQt5.QtNetwork.QLocalServer.WorldAccessOption?10 +PyQt5.QtNetwork.QLocalServer?1(QObject parent=None) +PyQt5.QtNetwork.QLocalServer.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QLocalServer.close?4() +PyQt5.QtNetwork.QLocalServer.errorString?4() -> str +PyQt5.QtNetwork.QLocalServer.hasPendingConnections?4() -> bool +PyQt5.QtNetwork.QLocalServer.isListening?4() -> bool +PyQt5.QtNetwork.QLocalServer.listen?4(str) -> bool +PyQt5.QtNetwork.QLocalServer.listen?4(sip.voidptr) -> bool +PyQt5.QtNetwork.QLocalServer.maxPendingConnections?4() -> int +PyQt5.QtNetwork.QLocalServer.nextPendingConnection?4() -> QLocalSocket +PyQt5.QtNetwork.QLocalServer.serverName?4() -> str +PyQt5.QtNetwork.QLocalServer.fullServerName?4() -> str +PyQt5.QtNetwork.QLocalServer.serverError?4() -> QAbstractSocket.SocketError +PyQt5.QtNetwork.QLocalServer.setMaxPendingConnections?4(int) +PyQt5.QtNetwork.QLocalServer.waitForNewConnection?4(int msecs=0) -> (bool, bool) +PyQt5.QtNetwork.QLocalServer.removeServer?4(str) -> bool +PyQt5.QtNetwork.QLocalServer.newConnection?4() +PyQt5.QtNetwork.QLocalServer.incomingConnection?4(sip.voidptr) +PyQt5.QtNetwork.QLocalServer.setSocketOptions?4(QLocalServer.SocketOptions) +PyQt5.QtNetwork.QLocalServer.socketOptions?4() -> QLocalServer.SocketOptions +PyQt5.QtNetwork.QLocalServer.SocketOptions?1(QLocalServer.SocketOptions) +PyQt5.QtNetwork.QLocalServer.SocketOptions.__init__?1(self, QLocalServer.SocketOptions) +PyQt5.QtNetwork.QLocalServer.SocketOptions?1(int) +PyQt5.QtNetwork.QLocalServer.SocketOptions.__init__?1(self, int) +PyQt5.QtNetwork.QLocalServer.SocketOptions?1() +PyQt5.QtNetwork.QLocalServer.SocketOptions.__init__?1(self) +PyQt5.QtNetwork.QLocalSocket.LocalSocketState?10 +PyQt5.QtNetwork.QLocalSocket.UnconnectedState?10 +PyQt5.QtNetwork.QLocalSocket.ConnectingState?10 +PyQt5.QtNetwork.QLocalSocket.ConnectedState?10 +PyQt5.QtNetwork.QLocalSocket.ClosingState?10 +PyQt5.QtNetwork.QLocalSocket.LocalSocketError?10 +PyQt5.QtNetwork.QLocalSocket.ConnectionRefusedError?10 +PyQt5.QtNetwork.QLocalSocket.PeerClosedError?10 +PyQt5.QtNetwork.QLocalSocket.ServerNotFoundError?10 +PyQt5.QtNetwork.QLocalSocket.SocketAccessError?10 +PyQt5.QtNetwork.QLocalSocket.SocketResourceError?10 +PyQt5.QtNetwork.QLocalSocket.SocketTimeoutError?10 +PyQt5.QtNetwork.QLocalSocket.DatagramTooLargeError?10 +PyQt5.QtNetwork.QLocalSocket.ConnectionError?10 +PyQt5.QtNetwork.QLocalSocket.UnsupportedSocketOperationError?10 +PyQt5.QtNetwork.QLocalSocket.OperationError?10 +PyQt5.QtNetwork.QLocalSocket.UnknownSocketError?10 +PyQt5.QtNetwork.QLocalSocket?1(QObject parent=None) +PyQt5.QtNetwork.QLocalSocket.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QLocalSocket.connectToServer?4(str, QIODevice.OpenMode mode=QIODevice.ReadWrite) +PyQt5.QtNetwork.QLocalSocket.connectToServer?4(QIODevice.OpenMode mode=QIODevice.ReadWrite) +PyQt5.QtNetwork.QLocalSocket.disconnectFromServer?4() +PyQt5.QtNetwork.QLocalSocket.open?4(QIODevice.OpenMode mode=QIODevice.ReadWrite) -> bool +PyQt5.QtNetwork.QLocalSocket.serverName?4() -> str +PyQt5.QtNetwork.QLocalSocket.setServerName?4(str) +PyQt5.QtNetwork.QLocalSocket.fullServerName?4() -> str +PyQt5.QtNetwork.QLocalSocket.abort?4() +PyQt5.QtNetwork.QLocalSocket.isSequential?4() -> bool +PyQt5.QtNetwork.QLocalSocket.bytesAvailable?4() -> int +PyQt5.QtNetwork.QLocalSocket.bytesToWrite?4() -> int +PyQt5.QtNetwork.QLocalSocket.canReadLine?4() -> bool +PyQt5.QtNetwork.QLocalSocket.close?4() +PyQt5.QtNetwork.QLocalSocket.error?4() -> QLocalSocket.LocalSocketError +PyQt5.QtNetwork.QLocalSocket.flush?4() -> bool +PyQt5.QtNetwork.QLocalSocket.isValid?4() -> bool +PyQt5.QtNetwork.QLocalSocket.readBufferSize?4() -> int +PyQt5.QtNetwork.QLocalSocket.setReadBufferSize?4(int) +PyQt5.QtNetwork.QLocalSocket.setSocketDescriptor?4(sip.voidptr, QLocalSocket.LocalSocketState state=QLocalSocket.ConnectedState, QIODevice.OpenMode mode=QIODevice.ReadWrite) -> bool +PyQt5.QtNetwork.QLocalSocket.socketDescriptor?4() -> sip.voidptr +PyQt5.QtNetwork.QLocalSocket.state?4() -> QLocalSocket.LocalSocketState +PyQt5.QtNetwork.QLocalSocket.waitForBytesWritten?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QLocalSocket.waitForConnected?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QLocalSocket.waitForDisconnected?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QLocalSocket.waitForReadyRead?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QLocalSocket.connected?4() +PyQt5.QtNetwork.QLocalSocket.disconnected?4() +PyQt5.QtNetwork.QLocalSocket.error?4(QLocalSocket.LocalSocketError) +PyQt5.QtNetwork.QLocalSocket.stateChanged?4(QLocalSocket.LocalSocketState) +PyQt5.QtNetwork.QLocalSocket.readData?4(int) -> bytes +PyQt5.QtNetwork.QLocalSocket.writeData?4(str) -> int +PyQt5.QtNetwork.QNetworkAccessManager.NetworkAccessibility?10 +PyQt5.QtNetwork.QNetworkAccessManager.UnknownAccessibility?10 +PyQt5.QtNetwork.QNetworkAccessManager.NotAccessible?10 +PyQt5.QtNetwork.QNetworkAccessManager.Accessible?10 +PyQt5.QtNetwork.QNetworkAccessManager.Operation?10 +PyQt5.QtNetwork.QNetworkAccessManager.HeadOperation?10 +PyQt5.QtNetwork.QNetworkAccessManager.GetOperation?10 +PyQt5.QtNetwork.QNetworkAccessManager.PutOperation?10 +PyQt5.QtNetwork.QNetworkAccessManager.PostOperation?10 +PyQt5.QtNetwork.QNetworkAccessManager.DeleteOperation?10 +PyQt5.QtNetwork.QNetworkAccessManager.CustomOperation?10 +PyQt5.QtNetwork.QNetworkAccessManager?1(QObject parent=None) +PyQt5.QtNetwork.QNetworkAccessManager.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QNetworkAccessManager.proxy?4() -> QNetworkProxy +PyQt5.QtNetwork.QNetworkAccessManager.setProxy?4(QNetworkProxy) +PyQt5.QtNetwork.QNetworkAccessManager.cookieJar?4() -> QNetworkCookieJar +PyQt5.QtNetwork.QNetworkAccessManager.setCookieJar?4(QNetworkCookieJar) +PyQt5.QtNetwork.QNetworkAccessManager.head?4(QNetworkRequest) -> QNetworkReply +PyQt5.QtNetwork.QNetworkAccessManager.get?4(QNetworkRequest) -> QNetworkReply +PyQt5.QtNetwork.QNetworkAccessManager.post?4(QNetworkRequest, QIODevice) -> QNetworkReply +PyQt5.QtNetwork.QNetworkAccessManager.post?4(QNetworkRequest, QByteArray) -> QNetworkReply +PyQt5.QtNetwork.QNetworkAccessManager.post?4(QNetworkRequest, QHttpMultiPart) -> QNetworkReply +PyQt5.QtNetwork.QNetworkAccessManager.put?4(QNetworkRequest, QIODevice) -> QNetworkReply +PyQt5.QtNetwork.QNetworkAccessManager.put?4(QNetworkRequest, QByteArray) -> QNetworkReply +PyQt5.QtNetwork.QNetworkAccessManager.put?4(QNetworkRequest, QHttpMultiPart) -> QNetworkReply +PyQt5.QtNetwork.QNetworkAccessManager.proxyAuthenticationRequired?4(QNetworkProxy, QAuthenticator) +PyQt5.QtNetwork.QNetworkAccessManager.authenticationRequired?4(QNetworkReply, QAuthenticator) +PyQt5.QtNetwork.QNetworkAccessManager.finished?4(QNetworkReply) +PyQt5.QtNetwork.QNetworkAccessManager.encrypted?4(QNetworkReply) +PyQt5.QtNetwork.QNetworkAccessManager.sslErrors?4(QNetworkReply, list-of-QSslError) +PyQt5.QtNetwork.QNetworkAccessManager.networkAccessibleChanged?4(QNetworkAccessManager.NetworkAccessibility) +PyQt5.QtNetwork.QNetworkAccessManager.createRequest?4(QNetworkAccessManager.Operation, QNetworkRequest, QIODevice device=None) -> QNetworkReply +PyQt5.QtNetwork.QNetworkAccessManager.proxyFactory?4() -> QNetworkProxyFactory +PyQt5.QtNetwork.QNetworkAccessManager.setProxyFactory?4(QNetworkProxyFactory) +PyQt5.QtNetwork.QNetworkAccessManager.cache?4() -> QAbstractNetworkCache +PyQt5.QtNetwork.QNetworkAccessManager.setCache?4(QAbstractNetworkCache) +PyQt5.QtNetwork.QNetworkAccessManager.deleteResource?4(QNetworkRequest) -> QNetworkReply +PyQt5.QtNetwork.QNetworkAccessManager.sendCustomRequest?4(QNetworkRequest, QByteArray, QIODevice data=None) -> QNetworkReply +PyQt5.QtNetwork.QNetworkAccessManager.setConfiguration?4(QNetworkConfiguration) +PyQt5.QtNetwork.QNetworkAccessManager.configuration?4() -> QNetworkConfiguration +PyQt5.QtNetwork.QNetworkAccessManager.activeConfiguration?4() -> QNetworkConfiguration +PyQt5.QtNetwork.QNetworkAccessManager.setNetworkAccessible?4(QNetworkAccessManager.NetworkAccessibility) +PyQt5.QtNetwork.QNetworkAccessManager.networkAccessible?4() -> QNetworkAccessManager.NetworkAccessibility +PyQt5.QtNetwork.QNetworkAccessManager.clearAccessCache?4() +PyQt5.QtNetwork.QNetworkAccessManager.supportedSchemes?4() -> list-of-str +PyQt5.QtNetwork.QNetworkAccessManager.connectToHostEncrypted?4(str, int port=443, QSslConfiguration sslConfiguration=QSslConfiguration.defaultConfiguration()) +PyQt5.QtNetwork.QNetworkAccessManager.connectToHost?4(str, int port=80) +PyQt5.QtNetwork.QNetworkAccessManager.supportedSchemesImplementation?4() -> list-of-str +PyQt5.QtNetwork.QNetworkConfigurationManager.Capability?10 +PyQt5.QtNetwork.QNetworkConfigurationManager.CanStartAndStopInterfaces?10 +PyQt5.QtNetwork.QNetworkConfigurationManager.DirectConnectionRouting?10 +PyQt5.QtNetwork.QNetworkConfigurationManager.SystemSessionSupport?10 +PyQt5.QtNetwork.QNetworkConfigurationManager.ApplicationLevelRoaming?10 +PyQt5.QtNetwork.QNetworkConfigurationManager.ForcedRoaming?10 +PyQt5.QtNetwork.QNetworkConfigurationManager.DataStatistics?10 +PyQt5.QtNetwork.QNetworkConfigurationManager.NetworkSessionRequired?10 +PyQt5.QtNetwork.QNetworkConfigurationManager?1(QObject parent=None) +PyQt5.QtNetwork.QNetworkConfigurationManager.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QNetworkConfigurationManager.capabilities?4() -> QNetworkConfigurationManager.Capabilities +PyQt5.QtNetwork.QNetworkConfigurationManager.defaultConfiguration?4() -> QNetworkConfiguration +PyQt5.QtNetwork.QNetworkConfigurationManager.allConfigurations?4(QNetworkConfiguration.StateFlags flags=0) -> list-of-QNetworkConfiguration +PyQt5.QtNetwork.QNetworkConfigurationManager.configurationFromIdentifier?4(str) -> QNetworkConfiguration +PyQt5.QtNetwork.QNetworkConfigurationManager.updateConfigurations?4() +PyQt5.QtNetwork.QNetworkConfigurationManager.isOnline?4() -> bool +PyQt5.QtNetwork.QNetworkConfigurationManager.configurationAdded?4(QNetworkConfiguration) +PyQt5.QtNetwork.QNetworkConfigurationManager.configurationRemoved?4(QNetworkConfiguration) +PyQt5.QtNetwork.QNetworkConfigurationManager.configurationChanged?4(QNetworkConfiguration) +PyQt5.QtNetwork.QNetworkConfigurationManager.onlineStateChanged?4(bool) +PyQt5.QtNetwork.QNetworkConfigurationManager.updateCompleted?4() +PyQt5.QtNetwork.QNetworkConfigurationManager.Capabilities?1(QNetworkConfigurationManager.Capabilities) +PyQt5.QtNetwork.QNetworkConfigurationManager.Capabilities.__init__?1(self, QNetworkConfigurationManager.Capabilities) +PyQt5.QtNetwork.QNetworkConfigurationManager.Capabilities?1(int) +PyQt5.QtNetwork.QNetworkConfigurationManager.Capabilities.__init__?1(self, int) +PyQt5.QtNetwork.QNetworkConfigurationManager.Capabilities?1() +PyQt5.QtNetwork.QNetworkConfigurationManager.Capabilities.__init__?1(self) +PyQt5.QtNetwork.QNetworkConfiguration.BearerType?10 +PyQt5.QtNetwork.QNetworkConfiguration.BearerUnknown?10 +PyQt5.QtNetwork.QNetworkConfiguration.BearerEthernet?10 +PyQt5.QtNetwork.QNetworkConfiguration.BearerWLAN?10 +PyQt5.QtNetwork.QNetworkConfiguration.Bearer2G?10 +PyQt5.QtNetwork.QNetworkConfiguration.BearerCDMA2000?10 +PyQt5.QtNetwork.QNetworkConfiguration.BearerWCDMA?10 +PyQt5.QtNetwork.QNetworkConfiguration.BearerHSPA?10 +PyQt5.QtNetwork.QNetworkConfiguration.BearerBluetooth?10 +PyQt5.QtNetwork.QNetworkConfiguration.BearerWiMAX?10 +PyQt5.QtNetwork.QNetworkConfiguration.BearerEVDO?10 +PyQt5.QtNetwork.QNetworkConfiguration.BearerLTE?10 +PyQt5.QtNetwork.QNetworkConfiguration.Bearer3G?10 +PyQt5.QtNetwork.QNetworkConfiguration.Bearer4G?10 +PyQt5.QtNetwork.QNetworkConfiguration.StateFlag?10 +PyQt5.QtNetwork.QNetworkConfiguration.Undefined?10 +PyQt5.QtNetwork.QNetworkConfiguration.Defined?10 +PyQt5.QtNetwork.QNetworkConfiguration.Discovered?10 +PyQt5.QtNetwork.QNetworkConfiguration.Active?10 +PyQt5.QtNetwork.QNetworkConfiguration.Purpose?10 +PyQt5.QtNetwork.QNetworkConfiguration.UnknownPurpose?10 +PyQt5.QtNetwork.QNetworkConfiguration.PublicPurpose?10 +PyQt5.QtNetwork.QNetworkConfiguration.PrivatePurpose?10 +PyQt5.QtNetwork.QNetworkConfiguration.ServiceSpecificPurpose?10 +PyQt5.QtNetwork.QNetworkConfiguration.Type?10 +PyQt5.QtNetwork.QNetworkConfiguration.InternetAccessPoint?10 +PyQt5.QtNetwork.QNetworkConfiguration.ServiceNetwork?10 +PyQt5.QtNetwork.QNetworkConfiguration.UserChoice?10 +PyQt5.QtNetwork.QNetworkConfiguration.Invalid?10 +PyQt5.QtNetwork.QNetworkConfiguration?1() +PyQt5.QtNetwork.QNetworkConfiguration.__init__?1(self) +PyQt5.QtNetwork.QNetworkConfiguration?1(QNetworkConfiguration) +PyQt5.QtNetwork.QNetworkConfiguration.__init__?1(self, QNetworkConfiguration) +PyQt5.QtNetwork.QNetworkConfiguration.state?4() -> QNetworkConfiguration.StateFlags +PyQt5.QtNetwork.QNetworkConfiguration.type?4() -> QNetworkConfiguration.Type +PyQt5.QtNetwork.QNetworkConfiguration.purpose?4() -> QNetworkConfiguration.Purpose +PyQt5.QtNetwork.QNetworkConfiguration.bearerType?4() -> QNetworkConfiguration.BearerType +PyQt5.QtNetwork.QNetworkConfiguration.bearerTypeName?4() -> str +PyQt5.QtNetwork.QNetworkConfiguration.bearerTypeFamily?4() -> QNetworkConfiguration.BearerType +PyQt5.QtNetwork.QNetworkConfiguration.identifier?4() -> str +PyQt5.QtNetwork.QNetworkConfiguration.isRoamingAvailable?4() -> bool +PyQt5.QtNetwork.QNetworkConfiguration.children?4() -> list-of-QNetworkConfiguration +PyQt5.QtNetwork.QNetworkConfiguration.name?4() -> str +PyQt5.QtNetwork.QNetworkConfiguration.isValid?4() -> bool +PyQt5.QtNetwork.QNetworkConfiguration.swap?4(QNetworkConfiguration) +PyQt5.QtNetwork.QNetworkConfiguration.StateFlags?1(QNetworkConfiguration.StateFlags) +PyQt5.QtNetwork.QNetworkConfiguration.StateFlags.__init__?1(self, QNetworkConfiguration.StateFlags) +PyQt5.QtNetwork.QNetworkConfiguration.StateFlags?1(int) +PyQt5.QtNetwork.QNetworkConfiguration.StateFlags.__init__?1(self, int) +PyQt5.QtNetwork.QNetworkConfiguration.StateFlags?1() +PyQt5.QtNetwork.QNetworkConfiguration.StateFlags.__init__?1(self) +PyQt5.QtNetwork.QNetworkCookie.RawForm?10 +PyQt5.QtNetwork.QNetworkCookie.NameAndValueOnly?10 +PyQt5.QtNetwork.QNetworkCookie.Full?10 +PyQt5.QtNetwork.QNetworkCookie?1(QByteArray name=QByteArray(), QByteArray value=QByteArray()) +PyQt5.QtNetwork.QNetworkCookie.__init__?1(self, QByteArray name=QByteArray(), QByteArray value=QByteArray()) +PyQt5.QtNetwork.QNetworkCookie?1(QNetworkCookie) +PyQt5.QtNetwork.QNetworkCookie.__init__?1(self, QNetworkCookie) +PyQt5.QtNetwork.QNetworkCookie.isSecure?4() -> bool +PyQt5.QtNetwork.QNetworkCookie.setSecure?4(bool) +PyQt5.QtNetwork.QNetworkCookie.isSessionCookie?4() -> bool +PyQt5.QtNetwork.QNetworkCookie.expirationDate?4() -> QDateTime +PyQt5.QtNetwork.QNetworkCookie.setExpirationDate?4(QDateTime) +PyQt5.QtNetwork.QNetworkCookie.domain?4() -> str +PyQt5.QtNetwork.QNetworkCookie.setDomain?4(str) +PyQt5.QtNetwork.QNetworkCookie.path?4() -> str +PyQt5.QtNetwork.QNetworkCookie.setPath?4(str) +PyQt5.QtNetwork.QNetworkCookie.name?4() -> QByteArray +PyQt5.QtNetwork.QNetworkCookie.setName?4(QByteArray) +PyQt5.QtNetwork.QNetworkCookie.value?4() -> QByteArray +PyQt5.QtNetwork.QNetworkCookie.setValue?4(QByteArray) +PyQt5.QtNetwork.QNetworkCookie.toRawForm?4(QNetworkCookie.RawForm form=QNetworkCookie.Full) -> QByteArray +PyQt5.QtNetwork.QNetworkCookie.parseCookies?4(QByteArray) -> list-of-QNetworkCookie +PyQt5.QtNetwork.QNetworkCookie.isHttpOnly?4() -> bool +PyQt5.QtNetwork.QNetworkCookie.setHttpOnly?4(bool) +PyQt5.QtNetwork.QNetworkCookie.swap?4(QNetworkCookie) +PyQt5.QtNetwork.QNetworkCookie.hasSameIdentifier?4(QNetworkCookie) -> bool +PyQt5.QtNetwork.QNetworkCookie.normalize?4(QUrl) +PyQt5.QtNetwork.QNetworkCookieJar?1(QObject parent=None) +PyQt5.QtNetwork.QNetworkCookieJar.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QNetworkCookieJar.cookiesForUrl?4(QUrl) -> list-of-QNetworkCookie +PyQt5.QtNetwork.QNetworkCookieJar.setCookiesFromUrl?4(list-of-QNetworkCookie, QUrl) -> bool +PyQt5.QtNetwork.QNetworkCookieJar.insertCookie?4(QNetworkCookie) -> bool +PyQt5.QtNetwork.QNetworkCookieJar.updateCookie?4(QNetworkCookie) -> bool +PyQt5.QtNetwork.QNetworkCookieJar.deleteCookie?4(QNetworkCookie) -> bool +PyQt5.QtNetwork.QNetworkCookieJar.setAllCookies?4(list-of-QNetworkCookie) +PyQt5.QtNetwork.QNetworkCookieJar.allCookies?4() -> list-of-QNetworkCookie +PyQt5.QtNetwork.QNetworkCookieJar.validateCookie?4(QNetworkCookie, QUrl) -> bool +PyQt5.QtNetwork.QNetworkDiskCache?1(QObject parent=None) +PyQt5.QtNetwork.QNetworkDiskCache.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QNetworkDiskCache.cacheDirectory?4() -> str +PyQt5.QtNetwork.QNetworkDiskCache.setCacheDirectory?4(str) +PyQt5.QtNetwork.QNetworkDiskCache.maximumCacheSize?4() -> int +PyQt5.QtNetwork.QNetworkDiskCache.setMaximumCacheSize?4(int) +PyQt5.QtNetwork.QNetworkDiskCache.cacheSize?4() -> int +PyQt5.QtNetwork.QNetworkDiskCache.metaData?4(QUrl) -> QNetworkCacheMetaData +PyQt5.QtNetwork.QNetworkDiskCache.updateMetaData?4(QNetworkCacheMetaData) +PyQt5.QtNetwork.QNetworkDiskCache.data?4(QUrl) -> QIODevice +PyQt5.QtNetwork.QNetworkDiskCache.remove?4(QUrl) -> bool +PyQt5.QtNetwork.QNetworkDiskCache.prepare?4(QNetworkCacheMetaData) -> QIODevice +PyQt5.QtNetwork.QNetworkDiskCache.insert?4(QIODevice) +PyQt5.QtNetwork.QNetworkDiskCache.fileMetaData?4(str) -> QNetworkCacheMetaData +PyQt5.QtNetwork.QNetworkDiskCache.clear?4() +PyQt5.QtNetwork.QNetworkDiskCache.expire?4() -> int +PyQt5.QtNetwork.QNetworkAddressEntry?1() +PyQt5.QtNetwork.QNetworkAddressEntry.__init__?1(self) +PyQt5.QtNetwork.QNetworkAddressEntry?1(QNetworkAddressEntry) +PyQt5.QtNetwork.QNetworkAddressEntry.__init__?1(self, QNetworkAddressEntry) +PyQt5.QtNetwork.QNetworkAddressEntry.ip?4() -> QHostAddress +PyQt5.QtNetwork.QNetworkAddressEntry.setIp?4(QHostAddress) +PyQt5.QtNetwork.QNetworkAddressEntry.netmask?4() -> QHostAddress +PyQt5.QtNetwork.QNetworkAddressEntry.setNetmask?4(QHostAddress) +PyQt5.QtNetwork.QNetworkAddressEntry.broadcast?4() -> QHostAddress +PyQt5.QtNetwork.QNetworkAddressEntry.setBroadcast?4(QHostAddress) +PyQt5.QtNetwork.QNetworkAddressEntry.prefixLength?4() -> int +PyQt5.QtNetwork.QNetworkAddressEntry.setPrefixLength?4(int) +PyQt5.QtNetwork.QNetworkAddressEntry.swap?4(QNetworkAddressEntry) +PyQt5.QtNetwork.QNetworkInterface.InterfaceFlag?10 +PyQt5.QtNetwork.QNetworkInterface.IsUp?10 +PyQt5.QtNetwork.QNetworkInterface.IsRunning?10 +PyQt5.QtNetwork.QNetworkInterface.CanBroadcast?10 +PyQt5.QtNetwork.QNetworkInterface.IsLoopBack?10 +PyQt5.QtNetwork.QNetworkInterface.IsPointToPoint?10 +PyQt5.QtNetwork.QNetworkInterface.CanMulticast?10 +PyQt5.QtNetwork.QNetworkInterface?1() +PyQt5.QtNetwork.QNetworkInterface.__init__?1(self) +PyQt5.QtNetwork.QNetworkInterface?1(QNetworkInterface) +PyQt5.QtNetwork.QNetworkInterface.__init__?1(self, QNetworkInterface) +PyQt5.QtNetwork.QNetworkInterface.isValid?4() -> bool +PyQt5.QtNetwork.QNetworkInterface.name?4() -> str +PyQt5.QtNetwork.QNetworkInterface.flags?4() -> QNetworkInterface.InterfaceFlags +PyQt5.QtNetwork.QNetworkInterface.hardwareAddress?4() -> str +PyQt5.QtNetwork.QNetworkInterface.addressEntries?4() -> list-of-QNetworkAddressEntry +PyQt5.QtNetwork.QNetworkInterface.interfaceFromName?4(str) -> QNetworkInterface +PyQt5.QtNetwork.QNetworkInterface.interfaceFromIndex?4(int) -> QNetworkInterface +PyQt5.QtNetwork.QNetworkInterface.allInterfaces?4() -> list-of-QNetworkInterface +PyQt5.QtNetwork.QNetworkInterface.allAddresses?4() -> list-of-QHostAddress +PyQt5.QtNetwork.QNetworkInterface.index?4() -> int +PyQt5.QtNetwork.QNetworkInterface.humanReadableName?4() -> str +PyQt5.QtNetwork.QNetworkInterface.swap?4(QNetworkInterface) +PyQt5.QtNetwork.QNetworkInterface.InterfaceFlags?1(QNetworkInterface.InterfaceFlags) +PyQt5.QtNetwork.QNetworkInterface.InterfaceFlags.__init__?1(self, QNetworkInterface.InterfaceFlags) +PyQt5.QtNetwork.QNetworkInterface.InterfaceFlags?1(int) +PyQt5.QtNetwork.QNetworkInterface.InterfaceFlags.__init__?1(self, int) +PyQt5.QtNetwork.QNetworkInterface.InterfaceFlags?1() +PyQt5.QtNetwork.QNetworkInterface.InterfaceFlags.__init__?1(self) +PyQt5.QtNetwork.QNetworkProxy.Capability?10 +PyQt5.QtNetwork.QNetworkProxy.TunnelingCapability?10 +PyQt5.QtNetwork.QNetworkProxy.ListeningCapability?10 +PyQt5.QtNetwork.QNetworkProxy.UdpTunnelingCapability?10 +PyQt5.QtNetwork.QNetworkProxy.CachingCapability?10 +PyQt5.QtNetwork.QNetworkProxy.HostNameLookupCapability?10 +PyQt5.QtNetwork.QNetworkProxy.ProxyType?10 +PyQt5.QtNetwork.QNetworkProxy.DefaultProxy?10 +PyQt5.QtNetwork.QNetworkProxy.Socks5Proxy?10 +PyQt5.QtNetwork.QNetworkProxy.NoProxy?10 +PyQt5.QtNetwork.QNetworkProxy.HttpProxy?10 +PyQt5.QtNetwork.QNetworkProxy.HttpCachingProxy?10 +PyQt5.QtNetwork.QNetworkProxy.FtpCachingProxy?10 +PyQt5.QtNetwork.QNetworkProxy?1() +PyQt5.QtNetwork.QNetworkProxy.__init__?1(self) +PyQt5.QtNetwork.QNetworkProxy?1(QNetworkProxy.ProxyType, str hostName='', int port=0, str user='', str password='') +PyQt5.QtNetwork.QNetworkProxy.__init__?1(self, QNetworkProxy.ProxyType, str hostName='', int port=0, str user='', str password='') +PyQt5.QtNetwork.QNetworkProxy?1(QNetworkProxy) +PyQt5.QtNetwork.QNetworkProxy.__init__?1(self, QNetworkProxy) +PyQt5.QtNetwork.QNetworkProxy.setType?4(QNetworkProxy.ProxyType) +PyQt5.QtNetwork.QNetworkProxy.type?4() -> QNetworkProxy.ProxyType +PyQt5.QtNetwork.QNetworkProxy.setUser?4(str) +PyQt5.QtNetwork.QNetworkProxy.user?4() -> str +PyQt5.QtNetwork.QNetworkProxy.setPassword?4(str) +PyQt5.QtNetwork.QNetworkProxy.password?4() -> str +PyQt5.QtNetwork.QNetworkProxy.setHostName?4(str) +PyQt5.QtNetwork.QNetworkProxy.hostName?4() -> str +PyQt5.QtNetwork.QNetworkProxy.setPort?4(int) +PyQt5.QtNetwork.QNetworkProxy.port?4() -> int +PyQt5.QtNetwork.QNetworkProxy.setApplicationProxy?4(QNetworkProxy) +PyQt5.QtNetwork.QNetworkProxy.applicationProxy?4() -> QNetworkProxy +PyQt5.QtNetwork.QNetworkProxy.isCachingProxy?4() -> bool +PyQt5.QtNetwork.QNetworkProxy.isTransparentProxy?4() -> bool +PyQt5.QtNetwork.QNetworkProxy.setCapabilities?4(QNetworkProxy.Capabilities) +PyQt5.QtNetwork.QNetworkProxy.capabilities?4() -> QNetworkProxy.Capabilities +PyQt5.QtNetwork.QNetworkProxy.swap?4(QNetworkProxy) +PyQt5.QtNetwork.QNetworkProxy.header?4(QNetworkRequest.KnownHeaders) -> QVariant +PyQt5.QtNetwork.QNetworkProxy.setHeader?4(QNetworkRequest.KnownHeaders, QVariant) +PyQt5.QtNetwork.QNetworkProxy.hasRawHeader?4(QByteArray) -> bool +PyQt5.QtNetwork.QNetworkProxy.rawHeaderList?4() -> list-of-QByteArray +PyQt5.QtNetwork.QNetworkProxy.rawHeader?4(QByteArray) -> QByteArray +PyQt5.QtNetwork.QNetworkProxy.setRawHeader?4(QByteArray, QByteArray) +PyQt5.QtNetwork.QNetworkProxy.Capabilities?1(QNetworkProxy.Capabilities) +PyQt5.QtNetwork.QNetworkProxy.Capabilities.__init__?1(self, QNetworkProxy.Capabilities) +PyQt5.QtNetwork.QNetworkProxy.Capabilities?1(int) +PyQt5.QtNetwork.QNetworkProxy.Capabilities.__init__?1(self, int) +PyQt5.QtNetwork.QNetworkProxy.Capabilities?1() +PyQt5.QtNetwork.QNetworkProxy.Capabilities.__init__?1(self) +PyQt5.QtNetwork.QNetworkProxyQuery.QueryType?10 +PyQt5.QtNetwork.QNetworkProxyQuery.TcpSocket?10 +PyQt5.QtNetwork.QNetworkProxyQuery.UdpSocket?10 +PyQt5.QtNetwork.QNetworkProxyQuery.TcpServer?10 +PyQt5.QtNetwork.QNetworkProxyQuery.UrlRequest?10 +PyQt5.QtNetwork.QNetworkProxyQuery?1() +PyQt5.QtNetwork.QNetworkProxyQuery.__init__?1(self) +PyQt5.QtNetwork.QNetworkProxyQuery?1(QUrl, QNetworkProxyQuery.QueryType type=QNetworkProxyQuery.UrlRequest) +PyQt5.QtNetwork.QNetworkProxyQuery.__init__?1(self, QUrl, QNetworkProxyQuery.QueryType type=QNetworkProxyQuery.UrlRequest) +PyQt5.QtNetwork.QNetworkProxyQuery?1(str, int, str protocolTag='', QNetworkProxyQuery.QueryType type=QNetworkProxyQuery.TcpSocket) +PyQt5.QtNetwork.QNetworkProxyQuery.__init__?1(self, str, int, str protocolTag='', QNetworkProxyQuery.QueryType type=QNetworkProxyQuery.TcpSocket) +PyQt5.QtNetwork.QNetworkProxyQuery?1(int, str protocolTag='', QNetworkProxyQuery.QueryType type=QNetworkProxyQuery.TcpServer) +PyQt5.QtNetwork.QNetworkProxyQuery.__init__?1(self, int, str protocolTag='', QNetworkProxyQuery.QueryType type=QNetworkProxyQuery.TcpServer) +PyQt5.QtNetwork.QNetworkProxyQuery?1(QNetworkConfiguration, QUrl, QNetworkProxyQuery.QueryType queryType=QNetworkProxyQuery.UrlRequest) +PyQt5.QtNetwork.QNetworkProxyQuery.__init__?1(self, QNetworkConfiguration, QUrl, QNetworkProxyQuery.QueryType queryType=QNetworkProxyQuery.UrlRequest) +PyQt5.QtNetwork.QNetworkProxyQuery?1(QNetworkConfiguration, str, int, str protocolTag='', QNetworkProxyQuery.QueryType type=QNetworkProxyQuery.TcpSocket) +PyQt5.QtNetwork.QNetworkProxyQuery.__init__?1(self, QNetworkConfiguration, str, int, str protocolTag='', QNetworkProxyQuery.QueryType type=QNetworkProxyQuery.TcpSocket) +PyQt5.QtNetwork.QNetworkProxyQuery?1(QNetworkConfiguration, int, str protocolTag='', QNetworkProxyQuery.QueryType type=QNetworkProxyQuery.TcpServer) +PyQt5.QtNetwork.QNetworkProxyQuery.__init__?1(self, QNetworkConfiguration, int, str protocolTag='', QNetworkProxyQuery.QueryType type=QNetworkProxyQuery.TcpServer) +PyQt5.QtNetwork.QNetworkProxyQuery?1(QNetworkProxyQuery) +PyQt5.QtNetwork.QNetworkProxyQuery.__init__?1(self, QNetworkProxyQuery) +PyQt5.QtNetwork.QNetworkProxyQuery.queryType?4() -> QNetworkProxyQuery.QueryType +PyQt5.QtNetwork.QNetworkProxyQuery.setQueryType?4(QNetworkProxyQuery.QueryType) +PyQt5.QtNetwork.QNetworkProxyQuery.peerPort?4() -> int +PyQt5.QtNetwork.QNetworkProxyQuery.setPeerPort?4(int) +PyQt5.QtNetwork.QNetworkProxyQuery.peerHostName?4() -> str +PyQt5.QtNetwork.QNetworkProxyQuery.setPeerHostName?4(str) +PyQt5.QtNetwork.QNetworkProxyQuery.localPort?4() -> int +PyQt5.QtNetwork.QNetworkProxyQuery.setLocalPort?4(int) +PyQt5.QtNetwork.QNetworkProxyQuery.protocolTag?4() -> str +PyQt5.QtNetwork.QNetworkProxyQuery.setProtocolTag?4(str) +PyQt5.QtNetwork.QNetworkProxyQuery.url?4() -> QUrl +PyQt5.QtNetwork.QNetworkProxyQuery.setUrl?4(QUrl) +PyQt5.QtNetwork.QNetworkProxyQuery.networkConfiguration?4() -> QNetworkConfiguration +PyQt5.QtNetwork.QNetworkProxyQuery.setNetworkConfiguration?4(QNetworkConfiguration) +PyQt5.QtNetwork.QNetworkProxyQuery.swap?4(QNetworkProxyQuery) +PyQt5.QtNetwork.QNetworkProxyFactory?1() +PyQt5.QtNetwork.QNetworkProxyFactory.__init__?1(self) +PyQt5.QtNetwork.QNetworkProxyFactory?1(QNetworkProxyFactory) +PyQt5.QtNetwork.QNetworkProxyFactory.__init__?1(self, QNetworkProxyFactory) +PyQt5.QtNetwork.QNetworkProxyFactory.queryProxy?4(QNetworkProxyQuery query=QNetworkProxyQuery()) -> list-of-QNetworkProxy +PyQt5.QtNetwork.QNetworkProxyFactory.setApplicationProxyFactory?4(QNetworkProxyFactory) +PyQt5.QtNetwork.QNetworkProxyFactory.proxyForQuery?4(QNetworkProxyQuery) -> list-of-QNetworkProxy +PyQt5.QtNetwork.QNetworkProxyFactory.systemProxyForQuery?4(QNetworkProxyQuery query=QNetworkProxyQuery()) -> list-of-QNetworkProxy +PyQt5.QtNetwork.QNetworkProxyFactory.setUseSystemConfiguration?4(bool) +PyQt5.QtNetwork.QNetworkReply.NetworkError?10 +PyQt5.QtNetwork.QNetworkReply.NoError?10 +PyQt5.QtNetwork.QNetworkReply.ConnectionRefusedError?10 +PyQt5.QtNetwork.QNetworkReply.RemoteHostClosedError?10 +PyQt5.QtNetwork.QNetworkReply.HostNotFoundError?10 +PyQt5.QtNetwork.QNetworkReply.TimeoutError?10 +PyQt5.QtNetwork.QNetworkReply.OperationCanceledError?10 +PyQt5.QtNetwork.QNetworkReply.SslHandshakeFailedError?10 +PyQt5.QtNetwork.QNetworkReply.UnknownNetworkError?10 +PyQt5.QtNetwork.QNetworkReply.ProxyConnectionRefusedError?10 +PyQt5.QtNetwork.QNetworkReply.ProxyConnectionClosedError?10 +PyQt5.QtNetwork.QNetworkReply.ProxyNotFoundError?10 +PyQt5.QtNetwork.QNetworkReply.ProxyTimeoutError?10 +PyQt5.QtNetwork.QNetworkReply.ProxyAuthenticationRequiredError?10 +PyQt5.QtNetwork.QNetworkReply.UnknownProxyError?10 +PyQt5.QtNetwork.QNetworkReply.ContentAccessDenied?10 +PyQt5.QtNetwork.QNetworkReply.ContentOperationNotPermittedError?10 +PyQt5.QtNetwork.QNetworkReply.ContentNotFoundError?10 +PyQt5.QtNetwork.QNetworkReply.AuthenticationRequiredError?10 +PyQt5.QtNetwork.QNetworkReply.UnknownContentError?10 +PyQt5.QtNetwork.QNetworkReply.ProtocolUnknownError?10 +PyQt5.QtNetwork.QNetworkReply.ProtocolInvalidOperationError?10 +PyQt5.QtNetwork.QNetworkReply.ProtocolFailure?10 +PyQt5.QtNetwork.QNetworkReply.ContentReSendError?10 +PyQt5.QtNetwork.QNetworkReply.TemporaryNetworkFailureError?10 +PyQt5.QtNetwork.QNetworkReply.NetworkSessionFailedError?10 +PyQt5.QtNetwork.QNetworkReply.BackgroundRequestNotAllowedError?10 +PyQt5.QtNetwork.QNetworkReply.ContentConflictError?10 +PyQt5.QtNetwork.QNetworkReply.ContentGoneError?10 +PyQt5.QtNetwork.QNetworkReply.InternalServerError?10 +PyQt5.QtNetwork.QNetworkReply.OperationNotImplementedError?10 +PyQt5.QtNetwork.QNetworkReply.ServiceUnavailableError?10 +PyQt5.QtNetwork.QNetworkReply.UnknownServerError?10 +PyQt5.QtNetwork.QNetworkReply?1(QObject parent=None) +PyQt5.QtNetwork.QNetworkReply.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QNetworkReply.abort?4() +PyQt5.QtNetwork.QNetworkReply.close?4() +PyQt5.QtNetwork.QNetworkReply.isSequential?4() -> bool +PyQt5.QtNetwork.QNetworkReply.readBufferSize?4() -> int +PyQt5.QtNetwork.QNetworkReply.setReadBufferSize?4(int) +PyQt5.QtNetwork.QNetworkReply.manager?4() -> QNetworkAccessManager +PyQt5.QtNetwork.QNetworkReply.operation?4() -> QNetworkAccessManager.Operation +PyQt5.QtNetwork.QNetworkReply.request?4() -> QNetworkRequest +PyQt5.QtNetwork.QNetworkReply.error?4() -> QNetworkReply.NetworkError +PyQt5.QtNetwork.QNetworkReply.url?4() -> QUrl +PyQt5.QtNetwork.QNetworkReply.header?4(QNetworkRequest.KnownHeaders) -> QVariant +PyQt5.QtNetwork.QNetworkReply.hasRawHeader?4(QByteArray) -> bool +PyQt5.QtNetwork.QNetworkReply.rawHeaderList?4() -> list-of-QByteArray +PyQt5.QtNetwork.QNetworkReply.rawHeader?4(QByteArray) -> QByteArray +PyQt5.QtNetwork.QNetworkReply.attribute?4(QNetworkRequest.Attribute) -> QVariant +PyQt5.QtNetwork.QNetworkReply.sslConfiguration?4() -> QSslConfiguration +PyQt5.QtNetwork.QNetworkReply.setSslConfiguration?4(QSslConfiguration) +PyQt5.QtNetwork.QNetworkReply.ignoreSslErrors?4() +PyQt5.QtNetwork.QNetworkReply.metaDataChanged?4() +PyQt5.QtNetwork.QNetworkReply.finished?4() +PyQt5.QtNetwork.QNetworkReply.encrypted?4() +PyQt5.QtNetwork.QNetworkReply.error?4(QNetworkReply.NetworkError) +PyQt5.QtNetwork.QNetworkReply.sslErrors?4(list-of-QSslError) +PyQt5.QtNetwork.QNetworkReply.uploadProgress?4(int, int) +PyQt5.QtNetwork.QNetworkReply.downloadProgress?4(int, int) +PyQt5.QtNetwork.QNetworkReply.writeData?4(str) -> int +PyQt5.QtNetwork.QNetworkReply.setOperation?4(QNetworkAccessManager.Operation) +PyQt5.QtNetwork.QNetworkReply.setRequest?4(QNetworkRequest) +PyQt5.QtNetwork.QNetworkReply.setError?4(QNetworkReply.NetworkError, str) +PyQt5.QtNetwork.QNetworkReply.setUrl?4(QUrl) +PyQt5.QtNetwork.QNetworkReply.setHeader?4(QNetworkRequest.KnownHeaders, QVariant) +PyQt5.QtNetwork.QNetworkReply.setRawHeader?4(QByteArray, QByteArray) +PyQt5.QtNetwork.QNetworkReply.setAttribute?4(QNetworkRequest.Attribute, QVariant) +PyQt5.QtNetwork.QNetworkReply.setFinished?4(bool) +PyQt5.QtNetwork.QNetworkReply.isFinished?4() -> bool +PyQt5.QtNetwork.QNetworkReply.isRunning?4() -> bool +PyQt5.QtNetwork.QNetworkReply.ignoreSslErrors?4(list-of-QSslError) +PyQt5.QtNetwork.QNetworkReply.rawHeaderPairs?4() -> list-of-tuple-of-QByteArray-QByteArray +PyQt5.QtNetwork.QNetworkReply.sslConfigurationImplementation?4(QSslConfiguration) +PyQt5.QtNetwork.QNetworkReply.setSslConfigurationImplementation?4(QSslConfiguration) +PyQt5.QtNetwork.QNetworkReply.ignoreSslErrorsImplementation?4(list-of-QSslError) +PyQt5.QtNetwork.QNetworkRequest.Priority?10 +PyQt5.QtNetwork.QNetworkRequest.HighPriority?10 +PyQt5.QtNetwork.QNetworkRequest.NormalPriority?10 +PyQt5.QtNetwork.QNetworkRequest.LowPriority?10 +PyQt5.QtNetwork.QNetworkRequest.LoadControl?10 +PyQt5.QtNetwork.QNetworkRequest.Automatic?10 +PyQt5.QtNetwork.QNetworkRequest.Manual?10 +PyQt5.QtNetwork.QNetworkRequest.CacheLoadControl?10 +PyQt5.QtNetwork.QNetworkRequest.AlwaysNetwork?10 +PyQt5.QtNetwork.QNetworkRequest.PreferNetwork?10 +PyQt5.QtNetwork.QNetworkRequest.PreferCache?10 +PyQt5.QtNetwork.QNetworkRequest.AlwaysCache?10 +PyQt5.QtNetwork.QNetworkRequest.Attribute?10 +PyQt5.QtNetwork.QNetworkRequest.HttpStatusCodeAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.HttpReasonPhraseAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.RedirectionTargetAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.ConnectionEncryptedAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.CacheLoadControlAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.CacheSaveControlAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.SourceIsFromCacheAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.DoNotBufferUploadDataAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.HttpPipeliningAllowedAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.HttpPipeliningWasUsedAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.CustomVerbAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.CookieLoadControlAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.AuthenticationReuseAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.CookieSaveControlAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.BackgroundRequestAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.SpdyAllowedAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.SpdyWasUsedAttribute?10 +PyQt5.QtNetwork.QNetworkRequest.User?10 +PyQt5.QtNetwork.QNetworkRequest.UserMax?10 +PyQt5.QtNetwork.QNetworkRequest.KnownHeaders?10 +PyQt5.QtNetwork.QNetworkRequest.ContentTypeHeader?10 +PyQt5.QtNetwork.QNetworkRequest.ContentLengthHeader?10 +PyQt5.QtNetwork.QNetworkRequest.LocationHeader?10 +PyQt5.QtNetwork.QNetworkRequest.LastModifiedHeader?10 +PyQt5.QtNetwork.QNetworkRequest.CookieHeader?10 +PyQt5.QtNetwork.QNetworkRequest.SetCookieHeader?10 +PyQt5.QtNetwork.QNetworkRequest.ContentDispositionHeader?10 +PyQt5.QtNetwork.QNetworkRequest.UserAgentHeader?10 +PyQt5.QtNetwork.QNetworkRequest.ServerHeader?10 +PyQt5.QtNetwork.QNetworkRequest?1(QUrl url=QUrl()) +PyQt5.QtNetwork.QNetworkRequest.__init__?1(self, QUrl url=QUrl()) +PyQt5.QtNetwork.QNetworkRequest?1(QNetworkRequest) +PyQt5.QtNetwork.QNetworkRequest.__init__?1(self, QNetworkRequest) +PyQt5.QtNetwork.QNetworkRequest.url?4() -> QUrl +PyQt5.QtNetwork.QNetworkRequest.setUrl?4(QUrl) +PyQt5.QtNetwork.QNetworkRequest.header?4(QNetworkRequest.KnownHeaders) -> QVariant +PyQt5.QtNetwork.QNetworkRequest.setHeader?4(QNetworkRequest.KnownHeaders, QVariant) +PyQt5.QtNetwork.QNetworkRequest.hasRawHeader?4(QByteArray) -> bool +PyQt5.QtNetwork.QNetworkRequest.rawHeaderList?4() -> list-of-QByteArray +PyQt5.QtNetwork.QNetworkRequest.rawHeader?4(QByteArray) -> QByteArray +PyQt5.QtNetwork.QNetworkRequest.setRawHeader?4(QByteArray, QByteArray) +PyQt5.QtNetwork.QNetworkRequest.attribute?4(QNetworkRequest.Attribute, QVariant defaultValue=None) -> QVariant +PyQt5.QtNetwork.QNetworkRequest.setAttribute?4(QNetworkRequest.Attribute, QVariant) +PyQt5.QtNetwork.QNetworkRequest.sslConfiguration?4() -> QSslConfiguration +PyQt5.QtNetwork.QNetworkRequest.setSslConfiguration?4(QSslConfiguration) +PyQt5.QtNetwork.QNetworkRequest.setOriginatingObject?4(QObject) +PyQt5.QtNetwork.QNetworkRequest.originatingObject?4() -> QObject +PyQt5.QtNetwork.QNetworkRequest.priority?4() -> QNetworkRequest.Priority +PyQt5.QtNetwork.QNetworkRequest.setPriority?4(QNetworkRequest.Priority) +PyQt5.QtNetwork.QNetworkRequest.swap?4(QNetworkRequest) +PyQt5.QtNetwork.QNetworkSession.UsagePolicy?10 +PyQt5.QtNetwork.QNetworkSession.NoPolicy?10 +PyQt5.QtNetwork.QNetworkSession.NoBackgroundTrafficPolicy?10 +PyQt5.QtNetwork.QNetworkSession.SessionError?10 +PyQt5.QtNetwork.QNetworkSession.UnknownSessionError?10 +PyQt5.QtNetwork.QNetworkSession.SessionAbortedError?10 +PyQt5.QtNetwork.QNetworkSession.RoamingError?10 +PyQt5.QtNetwork.QNetworkSession.OperationNotSupportedError?10 +PyQt5.QtNetwork.QNetworkSession.InvalidConfigurationError?10 +PyQt5.QtNetwork.QNetworkSession.State?10 +PyQt5.QtNetwork.QNetworkSession.Invalid?10 +PyQt5.QtNetwork.QNetworkSession.NotAvailable?10 +PyQt5.QtNetwork.QNetworkSession.Connecting?10 +PyQt5.QtNetwork.QNetworkSession.Connected?10 +PyQt5.QtNetwork.QNetworkSession.Closing?10 +PyQt5.QtNetwork.QNetworkSession.Disconnected?10 +PyQt5.QtNetwork.QNetworkSession.Roaming?10 +PyQt5.QtNetwork.QNetworkSession?1(QNetworkConfiguration, QObject parent=None) +PyQt5.QtNetwork.QNetworkSession.__init__?1(self, QNetworkConfiguration, QObject parent=None) +PyQt5.QtNetwork.QNetworkSession.isOpen?4() -> bool +PyQt5.QtNetwork.QNetworkSession.configuration?4() -> QNetworkConfiguration +PyQt5.QtNetwork.QNetworkSession.interface?4() -> QNetworkInterface +PyQt5.QtNetwork.QNetworkSession.state?4() -> QNetworkSession.State +PyQt5.QtNetwork.QNetworkSession.error?4() -> QNetworkSession.SessionError +PyQt5.QtNetwork.QNetworkSession.errorString?4() -> str +PyQt5.QtNetwork.QNetworkSession.sessionProperty?4(str) -> QVariant +PyQt5.QtNetwork.QNetworkSession.setSessionProperty?4(str, QVariant) +PyQt5.QtNetwork.QNetworkSession.bytesWritten?4() -> int +PyQt5.QtNetwork.QNetworkSession.bytesReceived?4() -> int +PyQt5.QtNetwork.QNetworkSession.activeTime?4() -> int +PyQt5.QtNetwork.QNetworkSession.waitForOpened?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QNetworkSession.open?4() +PyQt5.QtNetwork.QNetworkSession.close?4() +PyQt5.QtNetwork.QNetworkSession.stop?4() +PyQt5.QtNetwork.QNetworkSession.migrate?4() +PyQt5.QtNetwork.QNetworkSession.ignore?4() +PyQt5.QtNetwork.QNetworkSession.accept?4() +PyQt5.QtNetwork.QNetworkSession.reject?4() +PyQt5.QtNetwork.QNetworkSession.stateChanged?4(QNetworkSession.State) +PyQt5.QtNetwork.QNetworkSession.opened?4() +PyQt5.QtNetwork.QNetworkSession.closed?4() +PyQt5.QtNetwork.QNetworkSession.error?4(QNetworkSession.SessionError) +PyQt5.QtNetwork.QNetworkSession.preferredConfigurationChanged?4(QNetworkConfiguration, bool) +PyQt5.QtNetwork.QNetworkSession.newConfigurationActivated?4() +PyQt5.QtNetwork.QNetworkSession.connectNotify?4(QMetaMethod) +PyQt5.QtNetwork.QNetworkSession.disconnectNotify?4(QMetaMethod) +PyQt5.QtNetwork.QNetworkSession.usagePolicies?4() -> QNetworkSession.UsagePolicies +PyQt5.QtNetwork.QNetworkSession.usagePoliciesChanged?4(QNetworkSession.UsagePolicies) +PyQt5.QtNetwork.QNetworkSession.UsagePolicies?1(QNetworkSession.UsagePolicies) +PyQt5.QtNetwork.QNetworkSession.UsagePolicies.__init__?1(self, QNetworkSession.UsagePolicies) +PyQt5.QtNetwork.QNetworkSession.UsagePolicies?1(int) +PyQt5.QtNetwork.QNetworkSession.UsagePolicies.__init__?1(self, int) +PyQt5.QtNetwork.QNetworkSession.UsagePolicies?1() +PyQt5.QtNetwork.QNetworkSession.UsagePolicies.__init__?1(self) +PyQt5.QtNetwork.QSsl.SslOption?10 +PyQt5.QtNetwork.QSsl.SslOptionDisableEmptyFragments?10 +PyQt5.QtNetwork.QSsl.SslOptionDisableSessionTickets?10 +PyQt5.QtNetwork.QSsl.SslOptionDisableCompression?10 +PyQt5.QtNetwork.QSsl.SslOptionDisableServerNameIndication?10 +PyQt5.QtNetwork.QSsl.SslOptionDisableLegacyRenegotiation?10 +PyQt5.QtNetwork.QSsl.SslOptionDisableSessionSharing?10 +PyQt5.QtNetwork.QSsl.SslOptionDisableSessionPersistence?10 +PyQt5.QtNetwork.QSsl.SslProtocol?10 +PyQt5.QtNetwork.QSsl.UnknownProtocol?10 +PyQt5.QtNetwork.QSsl.SslV3?10 +PyQt5.QtNetwork.QSsl.SslV2?10 +PyQt5.QtNetwork.QSsl.TlsV1_0?10 +PyQt5.QtNetwork.QSsl.TlsV1_1?10 +PyQt5.QtNetwork.QSsl.TlsV1_2?10 +PyQt5.QtNetwork.QSsl.AnyProtocol?10 +PyQt5.QtNetwork.QSsl.TlsV1SslV3?10 +PyQt5.QtNetwork.QSsl.SecureProtocols?10 +PyQt5.QtNetwork.QSsl.AlternativeNameEntryType?10 +PyQt5.QtNetwork.QSsl.EmailEntry?10 +PyQt5.QtNetwork.QSsl.DnsEntry?10 +PyQt5.QtNetwork.QSsl.KeyAlgorithm?10 +PyQt5.QtNetwork.QSsl.Opaque?10 +PyQt5.QtNetwork.QSsl.Rsa?10 +PyQt5.QtNetwork.QSsl.Dsa?10 +PyQt5.QtNetwork.QSsl.EncodingFormat?10 +PyQt5.QtNetwork.QSsl.Pem?10 +PyQt5.QtNetwork.QSsl.Der?10 +PyQt5.QtNetwork.QSsl.KeyType?10 +PyQt5.QtNetwork.QSsl.PrivateKey?10 +PyQt5.QtNetwork.QSsl.PublicKey?10 +PyQt5.QtNetwork.QSsl.SslOptions?1(QSsl.SslOptions) +PyQt5.QtNetwork.QSsl.SslOptions.__init__?1(self, QSsl.SslOptions) +PyQt5.QtNetwork.QSsl.SslOptions?1(int) +PyQt5.QtNetwork.QSsl.SslOptions.__init__?1(self, int) +PyQt5.QtNetwork.QSsl.SslOptions?1() +PyQt5.QtNetwork.QSsl.SslOptions.__init__?1(self) +PyQt5.QtNetwork.QSslCertificate.SubjectInfo?10 +PyQt5.QtNetwork.QSslCertificate.Organization?10 +PyQt5.QtNetwork.QSslCertificate.CommonName?10 +PyQt5.QtNetwork.QSslCertificate.LocalityName?10 +PyQt5.QtNetwork.QSslCertificate.OrganizationalUnitName?10 +PyQt5.QtNetwork.QSslCertificate.CountryName?10 +PyQt5.QtNetwork.QSslCertificate.StateOrProvinceName?10 +PyQt5.QtNetwork.QSslCertificate.DistinguishedNameQualifier?10 +PyQt5.QtNetwork.QSslCertificate.SerialNumber?10 +PyQt5.QtNetwork.QSslCertificate.EmailAddress?10 +PyQt5.QtNetwork.QSslCertificate?1(QIODevice, QSsl.EncodingFormat format=QSsl.Pem) +PyQt5.QtNetwork.QSslCertificate.__init__?1(self, QIODevice, QSsl.EncodingFormat format=QSsl.Pem) +PyQt5.QtNetwork.QSslCertificate?1(QByteArray data=QByteArray(), QSsl.EncodingFormat format=QSsl.Pem) +PyQt5.QtNetwork.QSslCertificate.__init__?1(self, QByteArray data=QByteArray(), QSsl.EncodingFormat format=QSsl.Pem) +PyQt5.QtNetwork.QSslCertificate?1(QSslCertificate) +PyQt5.QtNetwork.QSslCertificate.__init__?1(self, QSslCertificate) +PyQt5.QtNetwork.QSslCertificate.isNull?4() -> bool +PyQt5.QtNetwork.QSslCertificate.clear?4() +PyQt5.QtNetwork.QSslCertificate.version?4() -> QByteArray +PyQt5.QtNetwork.QSslCertificate.serialNumber?4() -> QByteArray +PyQt5.QtNetwork.QSslCertificate.digest?4(QCryptographicHash.Algorithm algorithm=QCryptographicHash.Md5) -> QByteArray +PyQt5.QtNetwork.QSslCertificate.issuerInfo?4(QSslCertificate.SubjectInfo) -> list-of-str +PyQt5.QtNetwork.QSslCertificate.issuerInfo?4(QByteArray) -> list-of-str +PyQt5.QtNetwork.QSslCertificate.subjectInfo?4(QSslCertificate.SubjectInfo) -> list-of-str +PyQt5.QtNetwork.QSslCertificate.subjectInfo?4(QByteArray) -> list-of-str +PyQt5.QtNetwork.QSslCertificate.subjectAlternativeNames?4() -> dict-of-QSsl.AlternativeNameEntryType-list-of-str +PyQt5.QtNetwork.QSslCertificate.effectiveDate?4() -> QDateTime +PyQt5.QtNetwork.QSslCertificate.expiryDate?4() -> QDateTime +PyQt5.QtNetwork.QSslCertificate.publicKey?4() -> QSslKey +PyQt5.QtNetwork.QSslCertificate.toPem?4() -> QByteArray +PyQt5.QtNetwork.QSslCertificate.toDer?4() -> QByteArray +PyQt5.QtNetwork.QSslCertificate.fromPath?4(str, QSsl.EncodingFormat format=QSsl.Pem, QRegExp.PatternSyntax syntax=QRegExp.FixedString) -> list-of-QSslCertificate +PyQt5.QtNetwork.QSslCertificate.fromDevice?4(QIODevice, QSsl.EncodingFormat format=QSsl.Pem) -> list-of-QSslCertificate +PyQt5.QtNetwork.QSslCertificate.fromData?4(QByteArray, QSsl.EncodingFormat format=QSsl.Pem) -> list-of-QSslCertificate +PyQt5.QtNetwork.QSslCertificate.handle?4() -> sip.voidptr +PyQt5.QtNetwork.QSslCertificate.swap?4(QSslCertificate) +PyQt5.QtNetwork.QSslCertificate.isBlacklisted?4() -> bool +PyQt5.QtNetwork.QSslCertificate.subjectInfoAttributes?4() -> list-of-QByteArray +PyQt5.QtNetwork.QSslCertificate.issuerInfoAttributes?4() -> list-of-QByteArray +PyQt5.QtNetwork.QSslCertificate.extensions?4() -> list-of-QSslCertificateExtension +PyQt5.QtNetwork.QSslCertificate.toText?4() -> str +PyQt5.QtNetwork.QSslCertificate.verify?4(list-of-QSslCertificate, str hostName=QString()) -> list-of-QSslError +PyQt5.QtNetwork.QSslCertificateExtension?1() +PyQt5.QtNetwork.QSslCertificateExtension.__init__?1(self) +PyQt5.QtNetwork.QSslCertificateExtension?1(QSslCertificateExtension) +PyQt5.QtNetwork.QSslCertificateExtension.__init__?1(self, QSslCertificateExtension) +PyQt5.QtNetwork.QSslCertificateExtension.swap?4(QSslCertificateExtension) +PyQt5.QtNetwork.QSslCertificateExtension.oid?4() -> str +PyQt5.QtNetwork.QSslCertificateExtension.name?4() -> str +PyQt5.QtNetwork.QSslCertificateExtension.value?4() -> QVariant +PyQt5.QtNetwork.QSslCertificateExtension.isCritical?4() -> bool +PyQt5.QtNetwork.QSslCertificateExtension.isSupported?4() -> bool +PyQt5.QtNetwork.QSslConfiguration.NextProtocolNegotiationStatus?10 +PyQt5.QtNetwork.QSslConfiguration.NextProtocolNegotiationNone?10 +PyQt5.QtNetwork.QSslConfiguration.NextProtocolNegotiationNegotiated?10 +PyQt5.QtNetwork.QSslConfiguration.NextProtocolNegotiationUnsupported?10 +PyQt5.QtNetwork.QSslConfiguration.NextProtocolHttp1_1?7 +PyQt5.QtNetwork.QSslConfiguration.NextProtocolSpdy3_0?7 +PyQt5.QtNetwork.QSslConfiguration?1() +PyQt5.QtNetwork.QSslConfiguration.__init__?1(self) +PyQt5.QtNetwork.QSslConfiguration?1(QSslConfiguration) +PyQt5.QtNetwork.QSslConfiguration.__init__?1(self, QSslConfiguration) +PyQt5.QtNetwork.QSslConfiguration.isNull?4() -> bool +PyQt5.QtNetwork.QSslConfiguration.protocol?4() -> QSsl.SslProtocol +PyQt5.QtNetwork.QSslConfiguration.setProtocol?4(QSsl.SslProtocol) +PyQt5.QtNetwork.QSslConfiguration.peerVerifyMode?4() -> QSslSocket.PeerVerifyMode +PyQt5.QtNetwork.QSslConfiguration.setPeerVerifyMode?4(QSslSocket.PeerVerifyMode) +PyQt5.QtNetwork.QSslConfiguration.peerVerifyDepth?4() -> int +PyQt5.QtNetwork.QSslConfiguration.setPeerVerifyDepth?4(int) +PyQt5.QtNetwork.QSslConfiguration.localCertificate?4() -> QSslCertificate +PyQt5.QtNetwork.QSslConfiguration.setLocalCertificate?4(QSslCertificate) +PyQt5.QtNetwork.QSslConfiguration.peerCertificate?4() -> QSslCertificate +PyQt5.QtNetwork.QSslConfiguration.peerCertificateChain?4() -> list-of-QSslCertificate +PyQt5.QtNetwork.QSslConfiguration.sessionCipher?4() -> QSslCipher +PyQt5.QtNetwork.QSslConfiguration.privateKey?4() -> QSslKey +PyQt5.QtNetwork.QSslConfiguration.setPrivateKey?4(QSslKey) +PyQt5.QtNetwork.QSslConfiguration.ciphers?4() -> list-of-QSslCipher +PyQt5.QtNetwork.QSslConfiguration.setCiphers?4(list-of-QSslCipher) +PyQt5.QtNetwork.QSslConfiguration.caCertificates?4() -> list-of-QSslCertificate +PyQt5.QtNetwork.QSslConfiguration.setCaCertificates?4(list-of-QSslCertificate) +PyQt5.QtNetwork.QSslConfiguration.defaultConfiguration?4() -> QSslConfiguration +PyQt5.QtNetwork.QSslConfiguration.setDefaultConfiguration?4(QSslConfiguration) +PyQt5.QtNetwork.QSslConfiguration.setSslOption?4(QSsl.SslOption, bool) +PyQt5.QtNetwork.QSslConfiguration.testSslOption?4(QSsl.SslOption) -> bool +PyQt5.QtNetwork.QSslConfiguration.swap?4(QSslConfiguration) +PyQt5.QtNetwork.QSslConfiguration.localCertificateChain?4() -> list-of-QSslCertificate +PyQt5.QtNetwork.QSslConfiguration.setLocalCertificateChain?4(list-of-QSslCertificate) +PyQt5.QtNetwork.QSslConfiguration.sessionTicket?4() -> QByteArray +PyQt5.QtNetwork.QSslConfiguration.setSessionTicket?4(QByteArray) +PyQt5.QtNetwork.QSslConfiguration.sessionTicketLifeTimeHint?4() -> int +PyQt5.QtNetwork.QSslConfiguration.setAllowedNextProtocols?4(list-of-QByteArray) +PyQt5.QtNetwork.QSslConfiguration.allowedNextProtocols?4() -> list-of-QByteArray +PyQt5.QtNetwork.QSslConfiguration.nextNegotiatedProtocol?4() -> QByteArray +PyQt5.QtNetwork.QSslConfiguration.nextProtocolNegotiationStatus?4() -> QSslConfiguration.NextProtocolNegotiationStatus +PyQt5.QtNetwork.QSslCipher?1() +PyQt5.QtNetwork.QSslCipher.__init__?1(self) +PyQt5.QtNetwork.QSslCipher?1(str) +PyQt5.QtNetwork.QSslCipher.__init__?1(self, str) +PyQt5.QtNetwork.QSslCipher?1(str, QSsl.SslProtocol) +PyQt5.QtNetwork.QSslCipher.__init__?1(self, str, QSsl.SslProtocol) +PyQt5.QtNetwork.QSslCipher?1(QSslCipher) +PyQt5.QtNetwork.QSslCipher.__init__?1(self, QSslCipher) +PyQt5.QtNetwork.QSslCipher.isNull?4() -> bool +PyQt5.QtNetwork.QSslCipher.name?4() -> str +PyQt5.QtNetwork.QSslCipher.supportedBits?4() -> int +PyQt5.QtNetwork.QSslCipher.usedBits?4() -> int +PyQt5.QtNetwork.QSslCipher.keyExchangeMethod?4() -> str +PyQt5.QtNetwork.QSslCipher.authenticationMethod?4() -> str +PyQt5.QtNetwork.QSslCipher.encryptionMethod?4() -> str +PyQt5.QtNetwork.QSslCipher.protocolString?4() -> str +PyQt5.QtNetwork.QSslCipher.protocol?4() -> QSsl.SslProtocol +PyQt5.QtNetwork.QSslCipher.swap?4(QSslCipher) +PyQt5.QtNetwork.QSslError.SslError?10 +PyQt5.QtNetwork.QSslError.UnspecifiedError?10 +PyQt5.QtNetwork.QSslError.NoError?10 +PyQt5.QtNetwork.QSslError.UnableToGetIssuerCertificate?10 +PyQt5.QtNetwork.QSslError.UnableToDecryptCertificateSignature?10 +PyQt5.QtNetwork.QSslError.UnableToDecodeIssuerPublicKey?10 +PyQt5.QtNetwork.QSslError.CertificateSignatureFailed?10 +PyQt5.QtNetwork.QSslError.CertificateNotYetValid?10 +PyQt5.QtNetwork.QSslError.CertificateExpired?10 +PyQt5.QtNetwork.QSslError.InvalidNotBeforeField?10 +PyQt5.QtNetwork.QSslError.InvalidNotAfterField?10 +PyQt5.QtNetwork.QSslError.SelfSignedCertificate?10 +PyQt5.QtNetwork.QSslError.SelfSignedCertificateInChain?10 +PyQt5.QtNetwork.QSslError.UnableToGetLocalIssuerCertificate?10 +PyQt5.QtNetwork.QSslError.UnableToVerifyFirstCertificate?10 +PyQt5.QtNetwork.QSslError.CertificateRevoked?10 +PyQt5.QtNetwork.QSslError.InvalidCaCertificate?10 +PyQt5.QtNetwork.QSslError.PathLengthExceeded?10 +PyQt5.QtNetwork.QSslError.InvalidPurpose?10 +PyQt5.QtNetwork.QSslError.CertificateUntrusted?10 +PyQt5.QtNetwork.QSslError.CertificateRejected?10 +PyQt5.QtNetwork.QSslError.SubjectIssuerMismatch?10 +PyQt5.QtNetwork.QSslError.AuthorityIssuerSerialNumberMismatch?10 +PyQt5.QtNetwork.QSslError.NoPeerCertificate?10 +PyQt5.QtNetwork.QSslError.HostNameMismatch?10 +PyQt5.QtNetwork.QSslError.NoSslSupport?10 +PyQt5.QtNetwork.QSslError.CertificateBlacklisted?10 +PyQt5.QtNetwork.QSslError?1() +PyQt5.QtNetwork.QSslError.__init__?1(self) +PyQt5.QtNetwork.QSslError?1(QSslError.SslError) +PyQt5.QtNetwork.QSslError.__init__?1(self, QSslError.SslError) +PyQt5.QtNetwork.QSslError?1(QSslError.SslError, QSslCertificate) +PyQt5.QtNetwork.QSslError.__init__?1(self, QSslError.SslError, QSslCertificate) +PyQt5.QtNetwork.QSslError?1(QSslError) +PyQt5.QtNetwork.QSslError.__init__?1(self, QSslError) +PyQt5.QtNetwork.QSslError.error?4() -> QSslError.SslError +PyQt5.QtNetwork.QSslError.errorString?4() -> str +PyQt5.QtNetwork.QSslError.certificate?4() -> QSslCertificate +PyQt5.QtNetwork.QSslError.swap?4(QSslError) +PyQt5.QtNetwork.QSslKey?1() +PyQt5.QtNetwork.QSslKey.__init__?1(self) +PyQt5.QtNetwork.QSslKey?1(QByteArray, QSsl.KeyAlgorithm, QSsl.EncodingFormat encoding=QSsl.Pem, QSsl.KeyType type=QSsl.PrivateKey, QByteArray passPhrase=QByteArray()) +PyQt5.QtNetwork.QSslKey.__init__?1(self, QByteArray, QSsl.KeyAlgorithm, QSsl.EncodingFormat encoding=QSsl.Pem, QSsl.KeyType type=QSsl.PrivateKey, QByteArray passPhrase=QByteArray()) +PyQt5.QtNetwork.QSslKey?1(QIODevice, QSsl.KeyAlgorithm, QSsl.EncodingFormat encoding=QSsl.Pem, QSsl.KeyType type=QSsl.PrivateKey, QByteArray passPhrase=QByteArray()) +PyQt5.QtNetwork.QSslKey.__init__?1(self, QIODevice, QSsl.KeyAlgorithm, QSsl.EncodingFormat encoding=QSsl.Pem, QSsl.KeyType type=QSsl.PrivateKey, QByteArray passPhrase=QByteArray()) +PyQt5.QtNetwork.QSslKey?1(sip.voidptr, QSsl.KeyType type=QSsl.PrivateKey) +PyQt5.QtNetwork.QSslKey.__init__?1(self, sip.voidptr, QSsl.KeyType type=QSsl.PrivateKey) +PyQt5.QtNetwork.QSslKey?1(QSslKey) +PyQt5.QtNetwork.QSslKey.__init__?1(self, QSslKey) +PyQt5.QtNetwork.QSslKey.isNull?4() -> bool +PyQt5.QtNetwork.QSslKey.clear?4() +PyQt5.QtNetwork.QSslKey.length?4() -> int +PyQt5.QtNetwork.QSslKey.type?4() -> QSsl.KeyType +PyQt5.QtNetwork.QSslKey.algorithm?4() -> QSsl.KeyAlgorithm +PyQt5.QtNetwork.QSslKey.toPem?4(QByteArray passPhrase=QByteArray()) -> QByteArray +PyQt5.QtNetwork.QSslKey.toDer?4(QByteArray passPhrase=QByteArray()) -> QByteArray +PyQt5.QtNetwork.QSslKey.handle?4() -> sip.voidptr +PyQt5.QtNetwork.QSslKey.swap?4(QSslKey) +PyQt5.QtNetwork.QTcpSocket?1(QObject parent=None) +PyQt5.QtNetwork.QTcpSocket.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QSslSocket.PeerVerifyMode?10 +PyQt5.QtNetwork.QSslSocket.VerifyNone?10 +PyQt5.QtNetwork.QSslSocket.QueryPeer?10 +PyQt5.QtNetwork.QSslSocket.VerifyPeer?10 +PyQt5.QtNetwork.QSslSocket.AutoVerifyPeer?10 +PyQt5.QtNetwork.QSslSocket.SslMode?10 +PyQt5.QtNetwork.QSslSocket.UnencryptedMode?10 +PyQt5.QtNetwork.QSslSocket.SslClientMode?10 +PyQt5.QtNetwork.QSslSocket.SslServerMode?10 +PyQt5.QtNetwork.QSslSocket?1(QObject parent=None) +PyQt5.QtNetwork.QSslSocket.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QSslSocket.connectToHostEncrypted?4(str, int, QIODevice.OpenMode mode=QIODevice.ReadWrite, QAbstractSocket.NetworkLayerProtocol protocol=QAbstractSocket.AnyIPProtocol) +PyQt5.QtNetwork.QSslSocket.connectToHostEncrypted?4(str, int, str, QIODevice.OpenMode mode=QIODevice.ReadWrite, QAbstractSocket.NetworkLayerProtocol protocol=QAbstractSocket.AnyIPProtocol) +PyQt5.QtNetwork.QSslSocket.setSocketDescriptor?4(sip.voidptr, QAbstractSocket.SocketState state=QAbstractSocket.ConnectedState, QIODevice.OpenMode mode=QIODevice.ReadWrite) -> bool +PyQt5.QtNetwork.QSslSocket.mode?4() -> QSslSocket.SslMode +PyQt5.QtNetwork.QSslSocket.isEncrypted?4() -> bool +PyQt5.QtNetwork.QSslSocket.protocol?4() -> QSsl.SslProtocol +PyQt5.QtNetwork.QSslSocket.setProtocol?4(QSsl.SslProtocol) +PyQt5.QtNetwork.QSslSocket.bytesAvailable?4() -> int +PyQt5.QtNetwork.QSslSocket.bytesToWrite?4() -> int +PyQt5.QtNetwork.QSslSocket.canReadLine?4() -> bool +PyQt5.QtNetwork.QSslSocket.close?4() +PyQt5.QtNetwork.QSslSocket.atEnd?4() -> bool +PyQt5.QtNetwork.QSslSocket.flush?4() -> bool +PyQt5.QtNetwork.QSslSocket.abort?4() +PyQt5.QtNetwork.QSslSocket.setLocalCertificate?4(QSslCertificate) +PyQt5.QtNetwork.QSslSocket.setLocalCertificate?4(str, QSsl.EncodingFormat format=QSsl.Pem) +PyQt5.QtNetwork.QSslSocket.localCertificate?4() -> QSslCertificate +PyQt5.QtNetwork.QSslSocket.peerCertificate?4() -> QSslCertificate +PyQt5.QtNetwork.QSslSocket.peerCertificateChain?4() -> list-of-QSslCertificate +PyQt5.QtNetwork.QSslSocket.sessionCipher?4() -> QSslCipher +PyQt5.QtNetwork.QSslSocket.setPrivateKey?4(QSslKey) +PyQt5.QtNetwork.QSslSocket.setPrivateKey?4(str, QSsl.KeyAlgorithm algorithm=QSsl.Rsa, QSsl.EncodingFormat format=QSsl.Pem, QByteArray passPhrase=QByteArray()) +PyQt5.QtNetwork.QSslSocket.privateKey?4() -> QSslKey +PyQt5.QtNetwork.QSslSocket.ciphers?4() -> list-of-QSslCipher +PyQt5.QtNetwork.QSslSocket.setCiphers?4(list-of-QSslCipher) +PyQt5.QtNetwork.QSslSocket.setCiphers?4(str) +PyQt5.QtNetwork.QSslSocket.setDefaultCiphers?4(list-of-QSslCipher) +PyQt5.QtNetwork.QSslSocket.defaultCiphers?4() -> list-of-QSslCipher +PyQt5.QtNetwork.QSslSocket.supportedCiphers?4() -> list-of-QSslCipher +PyQt5.QtNetwork.QSslSocket.addCaCertificates?4(str, QSsl.EncodingFormat format=QSsl.Pem, QRegExp.PatternSyntax syntax=QRegExp.FixedString) -> bool +PyQt5.QtNetwork.QSslSocket.addCaCertificate?4(QSslCertificate) +PyQt5.QtNetwork.QSslSocket.addCaCertificates?4(list-of-QSslCertificate) +PyQt5.QtNetwork.QSslSocket.setCaCertificates?4(list-of-QSslCertificate) +PyQt5.QtNetwork.QSslSocket.caCertificates?4() -> list-of-QSslCertificate +PyQt5.QtNetwork.QSslSocket.addDefaultCaCertificates?4(str, QSsl.EncodingFormat format=QSsl.Pem, QRegExp.PatternSyntax syntax=QRegExp.FixedString) -> bool +PyQt5.QtNetwork.QSslSocket.addDefaultCaCertificate?4(QSslCertificate) +PyQt5.QtNetwork.QSslSocket.addDefaultCaCertificates?4(list-of-QSslCertificate) +PyQt5.QtNetwork.QSslSocket.setDefaultCaCertificates?4(list-of-QSslCertificate) +PyQt5.QtNetwork.QSslSocket.defaultCaCertificates?4() -> list-of-QSslCertificate +PyQt5.QtNetwork.QSslSocket.systemCaCertificates?4() -> list-of-QSslCertificate +PyQt5.QtNetwork.QSslSocket.waitForConnected?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QSslSocket.waitForEncrypted?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QSslSocket.waitForReadyRead?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QSslSocket.waitForBytesWritten?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QSslSocket.waitForDisconnected?4(int msecs=30000) -> bool +PyQt5.QtNetwork.QSslSocket.sslErrors?4() -> list-of-QSslError +PyQt5.QtNetwork.QSslSocket.supportsSsl?4() -> bool +PyQt5.QtNetwork.QSslSocket.startClientEncryption?4() +PyQt5.QtNetwork.QSslSocket.startServerEncryption?4() +PyQt5.QtNetwork.QSslSocket.ignoreSslErrors?4() +PyQt5.QtNetwork.QSslSocket.encrypted?4() +PyQt5.QtNetwork.QSslSocket.sslErrors?4(list-of-QSslError) +PyQt5.QtNetwork.QSslSocket.modeChanged?4(QSslSocket.SslMode) +PyQt5.QtNetwork.QSslSocket.readData?4(int) -> bytes +PyQt5.QtNetwork.QSslSocket.writeData?4(str) -> int +PyQt5.QtNetwork.QSslSocket.peerVerifyMode?4() -> QSslSocket.PeerVerifyMode +PyQt5.QtNetwork.QSslSocket.setPeerVerifyMode?4(QSslSocket.PeerVerifyMode) +PyQt5.QtNetwork.QSslSocket.peerVerifyDepth?4() -> int +PyQt5.QtNetwork.QSslSocket.setPeerVerifyDepth?4(int) +PyQt5.QtNetwork.QSslSocket.setReadBufferSize?4(int) +PyQt5.QtNetwork.QSslSocket.encryptedBytesAvailable?4() -> int +PyQt5.QtNetwork.QSslSocket.encryptedBytesToWrite?4() -> int +PyQt5.QtNetwork.QSslSocket.sslConfiguration?4() -> QSslConfiguration +PyQt5.QtNetwork.QSslSocket.setSslConfiguration?4(QSslConfiguration) +PyQt5.QtNetwork.QSslSocket.peerVerifyError?4(QSslError) +PyQt5.QtNetwork.QSslSocket.encryptedBytesWritten?4(int) +PyQt5.QtNetwork.QSslSocket.setSocketOption?4(QAbstractSocket.SocketOption, QVariant) +PyQt5.QtNetwork.QSslSocket.socketOption?4(QAbstractSocket.SocketOption) -> QVariant +PyQt5.QtNetwork.QSslSocket.ignoreSslErrors?4(list-of-QSslError) +PyQt5.QtNetwork.QSslSocket.peerVerifyName?4() -> str +PyQt5.QtNetwork.QSslSocket.setPeerVerifyName?4(str) +PyQt5.QtNetwork.QSslSocket.resume?4() +PyQt5.QtNetwork.QSslSocket.connectToHost?4(str, int, QIODevice.OpenMode mode=QIODevice.ReadWrite, QAbstractSocket.NetworkLayerProtocol protocol=QAbstractSocket.AnyIPProtocol) +PyQt5.QtNetwork.QSslSocket.disconnectFromHost?4() +PyQt5.QtNetwork.QSslSocket.sslLibraryVersionNumber?4() -> int +PyQt5.QtNetwork.QSslSocket.sslLibraryVersionString?4() -> str +PyQt5.QtNetwork.QSslSocket.setLocalCertificateChain?4(list-of-QSslCertificate) +PyQt5.QtNetwork.QSslSocket.localCertificateChain?4() -> list-of-QSslCertificate +PyQt5.QtNetwork.QTcpServer?1(QObject parent=None) +PyQt5.QtNetwork.QTcpServer.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QTcpServer.listen?4(QHostAddress address=QHostAddress.Any, int port=0) -> bool +PyQt5.QtNetwork.QTcpServer.close?4() +PyQt5.QtNetwork.QTcpServer.isListening?4() -> bool +PyQt5.QtNetwork.QTcpServer.setMaxPendingConnections?4(int) +PyQt5.QtNetwork.QTcpServer.maxPendingConnections?4() -> int +PyQt5.QtNetwork.QTcpServer.serverPort?4() -> int +PyQt5.QtNetwork.QTcpServer.serverAddress?4() -> QHostAddress +PyQt5.QtNetwork.QTcpServer.socketDescriptor?4() -> sip.voidptr +PyQt5.QtNetwork.QTcpServer.setSocketDescriptor?4(sip.voidptr) -> bool +PyQt5.QtNetwork.QTcpServer.waitForNewConnection?4(int msecs=0) -> (bool, bool) +PyQt5.QtNetwork.QTcpServer.hasPendingConnections?4() -> bool +PyQt5.QtNetwork.QTcpServer.nextPendingConnection?4() -> QTcpSocket +PyQt5.QtNetwork.QTcpServer.serverError?4() -> QAbstractSocket.SocketError +PyQt5.QtNetwork.QTcpServer.errorString?4() -> str +PyQt5.QtNetwork.QTcpServer.setProxy?4(QNetworkProxy) +PyQt5.QtNetwork.QTcpServer.proxy?4() -> QNetworkProxy +PyQt5.QtNetwork.QTcpServer.pauseAccepting?4() +PyQt5.QtNetwork.QTcpServer.resumeAccepting?4() +PyQt5.QtNetwork.QTcpServer.incomingConnection?4(sip.voidptr) +PyQt5.QtNetwork.QTcpServer.addPendingConnection?4(QTcpSocket) +PyQt5.QtNetwork.QTcpServer.newConnection?4() +PyQt5.QtNetwork.QTcpServer.acceptError?4(QAbstractSocket.SocketError) +PyQt5.QtNetwork.QUdpSocket?1(QObject parent=None) +PyQt5.QtNetwork.QUdpSocket.__init__?1(self, QObject parent=None) +PyQt5.QtNetwork.QUdpSocket.hasPendingDatagrams?4() -> bool +PyQt5.QtNetwork.QUdpSocket.pendingDatagramSize?4() -> int +PyQt5.QtNetwork.QUdpSocket.readDatagram?4(int) -> (bytes, QHostAddress, int) +PyQt5.QtNetwork.QUdpSocket.writeDatagram?4(str, QHostAddress, int) -> int +PyQt5.QtNetwork.QUdpSocket.writeDatagram?4(QByteArray, QHostAddress, int) -> int +PyQt5.QtNetwork.QUdpSocket.joinMulticastGroup?4(QHostAddress) -> bool +PyQt5.QtNetwork.QUdpSocket.joinMulticastGroup?4(QHostAddress, QNetworkInterface) -> bool +PyQt5.QtNetwork.QUdpSocket.leaveMulticastGroup?4(QHostAddress) -> bool +PyQt5.QtNetwork.QUdpSocket.leaveMulticastGroup?4(QHostAddress, QNetworkInterface) -> bool +PyQt5.QtNetwork.QUdpSocket.multicastInterface?4() -> QNetworkInterface +PyQt5.QtNetwork.QUdpSocket.setMulticastInterface?4(QNetworkInterface) +PyQt5.QtOpenGL.QGL.FormatOption?10 +PyQt5.QtOpenGL.QGL.DoubleBuffer?10 +PyQt5.QtOpenGL.QGL.DepthBuffer?10 +PyQt5.QtOpenGL.QGL.Rgba?10 +PyQt5.QtOpenGL.QGL.AlphaChannel?10 +PyQt5.QtOpenGL.QGL.AccumBuffer?10 +PyQt5.QtOpenGL.QGL.StencilBuffer?10 +PyQt5.QtOpenGL.QGL.StereoBuffers?10 +PyQt5.QtOpenGL.QGL.DirectRendering?10 +PyQt5.QtOpenGL.QGL.HasOverlay?10 +PyQt5.QtOpenGL.QGL.SampleBuffers?10 +PyQt5.QtOpenGL.QGL.SingleBuffer?10 +PyQt5.QtOpenGL.QGL.NoDepthBuffer?10 +PyQt5.QtOpenGL.QGL.ColorIndex?10 +PyQt5.QtOpenGL.QGL.NoAlphaChannel?10 +PyQt5.QtOpenGL.QGL.NoAccumBuffer?10 +PyQt5.QtOpenGL.QGL.NoStencilBuffer?10 +PyQt5.QtOpenGL.QGL.NoStereoBuffers?10 +PyQt5.QtOpenGL.QGL.IndirectRendering?10 +PyQt5.QtOpenGL.QGL.NoOverlay?10 +PyQt5.QtOpenGL.QGL.NoSampleBuffers?10 +PyQt5.QtOpenGL.QGL.DeprecatedFunctions?10 +PyQt5.QtOpenGL.QGL.NoDeprecatedFunctions?10 +PyQt5.QtOpenGL.QGL.FormatOptions?1(QGL.FormatOptions) +PyQt5.QtOpenGL.QGL.FormatOptions.__init__?1(self, QGL.FormatOptions) +PyQt5.QtOpenGL.QGL.FormatOptions?1(int) +PyQt5.QtOpenGL.QGL.FormatOptions.__init__?1(self, int) +PyQt5.QtOpenGL.QGL.FormatOptions?1() +PyQt5.QtOpenGL.QGL.FormatOptions.__init__?1(self) +PyQt5.QtOpenGL.QGLFormat.OpenGLContextProfile?10 +PyQt5.QtOpenGL.QGLFormat.NoProfile?10 +PyQt5.QtOpenGL.QGLFormat.CoreProfile?10 +PyQt5.QtOpenGL.QGLFormat.CompatibilityProfile?10 +PyQt5.QtOpenGL.QGLFormat.OpenGLVersionFlag?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_None?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_1_1?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_1_2?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_1_3?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_1_4?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_1_5?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_2_0?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_2_1?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_3_0?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_3_1?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_3_2?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_3_3?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_4_0?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_4_1?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_4_2?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_Version_4_3?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_ES_Common_Version_1_0?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_ES_CommonLite_Version_1_0?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_ES_Common_Version_1_1?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_ES_CommonLite_Version_1_1?10 +PyQt5.QtOpenGL.QGLFormat.OpenGL_ES_Version_2_0?10 +PyQt5.QtOpenGL.QGLFormat?1() +PyQt5.QtOpenGL.QGLFormat.__init__?1(self) +PyQt5.QtOpenGL.QGLFormat?1(QGL.FormatOptions, int plane=0) +PyQt5.QtOpenGL.QGLFormat.__init__?1(self, QGL.FormatOptions, int plane=0) +PyQt5.QtOpenGL.QGLFormat?1(QGLFormat) +PyQt5.QtOpenGL.QGLFormat.__init__?1(self, QGLFormat) +PyQt5.QtOpenGL.QGLFormat.setDepthBufferSize?4(int) +PyQt5.QtOpenGL.QGLFormat.depthBufferSize?4() -> int +PyQt5.QtOpenGL.QGLFormat.setAccumBufferSize?4(int) +PyQt5.QtOpenGL.QGLFormat.accumBufferSize?4() -> int +PyQt5.QtOpenGL.QGLFormat.setAlphaBufferSize?4(int) +PyQt5.QtOpenGL.QGLFormat.alphaBufferSize?4() -> int +PyQt5.QtOpenGL.QGLFormat.setStencilBufferSize?4(int) +PyQt5.QtOpenGL.QGLFormat.stencilBufferSize?4() -> int +PyQt5.QtOpenGL.QGLFormat.setSampleBuffers?4(bool) +PyQt5.QtOpenGL.QGLFormat.setSamples?4(int) +PyQt5.QtOpenGL.QGLFormat.samples?4() -> int +PyQt5.QtOpenGL.QGLFormat.setDoubleBuffer?4(bool) +PyQt5.QtOpenGL.QGLFormat.setDepth?4(bool) +PyQt5.QtOpenGL.QGLFormat.setRgba?4(bool) +PyQt5.QtOpenGL.QGLFormat.setAlpha?4(bool) +PyQt5.QtOpenGL.QGLFormat.setAccum?4(bool) +PyQt5.QtOpenGL.QGLFormat.setStencil?4(bool) +PyQt5.QtOpenGL.QGLFormat.setStereo?4(bool) +PyQt5.QtOpenGL.QGLFormat.setDirectRendering?4(bool) +PyQt5.QtOpenGL.QGLFormat.setOverlay?4(bool) +PyQt5.QtOpenGL.QGLFormat.plane?4() -> int +PyQt5.QtOpenGL.QGLFormat.setPlane?4(int) +PyQt5.QtOpenGL.QGLFormat.setOption?4(QGL.FormatOptions) +PyQt5.QtOpenGL.QGLFormat.testOption?4(QGL.FormatOptions) -> bool +PyQt5.QtOpenGL.QGLFormat.defaultFormat?4() -> QGLFormat +PyQt5.QtOpenGL.QGLFormat.setDefaultFormat?4(QGLFormat) +PyQt5.QtOpenGL.QGLFormat.defaultOverlayFormat?4() -> QGLFormat +PyQt5.QtOpenGL.QGLFormat.setDefaultOverlayFormat?4(QGLFormat) +PyQt5.QtOpenGL.QGLFormat.hasOpenGL?4() -> bool +PyQt5.QtOpenGL.QGLFormat.hasOpenGLOverlays?4() -> bool +PyQt5.QtOpenGL.QGLFormat.doubleBuffer?4() -> bool +PyQt5.QtOpenGL.QGLFormat.depth?4() -> bool +PyQt5.QtOpenGL.QGLFormat.rgba?4() -> bool +PyQt5.QtOpenGL.QGLFormat.alpha?4() -> bool +PyQt5.QtOpenGL.QGLFormat.accum?4() -> bool +PyQt5.QtOpenGL.QGLFormat.stencil?4() -> bool +PyQt5.QtOpenGL.QGLFormat.stereo?4() -> bool +PyQt5.QtOpenGL.QGLFormat.directRendering?4() -> bool +PyQt5.QtOpenGL.QGLFormat.hasOverlay?4() -> bool +PyQt5.QtOpenGL.QGLFormat.sampleBuffers?4() -> bool +PyQt5.QtOpenGL.QGLFormat.setRedBufferSize?4(int) +PyQt5.QtOpenGL.QGLFormat.redBufferSize?4() -> int +PyQt5.QtOpenGL.QGLFormat.setGreenBufferSize?4(int) +PyQt5.QtOpenGL.QGLFormat.greenBufferSize?4() -> int +PyQt5.QtOpenGL.QGLFormat.setBlueBufferSize?4(int) +PyQt5.QtOpenGL.QGLFormat.blueBufferSize?4() -> int +PyQt5.QtOpenGL.QGLFormat.setSwapInterval?4(int) +PyQt5.QtOpenGL.QGLFormat.swapInterval?4() -> int +PyQt5.QtOpenGL.QGLFormat.openGLVersionFlags?4() -> QGLFormat.OpenGLVersionFlags +PyQt5.QtOpenGL.QGLFormat.setVersion?4(int, int) +PyQt5.QtOpenGL.QGLFormat.majorVersion?4() -> int +PyQt5.QtOpenGL.QGLFormat.minorVersion?4() -> int +PyQt5.QtOpenGL.QGLFormat.setProfile?4(QGLFormat.OpenGLContextProfile) +PyQt5.QtOpenGL.QGLFormat.profile?4() -> QGLFormat.OpenGLContextProfile +PyQt5.QtOpenGL.QGLFormat.OpenGLVersionFlags?1(QGLFormat.OpenGLVersionFlags) +PyQt5.QtOpenGL.QGLFormat.OpenGLVersionFlags.__init__?1(self, QGLFormat.OpenGLVersionFlags) +PyQt5.QtOpenGL.QGLFormat.OpenGLVersionFlags?1(int) +PyQt5.QtOpenGL.QGLFormat.OpenGLVersionFlags.__init__?1(self, int) +PyQt5.QtOpenGL.QGLFormat.OpenGLVersionFlags?1() +PyQt5.QtOpenGL.QGLFormat.OpenGLVersionFlags.__init__?1(self) +PyQt5.QtOpenGL.QGLContext.BindOption?10 +PyQt5.QtOpenGL.QGLContext.NoBindOption?10 +PyQt5.QtOpenGL.QGLContext.InvertedYBindOption?10 +PyQt5.QtOpenGL.QGLContext.MipmapBindOption?10 +PyQt5.QtOpenGL.QGLContext.PremultipliedAlphaBindOption?10 +PyQt5.QtOpenGL.QGLContext.LinearFilteringBindOption?10 +PyQt5.QtOpenGL.QGLContext.DefaultBindOption?10 +PyQt5.QtOpenGL.QGLContext?1(QGLFormat) +PyQt5.QtOpenGL.QGLContext.__init__?1(self, QGLFormat) +PyQt5.QtOpenGL.QGLContext.create?4(QGLContext shareContext=None) -> bool +PyQt5.QtOpenGL.QGLContext.isValid?4() -> bool +PyQt5.QtOpenGL.QGLContext.isSharing?4() -> bool +PyQt5.QtOpenGL.QGLContext.reset?4() +PyQt5.QtOpenGL.QGLContext.format?4() -> QGLFormat +PyQt5.QtOpenGL.QGLContext.requestedFormat?4() -> QGLFormat +PyQt5.QtOpenGL.QGLContext.setFormat?4(QGLFormat) +PyQt5.QtOpenGL.QGLContext.makeCurrent?4() +PyQt5.QtOpenGL.QGLContext.doneCurrent?4() +PyQt5.QtOpenGL.QGLContext.swapBuffers?4() +PyQt5.QtOpenGL.QGLContext.bindTexture?4(QImage, int target=GL_TEXTURE_2D, int format=GL_RGBA) -> int +PyQt5.QtOpenGL.QGLContext.bindTexture?4(QPixmap, int target=GL_TEXTURE_2D, int format=GL_RGBA) -> int +PyQt5.QtOpenGL.QGLContext.drawTexture?4(QRectF, int, int textureTarget=GL_TEXTURE_2D) +PyQt5.QtOpenGL.QGLContext.drawTexture?4(QPointF, int, int textureTarget=GL_TEXTURE_2D) +PyQt5.QtOpenGL.QGLContext.bindTexture?4(str) -> int +PyQt5.QtOpenGL.QGLContext.deleteTexture?4(int) +PyQt5.QtOpenGL.QGLContext.setTextureCacheLimit?4(int) +PyQt5.QtOpenGL.QGLContext.textureCacheLimit?4() -> int +PyQt5.QtOpenGL.QGLContext.getProcAddress?4(str) -> sip.voidptr +PyQt5.QtOpenGL.QGLContext.device?4() -> QPaintDevice +PyQt5.QtOpenGL.QGLContext.overlayTransparentColor?4() -> QColor +PyQt5.QtOpenGL.QGLContext.currentContext?4() -> QGLContext +PyQt5.QtOpenGL.QGLContext.chooseContext?4(QGLContext shareContext=None) -> bool +PyQt5.QtOpenGL.QGLContext.deviceIsPixmap?4() -> bool +PyQt5.QtOpenGL.QGLContext.windowCreated?4() -> bool +PyQt5.QtOpenGL.QGLContext.setWindowCreated?4(bool) +PyQt5.QtOpenGL.QGLContext.initialized?4() -> bool +PyQt5.QtOpenGL.QGLContext.setInitialized?4(bool) +PyQt5.QtOpenGL.QGLContext.areSharing?4(QGLContext, QGLContext) -> bool +PyQt5.QtOpenGL.QGLContext.bindTexture?4(QImage, int, int, QGLContext.BindOptions) -> int +PyQt5.QtOpenGL.QGLContext.bindTexture?4(QPixmap, int, int, QGLContext.BindOptions) -> int +PyQt5.QtOpenGL.QGLContext.moveToThread?4(QThread) +PyQt5.QtOpenGL.QGLContext.BindOptions?1(QGLContext.BindOptions) +PyQt5.QtOpenGL.QGLContext.BindOptions.__init__?1(self, QGLContext.BindOptions) +PyQt5.QtOpenGL.QGLContext.BindOptions?1(int) +PyQt5.QtOpenGL.QGLContext.BindOptions.__init__?1(self, int) +PyQt5.QtOpenGL.QGLContext.BindOptions?1() +PyQt5.QtOpenGL.QGLContext.BindOptions.__init__?1(self) +PyQt5.QtOpenGL.QGLWidget?1(QWidget parent=None, QGLWidget shareWidget=None, Qt.WindowFlags flags=0) +PyQt5.QtOpenGL.QGLWidget.__init__?1(self, QWidget parent=None, QGLWidget shareWidget=None, Qt.WindowFlags flags=0) +PyQt5.QtOpenGL.QGLWidget?1(QGLContext, QWidget parent=None, QGLWidget shareWidget=None, Qt.WindowFlags flags=0) +PyQt5.QtOpenGL.QGLWidget.__init__?1(self, QGLContext, QWidget parent=None, QGLWidget shareWidget=None, Qt.WindowFlags flags=0) +PyQt5.QtOpenGL.QGLWidget?1(QGLFormat, QWidget parent=None, QGLWidget shareWidget=None, Qt.WindowFlags flags=0) +PyQt5.QtOpenGL.QGLWidget.__init__?1(self, QGLFormat, QWidget parent=None, QGLWidget shareWidget=None, Qt.WindowFlags flags=0) +PyQt5.QtOpenGL.QGLWidget.qglColor?4(QColor) +PyQt5.QtOpenGL.QGLWidget.qglClearColor?4(QColor) +PyQt5.QtOpenGL.QGLWidget.isValid?4() -> bool +PyQt5.QtOpenGL.QGLWidget.isSharing?4() -> bool +PyQt5.QtOpenGL.QGLWidget.makeCurrent?4() +PyQt5.QtOpenGL.QGLWidget.doneCurrent?4() +PyQt5.QtOpenGL.QGLWidget.doubleBuffer?4() -> bool +PyQt5.QtOpenGL.QGLWidget.swapBuffers?4() +PyQt5.QtOpenGL.QGLWidget.format?4() -> QGLFormat +PyQt5.QtOpenGL.QGLWidget.context?4() -> QGLContext +PyQt5.QtOpenGL.QGLWidget.setContext?4(QGLContext, QGLContext shareContext=None, bool deleteOldContext=True) +PyQt5.QtOpenGL.QGLWidget.renderPixmap?4(int width=0, int height=0, bool useContext=False) -> QPixmap +PyQt5.QtOpenGL.QGLWidget.grabFrameBuffer?4(bool withAlpha=False) -> QImage +PyQt5.QtOpenGL.QGLWidget.makeOverlayCurrent?4() +PyQt5.QtOpenGL.QGLWidget.overlayContext?4() -> QGLContext +PyQt5.QtOpenGL.QGLWidget.convertToGLFormat?4(QImage) -> QImage +PyQt5.QtOpenGL.QGLWidget.renderText?4(int, int, str, QFont font=QFont()) +PyQt5.QtOpenGL.QGLWidget.renderText?4(float, float, float, str, QFont font=QFont()) +PyQt5.QtOpenGL.QGLWidget.paintEngine?4() -> QPaintEngine +PyQt5.QtOpenGL.QGLWidget.bindTexture?4(QImage, int target=GL_TEXTURE_2D, int format=GL_RGBA) -> int +PyQt5.QtOpenGL.QGLWidget.bindTexture?4(QPixmap, int target=GL_TEXTURE_2D, int format=GL_RGBA) -> int +PyQt5.QtOpenGL.QGLWidget.bindTexture?4(str) -> int +PyQt5.QtOpenGL.QGLWidget.drawTexture?4(QRectF, int, int textureTarget=GL_TEXTURE_2D) +PyQt5.QtOpenGL.QGLWidget.drawTexture?4(QPointF, int, int textureTarget=GL_TEXTURE_2D) +PyQt5.QtOpenGL.QGLWidget.deleteTexture?4(int) +PyQt5.QtOpenGL.QGLWidget.updateGL?4() +PyQt5.QtOpenGL.QGLWidget.updateOverlayGL?4() +PyQt5.QtOpenGL.QGLWidget.event?4(QEvent) -> bool +PyQt5.QtOpenGL.QGLWidget.initializeGL?4() +PyQt5.QtOpenGL.QGLWidget.resizeGL?4(int, int) +PyQt5.QtOpenGL.QGLWidget.paintGL?4() +PyQt5.QtOpenGL.QGLWidget.initializeOverlayGL?4() +PyQt5.QtOpenGL.QGLWidget.resizeOverlayGL?4(int, int) +PyQt5.QtOpenGL.QGLWidget.paintOverlayGL?4() +PyQt5.QtOpenGL.QGLWidget.setAutoBufferSwap?4(bool) +PyQt5.QtOpenGL.QGLWidget.autoBufferSwap?4() -> bool +PyQt5.QtOpenGL.QGLWidget.paintEvent?4(QPaintEvent) +PyQt5.QtOpenGL.QGLWidget.resizeEvent?4(QResizeEvent) +PyQt5.QtOpenGL.QGLWidget.glInit?4() +PyQt5.QtOpenGL.QGLWidget.glDraw?4() +PyQt5.QtOpenGL.QGLWidget.bindTexture?4(QImage, int, int, QGLContext.BindOptions) -> int +PyQt5.QtOpenGL.QGLWidget.bindTexture?4(QPixmap, int, int, QGLContext.BindOptions) -> int +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintDialogOption?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.None_?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintToFile?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintSelection?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintPageRange?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintCollateCopies?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintShowPageSize?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintCurrentPage?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintRange?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.AllPages?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.Selection?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.PageRange?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog.CurrentPage?10 +PyQt5.QtPrintSupport.QAbstractPrintDialog?1(QPrinter, QWidget parent=None) +PyQt5.QtPrintSupport.QAbstractPrintDialog.__init__?1(self, QPrinter, QWidget parent=None) +PyQt5.QtPrintSupport.QAbstractPrintDialog.exec_?4() -> int +PyQt5.QtPrintSupport.QAbstractPrintDialog.exec?4() -> int +PyQt5.QtPrintSupport.QAbstractPrintDialog.setPrintRange?4(QAbstractPrintDialog.PrintRange) +PyQt5.QtPrintSupport.QAbstractPrintDialog.printRange?4() -> QAbstractPrintDialog.PrintRange +PyQt5.QtPrintSupport.QAbstractPrintDialog.setMinMax?4(int, int) +PyQt5.QtPrintSupport.QAbstractPrintDialog.minPage?4() -> int +PyQt5.QtPrintSupport.QAbstractPrintDialog.maxPage?4() -> int +PyQt5.QtPrintSupport.QAbstractPrintDialog.setFromTo?4(int, int) +PyQt5.QtPrintSupport.QAbstractPrintDialog.fromPage?4() -> int +PyQt5.QtPrintSupport.QAbstractPrintDialog.toPage?4() -> int +PyQt5.QtPrintSupport.QAbstractPrintDialog.printer?4() -> QPrinter +PyQt5.QtPrintSupport.QAbstractPrintDialog.setOptionTabs?4(list-of-QWidget) +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintDialogOptions?1(QAbstractPrintDialog.PrintDialogOptions) +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintDialogOptions.__init__?1(self, QAbstractPrintDialog.PrintDialogOptions) +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintDialogOptions?1(int) +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintDialogOptions.__init__?1(self, int) +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintDialogOptions?1() +PyQt5.QtPrintSupport.QAbstractPrintDialog.PrintDialogOptions.__init__?1(self) +PyQt5.QtPrintSupport.QPageSetupDialog?1(QPrinter, QWidget parent=None) +PyQt5.QtPrintSupport.QPageSetupDialog.__init__?1(self, QPrinter, QWidget parent=None) +PyQt5.QtPrintSupport.QPageSetupDialog?1(QWidget parent=None) +PyQt5.QtPrintSupport.QPageSetupDialog.__init__?1(self, QWidget parent=None) +PyQt5.QtPrintSupport.QPageSetupDialog.setVisible?4(bool) +PyQt5.QtPrintSupport.QPageSetupDialog.exec_?4() -> int +PyQt5.QtPrintSupport.QPageSetupDialog.exec?4() -> int +PyQt5.QtPrintSupport.QPageSetupDialog.open?4() +PyQt5.QtPrintSupport.QPageSetupDialog.open?4(slot) +PyQt5.QtPrintSupport.QPageSetupDialog.done?4(int) +PyQt5.QtPrintSupport.QPageSetupDialog.printer?4() -> QPrinter +PyQt5.QtPrintSupport.QPrintDialog?1(QPrinter, QWidget parent=None) +PyQt5.QtPrintSupport.QPrintDialog.__init__?1(self, QPrinter, QWidget parent=None) +PyQt5.QtPrintSupport.QPrintDialog?1(QWidget parent=None) +PyQt5.QtPrintSupport.QPrintDialog.__init__?1(self, QWidget parent=None) +PyQt5.QtPrintSupport.QPrintDialog.exec_?4() -> int +PyQt5.QtPrintSupport.QPrintDialog.exec?4() -> int +PyQt5.QtPrintSupport.QPrintDialog.accept?4() +PyQt5.QtPrintSupport.QPrintDialog.done?4(int) +PyQt5.QtPrintSupport.QPrintDialog.setOption?4(QAbstractPrintDialog.PrintDialogOption, bool on=True) +PyQt5.QtPrintSupport.QPrintDialog.testOption?4(QAbstractPrintDialog.PrintDialogOption) -> bool +PyQt5.QtPrintSupport.QPrintDialog.setOptions?4(QAbstractPrintDialog.PrintDialogOptions) +PyQt5.QtPrintSupport.QPrintDialog.options?4() -> QAbstractPrintDialog.PrintDialogOptions +PyQt5.QtPrintSupport.QPrintDialog.setVisible?4(bool) +PyQt5.QtPrintSupport.QPrintDialog.open?4() +PyQt5.QtPrintSupport.QPrintDialog.open?4(slot) +PyQt5.QtPrintSupport.QPrintDialog.accepted?4() +PyQt5.QtPrintSupport.QPrintDialog.accepted?4(QPrinter) +PyQt5.QtPrintSupport.QPrintEngine.PrintEnginePropertyKey?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_CollateCopies?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_ColorMode?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_Creator?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_DocumentName?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_FullPage?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_NumberOfCopies?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_Orientation?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_OutputFileName?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_PageOrder?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_PageRect?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_PageSize?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_PaperRect?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_PaperSource?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_PrinterName?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_PrinterProgram?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_Resolution?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_SelectionOption?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_SupportedResolutions?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_WindowsPageSize?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_FontEmbedding?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_Duplex?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_PaperSources?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_CustomPaperSize?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_PageMargins?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_PaperSize?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_CopyCount?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_SupportsMultipleCopies?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_PaperName?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_QPageSize?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_QPageMargins?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_QPageLayout?10 +PyQt5.QtPrintSupport.QPrintEngine.PPK_CustomBase?10 +PyQt5.QtPrintSupport.QPrintEngine?1() +PyQt5.QtPrintSupport.QPrintEngine.__init__?1(self) +PyQt5.QtPrintSupport.QPrintEngine?1(QPrintEngine) +PyQt5.QtPrintSupport.QPrintEngine.__init__?1(self, QPrintEngine) +PyQt5.QtPrintSupport.QPrintEngine.setProperty?4(QPrintEngine.PrintEnginePropertyKey, QVariant) +PyQt5.QtPrintSupport.QPrintEngine.property?4(QPrintEngine.PrintEnginePropertyKey) -> QVariant +PyQt5.QtPrintSupport.QPrintEngine.newPage?4() -> bool +PyQt5.QtPrintSupport.QPrintEngine.abort?4() -> bool +PyQt5.QtPrintSupport.QPrintEngine.metric?4(QPaintDevice.PaintDeviceMetric) -> int +PyQt5.QtPrintSupport.QPrintEngine.printerState?4() -> QPrinter.PrinterState +PyQt5.QtPrintSupport.QPrinter.DuplexMode?10 +PyQt5.QtPrintSupport.QPrinter.DuplexNone?10 +PyQt5.QtPrintSupport.QPrinter.DuplexAuto?10 +PyQt5.QtPrintSupport.QPrinter.DuplexLongSide?10 +PyQt5.QtPrintSupport.QPrinter.DuplexShortSide?10 +PyQt5.QtPrintSupport.QPrinter.Unit?10 +PyQt5.QtPrintSupport.QPrinter.Millimeter?10 +PyQt5.QtPrintSupport.QPrinter.Point?10 +PyQt5.QtPrintSupport.QPrinter.Inch?10 +PyQt5.QtPrintSupport.QPrinter.Pica?10 +PyQt5.QtPrintSupport.QPrinter.Didot?10 +PyQt5.QtPrintSupport.QPrinter.Cicero?10 +PyQt5.QtPrintSupport.QPrinter.DevicePixel?10 +PyQt5.QtPrintSupport.QPrinter.PrintRange?10 +PyQt5.QtPrintSupport.QPrinter.AllPages?10 +PyQt5.QtPrintSupport.QPrinter.Selection?10 +PyQt5.QtPrintSupport.QPrinter.PageRange?10 +PyQt5.QtPrintSupport.QPrinter.CurrentPage?10 +PyQt5.QtPrintSupport.QPrinter.OutputFormat?10 +PyQt5.QtPrintSupport.QPrinter.NativeFormat?10 +PyQt5.QtPrintSupport.QPrinter.PdfFormat?10 +PyQt5.QtPrintSupport.QPrinter.PrinterState?10 +PyQt5.QtPrintSupport.QPrinter.Idle?10 +PyQt5.QtPrintSupport.QPrinter.Active?10 +PyQt5.QtPrintSupport.QPrinter.Aborted?10 +PyQt5.QtPrintSupport.QPrinter.Error?10 +PyQt5.QtPrintSupport.QPrinter.PaperSource?10 +PyQt5.QtPrintSupport.QPrinter.OnlyOne?10 +PyQt5.QtPrintSupport.QPrinter.Lower?10 +PyQt5.QtPrintSupport.QPrinter.Middle?10 +PyQt5.QtPrintSupport.QPrinter.Manual?10 +PyQt5.QtPrintSupport.QPrinter.Envelope?10 +PyQt5.QtPrintSupport.QPrinter.EnvelopeManual?10 +PyQt5.QtPrintSupport.QPrinter.Auto?10 +PyQt5.QtPrintSupport.QPrinter.Tractor?10 +PyQt5.QtPrintSupport.QPrinter.SmallFormat?10 +PyQt5.QtPrintSupport.QPrinter.LargeFormat?10 +PyQt5.QtPrintSupport.QPrinter.LargeCapacity?10 +PyQt5.QtPrintSupport.QPrinter.Cassette?10 +PyQt5.QtPrintSupport.QPrinter.FormSource?10 +PyQt5.QtPrintSupport.QPrinter.MaxPageSource?10 +PyQt5.QtPrintSupport.QPrinter.Upper?10 +PyQt5.QtPrintSupport.QPrinter.CustomSource?10 +PyQt5.QtPrintSupport.QPrinter.LastPaperSource?10 +PyQt5.QtPrintSupport.QPrinter.ColorMode?10 +PyQt5.QtPrintSupport.QPrinter.GrayScale?10 +PyQt5.QtPrintSupport.QPrinter.Color?10 +PyQt5.QtPrintSupport.QPrinter.PageOrder?10 +PyQt5.QtPrintSupport.QPrinter.FirstPageFirst?10 +PyQt5.QtPrintSupport.QPrinter.LastPageFirst?10 +PyQt5.QtPrintSupport.QPrinter.Orientation?10 +PyQt5.QtPrintSupport.QPrinter.Portrait?10 +PyQt5.QtPrintSupport.QPrinter.Landscape?10 +PyQt5.QtPrintSupport.QPrinter.PrinterMode?10 +PyQt5.QtPrintSupport.QPrinter.ScreenResolution?10 +PyQt5.QtPrintSupport.QPrinter.PrinterResolution?10 +PyQt5.QtPrintSupport.QPrinter.HighResolution?10 +PyQt5.QtPrintSupport.QPrinter?1(QPrinter.PrinterMode mode=QPrinter.ScreenResolution) +PyQt5.QtPrintSupport.QPrinter.__init__?1(self, QPrinter.PrinterMode mode=QPrinter.ScreenResolution) +PyQt5.QtPrintSupport.QPrinter?1(QPrinterInfo, QPrinter.PrinterMode mode=QPrinter.ScreenResolution) +PyQt5.QtPrintSupport.QPrinter.__init__?1(self, QPrinterInfo, QPrinter.PrinterMode mode=QPrinter.ScreenResolution) +PyQt5.QtPrintSupport.QPrinter.setOutputFormat?4(QPrinter.OutputFormat) +PyQt5.QtPrintSupport.QPrinter.outputFormat?4() -> QPrinter.OutputFormat +PyQt5.QtPrintSupport.QPrinter.setPrinterName?4(str) +PyQt5.QtPrintSupport.QPrinter.printerName?4() -> str +PyQt5.QtPrintSupport.QPrinter.isValid?4() -> bool +PyQt5.QtPrintSupport.QPrinter.setOutputFileName?4(str) +PyQt5.QtPrintSupport.QPrinter.outputFileName?4() -> str +PyQt5.QtPrintSupport.QPrinter.setPrintProgram?4(str) +PyQt5.QtPrintSupport.QPrinter.printProgram?4() -> str +PyQt5.QtPrintSupport.QPrinter.setDocName?4(str) +PyQt5.QtPrintSupport.QPrinter.docName?4() -> str +PyQt5.QtPrintSupport.QPrinter.setCreator?4(str) +PyQt5.QtPrintSupport.QPrinter.creator?4() -> str +PyQt5.QtPrintSupport.QPrinter.setOrientation?4(QPrinter.Orientation) +PyQt5.QtPrintSupport.QPrinter.orientation?4() -> QPrinter.Orientation +PyQt5.QtPrintSupport.QPrinter.setPageSizeMM?4(QSizeF) +PyQt5.QtPrintSupport.QPrinter.setPaperSize?4(QPagedPaintDevice.PageSize) +PyQt5.QtPrintSupport.QPrinter.paperSize?4() -> QPagedPaintDevice.PageSize +PyQt5.QtPrintSupport.QPrinter.setPaperSize?4(QSizeF, QPrinter.Unit) +PyQt5.QtPrintSupport.QPrinter.paperSize?4(QPrinter.Unit) -> QSizeF +PyQt5.QtPrintSupport.QPrinter.setPageOrder?4(QPrinter.PageOrder) +PyQt5.QtPrintSupport.QPrinter.pageOrder?4() -> QPrinter.PageOrder +PyQt5.QtPrintSupport.QPrinter.setResolution?4(int) +PyQt5.QtPrintSupport.QPrinter.resolution?4() -> int +PyQt5.QtPrintSupport.QPrinter.setColorMode?4(QPrinter.ColorMode) +PyQt5.QtPrintSupport.QPrinter.colorMode?4() -> QPrinter.ColorMode +PyQt5.QtPrintSupport.QPrinter.setCollateCopies?4(bool) +PyQt5.QtPrintSupport.QPrinter.collateCopies?4() -> bool +PyQt5.QtPrintSupport.QPrinter.setFullPage?4(bool) +PyQt5.QtPrintSupport.QPrinter.fullPage?4() -> bool +PyQt5.QtPrintSupport.QPrinter.setCopyCount?4(int) +PyQt5.QtPrintSupport.QPrinter.copyCount?4() -> int +PyQt5.QtPrintSupport.QPrinter.supportsMultipleCopies?4() -> bool +PyQt5.QtPrintSupport.QPrinter.setPaperSource?4(QPrinter.PaperSource) +PyQt5.QtPrintSupport.QPrinter.paperSource?4() -> QPrinter.PaperSource +PyQt5.QtPrintSupport.QPrinter.setDuplex?4(QPrinter.DuplexMode) +PyQt5.QtPrintSupport.QPrinter.duplex?4() -> QPrinter.DuplexMode +PyQt5.QtPrintSupport.QPrinter.supportedResolutions?4() -> list-of-int +PyQt5.QtPrintSupport.QPrinter.setFontEmbeddingEnabled?4(bool) +PyQt5.QtPrintSupport.QPrinter.fontEmbeddingEnabled?4() -> bool +PyQt5.QtPrintSupport.QPrinter.setDoubleSidedPrinting?4(bool) +PyQt5.QtPrintSupport.QPrinter.doubleSidedPrinting?4() -> bool +PyQt5.QtPrintSupport.QPrinter.paperRect?4() -> QRect +PyQt5.QtPrintSupport.QPrinter.pageRect?4() -> QRect +PyQt5.QtPrintSupport.QPrinter.paperRect?4(QPrinter.Unit) -> QRectF +PyQt5.QtPrintSupport.QPrinter.pageRect?4(QPrinter.Unit) -> QRectF +PyQt5.QtPrintSupport.QPrinter.printerSelectionOption?4() -> str +PyQt5.QtPrintSupport.QPrinter.setPrinterSelectionOption?4(str) +PyQt5.QtPrintSupport.QPrinter.newPage?4() -> bool +PyQt5.QtPrintSupport.QPrinter.abort?4() -> bool +PyQt5.QtPrintSupport.QPrinter.printerState?4() -> QPrinter.PrinterState +PyQt5.QtPrintSupport.QPrinter.paintEngine?4() -> QPaintEngine +PyQt5.QtPrintSupport.QPrinter.printEngine?4() -> QPrintEngine +PyQt5.QtPrintSupport.QPrinter.setFromTo?4(int, int) +PyQt5.QtPrintSupport.QPrinter.fromPage?4() -> int +PyQt5.QtPrintSupport.QPrinter.toPage?4() -> int +PyQt5.QtPrintSupport.QPrinter.setPrintRange?4(QPrinter.PrintRange) +PyQt5.QtPrintSupport.QPrinter.printRange?4() -> QPrinter.PrintRange +PyQt5.QtPrintSupport.QPrinter.setMargins?4(QPagedPaintDevice.Margins) +PyQt5.QtPrintSupport.QPrinter.setPageMargins?4(float, float, float, float, QPrinter.Unit) +PyQt5.QtPrintSupport.QPrinter.getPageMargins?4(QPrinter.Unit) -> (float, float, float, float) +PyQt5.QtPrintSupport.QPrinter.metric?4(QPaintDevice.PaintDeviceMetric) -> int +PyQt5.QtPrintSupport.QPrinter.setEngines?4(QPrintEngine, QPaintEngine) +PyQt5.QtPrintSupport.QPrinter.setPaperName?4(str) +PyQt5.QtPrintSupport.QPrinter.paperName?4() -> str +PyQt5.QtPrintSupport.QPrinterInfo?1() +PyQt5.QtPrintSupport.QPrinterInfo.__init__?1(self) +PyQt5.QtPrintSupport.QPrinterInfo?1(QPrinterInfo) +PyQt5.QtPrintSupport.QPrinterInfo.__init__?1(self, QPrinterInfo) +PyQt5.QtPrintSupport.QPrinterInfo?1(QPrinter) +PyQt5.QtPrintSupport.QPrinterInfo.__init__?1(self, QPrinter) +PyQt5.QtPrintSupport.QPrinterInfo.printerName?4() -> str +PyQt5.QtPrintSupport.QPrinterInfo.isNull?4() -> bool +PyQt5.QtPrintSupport.QPrinterInfo.isDefault?4() -> bool +PyQt5.QtPrintSupport.QPrinterInfo.supportedPaperSizes?4() -> list-of-QPagedPaintDevice.PageSize +PyQt5.QtPrintSupport.QPrinterInfo.supportedSizesWithNames?4() -> list-of-tuple-of-QString-QSizeF +PyQt5.QtPrintSupport.QPrinterInfo.availablePrinters?4() -> list-of-QPrinterInfo +PyQt5.QtPrintSupport.QPrinterInfo.defaultPrinter?4() -> QPrinterInfo +PyQt5.QtPrintSupport.QPrinterInfo.description?4() -> str +PyQt5.QtPrintSupport.QPrinterInfo.location?4() -> str +PyQt5.QtPrintSupport.QPrinterInfo.makeAndModel?4() -> str +PyQt5.QtPrintSupport.QPrinterInfo.printerInfo?4(str) -> QPrinterInfo +PyQt5.QtPrintSupport.QPrinterInfo.isRemote?4() -> bool +PyQt5.QtPrintSupport.QPrinterInfo.state?4() -> QPrinter.PrinterState +PyQt5.QtPrintSupport.QPrinterInfo.supportedPageSizes?4() -> list-of-QPageSize +PyQt5.QtPrintSupport.QPrinterInfo.defaultPageSize?4() -> QPageSize +PyQt5.QtPrintSupport.QPrinterInfo.supportsCustomPageSizes?4() -> bool +PyQt5.QtPrintSupport.QPrinterInfo.minimumPhysicalPageSize?4() -> QPageSize +PyQt5.QtPrintSupport.QPrinterInfo.maximumPhysicalPageSize?4() -> QPageSize +PyQt5.QtPrintSupport.QPrinterInfo.supportedResolutions?4() -> list-of-int +PyQt5.QtPrintSupport.QPrinterInfo.availablePrinterNames?4() -> list-of-str +PyQt5.QtPrintSupport.QPrinterInfo.defaultPrinterName?4() -> str +PyQt5.QtPrintSupport.QPrintPreviewDialog?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtPrintSupport.QPrintPreviewDialog.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtPrintSupport.QPrintPreviewDialog?1(QPrinter, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtPrintSupport.QPrintPreviewDialog.__init__?1(self, QPrinter, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtPrintSupport.QPrintPreviewDialog.setVisible?4(bool) +PyQt5.QtPrintSupport.QPrintPreviewDialog.open?4() +PyQt5.QtPrintSupport.QPrintPreviewDialog.open?4(slot) +PyQt5.QtPrintSupport.QPrintPreviewDialog.printer?4() -> QPrinter +PyQt5.QtPrintSupport.QPrintPreviewDialog.done?4(int) +PyQt5.QtPrintSupport.QPrintPreviewDialog.paintRequested?4(QPrinter) +PyQt5.QtPrintSupport.QPrintPreviewWidget.ZoomMode?10 +PyQt5.QtPrintSupport.QPrintPreviewWidget.CustomZoom?10 +PyQt5.QtPrintSupport.QPrintPreviewWidget.FitToWidth?10 +PyQt5.QtPrintSupport.QPrintPreviewWidget.FitInView?10 +PyQt5.QtPrintSupport.QPrintPreviewWidget.ViewMode?10 +PyQt5.QtPrintSupport.QPrintPreviewWidget.SinglePageView?10 +PyQt5.QtPrintSupport.QPrintPreviewWidget.FacingPagesView?10 +PyQt5.QtPrintSupport.QPrintPreviewWidget.AllPagesView?10 +PyQt5.QtPrintSupport.QPrintPreviewWidget?1(QPrinter, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtPrintSupport.QPrintPreviewWidget.__init__?1(self, QPrinter, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtPrintSupport.QPrintPreviewWidget?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtPrintSupport.QPrintPreviewWidget.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtPrintSupport.QPrintPreviewWidget.zoomFactor?4() -> float +PyQt5.QtPrintSupport.QPrintPreviewWidget.orientation?4() -> QPrinter.Orientation +PyQt5.QtPrintSupport.QPrintPreviewWidget.viewMode?4() -> QPrintPreviewWidget.ViewMode +PyQt5.QtPrintSupport.QPrintPreviewWidget.zoomMode?4() -> QPrintPreviewWidget.ZoomMode +PyQt5.QtPrintSupport.QPrintPreviewWidget.currentPage?4() -> int +PyQt5.QtPrintSupport.QPrintPreviewWidget.setVisible?4(bool) +PyQt5.QtPrintSupport.QPrintPreviewWidget.print_?4() +PyQt5.QtPrintSupport.QPrintPreviewWidget.print?4() +PyQt5.QtPrintSupport.QPrintPreviewWidget.zoomIn?4(float factor=1.1) +PyQt5.QtPrintSupport.QPrintPreviewWidget.zoomOut?4(float factor=1.1) +PyQt5.QtPrintSupport.QPrintPreviewWidget.setZoomFactor?4(float) +PyQt5.QtPrintSupport.QPrintPreviewWidget.setOrientation?4(QPrinter.Orientation) +PyQt5.QtPrintSupport.QPrintPreviewWidget.setViewMode?4(QPrintPreviewWidget.ViewMode) +PyQt5.QtPrintSupport.QPrintPreviewWidget.setZoomMode?4(QPrintPreviewWidget.ZoomMode) +PyQt5.QtPrintSupport.QPrintPreviewWidget.setCurrentPage?4(int) +PyQt5.QtPrintSupport.QPrintPreviewWidget.fitToWidth?4() +PyQt5.QtPrintSupport.QPrintPreviewWidget.fitInView?4() +PyQt5.QtPrintSupport.QPrintPreviewWidget.setLandscapeOrientation?4() +PyQt5.QtPrintSupport.QPrintPreviewWidget.setPortraitOrientation?4() +PyQt5.QtPrintSupport.QPrintPreviewWidget.setSinglePageViewMode?4() +PyQt5.QtPrintSupport.QPrintPreviewWidget.setFacingPagesViewMode?4() +PyQt5.QtPrintSupport.QPrintPreviewWidget.setAllPagesViewMode?4() +PyQt5.QtPrintSupport.QPrintPreviewWidget.updatePreview?4() +PyQt5.QtPrintSupport.QPrintPreviewWidget.paintRequested?4(QPrinter) +PyQt5.QtPrintSupport.QPrintPreviewWidget.previewChanged?4() +PyQt5.QtPrintSupport.QPrintPreviewWidget.pageCount?4() -> int +PyQt5.QtQml.qmlAttachedPropertiesObject?4(type, QObject, bool create=True) -> QObject +PyQt5.QtQml.qmlRegisterRevision?4(type, int, str, int, int, type attachedProperties=0) -> int +PyQt5.QtQml.qmlRegisterSingletonType?4(QUrl, str, int, int, str) -> int +PyQt5.QtQml.qmlRegisterSingletonType?4(type, str, int, int, str, callable) -> int +PyQt5.QtQml.qmlRegisterType?4(QUrl, str, int, int, str) -> int +PyQt5.QtQml.qmlRegisterType?4(type, type attachedProperties=0) -> int +PyQt5.QtQml.qmlRegisterType?4(type, str, int, int, str, type attachedProperties=0) -> int +PyQt5.QtQml.qmlRegisterType?4(type, int, str, int, int, str, type attachedProperties=0) -> int +PyQt5.QtQml.qmlRegisterUncreatableType?4(type, str, int, int, str, str) -> int +PyQt5.QtQml.qmlRegisterUncreatableType?4(type, int, str, int, int, str, str) -> int +PyQt5.QtQml.QJSEngine?1() +PyQt5.QtQml.QJSEngine.__init__?1(self) +PyQt5.QtQml.QJSEngine?1(QObject) +PyQt5.QtQml.QJSEngine.__init__?1(self, QObject) +PyQt5.QtQml.QJSEngine.globalObject?4() -> QJSValue +PyQt5.QtQml.QJSEngine.evaluate?4(str, str fileName=QString(), int lineNumber=1) -> QJSValue +PyQt5.QtQml.QJSEngine.newObject?4() -> QJSValue +PyQt5.QtQml.QJSEngine.newArray?4(int length=0) -> QJSValue +PyQt5.QtQml.QJSEngine.newQObject?4(QObject) -> QJSValue +PyQt5.QtQml.QJSEngine.collectGarbage?4() +PyQt5.QtQml.QJSValue.SpecialValue?10 +PyQt5.QtQml.QJSValue.NullValue?10 +PyQt5.QtQml.QJSValue.UndefinedValue?10 +PyQt5.QtQml.QJSValue?1(QJSValue.SpecialValue value=QJSValue.UndefinedValue) +PyQt5.QtQml.QJSValue.__init__?1(self, QJSValue.SpecialValue value=QJSValue.UndefinedValue) +PyQt5.QtQml.QJSValue?1(QJSValue) +PyQt5.QtQml.QJSValue.__init__?1(self, QJSValue) +PyQt5.QtQml.QJSValue.isBool?4() -> bool +PyQt5.QtQml.QJSValue.isNumber?4() -> bool +PyQt5.QtQml.QJSValue.isNull?4() -> bool +PyQt5.QtQml.QJSValue.isString?4() -> bool +PyQt5.QtQml.QJSValue.isUndefined?4() -> bool +PyQt5.QtQml.QJSValue.isVariant?4() -> bool +PyQt5.QtQml.QJSValue.isQObject?4() -> bool +PyQt5.QtQml.QJSValue.isObject?4() -> bool +PyQt5.QtQml.QJSValue.isDate?4() -> bool +PyQt5.QtQml.QJSValue.isRegExp?4() -> bool +PyQt5.QtQml.QJSValue.isArray?4() -> bool +PyQt5.QtQml.QJSValue.isError?4() -> bool +PyQt5.QtQml.QJSValue.toString?4() -> str +PyQt5.QtQml.QJSValue.toNumber?4() -> float +PyQt5.QtQml.QJSValue.toInt?4() -> int +PyQt5.QtQml.QJSValue.toUInt?4() -> int +PyQt5.QtQml.QJSValue.toBool?4() -> bool +PyQt5.QtQml.QJSValue.toVariant?4() -> QVariant +PyQt5.QtQml.QJSValue.toQObject?4() -> QObject +PyQt5.QtQml.QJSValue.toDateTime?4() -> QDateTime +PyQt5.QtQml.QJSValue.equals?4(QJSValue) -> bool +PyQt5.QtQml.QJSValue.strictlyEquals?4(QJSValue) -> bool +PyQt5.QtQml.QJSValue.prototype?4() -> QJSValue +PyQt5.QtQml.QJSValue.setPrototype?4(QJSValue) +PyQt5.QtQml.QJSValue.property?4(str) -> QJSValue +PyQt5.QtQml.QJSValue.setProperty?4(str, QJSValue) +PyQt5.QtQml.QJSValue.hasProperty?4(str) -> bool +PyQt5.QtQml.QJSValue.hasOwnProperty?4(str) -> bool +PyQt5.QtQml.QJSValue.property?4(int) -> QJSValue +PyQt5.QtQml.QJSValue.setProperty?4(int, QJSValue) +PyQt5.QtQml.QJSValue.deleteProperty?4(str) -> bool +PyQt5.QtQml.QJSValue.isCallable?4() -> bool +PyQt5.QtQml.QJSValue.call?4(list-of-QJSValue args=QList<QJSValue>()) -> QJSValue +PyQt5.QtQml.QJSValue.callWithInstance?4(QJSValue, list-of-QJSValue args=QList<QJSValue>()) -> QJSValue +PyQt5.QtQml.QJSValue.callAsConstructor?4(list-of-QJSValue args=QList<QJSValue>()) -> QJSValue +PyQt5.QtQml.QJSValueIterator?1(QJSValue) +PyQt5.QtQml.QJSValueIterator.__init__?1(self, QJSValue) +PyQt5.QtQml.QJSValueIterator.hasNext?4() -> bool +PyQt5.QtQml.QJSValueIterator.next?4() -> bool +PyQt5.QtQml.QJSValueIterator.name?4() -> str +PyQt5.QtQml.QJSValueIterator.value?4() -> QJSValue +PyQt5.QtQml.QQmlAbstractUrlInterceptor.DataType?10 +PyQt5.QtQml.QQmlAbstractUrlInterceptor.QmlFile?10 +PyQt5.QtQml.QQmlAbstractUrlInterceptor.JavaScriptFile?10 +PyQt5.QtQml.QQmlAbstractUrlInterceptor.QmldirFile?10 +PyQt5.QtQml.QQmlAbstractUrlInterceptor.UrlString?10 +PyQt5.QtQml.QQmlAbstractUrlInterceptor?1() +PyQt5.QtQml.QQmlAbstractUrlInterceptor.__init__?1(self) +PyQt5.QtQml.QQmlAbstractUrlInterceptor?1(QQmlAbstractUrlInterceptor) +PyQt5.QtQml.QQmlAbstractUrlInterceptor.__init__?1(self, QQmlAbstractUrlInterceptor) +PyQt5.QtQml.QQmlAbstractUrlInterceptor.intercept?4(QUrl, QQmlAbstractUrlInterceptor.DataType) -> QUrl +PyQt5.QtQml.QQmlEngine.ObjectOwnership?10 +PyQt5.QtQml.QQmlEngine.CppOwnership?10 +PyQt5.QtQml.QQmlEngine.JavaScriptOwnership?10 +PyQt5.QtQml.QQmlEngine?1(QObject parent=None) +PyQt5.QtQml.QQmlEngine.__init__?1(self, QObject parent=None) +PyQt5.QtQml.QQmlEngine.rootContext?4() -> QQmlContext +PyQt5.QtQml.QQmlEngine.clearComponentCache?4() +PyQt5.QtQml.QQmlEngine.trimComponentCache?4() +PyQt5.QtQml.QQmlEngine.importPathList?4() -> list-of-str +PyQt5.QtQml.QQmlEngine.setImportPathList?4(list-of-str) +PyQt5.QtQml.QQmlEngine.addImportPath?4(str) +PyQt5.QtQml.QQmlEngine.pluginPathList?4() -> list-of-str +PyQt5.QtQml.QQmlEngine.setPluginPathList?4(list-of-str) +PyQt5.QtQml.QQmlEngine.addPluginPath?4(str) +PyQt5.QtQml.QQmlEngine.addNamedBundle?4(str, str) -> bool +PyQt5.QtQml.QQmlEngine.importPlugin?4(str, str, list-of-QQmlError) -> bool +PyQt5.QtQml.QQmlEngine.setNetworkAccessManagerFactory?4(QQmlNetworkAccessManagerFactory) +PyQt5.QtQml.QQmlEngine.networkAccessManagerFactory?4() -> QQmlNetworkAccessManagerFactory +PyQt5.QtQml.QQmlEngine.networkAccessManager?4() -> QNetworkAccessManager +PyQt5.QtQml.QQmlEngine.addImageProvider?4(str, QQmlImageProviderBase) +PyQt5.QtQml.QQmlEngine.imageProvider?4(str) -> QQmlImageProviderBase +PyQt5.QtQml.QQmlEngine.removeImageProvider?4(str) +PyQt5.QtQml.QQmlEngine.setIncubationController?4(QQmlIncubationController) +PyQt5.QtQml.QQmlEngine.incubationController?4() -> QQmlIncubationController +PyQt5.QtQml.QQmlEngine.setOfflineStoragePath?4(str) +PyQt5.QtQml.QQmlEngine.offlineStoragePath?4() -> str +PyQt5.QtQml.QQmlEngine.baseUrl?4() -> QUrl +PyQt5.QtQml.QQmlEngine.setBaseUrl?4(QUrl) +PyQt5.QtQml.QQmlEngine.outputWarningsToStandardError?4() -> bool +PyQt5.QtQml.QQmlEngine.setOutputWarningsToStandardError?4(bool) +PyQt5.QtQml.QQmlEngine.contextForObject?4(QObject) -> QQmlContext +PyQt5.QtQml.QQmlEngine.setContextForObject?4(QObject, QQmlContext) +PyQt5.QtQml.QQmlEngine.setObjectOwnership?4(QObject, QQmlEngine.ObjectOwnership) +PyQt5.QtQml.QQmlEngine.objectOwnership?4(QObject) -> QQmlEngine.ObjectOwnership +PyQt5.QtQml.QQmlEngine.event?4(QEvent) -> bool +PyQt5.QtQml.QQmlEngine.quit?4() +PyQt5.QtQml.QQmlEngine.warnings?4(list-of-QQmlError) +PyQt5.QtQml.QQmlApplicationEngine?1(QObject parent=None) +PyQt5.QtQml.QQmlApplicationEngine.__init__?1(self, QObject parent=None) +PyQt5.QtQml.QQmlApplicationEngine?1(QUrl, QObject parent=None) +PyQt5.QtQml.QQmlApplicationEngine.__init__?1(self, QUrl, QObject parent=None) +PyQt5.QtQml.QQmlApplicationEngine?1(str, QObject parent=None) +PyQt5.QtQml.QQmlApplicationEngine.__init__?1(self, str, QObject parent=None) +PyQt5.QtQml.QQmlApplicationEngine.rootObjects?4() -> list-of-QObject +PyQt5.QtQml.QQmlApplicationEngine.load?4(QUrl) +PyQt5.QtQml.QQmlApplicationEngine.load?4(str) +PyQt5.QtQml.QQmlApplicationEngine.loadData?4(QByteArray, QUrl url=QUrl()) +PyQt5.QtQml.QQmlApplicationEngine.objectCreated?4(QObject, QUrl) +PyQt5.QtQml.QQmlComponent.Status?10 +PyQt5.QtQml.QQmlComponent.Null?10 +PyQt5.QtQml.QQmlComponent.Ready?10 +PyQt5.QtQml.QQmlComponent.Loading?10 +PyQt5.QtQml.QQmlComponent.Error?10 +PyQt5.QtQml.QQmlComponent.CompilationMode?10 +PyQt5.QtQml.QQmlComponent.PreferSynchronous?10 +PyQt5.QtQml.QQmlComponent.Asynchronous?10 +PyQt5.QtQml.QQmlComponent?1(QQmlEngine, QObject parent=None) +PyQt5.QtQml.QQmlComponent.__init__?1(self, QQmlEngine, QObject parent=None) +PyQt5.QtQml.QQmlComponent?1(QQmlEngine, str, QObject parent=None) +PyQt5.QtQml.QQmlComponent.__init__?1(self, QQmlEngine, str, QObject parent=None) +PyQt5.QtQml.QQmlComponent?1(QQmlEngine, str, QQmlComponent.CompilationMode, QObject parent=None) +PyQt5.QtQml.QQmlComponent.__init__?1(self, QQmlEngine, str, QQmlComponent.CompilationMode, QObject parent=None) +PyQt5.QtQml.QQmlComponent?1(QQmlEngine, QUrl, QObject parent=None) +PyQt5.QtQml.QQmlComponent.__init__?1(self, QQmlEngine, QUrl, QObject parent=None) +PyQt5.QtQml.QQmlComponent?1(QQmlEngine, QUrl, QQmlComponent.CompilationMode, QObject parent=None) +PyQt5.QtQml.QQmlComponent.__init__?1(self, QQmlEngine, QUrl, QQmlComponent.CompilationMode, QObject parent=None) +PyQt5.QtQml.QQmlComponent?1(QObject parent=None) +PyQt5.QtQml.QQmlComponent.__init__?1(self, QObject parent=None) +PyQt5.QtQml.QQmlComponent.status?4() -> QQmlComponent.Status +PyQt5.QtQml.QQmlComponent.isNull?4() -> bool +PyQt5.QtQml.QQmlComponent.isReady?4() -> bool +PyQt5.QtQml.QQmlComponent.isError?4() -> bool +PyQt5.QtQml.QQmlComponent.isLoading?4() -> bool +PyQt5.QtQml.QQmlComponent.errors?4() -> list-of-QQmlError +PyQt5.QtQml.QQmlComponent.progress?4() -> float +PyQt5.QtQml.QQmlComponent.url?4() -> QUrl +PyQt5.QtQml.QQmlComponent.create?4(QQmlContext context=None) -> QObject +PyQt5.QtQml.QQmlComponent.beginCreate?4(QQmlContext) -> QObject +PyQt5.QtQml.QQmlComponent.completeCreate?4() +PyQt5.QtQml.QQmlComponent.create?4(QQmlIncubator, QQmlContext context=None, QQmlContext forContext=None) +PyQt5.QtQml.QQmlComponent.creationContext?4() -> QQmlContext +PyQt5.QtQml.QQmlComponent.loadUrl?4(QUrl) +PyQt5.QtQml.QQmlComponent.loadUrl?4(QUrl, QQmlComponent.CompilationMode) +PyQt5.QtQml.QQmlComponent.setData?4(QByteArray, QUrl) +PyQt5.QtQml.QQmlComponent.statusChanged?4(QQmlComponent.Status) +PyQt5.QtQml.QQmlComponent.progressChanged?4(float) +PyQt5.QtQml.QQmlContext?1(QQmlEngine, QObject parent=None) +PyQt5.QtQml.QQmlContext.__init__?1(self, QQmlEngine, QObject parent=None) +PyQt5.QtQml.QQmlContext?1(QQmlContext, QObject parent=None) +PyQt5.QtQml.QQmlContext.__init__?1(self, QQmlContext, QObject parent=None) +PyQt5.QtQml.QQmlContext.isValid?4() -> bool +PyQt5.QtQml.QQmlContext.engine?4() -> QQmlEngine +PyQt5.QtQml.QQmlContext.parentContext?4() -> QQmlContext +PyQt5.QtQml.QQmlContext.contextObject?4() -> QObject +PyQt5.QtQml.QQmlContext.setContextObject?4(QObject) +PyQt5.QtQml.QQmlContext.contextProperty?4(str) -> QVariant +PyQt5.QtQml.QQmlContext.setContextProperty?4(str, QObject) +PyQt5.QtQml.QQmlContext.setContextProperty?4(str, QVariant) +PyQt5.QtQml.QQmlContext.nameForObject?4(QObject) -> str +PyQt5.QtQml.QQmlContext.resolvedUrl?4(QUrl) -> QUrl +PyQt5.QtQml.QQmlContext.setBaseUrl?4(QUrl) +PyQt5.QtQml.QQmlContext.baseUrl?4() -> QUrl +PyQt5.QtQml.QQmlImageProviderBase.Flag?10 +PyQt5.QtQml.QQmlImageProviderBase.ForceAsynchronousImageLoading?10 +PyQt5.QtQml.QQmlImageProviderBase.ImageType?10 +PyQt5.QtQml.QQmlImageProviderBase.Image?10 +PyQt5.QtQml.QQmlImageProviderBase.Pixmap?10 +PyQt5.QtQml.QQmlImageProviderBase.Texture?10 +PyQt5.QtQml.QQmlImageProviderBase?1(QQmlImageProviderBase) +PyQt5.QtQml.QQmlImageProviderBase.__init__?1(self, QQmlImageProviderBase) +PyQt5.QtQml.QQmlImageProviderBase.imageType?4() -> QQmlImageProviderBase.ImageType +PyQt5.QtQml.QQmlImageProviderBase.flags?4() -> QQmlImageProviderBase.Flags +PyQt5.QtQml.QQmlImageProviderBase.Flags?1(QQmlImageProviderBase.Flags) +PyQt5.QtQml.QQmlImageProviderBase.Flags.__init__?1(self, QQmlImageProviderBase.Flags) +PyQt5.QtQml.QQmlImageProviderBase.Flags?1(int) +PyQt5.QtQml.QQmlImageProviderBase.Flags.__init__?1(self, int) +PyQt5.QtQml.QQmlImageProviderBase.Flags?1() +PyQt5.QtQml.QQmlImageProviderBase.Flags.__init__?1(self) +PyQt5.QtQml.QQmlError?1() +PyQt5.QtQml.QQmlError.__init__?1(self) +PyQt5.QtQml.QQmlError?1(QQmlError) +PyQt5.QtQml.QQmlError.__init__?1(self, QQmlError) +PyQt5.QtQml.QQmlError.isValid?4() -> bool +PyQt5.QtQml.QQmlError.url?4() -> QUrl +PyQt5.QtQml.QQmlError.setUrl?4(QUrl) +PyQt5.QtQml.QQmlError.description?4() -> str +PyQt5.QtQml.QQmlError.setDescription?4(str) +PyQt5.QtQml.QQmlError.line?4() -> int +PyQt5.QtQml.QQmlError.setLine?4(int) +PyQt5.QtQml.QQmlError.column?4() -> int +PyQt5.QtQml.QQmlError.setColumn?4(int) +PyQt5.QtQml.QQmlError.toString?4() -> str +PyQt5.QtQml.QQmlError.object?4() -> QObject +PyQt5.QtQml.QQmlError.setObject?4(QObject) +PyQt5.QtQml.QQmlExpression?1() +PyQt5.QtQml.QQmlExpression.__init__?1(self) +PyQt5.QtQml.QQmlExpression?1(QQmlContext, QObject, str, QObject parent=None) +PyQt5.QtQml.QQmlExpression.__init__?1(self, QQmlContext, QObject, str, QObject parent=None) +PyQt5.QtQml.QQmlExpression?1(QQmlScriptString, QQmlContext context=None, QObject scope=None, QObject parent=None) +PyQt5.QtQml.QQmlExpression.__init__?1(self, QQmlScriptString, QQmlContext context=None, QObject scope=None, QObject parent=None) +PyQt5.QtQml.QQmlExpression.engine?4() -> QQmlEngine +PyQt5.QtQml.QQmlExpression.context?4() -> QQmlContext +PyQt5.QtQml.QQmlExpression.expression?4() -> str +PyQt5.QtQml.QQmlExpression.setExpression?4(str) +PyQt5.QtQml.QQmlExpression.notifyOnValueChanged?4() -> bool +PyQt5.QtQml.QQmlExpression.setNotifyOnValueChanged?4(bool) +PyQt5.QtQml.QQmlExpression.sourceFile?4() -> str +PyQt5.QtQml.QQmlExpression.lineNumber?4() -> int +PyQt5.QtQml.QQmlExpression.columnNumber?4() -> int +PyQt5.QtQml.QQmlExpression.setSourceLocation?4(str, int, int column=0) +PyQt5.QtQml.QQmlExpression.scopeObject?4() -> QObject +PyQt5.QtQml.QQmlExpression.hasError?4() -> bool +PyQt5.QtQml.QQmlExpression.clearError?4() +PyQt5.QtQml.QQmlExpression.error?4() -> QQmlError +PyQt5.QtQml.QQmlExpression.evaluate?4() -> (QVariant, bool) +PyQt5.QtQml.QQmlExpression.valueChanged?4() +PyQt5.QtQml.QQmlExtensionPlugin?1(QObject parent=None) +PyQt5.QtQml.QQmlExtensionPlugin.__init__?1(self, QObject parent=None) +PyQt5.QtQml.QQmlExtensionPlugin.registerTypes?4(str) +PyQt5.QtQml.QQmlExtensionPlugin.initializeEngine?4(QQmlEngine, str) +PyQt5.QtQml.QQmlExtensionPlugin.baseUrl?4() -> QUrl +PyQt5.QtQml.QQmlFileSelector?1(QQmlEngine, QObject parent=None) +PyQt5.QtQml.QQmlFileSelector.__init__?1(self, QQmlEngine, QObject parent=None) +PyQt5.QtQml.QQmlFileSelector.setSelector?4(QFileSelector) +PyQt5.QtQml.QQmlFileSelector.setExtraSelectors?4(list-of-str) +PyQt5.QtQml.QQmlFileSelector.get?4(QQmlEngine) -> QQmlFileSelector +PyQt5.QtQml.QQmlIncubator.Status?10 +PyQt5.QtQml.QQmlIncubator.Null?10 +PyQt5.QtQml.QQmlIncubator.Ready?10 +PyQt5.QtQml.QQmlIncubator.Loading?10 +PyQt5.QtQml.QQmlIncubator.Error?10 +PyQt5.QtQml.QQmlIncubator.IncubationMode?10 +PyQt5.QtQml.QQmlIncubator.Asynchronous?10 +PyQt5.QtQml.QQmlIncubator.AsynchronousIfNested?10 +PyQt5.QtQml.QQmlIncubator.Synchronous?10 +PyQt5.QtQml.QQmlIncubator?1(QQmlIncubator.IncubationMode mode=QQmlIncubator.Asynchronous) +PyQt5.QtQml.QQmlIncubator.__init__?1(self, QQmlIncubator.IncubationMode mode=QQmlIncubator.Asynchronous) +PyQt5.QtQml.QQmlIncubator.clear?4() +PyQt5.QtQml.QQmlIncubator.forceCompletion?4() +PyQt5.QtQml.QQmlIncubator.isNull?4() -> bool +PyQt5.QtQml.QQmlIncubator.isReady?4() -> bool +PyQt5.QtQml.QQmlIncubator.isError?4() -> bool +PyQt5.QtQml.QQmlIncubator.isLoading?4() -> bool +PyQt5.QtQml.QQmlIncubator.errors?4() -> list-of-QQmlError +PyQt5.QtQml.QQmlIncubator.incubationMode?4() -> QQmlIncubator.IncubationMode +PyQt5.QtQml.QQmlIncubator.status?4() -> QQmlIncubator.Status +PyQt5.QtQml.QQmlIncubator.object?4() -> QObject +PyQt5.QtQml.QQmlIncubator.statusChanged?4(QQmlIncubator.Status) +PyQt5.QtQml.QQmlIncubator.setInitialState?4(QObject) +PyQt5.QtQml.QQmlIncubationController?1() +PyQt5.QtQml.QQmlIncubationController.__init__?1(self) +PyQt5.QtQml.QQmlIncubationController.engine?4() -> QQmlEngine +PyQt5.QtQml.QQmlIncubationController.incubatingObjectCount?4() -> int +PyQt5.QtQml.QQmlIncubationController.incubateFor?4(int) +PyQt5.QtQml.QQmlIncubationController.incubatingObjectCountChanged?4(int) +PyQt5.QtQml.QQmlListReference?1() +PyQt5.QtQml.QQmlListReference.__init__?1(self) +PyQt5.QtQml.QQmlListReference?1(QObject, str, QQmlEngine engine=None) +PyQt5.QtQml.QQmlListReference.__init__?1(self, QObject, str, QQmlEngine engine=None) +PyQt5.QtQml.QQmlListReference?1(QQmlListReference) +PyQt5.QtQml.QQmlListReference.__init__?1(self, QQmlListReference) +PyQt5.QtQml.QQmlListReference.isValid?4() -> bool +PyQt5.QtQml.QQmlListReference.object?4() -> QObject +PyQt5.QtQml.QQmlListReference.listElementType?4() -> QMetaObject +PyQt5.QtQml.QQmlListReference.canAppend?4() -> bool +PyQt5.QtQml.QQmlListReference.canAt?4() -> bool +PyQt5.QtQml.QQmlListReference.canClear?4() -> bool +PyQt5.QtQml.QQmlListReference.canCount?4() -> bool +PyQt5.QtQml.QQmlListReference.isManipulable?4() -> bool +PyQt5.QtQml.QQmlListReference.isReadable?4() -> bool +PyQt5.QtQml.QQmlListReference.append?4(QObject) -> bool +PyQt5.QtQml.QQmlListReference.at?4(int) -> QObject +PyQt5.QtQml.QQmlListReference.clear?4() -> bool +PyQt5.QtQml.QQmlListReference.count?4() -> int +PyQt5.QtQml.QQmlNetworkAccessManagerFactory?1() +PyQt5.QtQml.QQmlNetworkAccessManagerFactory.__init__?1(self) +PyQt5.QtQml.QQmlNetworkAccessManagerFactory?1(QQmlNetworkAccessManagerFactory) +PyQt5.QtQml.QQmlNetworkAccessManagerFactory.__init__?1(self, QQmlNetworkAccessManagerFactory) +PyQt5.QtQml.QQmlNetworkAccessManagerFactory.create?4(QObject) -> QNetworkAccessManager +PyQt5.QtQml.QQmlParserStatus?1() +PyQt5.QtQml.QQmlParserStatus.__init__?1(self) +PyQt5.QtQml.QQmlParserStatus?1(QQmlParserStatus) +PyQt5.QtQml.QQmlParserStatus.__init__?1(self, QQmlParserStatus) +PyQt5.QtQml.QQmlParserStatus.classBegin?4() +PyQt5.QtQml.QQmlParserStatus.componentComplete?4() +PyQt5.QtQml.QQmlProperty.Type?10 +PyQt5.QtQml.QQmlProperty.Invalid?10 +PyQt5.QtQml.QQmlProperty.Property?10 +PyQt5.QtQml.QQmlProperty.SignalProperty?10 +PyQt5.QtQml.QQmlProperty.PropertyTypeCategory?10 +PyQt5.QtQml.QQmlProperty.InvalidCategory?10 +PyQt5.QtQml.QQmlProperty.List?10 +PyQt5.QtQml.QQmlProperty.Object?10 +PyQt5.QtQml.QQmlProperty.Normal?10 +PyQt5.QtQml.QQmlProperty?1() +PyQt5.QtQml.QQmlProperty.__init__?1(self) +PyQt5.QtQml.QQmlProperty?1(QObject) +PyQt5.QtQml.QQmlProperty.__init__?1(self, QObject) +PyQt5.QtQml.QQmlProperty?1(QObject, QQmlContext) +PyQt5.QtQml.QQmlProperty.__init__?1(self, QObject, QQmlContext) +PyQt5.QtQml.QQmlProperty?1(QObject, QQmlEngine) +PyQt5.QtQml.QQmlProperty.__init__?1(self, QObject, QQmlEngine) +PyQt5.QtQml.QQmlProperty?1(QObject, str) +PyQt5.QtQml.QQmlProperty.__init__?1(self, QObject, str) +PyQt5.QtQml.QQmlProperty?1(QObject, str, QQmlContext) +PyQt5.QtQml.QQmlProperty.__init__?1(self, QObject, str, QQmlContext) +PyQt5.QtQml.QQmlProperty?1(QObject, str, QQmlEngine) +PyQt5.QtQml.QQmlProperty.__init__?1(self, QObject, str, QQmlEngine) +PyQt5.QtQml.QQmlProperty?1(QQmlProperty) +PyQt5.QtQml.QQmlProperty.__init__?1(self, QQmlProperty) +PyQt5.QtQml.QQmlProperty.type?4() -> QQmlProperty.Type +PyQt5.QtQml.QQmlProperty.isValid?4() -> bool +PyQt5.QtQml.QQmlProperty.isProperty?4() -> bool +PyQt5.QtQml.QQmlProperty.isSignalProperty?4() -> bool +PyQt5.QtQml.QQmlProperty.propertyType?4() -> int +PyQt5.QtQml.QQmlProperty.propertyTypeCategory?4() -> QQmlProperty.PropertyTypeCategory +PyQt5.QtQml.QQmlProperty.propertyTypeName?4() -> str +PyQt5.QtQml.QQmlProperty.name?4() -> str +PyQt5.QtQml.QQmlProperty.read?4() -> QVariant +PyQt5.QtQml.QQmlProperty.read?4(QObject, str) -> QVariant +PyQt5.QtQml.QQmlProperty.read?4(QObject, str, QQmlContext) -> QVariant +PyQt5.QtQml.QQmlProperty.read?4(QObject, str, QQmlEngine) -> QVariant +PyQt5.QtQml.QQmlProperty.write?4(QVariant) -> bool +PyQt5.QtQml.QQmlProperty.write?4(QObject, str, QVariant) -> bool +PyQt5.QtQml.QQmlProperty.write?4(QObject, str, QVariant, QQmlContext) -> bool +PyQt5.QtQml.QQmlProperty.write?4(QObject, str, QVariant, QQmlEngine) -> bool +PyQt5.QtQml.QQmlProperty.reset?4() -> bool +PyQt5.QtQml.QQmlProperty.hasNotifySignal?4() -> bool +PyQt5.QtQml.QQmlProperty.needsNotifySignal?4() -> bool +PyQt5.QtQml.QQmlProperty.connectNotifySignal?4(slot) -> bool +PyQt5.QtQml.QQmlProperty.connectNotifySignal?4(QObject, int) -> bool +PyQt5.QtQml.QQmlProperty.isWritable?4() -> bool +PyQt5.QtQml.QQmlProperty.isDesignable?4() -> bool +PyQt5.QtQml.QQmlProperty.isResettable?4() -> bool +PyQt5.QtQml.QQmlProperty.object?4() -> QObject +PyQt5.QtQml.QQmlProperty.index?4() -> int +PyQt5.QtQml.QQmlProperty.property?4() -> QMetaProperty +PyQt5.QtQml.QQmlProperty.method?4() -> QMetaMethod +PyQt5.QtQml.QQmlPropertyMap?1(QObject parent=None) +PyQt5.QtQml.QQmlPropertyMap.__init__?1(self, QObject parent=None) +PyQt5.QtQml.QQmlPropertyMap.value?4(str) -> QVariant +PyQt5.QtQml.QQmlPropertyMap.insert?4(str, QVariant) +PyQt5.QtQml.QQmlPropertyMap.clear?4(str) +PyQt5.QtQml.QQmlPropertyMap.keys?4() -> list-of-str +PyQt5.QtQml.QQmlPropertyMap.count?4() -> int +PyQt5.QtQml.QQmlPropertyMap.size?4() -> int +PyQt5.QtQml.QQmlPropertyMap.isEmpty?4() -> bool +PyQt5.QtQml.QQmlPropertyMap.contains?4(str) -> bool +PyQt5.QtQml.QQmlPropertyMap.valueChanged?4(str, QVariant) +PyQt5.QtQml.QQmlPropertyMap.updateValue?4(str, QVariant) -> QVariant +PyQt5.QtQml.QQmlPropertyValueSource?1() +PyQt5.QtQml.QQmlPropertyValueSource.__init__?1(self) +PyQt5.QtQml.QQmlPropertyValueSource?1(QQmlPropertyValueSource) +PyQt5.QtQml.QQmlPropertyValueSource.__init__?1(self, QQmlPropertyValueSource) +PyQt5.QtQml.QQmlPropertyValueSource.setTarget?4(QQmlProperty) +PyQt5.QtQml.QQmlScriptString?1() +PyQt5.QtQml.QQmlScriptString.__init__?1(self) +PyQt5.QtQml.QQmlScriptString?1(QQmlScriptString) +PyQt5.QtQml.QQmlScriptString.__init__?1(self, QQmlScriptString) +PyQt5.QtQml.QQmlScriptString.isEmpty?4() -> bool +PyQt5.QtQml.QQmlScriptString.isUndefinedLiteral?4() -> bool +PyQt5.QtQml.QQmlScriptString.isNullLiteral?4() -> bool +PyQt5.QtQml.QQmlScriptString.stringLiteral?4() -> str +PyQt5.QtQml.QQmlScriptString.numberLiteral?4() -> (float, bool) +PyQt5.QtQml.QQmlScriptString.booleanLiteral?4() -> (bool, bool) +PyQt5.QtQuick.QQuickTextureFactory?1() +PyQt5.QtQuick.QQuickTextureFactory.__init__?1(self) +PyQt5.QtQuick.QQuickTextureFactory.createTexture?4(QQuickWindow) -> QSGTexture +PyQt5.QtQuick.QQuickTextureFactory.textureSize?4() -> QSize +PyQt5.QtQuick.QQuickTextureFactory.textureByteCount?4() -> int +PyQt5.QtQuick.QQuickTextureFactory.image?4() -> QImage +PyQt5.QtQuick.QQuickImageProvider?1(QQmlImageProviderBase.ImageType, QQmlImageProviderBase.Flags flags=0) +PyQt5.QtQuick.QQuickImageProvider.__init__?1(self, QQmlImageProviderBase.ImageType, QQmlImageProviderBase.Flags flags=0) +PyQt5.QtQuick.QQuickImageProvider?1(QQuickImageProvider) +PyQt5.QtQuick.QQuickImageProvider.__init__?1(self, QQuickImageProvider) +PyQt5.QtQuick.QQuickImageProvider.imageType?4() -> QQmlImageProviderBase.ImageType +PyQt5.QtQuick.QQuickImageProvider.flags?4() -> QQmlImageProviderBase.Flags +PyQt5.QtQuick.QQuickImageProvider.requestImage?4(str, QSize) -> (QImage, QSize) +PyQt5.QtQuick.QQuickImageProvider.requestPixmap?4(str, QSize) -> (QPixmap, QSize) +PyQt5.QtQuick.QQuickImageProvider.requestTexture?4(str, QSize) -> (QQuickTextureFactory, QSize) +PyQt5.QtQuick.QQuickItem.TransformOrigin?10 +PyQt5.QtQuick.QQuickItem.TopLeft?10 +PyQt5.QtQuick.QQuickItem.Top?10 +PyQt5.QtQuick.QQuickItem.TopRight?10 +PyQt5.QtQuick.QQuickItem.Left?10 +PyQt5.QtQuick.QQuickItem.Center?10 +PyQt5.QtQuick.QQuickItem.Right?10 +PyQt5.QtQuick.QQuickItem.BottomLeft?10 +PyQt5.QtQuick.QQuickItem.Bottom?10 +PyQt5.QtQuick.QQuickItem.BottomRight?10 +PyQt5.QtQuick.QQuickItem.ItemChange?10 +PyQt5.QtQuick.QQuickItem.ItemChildAddedChange?10 +PyQt5.QtQuick.QQuickItem.ItemChildRemovedChange?10 +PyQt5.QtQuick.QQuickItem.ItemSceneChange?10 +PyQt5.QtQuick.QQuickItem.ItemVisibleHasChanged?10 +PyQt5.QtQuick.QQuickItem.ItemParentHasChanged?10 +PyQt5.QtQuick.QQuickItem.ItemOpacityHasChanged?10 +PyQt5.QtQuick.QQuickItem.ItemActiveFocusHasChanged?10 +PyQt5.QtQuick.QQuickItem.ItemRotationHasChanged?10 +PyQt5.QtQuick.QQuickItem.ItemAntialiasingHasChanged?10 +PyQt5.QtQuick.QQuickItem.Flag?10 +PyQt5.QtQuick.QQuickItem.ItemClipsChildrenToShape?10 +PyQt5.QtQuick.QQuickItem.ItemAcceptsInputMethod?10 +PyQt5.QtQuick.QQuickItem.ItemIsFocusScope?10 +PyQt5.QtQuick.QQuickItem.ItemHasContents?10 +PyQt5.QtQuick.QQuickItem.ItemAcceptsDrops?10 +PyQt5.QtQuick.QQuickItem?1(QQuickItem parent=None) +PyQt5.QtQuick.QQuickItem.__init__?1(self, QQuickItem parent=None) +PyQt5.QtQuick.QQuickItem.window?4() -> QQuickWindow +PyQt5.QtQuick.QQuickItem.parentItem?4() -> QQuickItem +PyQt5.QtQuick.QQuickItem.setParentItem?4(QQuickItem) +PyQt5.QtQuick.QQuickItem.stackBefore?4(QQuickItem) +PyQt5.QtQuick.QQuickItem.stackAfter?4(QQuickItem) +PyQt5.QtQuick.QQuickItem.childrenRect?4() -> QRectF +PyQt5.QtQuick.QQuickItem.childItems?4() -> list-of-QQuickItem +PyQt5.QtQuick.QQuickItem.clip?4() -> bool +PyQt5.QtQuick.QQuickItem.setClip?4(bool) +PyQt5.QtQuick.QQuickItem.state?4() -> str +PyQt5.QtQuick.QQuickItem.setState?4(str) +PyQt5.QtQuick.QQuickItem.baselineOffset?4() -> float +PyQt5.QtQuick.QQuickItem.setBaselineOffset?4(float) +PyQt5.QtQuick.QQuickItem.x?4() -> float +PyQt5.QtQuick.QQuickItem.y?4() -> float +PyQt5.QtQuick.QQuickItem.setX?4(float) +PyQt5.QtQuick.QQuickItem.setY?4(float) +PyQt5.QtQuick.QQuickItem.width?4() -> float +PyQt5.QtQuick.QQuickItem.setWidth?4(float) +PyQt5.QtQuick.QQuickItem.resetWidth?4() +PyQt5.QtQuick.QQuickItem.setImplicitWidth?4(float) +PyQt5.QtQuick.QQuickItem.implicitWidth?4() -> float +PyQt5.QtQuick.QQuickItem.height?4() -> float +PyQt5.QtQuick.QQuickItem.setHeight?4(float) +PyQt5.QtQuick.QQuickItem.resetHeight?4() +PyQt5.QtQuick.QQuickItem.setImplicitHeight?4(float) +PyQt5.QtQuick.QQuickItem.implicitHeight?4() -> float +PyQt5.QtQuick.QQuickItem.transformOrigin?4() -> QQuickItem.TransformOrigin +PyQt5.QtQuick.QQuickItem.setTransformOrigin?4(QQuickItem.TransformOrigin) +PyQt5.QtQuick.QQuickItem.z?4() -> float +PyQt5.QtQuick.QQuickItem.setZ?4(float) +PyQt5.QtQuick.QQuickItem.rotation?4() -> float +PyQt5.QtQuick.QQuickItem.setRotation?4(float) +PyQt5.QtQuick.QQuickItem.scale?4() -> float +PyQt5.QtQuick.QQuickItem.setScale?4(float) +PyQt5.QtQuick.QQuickItem.opacity?4() -> float +PyQt5.QtQuick.QQuickItem.setOpacity?4(float) +PyQt5.QtQuick.QQuickItem.isVisible?4() -> bool +PyQt5.QtQuick.QQuickItem.setVisible?4(bool) +PyQt5.QtQuick.QQuickItem.isEnabled?4() -> bool +PyQt5.QtQuick.QQuickItem.setEnabled?4(bool) +PyQt5.QtQuick.QQuickItem.smooth?4() -> bool +PyQt5.QtQuick.QQuickItem.setSmooth?4(bool) +PyQt5.QtQuick.QQuickItem.antialiasing?4() -> bool +PyQt5.QtQuick.QQuickItem.setAntialiasing?4(bool) +PyQt5.QtQuick.QQuickItem.flags?4() -> QQuickItem.Flags +PyQt5.QtQuick.QQuickItem.setFlag?4(QQuickItem.Flag, bool enabled=True) +PyQt5.QtQuick.QQuickItem.setFlags?4(QQuickItem.Flags) +PyQt5.QtQuick.QQuickItem.hasActiveFocus?4() -> bool +PyQt5.QtQuick.QQuickItem.hasFocus?4() -> bool +PyQt5.QtQuick.QQuickItem.setFocus?4(bool) +PyQt5.QtQuick.QQuickItem.isFocusScope?4() -> bool +PyQt5.QtQuick.QQuickItem.scopedFocusItem?4() -> QQuickItem +PyQt5.QtQuick.QQuickItem.acceptedMouseButtons?4() -> Qt.MouseButtons +PyQt5.QtQuick.QQuickItem.setAcceptedMouseButtons?4(Qt.MouseButtons) +PyQt5.QtQuick.QQuickItem.acceptHoverEvents?4() -> bool +PyQt5.QtQuick.QQuickItem.setAcceptHoverEvents?4(bool) +PyQt5.QtQuick.QQuickItem.cursor?4() -> QCursor +PyQt5.QtQuick.QQuickItem.setCursor?4(QCursor) +PyQt5.QtQuick.QQuickItem.unsetCursor?4() +PyQt5.QtQuick.QQuickItem.grabMouse?4() +PyQt5.QtQuick.QQuickItem.ungrabMouse?4() +PyQt5.QtQuick.QQuickItem.keepMouseGrab?4() -> bool +PyQt5.QtQuick.QQuickItem.setKeepMouseGrab?4(bool) +PyQt5.QtQuick.QQuickItem.filtersChildMouseEvents?4() -> bool +PyQt5.QtQuick.QQuickItem.setFiltersChildMouseEvents?4(bool) +PyQt5.QtQuick.QQuickItem.grabTouchPoints?4(list-of-int) +PyQt5.QtQuick.QQuickItem.ungrabTouchPoints?4() +PyQt5.QtQuick.QQuickItem.keepTouchGrab?4() -> bool +PyQt5.QtQuick.QQuickItem.setKeepTouchGrab?4(bool) +PyQt5.QtQuick.QQuickItem.contains?4(QPointF) -> bool +PyQt5.QtQuick.QQuickItem.mapToItem?4(QQuickItem, QPointF) -> QPointF +PyQt5.QtQuick.QQuickItem.mapToScene?4(QPointF) -> QPointF +PyQt5.QtQuick.QQuickItem.mapRectToItem?4(QQuickItem, QRectF) -> QRectF +PyQt5.QtQuick.QQuickItem.mapRectToScene?4(QRectF) -> QRectF +PyQt5.QtQuick.QQuickItem.mapFromItem?4(QQuickItem, QPointF) -> QPointF +PyQt5.QtQuick.QQuickItem.mapFromScene?4(QPointF) -> QPointF +PyQt5.QtQuick.QQuickItem.mapRectFromItem?4(QQuickItem, QRectF) -> QRectF +PyQt5.QtQuick.QQuickItem.mapRectFromScene?4(QRectF) -> QRectF +PyQt5.QtQuick.QQuickItem.polish?4() +PyQt5.QtQuick.QQuickItem.forceActiveFocus?4() +PyQt5.QtQuick.QQuickItem.childAt?4(float, float) -> QQuickItem +PyQt5.QtQuick.QQuickItem.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtQuick.QQuickItem.isTextureProvider?4() -> bool +PyQt5.QtQuick.QQuickItem.textureProvider?4() -> QSGTextureProvider +PyQt5.QtQuick.QQuickItem.update?4() +PyQt5.QtQuick.QQuickItem.event?4(QEvent) -> bool +PyQt5.QtQuick.QQuickItem.isComponentComplete?4() -> bool +PyQt5.QtQuick.QQuickItem.itemChange?4(QQuickItem.ItemChange, QQuickItem.ItemChangeData) +PyQt5.QtQuick.QQuickItem.updateInputMethod?4(Qt.InputMethodQueries queries=Qt.ImQueryInput) +PyQt5.QtQuick.QQuickItem.widthValid?4() -> bool +PyQt5.QtQuick.QQuickItem.heightValid?4() -> bool +PyQt5.QtQuick.QQuickItem.classBegin?4() +PyQt5.QtQuick.QQuickItem.componentComplete?4() +PyQt5.QtQuick.QQuickItem.keyPressEvent?4(QKeyEvent) +PyQt5.QtQuick.QQuickItem.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtQuick.QQuickItem.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtQuick.QQuickItem.focusInEvent?4(QFocusEvent) +PyQt5.QtQuick.QQuickItem.focusOutEvent?4(QFocusEvent) +PyQt5.QtQuick.QQuickItem.mousePressEvent?4(QMouseEvent) +PyQt5.QtQuick.QQuickItem.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtQuick.QQuickItem.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtQuick.QQuickItem.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtQuick.QQuickItem.mouseUngrabEvent?4() +PyQt5.QtQuick.QQuickItem.touchUngrabEvent?4() +PyQt5.QtQuick.QQuickItem.wheelEvent?4(QWheelEvent) +PyQt5.QtQuick.QQuickItem.touchEvent?4(QTouchEvent) +PyQt5.QtQuick.QQuickItem.hoverEnterEvent?4(QHoverEvent) +PyQt5.QtQuick.QQuickItem.hoverMoveEvent?4(QHoverEvent) +PyQt5.QtQuick.QQuickItem.hoverLeaveEvent?4(QHoverEvent) +PyQt5.QtQuick.QQuickItem.dragEnterEvent?4(QDragEnterEvent) +PyQt5.QtQuick.QQuickItem.dragMoveEvent?4(QDragMoveEvent) +PyQt5.QtQuick.QQuickItem.dragLeaveEvent?4(QDragLeaveEvent) +PyQt5.QtQuick.QQuickItem.dropEvent?4(QDropEvent) +PyQt5.QtQuick.QQuickItem.childMouseEventFilter?4(QQuickItem, QEvent) -> bool +PyQt5.QtQuick.QQuickItem.geometryChanged?4(QRectF, QRectF) +PyQt5.QtQuick.QQuickItem.updatePaintNode?4(QSGNode, QQuickItem.UpdatePaintNodeData) -> QSGNode +PyQt5.QtQuick.QQuickItem.releaseResources?4() +PyQt5.QtQuick.QQuickItem.updatePolish?4() +PyQt5.QtQuick.QQuickItem.activeFocusOnTab?4() -> bool +PyQt5.QtQuick.QQuickItem.setActiveFocusOnTab?4(bool) +PyQt5.QtQuick.QQuickItem.setFocus?4(bool, Qt.FocusReason) +PyQt5.QtQuick.QQuickItem.forceActiveFocus?4(Qt.FocusReason) +PyQt5.QtQuick.QQuickItem.nextItemInFocusChain?4(bool forward=True) -> QQuickItem +PyQt5.QtQuick.QQuickItem.windowChanged?4(QQuickWindow) +PyQt5.QtQuick.QQuickItem.resetAntialiasing?4() +PyQt5.QtQuick.QQuickItem.Flags?1(QQuickItem.Flags) +PyQt5.QtQuick.QQuickItem.Flags.__init__?1(self, QQuickItem.Flags) +PyQt5.QtQuick.QQuickItem.Flags?1(int) +PyQt5.QtQuick.QQuickItem.Flags.__init__?1(self, int) +PyQt5.QtQuick.QQuickItem.Flags?1() +PyQt5.QtQuick.QQuickItem.Flags.__init__?1(self) +PyQt5.QtQuick.QQuickItem.ItemChangeData.boolValue?7 +PyQt5.QtQuick.QQuickItem.ItemChangeData.item?7 +PyQt5.QtQuick.QQuickItem.ItemChangeData.realValue?7 +PyQt5.QtQuick.QQuickItem.ItemChangeData.window?7 +PyQt5.QtQuick.QQuickItem.ItemChangeData?1(QQuickItem) +PyQt5.QtQuick.QQuickItem.ItemChangeData.__init__?1(self, QQuickItem) +PyQt5.QtQuick.QQuickItem.ItemChangeData?1(QQuickWindow) +PyQt5.QtQuick.QQuickItem.ItemChangeData.__init__?1(self, QQuickWindow) +PyQt5.QtQuick.QQuickItem.ItemChangeData?1(float) +PyQt5.QtQuick.QQuickItem.ItemChangeData.__init__?1(self, float) +PyQt5.QtQuick.QQuickItem.ItemChangeData?1(bool) +PyQt5.QtQuick.QQuickItem.ItemChangeData.__init__?1(self, bool) +PyQt5.QtQuick.QQuickItem.ItemChangeData?1(QQuickItem.ItemChangeData) +PyQt5.QtQuick.QQuickItem.ItemChangeData.__init__?1(self, QQuickItem.ItemChangeData) +PyQt5.QtQuick.QQuickItem.UpdatePaintNodeData.transformNode?7 +PyQt5.QtQuick.QQuickItem.UpdatePaintNodeData?1(QQuickItem.UpdatePaintNodeData) +PyQt5.QtQuick.QQuickItem.UpdatePaintNodeData.__init__?1(self, QQuickItem.UpdatePaintNodeData) +PyQt5.QtQuick.QQuickPaintedItem.PerformanceHint?10 +PyQt5.QtQuick.QQuickPaintedItem.FastFBOResizing?10 +PyQt5.QtQuick.QQuickPaintedItem.RenderTarget?10 +PyQt5.QtQuick.QQuickPaintedItem.Image?10 +PyQt5.QtQuick.QQuickPaintedItem.FramebufferObject?10 +PyQt5.QtQuick.QQuickPaintedItem.InvertedYFramebufferObject?10 +PyQt5.QtQuick.QQuickPaintedItem?1(QQuickItem parent=None) +PyQt5.QtQuick.QQuickPaintedItem.__init__?1(self, QQuickItem parent=None) +PyQt5.QtQuick.QQuickPaintedItem.update?4(QRect rect=QRect()) +PyQt5.QtQuick.QQuickPaintedItem.opaquePainting?4() -> bool +PyQt5.QtQuick.QQuickPaintedItem.setOpaquePainting?4(bool) +PyQt5.QtQuick.QQuickPaintedItem.antialiasing?4() -> bool +PyQt5.QtQuick.QQuickPaintedItem.setAntialiasing?4(bool) +PyQt5.QtQuick.QQuickPaintedItem.mipmap?4() -> bool +PyQt5.QtQuick.QQuickPaintedItem.setMipmap?4(bool) +PyQt5.QtQuick.QQuickPaintedItem.performanceHints?4() -> QQuickPaintedItem.PerformanceHints +PyQt5.QtQuick.QQuickPaintedItem.setPerformanceHint?4(QQuickPaintedItem.PerformanceHint, bool enabled=True) +PyQt5.QtQuick.QQuickPaintedItem.setPerformanceHints?4(QQuickPaintedItem.PerformanceHints) +PyQt5.QtQuick.QQuickPaintedItem.contentsBoundingRect?4() -> QRectF +PyQt5.QtQuick.QQuickPaintedItem.contentsSize?4() -> QSize +PyQt5.QtQuick.QQuickPaintedItem.setContentsSize?4(QSize) +PyQt5.QtQuick.QQuickPaintedItem.resetContentsSize?4() +PyQt5.QtQuick.QQuickPaintedItem.contentsScale?4() -> float +PyQt5.QtQuick.QQuickPaintedItem.setContentsScale?4(float) +PyQt5.QtQuick.QQuickPaintedItem.fillColor?4() -> QColor +PyQt5.QtQuick.QQuickPaintedItem.setFillColor?4(QColor) +PyQt5.QtQuick.QQuickPaintedItem.renderTarget?4() -> QQuickPaintedItem.RenderTarget +PyQt5.QtQuick.QQuickPaintedItem.setRenderTarget?4(QQuickPaintedItem.RenderTarget) +PyQt5.QtQuick.QQuickPaintedItem.paint?4(QPainter) +PyQt5.QtQuick.QQuickPaintedItem.fillColorChanged?4() +PyQt5.QtQuick.QQuickPaintedItem.contentsSizeChanged?4() +PyQt5.QtQuick.QQuickPaintedItem.contentsScaleChanged?4() +PyQt5.QtQuick.QQuickPaintedItem.renderTargetChanged?4() +PyQt5.QtQuick.QQuickPaintedItem.updatePaintNode?4(QSGNode, QQuickItem.UpdatePaintNodeData) -> QSGNode +PyQt5.QtQuick.QQuickPaintedItem.PerformanceHints?1(QQuickPaintedItem.PerformanceHints) +PyQt5.QtQuick.QQuickPaintedItem.PerformanceHints.__init__?1(self, QQuickPaintedItem.PerformanceHints) +PyQt5.QtQuick.QQuickPaintedItem.PerformanceHints?1(int) +PyQt5.QtQuick.QQuickPaintedItem.PerformanceHints.__init__?1(self, int) +PyQt5.QtQuick.QQuickPaintedItem.PerformanceHints?1() +PyQt5.QtQuick.QQuickPaintedItem.PerformanceHints.__init__?1(self) +PyQt5.QtQuick.QQuickTextDocument?1(QQuickItem) +PyQt5.QtQuick.QQuickTextDocument.__init__?1(self, QQuickItem) +PyQt5.QtQuick.QQuickTextDocument.textDocument?4() -> QTextDocument +PyQt5.QtQuick.QQuickWindow.SceneGraphError?10 +PyQt5.QtQuick.QQuickWindow.ContextNotAvailable?10 +PyQt5.QtQuick.QQuickWindow.CreateTextureOption?10 +PyQt5.QtQuick.QQuickWindow.TextureHasAlphaChannel?10 +PyQt5.QtQuick.QQuickWindow.TextureHasMipmaps?10 +PyQt5.QtQuick.QQuickWindow.TextureOwnsGLTexture?10 +PyQt5.QtQuick.QQuickWindow.TextureCanUseAtlas?10 +PyQt5.QtQuick.QQuickWindow?1(QWindow parent=None) +PyQt5.QtQuick.QQuickWindow.__init__?1(self, QWindow parent=None) +PyQt5.QtQuick.QQuickWindow.contentItem?4() -> QQuickItem +PyQt5.QtQuick.QQuickWindow.activeFocusItem?4() -> QQuickItem +PyQt5.QtQuick.QQuickWindow.focusObject?4() -> QObject +PyQt5.QtQuick.QQuickWindow.mouseGrabberItem?4() -> QQuickItem +PyQt5.QtQuick.QQuickWindow.sendEvent?4(QQuickItem, QEvent) -> bool +PyQt5.QtQuick.QQuickWindow.grabWindow?4() -> QImage +PyQt5.QtQuick.QQuickWindow.setRenderTarget?4(QOpenGLFramebufferObject) +PyQt5.QtQuick.QQuickWindow.renderTarget?4() -> QOpenGLFramebufferObject +PyQt5.QtQuick.QQuickWindow.setRenderTarget?4(int, QSize) +PyQt5.QtQuick.QQuickWindow.renderTargetId?4() -> int +PyQt5.QtQuick.QQuickWindow.renderTargetSize?4() -> QSize +PyQt5.QtQuick.QQuickWindow.incubationController?4() -> QQmlIncubationController +PyQt5.QtQuick.QQuickWindow.createTextureFromImage?4(QImage) -> QSGTexture +PyQt5.QtQuick.QQuickWindow.createTextureFromImage?4(QImage, QQuickWindow.CreateTextureOptions) -> QSGTexture +PyQt5.QtQuick.QQuickWindow.createTextureFromId?4(int, QSize, QQuickWindow.CreateTextureOptions options=(QQuickWindow::CreateTextureOption)0) -> QSGTexture +PyQt5.QtQuick.QQuickWindow.setClearBeforeRendering?4(bool) +PyQt5.QtQuick.QQuickWindow.clearBeforeRendering?4() -> bool +PyQt5.QtQuick.QQuickWindow.setColor?4(QColor) +PyQt5.QtQuick.QQuickWindow.color?4() -> QColor +PyQt5.QtQuick.QQuickWindow.setPersistentOpenGLContext?4(bool) +PyQt5.QtQuick.QQuickWindow.isPersistentOpenGLContext?4() -> bool +PyQt5.QtQuick.QQuickWindow.setPersistentSceneGraph?4(bool) +PyQt5.QtQuick.QQuickWindow.isPersistentSceneGraph?4() -> bool +PyQt5.QtQuick.QQuickWindow.openglContext?4() -> QOpenGLContext +PyQt5.QtQuick.QQuickWindow.frameSwapped?4() +PyQt5.QtQuick.QQuickWindow.sceneGraphInitialized?4() +PyQt5.QtQuick.QQuickWindow.sceneGraphInvalidated?4() +PyQt5.QtQuick.QQuickWindow.beforeSynchronizing?4() +PyQt5.QtQuick.QQuickWindow.beforeRendering?4() +PyQt5.QtQuick.QQuickWindow.afterRendering?4() +PyQt5.QtQuick.QQuickWindow.colorChanged?4(QColor) +PyQt5.QtQuick.QQuickWindow.update?4() +PyQt5.QtQuick.QQuickWindow.releaseResources?4() +PyQt5.QtQuick.QQuickWindow.exposeEvent?4(QExposeEvent) +PyQt5.QtQuick.QQuickWindow.resizeEvent?4(QResizeEvent) +PyQt5.QtQuick.QQuickWindow.showEvent?4(QShowEvent) +PyQt5.QtQuick.QQuickWindow.hideEvent?4(QHideEvent) +PyQt5.QtQuick.QQuickWindow.focusInEvent?4(QFocusEvent) +PyQt5.QtQuick.QQuickWindow.focusOutEvent?4(QFocusEvent) +PyQt5.QtQuick.QQuickWindow.event?4(QEvent) -> bool +PyQt5.QtQuick.QQuickWindow.keyPressEvent?4(QKeyEvent) +PyQt5.QtQuick.QQuickWindow.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtQuick.QQuickWindow.mousePressEvent?4(QMouseEvent) +PyQt5.QtQuick.QQuickWindow.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtQuick.QQuickWindow.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtQuick.QQuickWindow.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtQuick.QQuickWindow.wheelEvent?4(QWheelEvent) +PyQt5.QtQuick.QQuickWindow.hasDefaultAlphaBuffer?4() -> bool +PyQt5.QtQuick.QQuickWindow.setDefaultAlphaBuffer?4(bool) +PyQt5.QtQuick.QQuickWindow.activeFocusItemChanged?4() +PyQt5.QtQuick.QQuickWindow.resetOpenGLState?4() +PyQt5.QtQuick.QQuickWindow.openglContextCreated?4(QOpenGLContext) +PyQt5.QtQuick.QQuickWindow.afterSynchronizing?4() +PyQt5.QtQuick.QQuickWindow.afterAnimating?4() +PyQt5.QtQuick.QQuickWindow.sceneGraphAboutToStop?4() +PyQt5.QtQuick.QQuickWindow.sceneGraphError?4(QQuickWindow.SceneGraphError, str) +PyQt5.QtQuick.QQuickView.Status?10 +PyQt5.QtQuick.QQuickView.Null?10 +PyQt5.QtQuick.QQuickView.Ready?10 +PyQt5.QtQuick.QQuickView.Loading?10 +PyQt5.QtQuick.QQuickView.Error?10 +PyQt5.QtQuick.QQuickView.ResizeMode?10 +PyQt5.QtQuick.QQuickView.SizeViewToRootObject?10 +PyQt5.QtQuick.QQuickView.SizeRootObjectToView?10 +PyQt5.QtQuick.QQuickView?1(QWindow parent=None) +PyQt5.QtQuick.QQuickView.__init__?1(self, QWindow parent=None) +PyQt5.QtQuick.QQuickView?1(QQmlEngine, QWindow) +PyQt5.QtQuick.QQuickView.__init__?1(self, QQmlEngine, QWindow) +PyQt5.QtQuick.QQuickView?1(QUrl, QWindow parent=None) +PyQt5.QtQuick.QQuickView.__init__?1(self, QUrl, QWindow parent=None) +PyQt5.QtQuick.QQuickView.source?4() -> QUrl +PyQt5.QtQuick.QQuickView.engine?4() -> QQmlEngine +PyQt5.QtQuick.QQuickView.rootContext?4() -> QQmlContext +PyQt5.QtQuick.QQuickView.rootObject?4() -> QQuickItem +PyQt5.QtQuick.QQuickView.resizeMode?4() -> QQuickView.ResizeMode +PyQt5.QtQuick.QQuickView.setResizeMode?4(QQuickView.ResizeMode) +PyQt5.QtQuick.QQuickView.status?4() -> QQuickView.Status +PyQt5.QtQuick.QQuickView.errors?4() -> list-of-QQmlError +PyQt5.QtQuick.QQuickView.initialSize?4() -> QSize +PyQt5.QtQuick.QQuickView.setSource?4(QUrl) +PyQt5.QtQuick.QQuickView.statusChanged?4(QQuickView.Status) +PyQt5.QtQuick.QQuickView.resizeEvent?4(QResizeEvent) +PyQt5.QtQuick.QQuickView.timerEvent?4(QTimerEvent) +PyQt5.QtQuick.QQuickView.keyPressEvent?4(QKeyEvent) +PyQt5.QtQuick.QQuickView.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtQuick.QQuickView.mousePressEvent?4(QMouseEvent) +PyQt5.QtQuick.QQuickView.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtQuick.QQuickView.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtQuick.QQuickWindow.CreateTextureOptions?1(QQuickWindow.CreateTextureOptions) +PyQt5.QtQuick.QQuickWindow.CreateTextureOptions.__init__?1(self, QQuickWindow.CreateTextureOptions) +PyQt5.QtQuick.QQuickWindow.CreateTextureOptions?1(int) +PyQt5.QtQuick.QQuickWindow.CreateTextureOptions.__init__?1(self, int) +PyQt5.QtQuick.QQuickWindow.CreateTextureOptions?1() +PyQt5.QtQuick.QQuickWindow.CreateTextureOptions.__init__?1(self) +PyQt5.QtQuick.QSGMaterial.Flag?10 +PyQt5.QtQuick.QSGMaterial.Blending?10 +PyQt5.QtQuick.QSGMaterial.RequiresDeterminant?10 +PyQt5.QtQuick.QSGMaterial.RequiresFullMatrixExceptTranslate?10 +PyQt5.QtQuick.QSGMaterial.RequiresFullMatrix?10 +PyQt5.QtQuick.QSGMaterial.CustomCompileStep?10 +PyQt5.QtQuick.QSGMaterial?1() +PyQt5.QtQuick.QSGMaterial.__init__?1(self) +PyQt5.QtQuick.QSGMaterial.type?4() -> QSGMaterialType +PyQt5.QtQuick.QSGMaterial.createShader?4() -> QSGMaterialShader +PyQt5.QtQuick.QSGMaterial.compare?4(QSGMaterial) -> int +PyQt5.QtQuick.QSGMaterial.flags?4() -> QSGMaterial.Flags +PyQt5.QtQuick.QSGMaterial.setFlag?4(QSGMaterial.Flags, bool enabled=True) +PyQt5.QtQuick.QSGFlatColorMaterial?1() +PyQt5.QtQuick.QSGFlatColorMaterial.__init__?1(self) +PyQt5.QtQuick.QSGFlatColorMaterial.type?4() -> QSGMaterialType +PyQt5.QtQuick.QSGFlatColorMaterial.createShader?4() -> QSGMaterialShader +PyQt5.QtQuick.QSGFlatColorMaterial.setColor?4(QColor) +PyQt5.QtQuick.QSGFlatColorMaterial.color?4() -> QColor +PyQt5.QtQuick.QSGFlatColorMaterial.compare?4(QSGMaterial) -> int +PyQt5.QtQuick.QQuickFramebufferObject?1(QQuickItem parent=None) +PyQt5.QtQuick.QQuickFramebufferObject.__init__?1(self, QQuickItem parent=None) +PyQt5.QtQuick.QQuickFramebufferObject.textureFollowsItemSize?4() -> bool +PyQt5.QtQuick.QQuickFramebufferObject.setTextureFollowsItemSize?4(bool) +PyQt5.QtQuick.QQuickFramebufferObject.createRenderer?4() -> QQuickFramebufferObject.Renderer +PyQt5.QtQuick.QQuickFramebufferObject.geometryChanged?4(QRectF, QRectF) +PyQt5.QtQuick.QQuickFramebufferObject.updatePaintNode?4(QSGNode, QQuickItem.UpdatePaintNodeData) -> QSGNode +PyQt5.QtQuick.QQuickFramebufferObject.textureFollowsItemSizeChanged?4(bool) +PyQt5.QtQuick.QQuickFramebufferObject.Renderer?1() +PyQt5.QtQuick.QQuickFramebufferObject.Renderer.__init__?1(self) +PyQt5.QtQuick.QQuickFramebufferObject.Renderer?1(QQuickFramebufferObject.Renderer) +PyQt5.QtQuick.QQuickFramebufferObject.Renderer.__init__?1(self, QQuickFramebufferObject.Renderer) +PyQt5.QtQuick.QQuickFramebufferObject.Renderer.render?4() +PyQt5.QtQuick.QQuickFramebufferObject.Renderer.createFramebufferObject?4(QSize) -> QOpenGLFramebufferObject +PyQt5.QtQuick.QQuickFramebufferObject.Renderer.synchronize?4(QQuickFramebufferObject) +PyQt5.QtQuick.QQuickFramebufferObject.Renderer.framebufferObject?4() -> QOpenGLFramebufferObject +PyQt5.QtQuick.QQuickFramebufferObject.Renderer.update?4() +PyQt5.QtQuick.QQuickFramebufferObject.Renderer.invalidateFramebufferObject?4() +PyQt5.QtQuick.QSGGeometry.DataPattern?10 +PyQt5.QtQuick.QSGGeometry.AlwaysUploadPattern?10 +PyQt5.QtQuick.QSGGeometry.StreamPattern?10 +PyQt5.QtQuick.QSGGeometry.DynamicPattern?10 +PyQt5.QtQuick.QSGGeometry.StaticPattern?10 +PyQt5.QtQuick.QSGGeometry.GL_POINTS?10 +PyQt5.QtQuick.QSGGeometry.GL_LINES?10 +PyQt5.QtQuick.QSGGeometry.GL_LINE_LOOP?10 +PyQt5.QtQuick.QSGGeometry.GL_LINE_STRIP?10 +PyQt5.QtQuick.QSGGeometry.GL_TRIANGLES?10 +PyQt5.QtQuick.QSGGeometry.GL_TRIANGLE_STRIP?10 +PyQt5.QtQuick.QSGGeometry.GL_TRIANGLE_FAN?10 +PyQt5.QtQuick.QSGGeometry.GL_BYTE?10 +PyQt5.QtQuick.QSGGeometry.GL_DOUBLE?10 +PyQt5.QtQuick.QSGGeometry.GL_FLOAT?10 +PyQt5.QtQuick.QSGGeometry.GL_INT?10 +PyQt5.QtQuick.QSGGeometry?1(QSGGeometry.AttributeSet, int, int indexCount=0, int indexType=GL_UNSIGNED_SHORT) +PyQt5.QtQuick.QSGGeometry.__init__?1(self, QSGGeometry.AttributeSet, int, int indexCount=0, int indexType=GL_UNSIGNED_SHORT) +PyQt5.QtQuick.QSGGeometry?1(QSGGeometry) +PyQt5.QtQuick.QSGGeometry.__init__?1(self, QSGGeometry) +PyQt5.QtQuick.QSGGeometry.defaultAttributes_Point2D?4() -> QSGGeometry.AttributeSet +PyQt5.QtQuick.QSGGeometry.defaultAttributes_TexturedPoint2D?4() -> QSGGeometry.AttributeSet +PyQt5.QtQuick.QSGGeometry.defaultAttributes_ColoredPoint2D?4() -> QSGGeometry.AttributeSet +PyQt5.QtQuick.QSGGeometry.setDrawingMode?4(int) +PyQt5.QtQuick.QSGGeometry.drawingMode?4() -> int +PyQt5.QtQuick.QSGGeometry.allocate?4(int, int indexCount=0) +PyQt5.QtQuick.QSGGeometry.vertexCount?4() -> int +PyQt5.QtQuick.QSGGeometry.vertexData?4() -> sip.voidptr +PyQt5.QtQuick.QSGGeometry.indexType?4() -> int +PyQt5.QtQuick.QSGGeometry.indexCount?4() -> int +PyQt5.QtQuick.QSGGeometry.indexData?4() -> sip.voidptr +PyQt5.QtQuick.QSGGeometry.attributeCount?4() -> int +PyQt5.QtQuick.QSGGeometry.attributes?4() -> read-only-array-of-QSGGeometry.Attribute +PyQt5.QtQuick.QSGGeometry.sizeOfVertex?4() -> int +PyQt5.QtQuick.QSGGeometry.updateRectGeometry?4(QSGGeometry, QRectF) +PyQt5.QtQuick.QSGGeometry.updateTexturedRectGeometry?4(QSGGeometry, QRectF, QRectF) +PyQt5.QtQuick.QSGGeometry.setIndexDataPattern?4(QSGGeometry.DataPattern) +PyQt5.QtQuick.QSGGeometry.indexDataPattern?4() -> QSGGeometry.DataPattern +PyQt5.QtQuick.QSGGeometry.setVertexDataPattern?4(QSGGeometry.DataPattern) +PyQt5.QtQuick.QSGGeometry.vertexDataPattern?4() -> QSGGeometry.DataPattern +PyQt5.QtQuick.QSGGeometry.markIndexDataDirty?4() +PyQt5.QtQuick.QSGGeometry.markVertexDataDirty?4() +PyQt5.QtQuick.QSGGeometry.lineWidth?4() -> float +PyQt5.QtQuick.QSGGeometry.setLineWidth?4(float) +PyQt5.QtQuick.QSGGeometry.indexDataAsUInt?4() -> array-of-unsigned-int +PyQt5.QtQuick.QSGGeometry.indexDataAsUShort?4() -> array-of-unsigned-short +PyQt5.QtQuick.QSGGeometry.vertexDataAsPoint2D?4() -> array-of-QSGGeometry.Point2D +PyQt5.QtQuick.QSGGeometry.vertexDataAsTexturedPoint2D?4() -> array-of-QSGGeometry.TexturedPoint2D +PyQt5.QtQuick.QSGGeometry.vertexDataAsColoredPoint2D?4() -> array-of-QSGGeometry.ColoredPoint2D +PyQt5.QtQuick.QSGGeometry.sizeOfIndex?4() -> int +PyQt5.QtQuick.QSGGeometry.Attribute.isVertexCoordinate?7 +PyQt5.QtQuick.QSGGeometry.Attribute.position?7 +PyQt5.QtQuick.QSGGeometry.Attribute.tupleSize?7 +PyQt5.QtQuick.QSGGeometry.Attribute.type?7 +PyQt5.QtQuick.QSGGeometry.Attribute?1() +PyQt5.QtQuick.QSGGeometry.Attribute.__init__?1(self) +PyQt5.QtQuick.QSGGeometry.Attribute?1(QSGGeometry.Attribute) +PyQt5.QtQuick.QSGGeometry.Attribute.__init__?1(self, QSGGeometry.Attribute) +PyQt5.QtQuick.QSGGeometry.Attribute.create?4(int, int, int, bool isPosition=False) -> QSGGeometry.Attribute +PyQt5.QtQuick.QSGGeometry.AttributeSet.attributes?7 +PyQt5.QtQuick.QSGGeometry.AttributeSet.count?7 +PyQt5.QtQuick.QSGGeometry.AttributeSet.stride?7 +PyQt5.QtQuick.QSGGeometry.AttributeSet?1(sequence-of-QSGGeometry.Attribute, int stride=0) +PyQt5.QtQuick.QSGGeometry.AttributeSet.__init__?1(self, sequence-of-QSGGeometry.Attribute, int stride=0) +PyQt5.QtQuick.QSGGeometry.Point2D.x?7 +PyQt5.QtQuick.QSGGeometry.Point2D.y?7 +PyQt5.QtQuick.QSGGeometry.Point2D?1() +PyQt5.QtQuick.QSGGeometry.Point2D.__init__?1(self) +PyQt5.QtQuick.QSGGeometry.Point2D?1(QSGGeometry.Point2D) +PyQt5.QtQuick.QSGGeometry.Point2D.__init__?1(self, QSGGeometry.Point2D) +PyQt5.QtQuick.QSGGeometry.Point2D.set?4(float, float) +PyQt5.QtQuick.QSGGeometry.TexturedPoint2D.tx?7 +PyQt5.QtQuick.QSGGeometry.TexturedPoint2D.ty?7 +PyQt5.QtQuick.QSGGeometry.TexturedPoint2D.x?7 +PyQt5.QtQuick.QSGGeometry.TexturedPoint2D.y?7 +PyQt5.QtQuick.QSGGeometry.TexturedPoint2D?1() +PyQt5.QtQuick.QSGGeometry.TexturedPoint2D.__init__?1(self) +PyQt5.QtQuick.QSGGeometry.TexturedPoint2D?1(QSGGeometry.TexturedPoint2D) +PyQt5.QtQuick.QSGGeometry.TexturedPoint2D.__init__?1(self, QSGGeometry.TexturedPoint2D) +PyQt5.QtQuick.QSGGeometry.TexturedPoint2D.set?4(float, float, float, float) +PyQt5.QtQuick.QSGGeometry.ColoredPoint2D.a?7 +PyQt5.QtQuick.QSGGeometry.ColoredPoint2D.b?7 +PyQt5.QtQuick.QSGGeometry.ColoredPoint2D.g?7 +PyQt5.QtQuick.QSGGeometry.ColoredPoint2D.r?7 +PyQt5.QtQuick.QSGGeometry.ColoredPoint2D.x?7 +PyQt5.QtQuick.QSGGeometry.ColoredPoint2D.y?7 +PyQt5.QtQuick.QSGGeometry.ColoredPoint2D?1() +PyQt5.QtQuick.QSGGeometry.ColoredPoint2D.__init__?1(self) +PyQt5.QtQuick.QSGGeometry.ColoredPoint2D?1(QSGGeometry.ColoredPoint2D) +PyQt5.QtQuick.QSGGeometry.ColoredPoint2D.__init__?1(self, QSGGeometry.ColoredPoint2D) +PyQt5.QtQuick.QSGGeometry.ColoredPoint2D.set?4(float, float, int, int, int, int) +PyQt5.QtQuick.QSGMaterialShader?1() +PyQt5.QtQuick.QSGMaterialShader.__init__?1(self) +PyQt5.QtQuick.QSGMaterialShader.activate?4() +PyQt5.QtQuick.QSGMaterialShader.deactivate?4() +PyQt5.QtQuick.QSGMaterialShader.updateState?4(QSGMaterialShader.RenderState, QSGMaterial, QSGMaterial) +PyQt5.QtQuick.QSGMaterialShader.attributeNames?4() -> list-of-str +PyQt5.QtQuick.QSGMaterialShader.program?4() -> QOpenGLShaderProgram +PyQt5.QtQuick.QSGMaterialShader.compile?4() +PyQt5.QtQuick.QSGMaterialShader.initialize?4() +PyQt5.QtQuick.QSGMaterialShader.vertexShader?4() -> str +PyQt5.QtQuick.QSGMaterialShader.fragmentShader?4() -> str +PyQt5.QtQuick.QSGMaterialShader.setShaderSourceFile?4(QOpenGLShader.ShaderType, str) +PyQt5.QtQuick.QSGMaterialShader.setShaderSourceFiles?4(QOpenGLShader.ShaderType, list-of-str) +PyQt5.QtQuick.QSGMaterialShader.RenderState.DirtyState?10 +PyQt5.QtQuick.QSGMaterialShader.RenderState.DirtyMatrix?10 +PyQt5.QtQuick.QSGMaterialShader.RenderState.DirtyOpacity?10 +PyQt5.QtQuick.QSGMaterialShader.RenderState?1() +PyQt5.QtQuick.QSGMaterialShader.RenderState.__init__?1(self) +PyQt5.QtQuick.QSGMaterialShader.RenderState?1(QSGMaterialShader.RenderState) +PyQt5.QtQuick.QSGMaterialShader.RenderState.__init__?1(self, QSGMaterialShader.RenderState) +PyQt5.QtQuick.QSGMaterialShader.RenderState.dirtyStates?4() -> QSGMaterialShader.RenderState.DirtyStates +PyQt5.QtQuick.QSGMaterialShader.RenderState.isMatrixDirty?4() -> bool +PyQt5.QtQuick.QSGMaterialShader.RenderState.isOpacityDirty?4() -> bool +PyQt5.QtQuick.QSGMaterialShader.RenderState.opacity?4() -> float +PyQt5.QtQuick.QSGMaterialShader.RenderState.combinedMatrix?4() -> QMatrix4x4 +PyQt5.QtQuick.QSGMaterialShader.RenderState.modelViewMatrix?4() -> QMatrix4x4 +PyQt5.QtQuick.QSGMaterialShader.RenderState.viewportRect?4() -> QRect +PyQt5.QtQuick.QSGMaterialShader.RenderState.deviceRect?4() -> QRect +PyQt5.QtQuick.QSGMaterialShader.RenderState.determinant?4() -> float +PyQt5.QtQuick.QSGMaterialShader.RenderState.context?4() -> QOpenGLContext +PyQt5.QtQuick.QSGMaterialShader.RenderState.projectionMatrix?4() -> QMatrix4x4 +PyQt5.QtQuick.QSGMaterialShader.RenderState.devicePixelRatio?4() -> float +PyQt5.QtQuick.QSGMaterialShader.RenderState.DirtyStates?1(QSGMaterialShader.RenderState.DirtyStates) +PyQt5.QtQuick.QSGMaterialShader.RenderState.DirtyStates.__init__?1(self, QSGMaterialShader.RenderState.DirtyStates) +PyQt5.QtQuick.QSGMaterialShader.RenderState.DirtyStates?1(int) +PyQt5.QtQuick.QSGMaterialShader.RenderState.DirtyStates.__init__?1(self, int) +PyQt5.QtQuick.QSGMaterialShader.RenderState.DirtyStates?1() +PyQt5.QtQuick.QSGMaterialShader.RenderState.DirtyStates.__init__?1(self) +PyQt5.QtQuick.QSGMaterialType?1() +PyQt5.QtQuick.QSGMaterialType.__init__?1(self) +PyQt5.QtQuick.QSGMaterialType?1(QSGMaterialType) +PyQt5.QtQuick.QSGMaterialType.__init__?1(self, QSGMaterialType) +PyQt5.QtQuick.QSGMaterial.Flags?1(QSGMaterial.Flags) +PyQt5.QtQuick.QSGMaterial.Flags.__init__?1(self, QSGMaterial.Flags) +PyQt5.QtQuick.QSGMaterial.Flags?1(int) +PyQt5.QtQuick.QSGMaterial.Flags.__init__?1(self, int) +PyQt5.QtQuick.QSGMaterial.Flags?1() +PyQt5.QtQuick.QSGMaterial.Flags.__init__?1(self) +PyQt5.QtQuick.QSGNode.DirtyStateBit?10 +PyQt5.QtQuick.QSGNode.DirtyMatrix?10 +PyQt5.QtQuick.QSGNode.DirtyNodeAdded?10 +PyQt5.QtQuick.QSGNode.DirtyNodeRemoved?10 +PyQt5.QtQuick.QSGNode.DirtyGeometry?10 +PyQt5.QtQuick.QSGNode.DirtyMaterial?10 +PyQt5.QtQuick.QSGNode.DirtyOpacity?10 +PyQt5.QtQuick.QSGNode.Flag?10 +PyQt5.QtQuick.QSGNode.OwnedByParent?10 +PyQt5.QtQuick.QSGNode.UsePreprocess?10 +PyQt5.QtQuick.QSGNode.OwnsGeometry?10 +PyQt5.QtQuick.QSGNode.OwnsMaterial?10 +PyQt5.QtQuick.QSGNode.OwnsOpaqueMaterial?10 +PyQt5.QtQuick.QSGNode.NodeType?10 +PyQt5.QtQuick.QSGNode.BasicNodeType?10 +PyQt5.QtQuick.QSGNode.GeometryNodeType?10 +PyQt5.QtQuick.QSGNode.TransformNodeType?10 +PyQt5.QtQuick.QSGNode.ClipNodeType?10 +PyQt5.QtQuick.QSGNode.OpacityNodeType?10 +PyQt5.QtQuick.QSGNode?1() +PyQt5.QtQuick.QSGNode.__init__?1(self) +PyQt5.QtQuick.QSGNode.parent?4() -> QSGNode +PyQt5.QtQuick.QSGNode.removeChildNode?4(QSGNode) +PyQt5.QtQuick.QSGNode.removeAllChildNodes?4() +PyQt5.QtQuick.QSGNode.prependChildNode?4(QSGNode) +PyQt5.QtQuick.QSGNode.appendChildNode?4(QSGNode) +PyQt5.QtQuick.QSGNode.insertChildNodeBefore?4(QSGNode, QSGNode) +PyQt5.QtQuick.QSGNode.insertChildNodeAfter?4(QSGNode, QSGNode) +PyQt5.QtQuick.QSGNode.childCount?4() -> int +PyQt5.QtQuick.QSGNode.childAtIndex?4(int) -> QSGNode +PyQt5.QtQuick.QSGNode.firstChild?4() -> QSGNode +PyQt5.QtQuick.QSGNode.lastChild?4() -> QSGNode +PyQt5.QtQuick.QSGNode.nextSibling?4() -> QSGNode +PyQt5.QtQuick.QSGNode.previousSibling?4() -> QSGNode +PyQt5.QtQuick.QSGNode.type?4() -> QSGNode.NodeType +PyQt5.QtQuick.QSGNode.markDirty?4(QSGNode.DirtyState) +PyQt5.QtQuick.QSGNode.isSubtreeBlocked?4() -> bool +PyQt5.QtQuick.QSGNode.flags?4() -> QSGNode.Flags +PyQt5.QtQuick.QSGNode.setFlag?4(QSGNode.Flag, bool enabled=True) +PyQt5.QtQuick.QSGNode.setFlags?4(QSGNode.Flags, bool enabled=True) +PyQt5.QtQuick.QSGNode.preprocess?4() +PyQt5.QtQuick.QSGNode.Flags?1(QSGNode.Flags) +PyQt5.QtQuick.QSGNode.Flags.__init__?1(self, QSGNode.Flags) +PyQt5.QtQuick.QSGNode.Flags?1(int) +PyQt5.QtQuick.QSGNode.Flags.__init__?1(self, int) +PyQt5.QtQuick.QSGNode.Flags?1() +PyQt5.QtQuick.QSGNode.Flags.__init__?1(self) +PyQt5.QtQuick.QSGNode.DirtyState?1(QSGNode.DirtyState) +PyQt5.QtQuick.QSGNode.DirtyState.__init__?1(self, QSGNode.DirtyState) +PyQt5.QtQuick.QSGNode.DirtyState?1(int) +PyQt5.QtQuick.QSGNode.DirtyState.__init__?1(self, int) +PyQt5.QtQuick.QSGNode.DirtyState?1() +PyQt5.QtQuick.QSGNode.DirtyState.__init__?1(self) +PyQt5.QtQuick.QSGBasicGeometryNode.setGeometry?4(QSGGeometry) +PyQt5.QtQuick.QSGBasicGeometryNode.geometry?4() -> QSGGeometry +PyQt5.QtQuick.QSGGeometryNode?1() +PyQt5.QtQuick.QSGGeometryNode.__init__?1(self) +PyQt5.QtQuick.QSGGeometryNode.setMaterial?4(QSGMaterial) +PyQt5.QtQuick.QSGGeometryNode.material?4() -> QSGMaterial +PyQt5.QtQuick.QSGGeometryNode.setOpaqueMaterial?4(QSGMaterial) +PyQt5.QtQuick.QSGGeometryNode.opaqueMaterial?4() -> QSGMaterial +PyQt5.QtQuick.QSGClipNode?1() +PyQt5.QtQuick.QSGClipNode.__init__?1(self) +PyQt5.QtQuick.QSGClipNode.setIsRectangular?4(bool) +PyQt5.QtQuick.QSGClipNode.isRectangular?4() -> bool +PyQt5.QtQuick.QSGClipNode.setClipRect?4(QRectF) +PyQt5.QtQuick.QSGClipNode.clipRect?4() -> QRectF +PyQt5.QtQuick.QSGTransformNode?1() +PyQt5.QtQuick.QSGTransformNode.__init__?1(self) +PyQt5.QtQuick.QSGTransformNode.setMatrix?4(QMatrix4x4) +PyQt5.QtQuick.QSGTransformNode.matrix?4() -> QMatrix4x4 +PyQt5.QtQuick.QSGOpacityNode?1() +PyQt5.QtQuick.QSGOpacityNode.__init__?1(self) +PyQt5.QtQuick.QSGOpacityNode.setOpacity?4(float) +PyQt5.QtQuick.QSGOpacityNode.opacity?4() -> float +PyQt5.QtQuick.QSGSimpleRectNode?1(QRectF, QColor) +PyQt5.QtQuick.QSGSimpleRectNode.__init__?1(self, QRectF, QColor) +PyQt5.QtQuick.QSGSimpleRectNode?1() +PyQt5.QtQuick.QSGSimpleRectNode.__init__?1(self) +PyQt5.QtQuick.QSGSimpleRectNode.setRect?4(QRectF) +PyQt5.QtQuick.QSGSimpleRectNode.setRect?4(float, float, float, float) +PyQt5.QtQuick.QSGSimpleRectNode.rect?4() -> QRectF +PyQt5.QtQuick.QSGSimpleRectNode.setColor?4(QColor) +PyQt5.QtQuick.QSGSimpleRectNode.color?4() -> QColor +PyQt5.QtQuick.QSGSimpleTextureNode.TextureCoordinatesTransformFlag?10 +PyQt5.QtQuick.QSGSimpleTextureNode.NoTransform?10 +PyQt5.QtQuick.QSGSimpleTextureNode.MirrorHorizontally?10 +PyQt5.QtQuick.QSGSimpleTextureNode.MirrorVertically?10 +PyQt5.QtQuick.QSGSimpleTextureNode?1() +PyQt5.QtQuick.QSGSimpleTextureNode.__init__?1(self) +PyQt5.QtQuick.QSGSimpleTextureNode.setRect?4(QRectF) +PyQt5.QtQuick.QSGSimpleTextureNode.setRect?4(float, float, float, float) +PyQt5.QtQuick.QSGSimpleTextureNode.rect?4() -> QRectF +PyQt5.QtQuick.QSGSimpleTextureNode.setTexture?4(QSGTexture) +PyQt5.QtQuick.QSGSimpleTextureNode.texture?4() -> QSGTexture +PyQt5.QtQuick.QSGSimpleTextureNode.setFiltering?4(QSGTexture.Filtering) +PyQt5.QtQuick.QSGSimpleTextureNode.filtering?4() -> QSGTexture.Filtering +PyQt5.QtQuick.QSGSimpleTextureNode.setTextureCoordinatesTransform?4(QSGSimpleTextureNode.TextureCoordinatesTransformMode) +PyQt5.QtQuick.QSGSimpleTextureNode.textureCoordinatesTransform?4() -> QSGSimpleTextureNode.TextureCoordinatesTransformMode +PyQt5.QtQuick.QSGSimpleTextureNode.TextureCoordinatesTransformMode?1(QSGSimpleTextureNode.TextureCoordinatesTransformMode) +PyQt5.QtQuick.QSGSimpleTextureNode.TextureCoordinatesTransformMode.__init__?1(self, QSGSimpleTextureNode.TextureCoordinatesTransformMode) +PyQt5.QtQuick.QSGSimpleTextureNode.TextureCoordinatesTransformMode?1(int) +PyQt5.QtQuick.QSGSimpleTextureNode.TextureCoordinatesTransformMode.__init__?1(self, int) +PyQt5.QtQuick.QSGSimpleTextureNode.TextureCoordinatesTransformMode?1() +PyQt5.QtQuick.QSGSimpleTextureNode.TextureCoordinatesTransformMode.__init__?1(self) +PyQt5.QtQuick.QSGTexture.Filtering?10 +PyQt5.QtQuick.QSGTexture.None?10 +PyQt5.QtQuick.QSGTexture.Nearest?10 +PyQt5.QtQuick.QSGTexture.Linear?10 +PyQt5.QtQuick.QSGTexture.WrapMode?10 +PyQt5.QtQuick.QSGTexture.Repeat?10 +PyQt5.QtQuick.QSGTexture.ClampToEdge?10 +PyQt5.QtQuick.QSGTexture?1() +PyQt5.QtQuick.QSGTexture.__init__?1(self) +PyQt5.QtQuick.QSGTexture.textureId?4() -> int +PyQt5.QtQuick.QSGTexture.textureSize?4() -> QSize +PyQt5.QtQuick.QSGTexture.hasAlphaChannel?4() -> bool +PyQt5.QtQuick.QSGTexture.hasMipmaps?4() -> bool +PyQt5.QtQuick.QSGTexture.normalizedTextureSubRect?4() -> QRectF +PyQt5.QtQuick.QSGTexture.isAtlasTexture?4() -> bool +PyQt5.QtQuick.QSGTexture.removedFromAtlas?4() -> QSGTexture +PyQt5.QtQuick.QSGTexture.bind?4() +PyQt5.QtQuick.QSGTexture.updateBindOptions?4(bool force=False) +PyQt5.QtQuick.QSGTexture.setMipmapFiltering?4(QSGTexture.Filtering) +PyQt5.QtQuick.QSGTexture.mipmapFiltering?4() -> QSGTexture.Filtering +PyQt5.QtQuick.QSGTexture.setFiltering?4(QSGTexture.Filtering) +PyQt5.QtQuick.QSGTexture.filtering?4() -> QSGTexture.Filtering +PyQt5.QtQuick.QSGTexture.setHorizontalWrapMode?4(QSGTexture.WrapMode) +PyQt5.QtQuick.QSGTexture.horizontalWrapMode?4() -> QSGTexture.WrapMode +PyQt5.QtQuick.QSGTexture.setVerticalWrapMode?4(QSGTexture.WrapMode) +PyQt5.QtQuick.QSGTexture.verticalWrapMode?4() -> QSGTexture.WrapMode +PyQt5.QtQuick.QSGTexture.convertToNormalizedSourceRect?4(QRectF) -> QRectF +PyQt5.QtQuick.QSGDynamicTexture?1() +PyQt5.QtQuick.QSGDynamicTexture.__init__?1(self) +PyQt5.QtQuick.QSGDynamicTexture.updateTexture?4() -> bool +PyQt5.QtQuick.QSGOpaqueTextureMaterial?1() +PyQt5.QtQuick.QSGOpaqueTextureMaterial.__init__?1(self) +PyQt5.QtQuick.QSGOpaqueTextureMaterial.type?4() -> QSGMaterialType +PyQt5.QtQuick.QSGOpaqueTextureMaterial.createShader?4() -> QSGMaterialShader +PyQt5.QtQuick.QSGOpaqueTextureMaterial.compare?4(QSGMaterial) -> int +PyQt5.QtQuick.QSGOpaqueTextureMaterial.setTexture?4(QSGTexture) +PyQt5.QtQuick.QSGOpaqueTextureMaterial.texture?4() -> QSGTexture +PyQt5.QtQuick.QSGOpaqueTextureMaterial.setMipmapFiltering?4(QSGTexture.Filtering) +PyQt5.QtQuick.QSGOpaqueTextureMaterial.mipmapFiltering?4() -> QSGTexture.Filtering +PyQt5.QtQuick.QSGOpaqueTextureMaterial.setFiltering?4(QSGTexture.Filtering) +PyQt5.QtQuick.QSGOpaqueTextureMaterial.filtering?4() -> QSGTexture.Filtering +PyQt5.QtQuick.QSGOpaqueTextureMaterial.setHorizontalWrapMode?4(QSGTexture.WrapMode) +PyQt5.QtQuick.QSGOpaqueTextureMaterial.horizontalWrapMode?4() -> QSGTexture.WrapMode +PyQt5.QtQuick.QSGOpaqueTextureMaterial.setVerticalWrapMode?4(QSGTexture.WrapMode) +PyQt5.QtQuick.QSGOpaqueTextureMaterial.verticalWrapMode?4() -> QSGTexture.WrapMode +PyQt5.QtQuick.QSGTextureMaterial?1() +PyQt5.QtQuick.QSGTextureMaterial.__init__?1(self) +PyQt5.QtQuick.QSGTextureMaterial.type?4() -> QSGMaterialType +PyQt5.QtQuick.QSGTextureMaterial.createShader?4() -> QSGMaterialShader +PyQt5.QtQuick.QSGTextureProvider?1() +PyQt5.QtQuick.QSGTextureProvider.__init__?1(self) +PyQt5.QtQuick.QSGTextureProvider.texture?4() -> QSGTexture +PyQt5.QtQuick.QSGTextureProvider.textureChanged?4() +PyQt5.QtQuick.QSGVertexColorMaterial?1() +PyQt5.QtQuick.QSGVertexColorMaterial.__init__?1(self) +PyQt5.QtQuick.QSGVertexColorMaterial.compare?4(QSGMaterial) -> int +PyQt5.QtQuick.QSGVertexColorMaterial.type?4() -> QSGMaterialType +PyQt5.QtQuick.QSGVertexColorMaterial.createShader?4() -> QSGMaterialShader +PyQt5.QtSql.QSql.NumericalPrecisionPolicy?10 +PyQt5.QtSql.QSql.LowPrecisionInt32?10 +PyQt5.QtSql.QSql.LowPrecisionInt64?10 +PyQt5.QtSql.QSql.LowPrecisionDouble?10 +PyQt5.QtSql.QSql.HighPrecision?10 +PyQt5.QtSql.QSql.TableType?10 +PyQt5.QtSql.QSql.Tables?10 +PyQt5.QtSql.QSql.SystemTables?10 +PyQt5.QtSql.QSql.Views?10 +PyQt5.QtSql.QSql.AllTables?10 +PyQt5.QtSql.QSql.ParamTypeFlag?10 +PyQt5.QtSql.QSql.In?10 +PyQt5.QtSql.QSql.Out?10 +PyQt5.QtSql.QSql.InOut?10 +PyQt5.QtSql.QSql.Binary?10 +PyQt5.QtSql.QSql.Location?10 +PyQt5.QtSql.QSql.BeforeFirstRow?10 +PyQt5.QtSql.QSql.AfterLastRow?10 +PyQt5.QtSql.QSql.ParamType?1(QSql.ParamType) +PyQt5.QtSql.QSql.ParamType.__init__?1(self, QSql.ParamType) +PyQt5.QtSql.QSql.ParamType?1(int) +PyQt5.QtSql.QSql.ParamType.__init__?1(self, int) +PyQt5.QtSql.QSql.ParamType?1() +PyQt5.QtSql.QSql.ParamType.__init__?1(self) +PyQt5.QtSql.QSqlDriverCreatorBase?1() +PyQt5.QtSql.QSqlDriverCreatorBase.__init__?1(self) +PyQt5.QtSql.QSqlDriverCreatorBase?1(QSqlDriverCreatorBase) +PyQt5.QtSql.QSqlDriverCreatorBase.__init__?1(self, QSqlDriverCreatorBase) +PyQt5.QtSql.QSqlDriverCreatorBase.createObject?4() -> QSqlDriver +PyQt5.QtSql.QSqlDatabase?1() +PyQt5.QtSql.QSqlDatabase.__init__?1(self) +PyQt5.QtSql.QSqlDatabase?1(QSqlDatabase) +PyQt5.QtSql.QSqlDatabase.__init__?1(self, QSqlDatabase) +PyQt5.QtSql.QSqlDatabase?1(str) +PyQt5.QtSql.QSqlDatabase.__init__?1(self, str) +PyQt5.QtSql.QSqlDatabase?1(QSqlDriver) +PyQt5.QtSql.QSqlDatabase.__init__?1(self, QSqlDriver) +PyQt5.QtSql.QSqlDatabase.open?4() -> bool +PyQt5.QtSql.QSqlDatabase.open?4(str, str) -> bool +PyQt5.QtSql.QSqlDatabase.close?4() +PyQt5.QtSql.QSqlDatabase.isOpen?4() -> bool +PyQt5.QtSql.QSqlDatabase.isOpenError?4() -> bool +PyQt5.QtSql.QSqlDatabase.tables?4(QSql.TableType type=QSql.Tables) -> list-of-str +PyQt5.QtSql.QSqlDatabase.primaryIndex?4(str) -> QSqlIndex +PyQt5.QtSql.QSqlDatabase.record?4(str) -> QSqlRecord +PyQt5.QtSql.QSqlDatabase.exec_?4(str query='') -> QSqlQuery +PyQt5.QtSql.QSqlDatabase.exec?4(str query='') -> QSqlQuery +PyQt5.QtSql.QSqlDatabase.lastError?4() -> QSqlError +PyQt5.QtSql.QSqlDatabase.isValid?4() -> bool +PyQt5.QtSql.QSqlDatabase.transaction?4() -> bool +PyQt5.QtSql.QSqlDatabase.commit?4() -> bool +PyQt5.QtSql.QSqlDatabase.rollback?4() -> bool +PyQt5.QtSql.QSqlDatabase.setDatabaseName?4(str) +PyQt5.QtSql.QSqlDatabase.setUserName?4(str) +PyQt5.QtSql.QSqlDatabase.setPassword?4(str) +PyQt5.QtSql.QSqlDatabase.setHostName?4(str) +PyQt5.QtSql.QSqlDatabase.setPort?4(int) +PyQt5.QtSql.QSqlDatabase.setConnectOptions?4(str options='') +PyQt5.QtSql.QSqlDatabase.databaseName?4() -> str +PyQt5.QtSql.QSqlDatabase.userName?4() -> str +PyQt5.QtSql.QSqlDatabase.password?4() -> str +PyQt5.QtSql.QSqlDatabase.hostName?4() -> str +PyQt5.QtSql.QSqlDatabase.driverName?4() -> str +PyQt5.QtSql.QSqlDatabase.port?4() -> int +PyQt5.QtSql.QSqlDatabase.connectOptions?4() -> str +PyQt5.QtSql.QSqlDatabase.connectionName?4() -> str +PyQt5.QtSql.QSqlDatabase.driver?4() -> QSqlDriver +PyQt5.QtSql.QSqlDatabase.addDatabase?4(str, str connectionName=QLatin1String(QSqlDatabase.defaultConnection)) -> QSqlDatabase +PyQt5.QtSql.QSqlDatabase.addDatabase?4(QSqlDriver, str connectionName=QLatin1String(QSqlDatabase.defaultConnection)) -> QSqlDatabase +PyQt5.QtSql.QSqlDatabase.cloneDatabase?4(QSqlDatabase, str) -> QSqlDatabase +PyQt5.QtSql.QSqlDatabase.database?4(str connectionName=QLatin1String(QSqlDatabase.defaultConnection), bool open=True) -> QSqlDatabase +PyQt5.QtSql.QSqlDatabase.removeDatabase?4(str) +PyQt5.QtSql.QSqlDatabase.contains?4(str connectionName=QLatin1String(QSqlDatabase.defaultConnection)) -> bool +PyQt5.QtSql.QSqlDatabase.drivers?4() -> list-of-str +PyQt5.QtSql.QSqlDatabase.connectionNames?4() -> list-of-str +PyQt5.QtSql.QSqlDatabase.registerSqlDriver?4(str, QSqlDriverCreatorBase) +PyQt5.QtSql.QSqlDatabase.isDriverAvailable?4(str) -> bool +PyQt5.QtSql.QSqlDatabase.setNumericalPrecisionPolicy?4(QSql.NumericalPrecisionPolicy) +PyQt5.QtSql.QSqlDatabase.numericalPrecisionPolicy?4() -> QSql.NumericalPrecisionPolicy +PyQt5.QtSql.QSqlDriver.NotificationSource?10 +PyQt5.QtSql.QSqlDriver.UnknownSource?10 +PyQt5.QtSql.QSqlDriver.SelfSource?10 +PyQt5.QtSql.QSqlDriver.OtherSource?10 +PyQt5.QtSql.QSqlDriver.IdentifierType?10 +PyQt5.QtSql.QSqlDriver.FieldName?10 +PyQt5.QtSql.QSqlDriver.TableName?10 +PyQt5.QtSql.QSqlDriver.StatementType?10 +PyQt5.QtSql.QSqlDriver.WhereStatement?10 +PyQt5.QtSql.QSqlDriver.SelectStatement?10 +PyQt5.QtSql.QSqlDriver.UpdateStatement?10 +PyQt5.QtSql.QSqlDriver.InsertStatement?10 +PyQt5.QtSql.QSqlDriver.DeleteStatement?10 +PyQt5.QtSql.QSqlDriver.DriverFeature?10 +PyQt5.QtSql.QSqlDriver.Transactions?10 +PyQt5.QtSql.QSqlDriver.QuerySize?10 +PyQt5.QtSql.QSqlDriver.BLOB?10 +PyQt5.QtSql.QSqlDriver.Unicode?10 +PyQt5.QtSql.QSqlDriver.PreparedQueries?10 +PyQt5.QtSql.QSqlDriver.NamedPlaceholders?10 +PyQt5.QtSql.QSqlDriver.PositionalPlaceholders?10 +PyQt5.QtSql.QSqlDriver.LastInsertId?10 +PyQt5.QtSql.QSqlDriver.BatchOperations?10 +PyQt5.QtSql.QSqlDriver.SimpleLocking?10 +PyQt5.QtSql.QSqlDriver.LowPrecisionNumbers?10 +PyQt5.QtSql.QSqlDriver.EventNotifications?10 +PyQt5.QtSql.QSqlDriver.FinishQuery?10 +PyQt5.QtSql.QSqlDriver.MultipleResultSets?10 +PyQt5.QtSql.QSqlDriver?1(QObject parent=None) +PyQt5.QtSql.QSqlDriver.__init__?1(self, QObject parent=None) +PyQt5.QtSql.QSqlDriver.isOpen?4() -> bool +PyQt5.QtSql.QSqlDriver.isOpenError?4() -> bool +PyQt5.QtSql.QSqlDriver.beginTransaction?4() -> bool +PyQt5.QtSql.QSqlDriver.commitTransaction?4() -> bool +PyQt5.QtSql.QSqlDriver.rollbackTransaction?4() -> bool +PyQt5.QtSql.QSqlDriver.tables?4(QSql.TableType) -> list-of-str +PyQt5.QtSql.QSqlDriver.primaryIndex?4(str) -> QSqlIndex +PyQt5.QtSql.QSqlDriver.record?4(str) -> QSqlRecord +PyQt5.QtSql.QSqlDriver.formatValue?4(QSqlField, bool trimStrings=False) -> str +PyQt5.QtSql.QSqlDriver.escapeIdentifier?4(str, QSqlDriver.IdentifierType) -> str +PyQt5.QtSql.QSqlDriver.sqlStatement?4(QSqlDriver.StatementType, str, QSqlRecord, bool) -> str +PyQt5.QtSql.QSqlDriver.lastError?4() -> QSqlError +PyQt5.QtSql.QSqlDriver.handle?4() -> QVariant +PyQt5.QtSql.QSqlDriver.hasFeature?4(QSqlDriver.DriverFeature) -> bool +PyQt5.QtSql.QSqlDriver.close?4() +PyQt5.QtSql.QSqlDriver.createResult?4() -> QSqlResult +PyQt5.QtSql.QSqlDriver.open?4(str, str user='', str password='', str host='', int port=-1, str options='') -> bool +PyQt5.QtSql.QSqlDriver.setOpen?4(bool) +PyQt5.QtSql.QSqlDriver.setOpenError?4(bool) +PyQt5.QtSql.QSqlDriver.setLastError?4(QSqlError) +PyQt5.QtSql.QSqlDriver.subscribeToNotification?4(str) -> bool +PyQt5.QtSql.QSqlDriver.unsubscribeFromNotification?4(str) -> bool +PyQt5.QtSql.QSqlDriver.subscribedToNotifications?4() -> list-of-str +PyQt5.QtSql.QSqlDriver.notification?4(str) +PyQt5.QtSql.QSqlDriver.notification?4(str, QSqlDriver.NotificationSource, QVariant) +PyQt5.QtSql.QSqlDriver.isIdentifierEscaped?4(str, QSqlDriver.IdentifierType) -> bool +PyQt5.QtSql.QSqlDriver.stripDelimiters?4(str, QSqlDriver.IdentifierType) -> str +PyQt5.QtSql.QSqlDriver.setNumericalPrecisionPolicy?4(QSql.NumericalPrecisionPolicy) +PyQt5.QtSql.QSqlDriver.numericalPrecisionPolicy?4() -> QSql.NumericalPrecisionPolicy +PyQt5.QtSql.QSqlError.ErrorType?10 +PyQt5.QtSql.QSqlError.NoError?10 +PyQt5.QtSql.QSqlError.ConnectionError?10 +PyQt5.QtSql.QSqlError.StatementError?10 +PyQt5.QtSql.QSqlError.TransactionError?10 +PyQt5.QtSql.QSqlError.UnknownError?10 +PyQt5.QtSql.QSqlError?1(str driverText='', str databaseText='', QSqlError.ErrorType type=QSqlError.NoError, str errorCode=QString()) +PyQt5.QtSql.QSqlError.__init__?1(self, str driverText='', str databaseText='', QSqlError.ErrorType type=QSqlError.NoError, str errorCode=QString()) +PyQt5.QtSql.QSqlError?1(str, str, QSqlError.ErrorType, int) +PyQt5.QtSql.QSqlError.__init__?1(self, str, str, QSqlError.ErrorType, int) +PyQt5.QtSql.QSqlError?1(QSqlError) +PyQt5.QtSql.QSqlError.__init__?1(self, QSqlError) +PyQt5.QtSql.QSqlError.driverText?4() -> str +PyQt5.QtSql.QSqlError.setDriverText?4(str) +PyQt5.QtSql.QSqlError.databaseText?4() -> str +PyQt5.QtSql.QSqlError.setDatabaseText?4(str) +PyQt5.QtSql.QSqlError.type?4() -> QSqlError.ErrorType +PyQt5.QtSql.QSqlError.setType?4(QSqlError.ErrorType) +PyQt5.QtSql.QSqlError.number?4() -> int +PyQt5.QtSql.QSqlError.setNumber?4(int) +PyQt5.QtSql.QSqlError.text?4() -> str +PyQt5.QtSql.QSqlError.isValid?4() -> bool +PyQt5.QtSql.QSqlError.nativeErrorCode?4() -> str +PyQt5.QtSql.QSqlField.RequiredStatus?10 +PyQt5.QtSql.QSqlField.Unknown?10 +PyQt5.QtSql.QSqlField.Optional?10 +PyQt5.QtSql.QSqlField.Required?10 +PyQt5.QtSql.QSqlField?1(str fieldName='', QVariant.Type type=QVariant.Invalid) +PyQt5.QtSql.QSqlField.__init__?1(self, str fieldName='', QVariant.Type type=QVariant.Invalid) +PyQt5.QtSql.QSqlField?1(QSqlField) +PyQt5.QtSql.QSqlField.__init__?1(self, QSqlField) +PyQt5.QtSql.QSqlField.setValue?4(QVariant) +PyQt5.QtSql.QSqlField.value?4() -> QVariant +PyQt5.QtSql.QSqlField.setName?4(str) +PyQt5.QtSql.QSqlField.name?4() -> str +PyQt5.QtSql.QSqlField.isNull?4() -> bool +PyQt5.QtSql.QSqlField.setReadOnly?4(bool) +PyQt5.QtSql.QSqlField.isReadOnly?4() -> bool +PyQt5.QtSql.QSqlField.clear?4() +PyQt5.QtSql.QSqlField.type?4() -> QVariant.Type +PyQt5.QtSql.QSqlField.isAutoValue?4() -> bool +PyQt5.QtSql.QSqlField.setType?4(QVariant.Type) +PyQt5.QtSql.QSqlField.setRequiredStatus?4(QSqlField.RequiredStatus) +PyQt5.QtSql.QSqlField.setRequired?4(bool) +PyQt5.QtSql.QSqlField.setLength?4(int) +PyQt5.QtSql.QSqlField.setPrecision?4(int) +PyQt5.QtSql.QSqlField.setDefaultValue?4(QVariant) +PyQt5.QtSql.QSqlField.setSqlType?4(int) +PyQt5.QtSql.QSqlField.setGenerated?4(bool) +PyQt5.QtSql.QSqlField.setAutoValue?4(bool) +PyQt5.QtSql.QSqlField.requiredStatus?4() -> QSqlField.RequiredStatus +PyQt5.QtSql.QSqlField.length?4() -> int +PyQt5.QtSql.QSqlField.precision?4() -> int +PyQt5.QtSql.QSqlField.defaultValue?4() -> QVariant +PyQt5.QtSql.QSqlField.typeID?4() -> int +PyQt5.QtSql.QSqlField.isGenerated?4() -> bool +PyQt5.QtSql.QSqlField.isValid?4() -> bool +PyQt5.QtSql.QSqlRecord?1() +PyQt5.QtSql.QSqlRecord.__init__?1(self) +PyQt5.QtSql.QSqlRecord?1(QSqlRecord) +PyQt5.QtSql.QSqlRecord.__init__?1(self, QSqlRecord) +PyQt5.QtSql.QSqlRecord.value?4(int) -> QVariant +PyQt5.QtSql.QSqlRecord.value?4(str) -> QVariant +PyQt5.QtSql.QSqlRecord.setValue?4(int, QVariant) +PyQt5.QtSql.QSqlRecord.setValue?4(str, QVariant) +PyQt5.QtSql.QSqlRecord.setNull?4(int) +PyQt5.QtSql.QSqlRecord.setNull?4(str) +PyQt5.QtSql.QSqlRecord.isNull?4(int) -> bool +PyQt5.QtSql.QSqlRecord.isNull?4(str) -> bool +PyQt5.QtSql.QSqlRecord.indexOf?4(str) -> int +PyQt5.QtSql.QSqlRecord.fieldName?4(int) -> str +PyQt5.QtSql.QSqlRecord.field?4(int) -> QSqlField +PyQt5.QtSql.QSqlRecord.field?4(str) -> QSqlField +PyQt5.QtSql.QSqlRecord.isGenerated?4(int) -> bool +PyQt5.QtSql.QSqlRecord.isGenerated?4(str) -> bool +PyQt5.QtSql.QSqlRecord.setGenerated?4(str, bool) +PyQt5.QtSql.QSqlRecord.setGenerated?4(int, bool) +PyQt5.QtSql.QSqlRecord.append?4(QSqlField) +PyQt5.QtSql.QSqlRecord.replace?4(int, QSqlField) +PyQt5.QtSql.QSqlRecord.insert?4(int, QSqlField) +PyQt5.QtSql.QSqlRecord.remove?4(int) +PyQt5.QtSql.QSqlRecord.isEmpty?4() -> bool +PyQt5.QtSql.QSqlRecord.contains?4(str) -> bool +PyQt5.QtSql.QSqlRecord.clear?4() +PyQt5.QtSql.QSqlRecord.clearValues?4() +PyQt5.QtSql.QSqlRecord.count?4() -> int +PyQt5.QtSql.QSqlRecord.keyValues?4(QSqlRecord) -> QSqlRecord +PyQt5.QtSql.QSqlIndex?1(str cursorName='', str name='') +PyQt5.QtSql.QSqlIndex.__init__?1(self, str cursorName='', str name='') +PyQt5.QtSql.QSqlIndex?1(QSqlIndex) +PyQt5.QtSql.QSqlIndex.__init__?1(self, QSqlIndex) +PyQt5.QtSql.QSqlIndex.setCursorName?4(str) +PyQt5.QtSql.QSqlIndex.cursorName?4() -> str +PyQt5.QtSql.QSqlIndex.setName?4(str) +PyQt5.QtSql.QSqlIndex.name?4() -> str +PyQt5.QtSql.QSqlIndex.append?4(QSqlField) +PyQt5.QtSql.QSqlIndex.append?4(QSqlField, bool) +PyQt5.QtSql.QSqlIndex.isDescending?4(int) -> bool +PyQt5.QtSql.QSqlIndex.setDescending?4(int, bool) +PyQt5.QtSql.QSqlQuery.BatchExecutionMode?10 +PyQt5.QtSql.QSqlQuery.ValuesAsRows?10 +PyQt5.QtSql.QSqlQuery.ValuesAsColumns?10 +PyQt5.QtSql.QSqlQuery?1(QSqlResult) +PyQt5.QtSql.QSqlQuery.__init__?1(self, QSqlResult) +PyQt5.QtSql.QSqlQuery?1(str query='', QSqlDatabase db=QSqlDatabase()) +PyQt5.QtSql.QSqlQuery.__init__?1(self, str query='', QSqlDatabase db=QSqlDatabase()) +PyQt5.QtSql.QSqlQuery?1(QSqlDatabase) +PyQt5.QtSql.QSqlQuery.__init__?1(self, QSqlDatabase) +PyQt5.QtSql.QSqlQuery?1(QSqlQuery) +PyQt5.QtSql.QSqlQuery.__init__?1(self, QSqlQuery) +PyQt5.QtSql.QSqlQuery.isValid?4() -> bool +PyQt5.QtSql.QSqlQuery.isActive?4() -> bool +PyQt5.QtSql.QSqlQuery.isNull?4(int) -> bool +PyQt5.QtSql.QSqlQuery.isNull?4(str) -> bool +PyQt5.QtSql.QSqlQuery.at?4() -> int +PyQt5.QtSql.QSqlQuery.lastQuery?4() -> str +PyQt5.QtSql.QSqlQuery.numRowsAffected?4() -> int +PyQt5.QtSql.QSqlQuery.lastError?4() -> QSqlError +PyQt5.QtSql.QSqlQuery.isSelect?4() -> bool +PyQt5.QtSql.QSqlQuery.size?4() -> int +PyQt5.QtSql.QSqlQuery.driver?4() -> QSqlDriver +PyQt5.QtSql.QSqlQuery.result?4() -> QSqlResult +PyQt5.QtSql.QSqlQuery.isForwardOnly?4() -> bool +PyQt5.QtSql.QSqlQuery.record?4() -> QSqlRecord +PyQt5.QtSql.QSqlQuery.setForwardOnly?4(bool) +PyQt5.QtSql.QSqlQuery.exec_?4(str) -> bool +PyQt5.QtSql.QSqlQuery.exec?4(str) -> bool +PyQt5.QtSql.QSqlQuery.value?4(int) -> QVariant +PyQt5.QtSql.QSqlQuery.value?4(str) -> QVariant +PyQt5.QtSql.QSqlQuery.seek?4(int, bool relative=False) -> bool +PyQt5.QtSql.QSqlQuery.next?4() -> bool +PyQt5.QtSql.QSqlQuery.previous?4() -> bool +PyQt5.QtSql.QSqlQuery.first?4() -> bool +PyQt5.QtSql.QSqlQuery.last?4() -> bool +PyQt5.QtSql.QSqlQuery.clear?4() +PyQt5.QtSql.QSqlQuery.exec_?4() -> bool +PyQt5.QtSql.QSqlQuery.execBatch?4(QSqlQuery.BatchExecutionMode mode=QSqlQuery.ValuesAsRows) -> bool +PyQt5.QtSql.QSqlQuery.prepare?4(str) -> bool +PyQt5.QtSql.QSqlQuery.bindValue?4(str, QVariant, QSql.ParamType type=QSql.In) +PyQt5.QtSql.QSqlQuery.bindValue?4(int, QVariant, QSql.ParamType type=QSql.In) +PyQt5.QtSql.QSqlQuery.addBindValue?4(QVariant, QSql.ParamType type=QSql.In) +PyQt5.QtSql.QSqlQuery.boundValue?4(str) -> QVariant +PyQt5.QtSql.QSqlQuery.boundValue?4(int) -> QVariant +PyQt5.QtSql.QSqlQuery.boundValues?4() -> dict-of-QString-QVariant +PyQt5.QtSql.QSqlQuery.executedQuery?4() -> str +PyQt5.QtSql.QSqlQuery.lastInsertId?4() -> QVariant +PyQt5.QtSql.QSqlQuery.setNumericalPrecisionPolicy?4(QSql.NumericalPrecisionPolicy) +PyQt5.QtSql.QSqlQuery.numericalPrecisionPolicy?4() -> QSql.NumericalPrecisionPolicy +PyQt5.QtSql.QSqlQuery.finish?4() +PyQt5.QtSql.QSqlQuery.nextResult?4() -> bool +PyQt5.QtSql.QSqlQueryModel?1(QObject parent=None) +PyQt5.QtSql.QSqlQueryModel.__init__?1(self, QObject parent=None) +PyQt5.QtSql.QSqlQueryModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtSql.QSqlQueryModel.columnCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtSql.QSqlQueryModel.record?4(int) -> QSqlRecord +PyQt5.QtSql.QSqlQueryModel.record?4() -> QSqlRecord +PyQt5.QtSql.QSqlQueryModel.data?4(QModelIndex, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtSql.QSqlQueryModel.headerData?4(int, Qt.Orientation, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtSql.QSqlQueryModel.setHeaderData?4(int, Qt.Orientation, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtSql.QSqlQueryModel.insertColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtSql.QSqlQueryModel.removeColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtSql.QSqlQueryModel.setQuery?4(QSqlQuery) +PyQt5.QtSql.QSqlQueryModel.setQuery?4(str, QSqlDatabase db=QSqlDatabase()) +PyQt5.QtSql.QSqlQueryModel.query?4() -> QSqlQuery +PyQt5.QtSql.QSqlQueryModel.clear?4() +PyQt5.QtSql.QSqlQueryModel.lastError?4() -> QSqlError +PyQt5.QtSql.QSqlQueryModel.fetchMore?4(QModelIndex parent=QModelIndex()) +PyQt5.QtSql.QSqlQueryModel.canFetchMore?4(QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtSql.QSqlQueryModel.queryChange?4() +PyQt5.QtSql.QSqlQueryModel.indexInQuery?4(QModelIndex) -> QModelIndex +PyQt5.QtSql.QSqlQueryModel.setLastError?4(QSqlError) +PyQt5.QtSql.QSqlQueryModel.beginResetModel?4() +PyQt5.QtSql.QSqlQueryModel.endResetModel?4() +PyQt5.QtSql.QSqlQueryModel.beginInsertRows?4(QModelIndex, int, int) +PyQt5.QtSql.QSqlQueryModel.endInsertRows?4() +PyQt5.QtSql.QSqlQueryModel.beginRemoveRows?4(QModelIndex, int, int) +PyQt5.QtSql.QSqlQueryModel.endRemoveRows?4() +PyQt5.QtSql.QSqlQueryModel.beginInsertColumns?4(QModelIndex, int, int) +PyQt5.QtSql.QSqlQueryModel.endInsertColumns?4() +PyQt5.QtSql.QSqlQueryModel.beginRemoveColumns?4(QModelIndex, int, int) +PyQt5.QtSql.QSqlQueryModel.endRemoveColumns?4() +PyQt5.QtSql.QSqlRelationalDelegate?1(QObject parent=None) +PyQt5.QtSql.QSqlRelationalDelegate.__init__?1(self, QObject parent=None) +PyQt5.QtSql.QSqlRelationalDelegate.createEditor?4(QWidget, QStyleOptionViewItem, QModelIndex) -> QWidget +PyQt5.QtSql.QSqlRelationalDelegate.setModelData?4(QWidget, QAbstractItemModel, QModelIndex) +PyQt5.QtSql.QSqlRelation?1() +PyQt5.QtSql.QSqlRelation.__init__?1(self) +PyQt5.QtSql.QSqlRelation?1(str, str, str) +PyQt5.QtSql.QSqlRelation.__init__?1(self, str, str, str) +PyQt5.QtSql.QSqlRelation?1(QSqlRelation) +PyQt5.QtSql.QSqlRelation.__init__?1(self, QSqlRelation) +PyQt5.QtSql.QSqlRelation.tableName?4() -> str +PyQt5.QtSql.QSqlRelation.indexColumn?4() -> str +PyQt5.QtSql.QSqlRelation.displayColumn?4() -> str +PyQt5.QtSql.QSqlRelation.isValid?4() -> bool +PyQt5.QtSql.QSqlTableModel.EditStrategy?10 +PyQt5.QtSql.QSqlTableModel.OnFieldChange?10 +PyQt5.QtSql.QSqlTableModel.OnRowChange?10 +PyQt5.QtSql.QSqlTableModel.OnManualSubmit?10 +PyQt5.QtSql.QSqlTableModel?1(QObject parent=None, QSqlDatabase db=QSqlDatabase()) +PyQt5.QtSql.QSqlTableModel.__init__?1(self, QObject parent=None, QSqlDatabase db=QSqlDatabase()) +PyQt5.QtSql.QSqlTableModel.select?4() -> bool +PyQt5.QtSql.QSqlTableModel.setTable?4(str) +PyQt5.QtSql.QSqlTableModel.tableName?4() -> str +PyQt5.QtSql.QSqlTableModel.flags?4(QModelIndex) -> Qt.ItemFlags +PyQt5.QtSql.QSqlTableModel.data?4(QModelIndex, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtSql.QSqlTableModel.setData?4(QModelIndex, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtSql.QSqlTableModel.headerData?4(int, Qt.Orientation, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtSql.QSqlTableModel.isDirty?4(QModelIndex) -> bool +PyQt5.QtSql.QSqlTableModel.isDirty?4() -> bool +PyQt5.QtSql.QSqlTableModel.clear?4() +PyQt5.QtSql.QSqlTableModel.setEditStrategy?4(QSqlTableModel.EditStrategy) +PyQt5.QtSql.QSqlTableModel.editStrategy?4() -> QSqlTableModel.EditStrategy +PyQt5.QtSql.QSqlTableModel.primaryKey?4() -> QSqlIndex +PyQt5.QtSql.QSqlTableModel.database?4() -> QSqlDatabase +PyQt5.QtSql.QSqlTableModel.fieldIndex?4(str) -> int +PyQt5.QtSql.QSqlTableModel.sort?4(int, Qt.SortOrder) +PyQt5.QtSql.QSqlTableModel.setSort?4(int, Qt.SortOrder) +PyQt5.QtSql.QSqlTableModel.filter?4() -> str +PyQt5.QtSql.QSqlTableModel.setFilter?4(str) +PyQt5.QtSql.QSqlTableModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtSql.QSqlTableModel.removeColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtSql.QSqlTableModel.removeRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtSql.QSqlTableModel.insertRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtSql.QSqlTableModel.insertRecord?4(int, QSqlRecord) -> bool +PyQt5.QtSql.QSqlTableModel.setRecord?4(int, QSqlRecord) -> bool +PyQt5.QtSql.QSqlTableModel.revertRow?4(int) +PyQt5.QtSql.QSqlTableModel.submit?4() -> bool +PyQt5.QtSql.QSqlTableModel.revert?4() +PyQt5.QtSql.QSqlTableModel.submitAll?4() -> bool +PyQt5.QtSql.QSqlTableModel.revertAll?4() +PyQt5.QtSql.QSqlTableModel.primeInsert?4(int, QSqlRecord) +PyQt5.QtSql.QSqlTableModel.beforeInsert?4(QSqlRecord) +PyQt5.QtSql.QSqlTableModel.beforeUpdate?4(int, QSqlRecord) +PyQt5.QtSql.QSqlTableModel.beforeDelete?4(int) +PyQt5.QtSql.QSqlTableModel.updateRowInTable?4(int, QSqlRecord) -> bool +PyQt5.QtSql.QSqlTableModel.insertRowIntoTable?4(QSqlRecord) -> bool +PyQt5.QtSql.QSqlTableModel.deleteRowFromTable?4(int) -> bool +PyQt5.QtSql.QSqlTableModel.orderByClause?4() -> str +PyQt5.QtSql.QSqlTableModel.selectStatement?4() -> str +PyQt5.QtSql.QSqlTableModel.setPrimaryKey?4(QSqlIndex) +PyQt5.QtSql.QSqlTableModel.setQuery?4(QSqlQuery) +PyQt5.QtSql.QSqlTableModel.indexInQuery?4(QModelIndex) -> QModelIndex +PyQt5.QtSql.QSqlTableModel.selectRow?4(int) -> bool +PyQt5.QtSql.QSqlTableModel.record?4() -> QSqlRecord +PyQt5.QtSql.QSqlTableModel.record?4(int) -> QSqlRecord +PyQt5.QtSql.QSqlTableModel.primaryValues?4(int) -> QSqlRecord +PyQt5.QtSql.QSqlRelationalTableModel.JoinMode?10 +PyQt5.QtSql.QSqlRelationalTableModel.InnerJoin?10 +PyQt5.QtSql.QSqlRelationalTableModel.LeftJoin?10 +PyQt5.QtSql.QSqlRelationalTableModel?1(QObject parent=None, QSqlDatabase db=QSqlDatabase()) +PyQt5.QtSql.QSqlRelationalTableModel.__init__?1(self, QObject parent=None, QSqlDatabase db=QSqlDatabase()) +PyQt5.QtSql.QSqlRelationalTableModel.data?4(QModelIndex, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtSql.QSqlRelationalTableModel.setData?4(QModelIndex, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtSql.QSqlRelationalTableModel.clear?4() +PyQt5.QtSql.QSqlRelationalTableModel.select?4() -> bool +PyQt5.QtSql.QSqlRelationalTableModel.setTable?4(str) +PyQt5.QtSql.QSqlRelationalTableModel.setRelation?4(int, QSqlRelation) +PyQt5.QtSql.QSqlRelationalTableModel.relation?4(int) -> QSqlRelation +PyQt5.QtSql.QSqlRelationalTableModel.relationModel?4(int) -> QSqlTableModel +PyQt5.QtSql.QSqlRelationalTableModel.revertRow?4(int) +PyQt5.QtSql.QSqlRelationalTableModel.removeColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtSql.QSqlRelationalTableModel.selectStatement?4() -> str +PyQt5.QtSql.QSqlRelationalTableModel.updateRowInTable?4(int, QSqlRecord) -> bool +PyQt5.QtSql.QSqlRelationalTableModel.orderByClause?4() -> str +PyQt5.QtSql.QSqlRelationalTableModel.insertRowIntoTable?4(QSqlRecord) -> bool +PyQt5.QtSql.QSqlRelationalTableModel.setJoinMode?4(QSqlRelationalTableModel.JoinMode) +PyQt5.QtSql.QSqlResult.BindingSyntax?10 +PyQt5.QtSql.QSqlResult.PositionalBinding?10 +PyQt5.QtSql.QSqlResult.NamedBinding?10 +PyQt5.QtSql.QSqlResult?1(QSqlDriver) +PyQt5.QtSql.QSqlResult.__init__?1(self, QSqlDriver) +PyQt5.QtSql.QSqlResult.handle?4() -> QVariant +PyQt5.QtSql.QSqlResult.at?4() -> int +PyQt5.QtSql.QSqlResult.lastQuery?4() -> str +PyQt5.QtSql.QSqlResult.lastError?4() -> QSqlError +PyQt5.QtSql.QSqlResult.isValid?4() -> bool +PyQt5.QtSql.QSqlResult.isActive?4() -> bool +PyQt5.QtSql.QSqlResult.isSelect?4() -> bool +PyQt5.QtSql.QSqlResult.isForwardOnly?4() -> bool +PyQt5.QtSql.QSqlResult.driver?4() -> QSqlDriver +PyQt5.QtSql.QSqlResult.setAt?4(int) +PyQt5.QtSql.QSqlResult.setActive?4(bool) +PyQt5.QtSql.QSqlResult.setLastError?4(QSqlError) +PyQt5.QtSql.QSqlResult.setQuery?4(str) +PyQt5.QtSql.QSqlResult.setSelect?4(bool) +PyQt5.QtSql.QSqlResult.setForwardOnly?4(bool) +PyQt5.QtSql.QSqlResult.exec_?4() -> bool +PyQt5.QtSql.QSqlResult.exec?4() -> bool +PyQt5.QtSql.QSqlResult.prepare?4(str) -> bool +PyQt5.QtSql.QSqlResult.savePrepare?4(str) -> bool +PyQt5.QtSql.QSqlResult.bindValue?4(int, QVariant, QSql.ParamType) +PyQt5.QtSql.QSqlResult.bindValue?4(str, QVariant, QSql.ParamType) +PyQt5.QtSql.QSqlResult.addBindValue?4(QVariant, QSql.ParamType) +PyQt5.QtSql.QSqlResult.boundValue?4(str) -> QVariant +PyQt5.QtSql.QSqlResult.boundValue?4(int) -> QVariant +PyQt5.QtSql.QSqlResult.bindValueType?4(str) -> QSql.ParamType +PyQt5.QtSql.QSqlResult.bindValueType?4(int) -> QSql.ParamType +PyQt5.QtSql.QSqlResult.boundValueCount?4() -> int +PyQt5.QtSql.QSqlResult.boundValues?4() -> list-of-QVariant +PyQt5.QtSql.QSqlResult.executedQuery?4() -> str +PyQt5.QtSql.QSqlResult.boundValueName?4(int) -> str +PyQt5.QtSql.QSqlResult.clear?4() +PyQt5.QtSql.QSqlResult.hasOutValues?4() -> bool +PyQt5.QtSql.QSqlResult.bindingSyntax?4() -> QSqlResult.BindingSyntax +PyQt5.QtSql.QSqlResult.data?4(int) -> QVariant +PyQt5.QtSql.QSqlResult.isNull?4(int) -> bool +PyQt5.QtSql.QSqlResult.reset?4(str) -> bool +PyQt5.QtSql.QSqlResult.fetch?4(int) -> bool +PyQt5.QtSql.QSqlResult.fetchNext?4() -> bool +PyQt5.QtSql.QSqlResult.fetchPrevious?4() -> bool +PyQt5.QtSql.QSqlResult.fetchFirst?4() -> bool +PyQt5.QtSql.QSqlResult.fetchLast?4() -> bool +PyQt5.QtSql.QSqlResult.size?4() -> int +PyQt5.QtSql.QSqlResult.numRowsAffected?4() -> int +PyQt5.QtSql.QSqlResult.record?4() -> QSqlRecord +PyQt5.QtSql.QSqlResult.lastInsertId?4() -> QVariant +PyQt5.QtSvg.QGraphicsSvgItem?1(QGraphicsItem parent=None) +PyQt5.QtSvg.QGraphicsSvgItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtSvg.QGraphicsSvgItem?1(str, QGraphicsItem parent=None) +PyQt5.QtSvg.QGraphicsSvgItem.__init__?1(self, str, QGraphicsItem parent=None) +PyQt5.QtSvg.QGraphicsSvgItem.setSharedRenderer?4(QSvgRenderer) +PyQt5.QtSvg.QGraphicsSvgItem.renderer?4() -> QSvgRenderer +PyQt5.QtSvg.QGraphicsSvgItem.setElementId?4(str) +PyQt5.QtSvg.QGraphicsSvgItem.elementId?4() -> str +PyQt5.QtSvg.QGraphicsSvgItem.setMaximumCacheSize?4(QSize) +PyQt5.QtSvg.QGraphicsSvgItem.maximumCacheSize?4() -> QSize +PyQt5.QtSvg.QGraphicsSvgItem.boundingRect?4() -> QRectF +PyQt5.QtSvg.QGraphicsSvgItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtSvg.QGraphicsSvgItem.type?4() -> int +PyQt5.QtSvg.QSvgGenerator?1() +PyQt5.QtSvg.QSvgGenerator.__init__?1(self) +PyQt5.QtSvg.QSvgGenerator.size?4() -> QSize +PyQt5.QtSvg.QSvgGenerator.setSize?4(QSize) +PyQt5.QtSvg.QSvgGenerator.fileName?4() -> str +PyQt5.QtSvg.QSvgGenerator.setFileName?4(str) +PyQt5.QtSvg.QSvgGenerator.outputDevice?4() -> QIODevice +PyQt5.QtSvg.QSvgGenerator.setOutputDevice?4(QIODevice) +PyQt5.QtSvg.QSvgGenerator.resolution?4() -> int +PyQt5.QtSvg.QSvgGenerator.setResolution?4(int) +PyQt5.QtSvg.QSvgGenerator.title?4() -> str +PyQt5.QtSvg.QSvgGenerator.setTitle?4(str) +PyQt5.QtSvg.QSvgGenerator.description?4() -> str +PyQt5.QtSvg.QSvgGenerator.setDescription?4(str) +PyQt5.QtSvg.QSvgGenerator.viewBox?4() -> QRect +PyQt5.QtSvg.QSvgGenerator.viewBoxF?4() -> QRectF +PyQt5.QtSvg.QSvgGenerator.setViewBox?4(QRect) +PyQt5.QtSvg.QSvgGenerator.setViewBox?4(QRectF) +PyQt5.QtSvg.QSvgGenerator.paintEngine?4() -> QPaintEngine +PyQt5.QtSvg.QSvgGenerator.metric?4(QPaintDevice.PaintDeviceMetric) -> int +PyQt5.QtSvg.QSvgRenderer?1(QObject parent=None) +PyQt5.QtSvg.QSvgRenderer.__init__?1(self, QObject parent=None) +PyQt5.QtSvg.QSvgRenderer?1(str, QObject parent=None) +PyQt5.QtSvg.QSvgRenderer.__init__?1(self, str, QObject parent=None) +PyQt5.QtSvg.QSvgRenderer?1(QByteArray, QObject parent=None) +PyQt5.QtSvg.QSvgRenderer.__init__?1(self, QByteArray, QObject parent=None) +PyQt5.QtSvg.QSvgRenderer?1(QXmlStreamReader, QObject parent=None) +PyQt5.QtSvg.QSvgRenderer.__init__?1(self, QXmlStreamReader, QObject parent=None) +PyQt5.QtSvg.QSvgRenderer.isValid?4() -> bool +PyQt5.QtSvg.QSvgRenderer.defaultSize?4() -> QSize +PyQt5.QtSvg.QSvgRenderer.elementExists?4(str) -> bool +PyQt5.QtSvg.QSvgRenderer.viewBox?4() -> QRect +PyQt5.QtSvg.QSvgRenderer.viewBoxF?4() -> QRectF +PyQt5.QtSvg.QSvgRenderer.setViewBox?4(QRect) +PyQt5.QtSvg.QSvgRenderer.setViewBox?4(QRectF) +PyQt5.QtSvg.QSvgRenderer.animated?4() -> bool +PyQt5.QtSvg.QSvgRenderer.boundsOnElement?4(str) -> QRectF +PyQt5.QtSvg.QSvgRenderer.framesPerSecond?4() -> int +PyQt5.QtSvg.QSvgRenderer.setFramesPerSecond?4(int) +PyQt5.QtSvg.QSvgRenderer.currentFrame?4() -> int +PyQt5.QtSvg.QSvgRenderer.setCurrentFrame?4(int) +PyQt5.QtSvg.QSvgRenderer.animationDuration?4() -> int +PyQt5.QtSvg.QSvgRenderer.load?4(str) -> bool +PyQt5.QtSvg.QSvgRenderer.load?4(QByteArray) -> bool +PyQt5.QtSvg.QSvgRenderer.load?4(QXmlStreamReader) -> bool +PyQt5.QtSvg.QSvgRenderer.render?4(QPainter) +PyQt5.QtSvg.QSvgRenderer.render?4(QPainter, QRectF) +PyQt5.QtSvg.QSvgRenderer.render?4(QPainter, str, QRectF bounds=QRectF()) +PyQt5.QtSvg.QSvgRenderer.repaintNeeded?4() +PyQt5.QtSvg.QSvgWidget?1(QWidget parent=None) +PyQt5.QtSvg.QSvgWidget.__init__?1(self, QWidget parent=None) +PyQt5.QtSvg.QSvgWidget?1(str, QWidget parent=None) +PyQt5.QtSvg.QSvgWidget.__init__?1(self, str, QWidget parent=None) +PyQt5.QtSvg.QSvgWidget.renderer?4() -> QSvgRenderer +PyQt5.QtSvg.QSvgWidget.sizeHint?4() -> QSize +PyQt5.QtSvg.QSvgWidget.load?4(str) +PyQt5.QtSvg.QSvgWidget.load?4(QByteArray) +PyQt5.QtSvg.QSvgWidget.paintEvent?4(QPaintEvent) +PyQt5.QtTest.QSignalSpy?1(signal) +PyQt5.QtTest.QSignalSpy.__init__?1(self, signal) +PyQt5.QtTest.QSignalSpy.isValid?4() -> bool +PyQt5.QtTest.QSignalSpy.signal?4() -> QByteArray +PyQt5.QtTest.QSignalSpy.wait?4(int timeout=5000) -> bool +PyQt5.QtTest.QTest.MouseAction?10 +PyQt5.QtTest.QTest.MousePress?10 +PyQt5.QtTest.QTest.MouseRelease?10 +PyQt5.QtTest.QTest.MouseClick?10 +PyQt5.QtTest.QTest.MouseDClick?10 +PyQt5.QtTest.QTest.MouseMove?10 +PyQt5.QtTest.QTest.KeyAction?10 +PyQt5.QtTest.QTest.Press?10 +PyQt5.QtTest.QTest.Release?10 +PyQt5.QtTest.QTest.Click?10 +PyQt5.QtTest.QTest.qSleep?4(int) +PyQt5.QtTest.QTest.keyClick?4(QWidget, Qt.Key, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyClick?4(QWidget, str, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyClicks?4(QWidget, str, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyEvent?4(QTest.KeyAction, QWidget, Qt.Key, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyEvent?4(QTest.KeyAction, QWidget, str, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyPress?4(QWidget, Qt.Key, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyPress?4(QWidget, str, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyRelease?4(QWidget, Qt.Key, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyRelease?4(QWidget, str, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyEvent?4(QTest.KeyAction, QWindow, str, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyEvent?4(QTest.KeyAction, QWindow, Qt.Key, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyClick?4(QWindow, Qt.Key, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyClick?4(QWindow, str, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyRelease?4(QWindow, str, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyRelease?4(QWindow, Qt.Key, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyPress?4(QWindow, str, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.keyPress?4(QWindow, Qt.Key, Qt.KeyboardModifiers modifier=Qt.NoModifier, int delay=-1) +PyQt5.QtTest.QTest.mouseClick?4(QWidget, Qt.MouseButton, Qt.KeyboardModifiers modifier=0, QPoint pos=QPoint(), int delay=-1) +PyQt5.QtTest.QTest.mouseDClick?4(QWidget, Qt.MouseButton, Qt.KeyboardModifiers modifier=0, QPoint pos=QPoint(), int delay=-1) +PyQt5.QtTest.QTest.mouseMove?4(QWidget, QPoint pos=QPoint(), int delay=-1) +PyQt5.QtTest.QTest.mousePress?4(QWidget, Qt.MouseButton, Qt.KeyboardModifiers modifier=0, QPoint pos=QPoint(), int delay=-1) +PyQt5.QtTest.QTest.mouseRelease?4(QWidget, Qt.MouseButton, Qt.KeyboardModifiers modifier=0, QPoint pos=QPoint(), int delay=-1) +PyQt5.QtTest.QTest.mouseEvent?4(QTest.MouseAction, QWidget, Qt.MouseButton, Qt.KeyboardModifiers, QPoint, int delay=-1) +PyQt5.QtTest.QTest.waitForEvents?4() +PyQt5.QtTest.QTest.mouseEvent?4(QTest.MouseAction, QWindow, Qt.MouseButton, Qt.KeyboardModifiers, QPoint, int delay=-1) +PyQt5.QtTest.QTest.mousePress?4(QWindow, Qt.MouseButton, Qt.KeyboardModifiers modifier=0, QPoint pos=QPoint(), int delay=-1) +PyQt5.QtTest.QTest.mouseRelease?4(QWindow, Qt.MouseButton, Qt.KeyboardModifiers modifier=0, QPoint pos=QPoint(), int delay=-1) +PyQt5.QtTest.QTest.mouseClick?4(QWindow, Qt.MouseButton, Qt.KeyboardModifiers modifier=0, QPoint pos=QPoint(), int delay=-1) +PyQt5.QtTest.QTest.mouseDClick?4(QWindow, Qt.MouseButton, Qt.KeyboardModifiers modifier=0, QPoint pos=QPoint(), int delay=-1) +PyQt5.QtTest.QTest.mouseMove?4(QWindow, QPoint pos=QPoint(), int delay=-1) +PyQt5.QtTest.QTest.qWait?4(int) +PyQt5.QtTest.QTest.qWaitForWindowActive?4(QWindow, int timeout=5000) -> bool +PyQt5.QtTest.QTest.qWaitForWindowExposed?4(QWindow, int timeout=5000) -> bool +PyQt5.QtTest.QTest.qWaitForWindowActive?4(QWidget, int timeout=1000) -> bool +PyQt5.QtTest.QTest.qWaitForWindowExposed?4(QWidget, int timeout=1000) -> bool +PyQt5.QtTest.QTest.touchEvent?4(QWidget, QTouchDevice) -> QTest.QTouchEventSequence +PyQt5.QtTest.QTest.touchEvent?4(QWindow, QTouchDevice) -> QTest.QTouchEventSequence +PyQt5.QtTest.QTest.QTouchEventSequence?1(QTest.QTouchEventSequence) +PyQt5.QtTest.QTest.QTouchEventSequence.__init__?1(self, QTest.QTouchEventSequence) +PyQt5.QtTest.QTest.QTouchEventSequence.press?4(int, QPoint, QWindow window=None) -> QTest.QTouchEventSequence +PyQt5.QtTest.QTest.QTouchEventSequence.move?4(int, QPoint, QWindow window=None) -> QTest.QTouchEventSequence +PyQt5.QtTest.QTest.QTouchEventSequence.release?4(int, QPoint, QWindow window=None) -> QTest.QTouchEventSequence +PyQt5.QtTest.QTest.QTouchEventSequence.stationary?4(int) -> QTest.QTouchEventSequence +PyQt5.QtTest.QTest.QTouchEventSequence.press?4(int, QPoint, QWidget) -> QTest.QTouchEventSequence +PyQt5.QtTest.QTest.QTouchEventSequence.move?4(int, QPoint, QWidget) -> QTest.QTouchEventSequence +PyQt5.QtTest.QTest.QTouchEventSequence.release?4(int, QPoint, QWidget) -> QTest.QTouchEventSequence +PyQt5.QtTest.QTest.QTouchEventSequence.commit?4(bool processEvents=True) +PyQt5.QtWebKit.qWebKitVersion?4() -> str +PyQt5.QtWebKit.qWebKitMajorVersion?4() -> int +PyQt5.QtWebKit.qWebKitMinorVersion?4() -> int +PyQt5.QtWebKit.QWebDatabase?1(QWebDatabase) +PyQt5.QtWebKit.QWebDatabase.__init__?1(self, QWebDatabase) +PyQt5.QtWebKit.QWebDatabase.name?4() -> str +PyQt5.QtWebKit.QWebDatabase.displayName?4() -> str +PyQt5.QtWebKit.QWebDatabase.expectedSize?4() -> int +PyQt5.QtWebKit.QWebDatabase.size?4() -> int +PyQt5.QtWebKit.QWebDatabase.fileName?4() -> str +PyQt5.QtWebKit.QWebDatabase.origin?4() -> QWebSecurityOrigin +PyQt5.QtWebKit.QWebDatabase.removeDatabase?4(QWebDatabase) +PyQt5.QtWebKit.QWebDatabase.removeAllDatabases?4() +PyQt5.QtWebKit.QWebElement.StyleResolveStrategy?10 +PyQt5.QtWebKit.QWebElement.InlineStyle?10 +PyQt5.QtWebKit.QWebElement.CascadedStyle?10 +PyQt5.QtWebKit.QWebElement.ComputedStyle?10 +PyQt5.QtWebKit.QWebElement?1() +PyQt5.QtWebKit.QWebElement.__init__?1(self) +PyQt5.QtWebKit.QWebElement?1(QWebElement) +PyQt5.QtWebKit.QWebElement.__init__?1(self, QWebElement) +PyQt5.QtWebKit.QWebElement.isNull?4() -> bool +PyQt5.QtWebKit.QWebElement.findAll?4(str) -> QWebElementCollection +PyQt5.QtWebKit.QWebElement.findFirst?4(str) -> QWebElement +PyQt5.QtWebKit.QWebElement.setPlainText?4(str) +PyQt5.QtWebKit.QWebElement.toPlainText?4() -> str +PyQt5.QtWebKit.QWebElement.setOuterXml?4(str) +PyQt5.QtWebKit.QWebElement.toOuterXml?4() -> str +PyQt5.QtWebKit.QWebElement.setInnerXml?4(str) +PyQt5.QtWebKit.QWebElement.toInnerXml?4() -> str +PyQt5.QtWebKit.QWebElement.setAttribute?4(str, str) +PyQt5.QtWebKit.QWebElement.setAttributeNS?4(str, str, str) +PyQt5.QtWebKit.QWebElement.attribute?4(str, str defaultValue=QString()) -> str +PyQt5.QtWebKit.QWebElement.attributeNS?4(str, str, str defaultValue=QString()) -> str +PyQt5.QtWebKit.QWebElement.hasAttribute?4(str) -> bool +PyQt5.QtWebKit.QWebElement.hasAttributeNS?4(str, str) -> bool +PyQt5.QtWebKit.QWebElement.removeAttribute?4(str) +PyQt5.QtWebKit.QWebElement.removeAttributeNS?4(str, str) +PyQt5.QtWebKit.QWebElement.hasAttributes?4() -> bool +PyQt5.QtWebKit.QWebElement.attributeNames?4(str namespaceUri=QString()) -> list-of-str +PyQt5.QtWebKit.QWebElement.classes?4() -> list-of-str +PyQt5.QtWebKit.QWebElement.hasClass?4(str) -> bool +PyQt5.QtWebKit.QWebElement.addClass?4(str) +PyQt5.QtWebKit.QWebElement.removeClass?4(str) +PyQt5.QtWebKit.QWebElement.toggleClass?4(str) +PyQt5.QtWebKit.QWebElement.hasFocus?4() -> bool +PyQt5.QtWebKit.QWebElement.setFocus?4() +PyQt5.QtWebKit.QWebElement.geometry?4() -> QRect +PyQt5.QtWebKit.QWebElement.tagName?4() -> str +PyQt5.QtWebKit.QWebElement.prefix?4() -> str +PyQt5.QtWebKit.QWebElement.localName?4() -> str +PyQt5.QtWebKit.QWebElement.namespaceUri?4() -> str +PyQt5.QtWebKit.QWebElement.parent?4() -> QWebElement +PyQt5.QtWebKit.QWebElement.firstChild?4() -> QWebElement +PyQt5.QtWebKit.QWebElement.lastChild?4() -> QWebElement +PyQt5.QtWebKit.QWebElement.nextSibling?4() -> QWebElement +PyQt5.QtWebKit.QWebElement.previousSibling?4() -> QWebElement +PyQt5.QtWebKit.QWebElement.document?4() -> QWebElement +PyQt5.QtWebKit.QWebElement.webFrame?4() -> QWebFrame +PyQt5.QtWebKit.QWebElement.appendInside?4(str) +PyQt5.QtWebKit.QWebElement.appendInside?4(QWebElement) +PyQt5.QtWebKit.QWebElement.prependInside?4(str) +PyQt5.QtWebKit.QWebElement.prependInside?4(QWebElement) +PyQt5.QtWebKit.QWebElement.appendOutside?4(str) +PyQt5.QtWebKit.QWebElement.appendOutside?4(QWebElement) +PyQt5.QtWebKit.QWebElement.prependOutside?4(str) +PyQt5.QtWebKit.QWebElement.prependOutside?4(QWebElement) +PyQt5.QtWebKit.QWebElement.encloseContentsWith?4(QWebElement) +PyQt5.QtWebKit.QWebElement.encloseContentsWith?4(str) +PyQt5.QtWebKit.QWebElement.encloseWith?4(str) +PyQt5.QtWebKit.QWebElement.encloseWith?4(QWebElement) +PyQt5.QtWebKit.QWebElement.replace?4(str) +PyQt5.QtWebKit.QWebElement.replace?4(QWebElement) +PyQt5.QtWebKit.QWebElement.clone?4() -> QWebElement +PyQt5.QtWebKit.QWebElement.takeFromDocument?4() -> QWebElement +PyQt5.QtWebKit.QWebElement.removeFromDocument?4() +PyQt5.QtWebKit.QWebElement.removeAllChildren?4() +PyQt5.QtWebKit.QWebElement.evaluateJavaScript?4(str) -> QVariant +PyQt5.QtWebKit.QWebElement.styleProperty?4(str, QWebElement.StyleResolveStrategy) -> str +PyQt5.QtWebKit.QWebElement.setStyleProperty?4(str, str) +PyQt5.QtWebKit.QWebElement.render?4(QPainter) +PyQt5.QtWebKit.QWebElement.render?4(QPainter, QRect) +PyQt5.QtWebKit.QWebElementCollection?1() +PyQt5.QtWebKit.QWebElementCollection.__init__?1(self) +PyQt5.QtWebKit.QWebElementCollection?1(QWebElement, str) +PyQt5.QtWebKit.QWebElementCollection.__init__?1(self, QWebElement, str) +PyQt5.QtWebKit.QWebElementCollection?1(QWebElementCollection) +PyQt5.QtWebKit.QWebElementCollection.__init__?1(self, QWebElementCollection) +PyQt5.QtWebKit.QWebElementCollection.append?4(QWebElementCollection) +PyQt5.QtWebKit.QWebElementCollection.count?4() -> int +PyQt5.QtWebKit.QWebElementCollection.at?4(int) -> QWebElement +PyQt5.QtWebKit.QWebElementCollection.first?4() -> QWebElement +PyQt5.QtWebKit.QWebElementCollection.last?4() -> QWebElement +PyQt5.QtWebKit.QWebElementCollection.toList?4() -> list-of-QWebElement +PyQt5.QtWebKit.QWebHistoryItem?1(QWebHistoryItem) +PyQt5.QtWebKit.QWebHistoryItem.__init__?1(self, QWebHistoryItem) +PyQt5.QtWebKit.QWebHistoryItem.originalUrl?4() -> QUrl +PyQt5.QtWebKit.QWebHistoryItem.url?4() -> QUrl +PyQt5.QtWebKit.QWebHistoryItem.title?4() -> str +PyQt5.QtWebKit.QWebHistoryItem.lastVisited?4() -> QDateTime +PyQt5.QtWebKit.QWebHistoryItem.icon?4() -> QIcon +PyQt5.QtWebKit.QWebHistoryItem.userData?4() -> QVariant +PyQt5.QtWebKit.QWebHistoryItem.setUserData?4(QVariant) +PyQt5.QtWebKit.QWebHistoryItem.isValid?4() -> bool +PyQt5.QtWebKit.QWebHistory.clear?4() +PyQt5.QtWebKit.QWebHistory.items?4() -> list-of-QWebHistoryItem +PyQt5.QtWebKit.QWebHistory.backItems?4(int) -> list-of-QWebHistoryItem +PyQt5.QtWebKit.QWebHistory.forwardItems?4(int) -> list-of-QWebHistoryItem +PyQt5.QtWebKit.QWebHistory.canGoBack?4() -> bool +PyQt5.QtWebKit.QWebHistory.canGoForward?4() -> bool +PyQt5.QtWebKit.QWebHistory.back?4() +PyQt5.QtWebKit.QWebHistory.forward?4() +PyQt5.QtWebKit.QWebHistory.goToItem?4(QWebHistoryItem) +PyQt5.QtWebKit.QWebHistory.backItem?4() -> QWebHistoryItem +PyQt5.QtWebKit.QWebHistory.currentItem?4() -> QWebHistoryItem +PyQt5.QtWebKit.QWebHistory.forwardItem?4() -> QWebHistoryItem +PyQt5.QtWebKit.QWebHistory.itemAt?4(int) -> QWebHistoryItem +PyQt5.QtWebKit.QWebHistory.count?4() -> int +PyQt5.QtWebKit.QWebHistory.currentItemIndex?4() -> int +PyQt5.QtWebKit.QWebHistory.maximumItemCount?4() -> int +PyQt5.QtWebKit.QWebHistory.setMaximumItemCount?4(int) +PyQt5.QtWebKit.QWebHistoryInterface?1(QObject parent=None) +PyQt5.QtWebKit.QWebHistoryInterface.__init__?1(self, QObject parent=None) +PyQt5.QtWebKit.QWebHistoryInterface.setDefaultInterface?4(QWebHistoryInterface) +PyQt5.QtWebKit.QWebHistoryInterface.defaultInterface?4() -> QWebHistoryInterface +PyQt5.QtWebKit.QWebHistoryInterface.historyContains?4(str) -> bool +PyQt5.QtWebKit.QWebHistoryInterface.addHistoryEntry?4(str) +PyQt5.QtWebKit.QWebPluginFactory.Extension?10 +PyQt5.QtWebKit.QWebPluginFactory?1(QObject parent=None) +PyQt5.QtWebKit.QWebPluginFactory.__init__?1(self, QObject parent=None) +PyQt5.QtWebKit.QWebPluginFactory.plugins?4() -> list-of-QWebPluginFactory.Plugin +PyQt5.QtWebKit.QWebPluginFactory.refreshPlugins?4() +PyQt5.QtWebKit.QWebPluginFactory.create?4(str, QUrl, list-of-str, list-of-str) -> QObject +PyQt5.QtWebKit.QWebPluginFactory.extension?4(QWebPluginFactory.Extension, QWebPluginFactory.ExtensionOption option=None, QWebPluginFactory.ExtensionReturn output=None) -> bool +PyQt5.QtWebKit.QWebPluginFactory.supportsExtension?4(QWebPluginFactory.Extension) -> bool +PyQt5.QtWebKit.QWebPluginFactory.MimeType.description?7 +PyQt5.QtWebKit.QWebPluginFactory.MimeType.fileExtensions?7 +PyQt5.QtWebKit.QWebPluginFactory.MimeType.name?7 +PyQt5.QtWebKit.QWebPluginFactory.MimeType?1() +PyQt5.QtWebKit.QWebPluginFactory.MimeType.__init__?1(self) +PyQt5.QtWebKit.QWebPluginFactory.MimeType?1(QWebPluginFactory.MimeType) +PyQt5.QtWebKit.QWebPluginFactory.MimeType.__init__?1(self, QWebPluginFactory.MimeType) +PyQt5.QtWebKit.QWebPluginFactory.Plugin.description?7 +PyQt5.QtWebKit.QWebPluginFactory.Plugin.mimeTypes?7 +PyQt5.QtWebKit.QWebPluginFactory.Plugin.name?7 +PyQt5.QtWebKit.QWebPluginFactory.Plugin?1() +PyQt5.QtWebKit.QWebPluginFactory.Plugin.__init__?1(self) +PyQt5.QtWebKit.QWebPluginFactory.Plugin?1(QWebPluginFactory.Plugin) +PyQt5.QtWebKit.QWebPluginFactory.Plugin.__init__?1(self, QWebPluginFactory.Plugin) +PyQt5.QtWebKit.QWebPluginFactory.ExtensionOption?1() +PyQt5.QtWebKit.QWebPluginFactory.ExtensionOption.__init__?1(self) +PyQt5.QtWebKit.QWebPluginFactory.ExtensionOption?1(QWebPluginFactory.ExtensionOption) +PyQt5.QtWebKit.QWebPluginFactory.ExtensionOption.__init__?1(self, QWebPluginFactory.ExtensionOption) +PyQt5.QtWebKit.QWebPluginFactory.ExtensionReturn?1() +PyQt5.QtWebKit.QWebPluginFactory.ExtensionReturn.__init__?1(self) +PyQt5.QtWebKit.QWebPluginFactory.ExtensionReturn?1(QWebPluginFactory.ExtensionReturn) +PyQt5.QtWebKit.QWebPluginFactory.ExtensionReturn.__init__?1(self, QWebPluginFactory.ExtensionReturn) +PyQt5.QtWebKit.QWebSecurityOrigin.SubdomainSetting?10 +PyQt5.QtWebKit.QWebSecurityOrigin.AllowSubdomains?10 +PyQt5.QtWebKit.QWebSecurityOrigin.DisallowSubdomains?10 +PyQt5.QtWebKit.QWebSecurityOrigin?1(QUrl) +PyQt5.QtWebKit.QWebSecurityOrigin.__init__?1(self, QUrl) +PyQt5.QtWebKit.QWebSecurityOrigin?1(QWebSecurityOrigin) +PyQt5.QtWebKit.QWebSecurityOrigin.__init__?1(self, QWebSecurityOrigin) +PyQt5.QtWebKit.QWebSecurityOrigin.allOrigins?4() -> list-of-QWebSecurityOrigin +PyQt5.QtWebKit.QWebSecurityOrigin.scheme?4() -> str +PyQt5.QtWebKit.QWebSecurityOrigin.host?4() -> str +PyQt5.QtWebKit.QWebSecurityOrigin.port?4() -> int +PyQt5.QtWebKit.QWebSecurityOrigin.databaseUsage?4() -> int +PyQt5.QtWebKit.QWebSecurityOrigin.databaseQuota?4() -> int +PyQt5.QtWebKit.QWebSecurityOrigin.setDatabaseQuota?4(int) +PyQt5.QtWebKit.QWebSecurityOrigin.databases?4() -> list-of-QWebDatabase +PyQt5.QtWebKit.QWebSecurityOrigin.addLocalScheme?4(str) +PyQt5.QtWebKit.QWebSecurityOrigin.removeLocalScheme?4(str) +PyQt5.QtWebKit.QWebSecurityOrigin.localSchemes?4() -> list-of-str +PyQt5.QtWebKit.QWebSecurityOrigin.setApplicationCacheQuota?4(int) +PyQt5.QtWebKit.QWebSecurityOrigin.addAccessWhitelistEntry?4(str, str, QWebSecurityOrigin.SubdomainSetting) +PyQt5.QtWebKit.QWebSecurityOrigin.removeAccessWhitelistEntry?4(str, str, QWebSecurityOrigin.SubdomainSetting) +PyQt5.QtWebKit.QWebSettings.ThirdPartyCookiePolicy?10 +PyQt5.QtWebKit.QWebSettings.AlwaysAllowThirdPartyCookies?10 +PyQt5.QtWebKit.QWebSettings.AlwaysBlockThirdPartyCookies?10 +PyQt5.QtWebKit.QWebSettings.AllowThirdPartyWithExistingCookies?10 +PyQt5.QtWebKit.QWebSettings.FontSize?10 +PyQt5.QtWebKit.QWebSettings.MinimumFontSize?10 +PyQt5.QtWebKit.QWebSettings.MinimumLogicalFontSize?10 +PyQt5.QtWebKit.QWebSettings.DefaultFontSize?10 +PyQt5.QtWebKit.QWebSettings.DefaultFixedFontSize?10 +PyQt5.QtWebKit.QWebSettings.WebGraphic?10 +PyQt5.QtWebKit.QWebSettings.MissingImageGraphic?10 +PyQt5.QtWebKit.QWebSettings.MissingPluginGraphic?10 +PyQt5.QtWebKit.QWebSettings.DefaultFrameIconGraphic?10 +PyQt5.QtWebKit.QWebSettings.TextAreaSizeGripCornerGraphic?10 +PyQt5.QtWebKit.QWebSettings.InputSpeechButtonGraphic?10 +PyQt5.QtWebKit.QWebSettings.SearchCancelButtonGraphic?10 +PyQt5.QtWebKit.QWebSettings.SearchCancelButtonPressedGraphic?10 +PyQt5.QtWebKit.QWebSettings.WebAttribute?10 +PyQt5.QtWebKit.QWebSettings.AutoLoadImages?10 +PyQt5.QtWebKit.QWebSettings.JavascriptEnabled?10 +PyQt5.QtWebKit.QWebSettings.JavaEnabled?10 +PyQt5.QtWebKit.QWebSettings.PluginsEnabled?10 +PyQt5.QtWebKit.QWebSettings.PrivateBrowsingEnabled?10 +PyQt5.QtWebKit.QWebSettings.JavascriptCanOpenWindows?10 +PyQt5.QtWebKit.QWebSettings.JavascriptCanCloseWindows?10 +PyQt5.QtWebKit.QWebSettings.JavascriptCanAccessClipboard?10 +PyQt5.QtWebKit.QWebSettings.DeveloperExtrasEnabled?10 +PyQt5.QtWebKit.QWebSettings.LinksIncludedInFocusChain?10 +PyQt5.QtWebKit.QWebSettings.ZoomTextOnly?10 +PyQt5.QtWebKit.QWebSettings.PrintElementBackgrounds?10 +PyQt5.QtWebKit.QWebSettings.OfflineStorageDatabaseEnabled?10 +PyQt5.QtWebKit.QWebSettings.OfflineWebApplicationCacheEnabled?10 +PyQt5.QtWebKit.QWebSettings.LocalStorageDatabaseEnabled?10 +PyQt5.QtWebKit.QWebSettings.LocalStorageEnabled?10 +PyQt5.QtWebKit.QWebSettings.LocalContentCanAccessRemoteUrls?10 +PyQt5.QtWebKit.QWebSettings.DnsPrefetchEnabled?10 +PyQt5.QtWebKit.QWebSettings.XSSAuditingEnabled?10 +PyQt5.QtWebKit.QWebSettings.AcceleratedCompositingEnabled?10 +PyQt5.QtWebKit.QWebSettings.SpatialNavigationEnabled?10 +PyQt5.QtWebKit.QWebSettings.LocalContentCanAccessFileUrls?10 +PyQt5.QtWebKit.QWebSettings.TiledBackingStoreEnabled?10 +PyQt5.QtWebKit.QWebSettings.FrameFlatteningEnabled?10 +PyQt5.QtWebKit.QWebSettings.SiteSpecificQuirksEnabled?10 +PyQt5.QtWebKit.QWebSettings.WebGLEnabled?10 +PyQt5.QtWebKit.QWebSettings.HyperlinkAuditingEnabled?10 +PyQt5.QtWebKit.QWebSettings.CSSRegionsEnabled?10 +PyQt5.QtWebKit.QWebSettings.CSSGridLayoutEnabled?10 +PyQt5.QtWebKit.QWebSettings.ScrollAnimatorEnabled?10 +PyQt5.QtWebKit.QWebSettings.CaretBrowsingEnabled?10 +PyQt5.QtWebKit.QWebSettings.NotificationsEnabled?10 +PyQt5.QtWebKit.QWebSettings.WebAudioEnabled?10 +PyQt5.QtWebKit.QWebSettings.FontFamily?10 +PyQt5.QtWebKit.QWebSettings.StandardFont?10 +PyQt5.QtWebKit.QWebSettings.FixedFont?10 +PyQt5.QtWebKit.QWebSettings.SerifFont?10 +PyQt5.QtWebKit.QWebSettings.SansSerifFont?10 +PyQt5.QtWebKit.QWebSettings.CursiveFont?10 +PyQt5.QtWebKit.QWebSettings.FantasyFont?10 +PyQt5.QtWebKit.QWebSettings.globalSettings?4() -> QWebSettings +PyQt5.QtWebKit.QWebSettings.setFontFamily?4(QWebSettings.FontFamily, str) +PyQt5.QtWebKit.QWebSettings.fontFamily?4(QWebSettings.FontFamily) -> str +PyQt5.QtWebKit.QWebSettings.resetFontFamily?4(QWebSettings.FontFamily) +PyQt5.QtWebKit.QWebSettings.setFontSize?4(QWebSettings.FontSize, int) +PyQt5.QtWebKit.QWebSettings.fontSize?4(QWebSettings.FontSize) -> int +PyQt5.QtWebKit.QWebSettings.resetFontSize?4(QWebSettings.FontSize) +PyQt5.QtWebKit.QWebSettings.setAttribute?4(QWebSettings.WebAttribute, bool) +PyQt5.QtWebKit.QWebSettings.testAttribute?4(QWebSettings.WebAttribute) -> bool +PyQt5.QtWebKit.QWebSettings.resetAttribute?4(QWebSettings.WebAttribute) +PyQt5.QtWebKit.QWebSettings.setUserStyleSheetUrl?4(QUrl) +PyQt5.QtWebKit.QWebSettings.userStyleSheetUrl?4() -> QUrl +PyQt5.QtWebKit.QWebSettings.setIconDatabasePath?4(str) +PyQt5.QtWebKit.QWebSettings.iconDatabasePath?4() -> str +PyQt5.QtWebKit.QWebSettings.clearIconDatabase?4() +PyQt5.QtWebKit.QWebSettings.iconForUrl?4(QUrl) -> QIcon +PyQt5.QtWebKit.QWebSettings.setWebGraphic?4(QWebSettings.WebGraphic, QPixmap) +PyQt5.QtWebKit.QWebSettings.webGraphic?4(QWebSettings.WebGraphic) -> QPixmap +PyQt5.QtWebKit.QWebSettings.setMaximumPagesInCache?4(int) +PyQt5.QtWebKit.QWebSettings.maximumPagesInCache?4() -> int +PyQt5.QtWebKit.QWebSettings.setObjectCacheCapacities?4(int, int, int) +PyQt5.QtWebKit.QWebSettings.setOfflineStoragePath?4(str) +PyQt5.QtWebKit.QWebSettings.offlineStoragePath?4() -> str +PyQt5.QtWebKit.QWebSettings.setOfflineStorageDefaultQuota?4(int) +PyQt5.QtWebKit.QWebSettings.offlineStorageDefaultQuota?4() -> int +PyQt5.QtWebKit.QWebSettings.setDefaultTextEncoding?4(str) +PyQt5.QtWebKit.QWebSettings.defaultTextEncoding?4() -> str +PyQt5.QtWebKit.QWebSettings.setOfflineWebApplicationCachePath?4(str) +PyQt5.QtWebKit.QWebSettings.offlineWebApplicationCachePath?4() -> str +PyQt5.QtWebKit.QWebSettings.setOfflineWebApplicationCacheQuota?4(int) +PyQt5.QtWebKit.QWebSettings.offlineWebApplicationCacheQuota?4() -> int +PyQt5.QtWebKit.QWebSettings.setLocalStoragePath?4(str) +PyQt5.QtWebKit.QWebSettings.localStoragePath?4() -> str +PyQt5.QtWebKit.QWebSettings.clearMemoryCaches?4() +PyQt5.QtWebKit.QWebSettings.enablePersistentStorage?4(str path=QString()) +PyQt5.QtWebKit.QWebSettings.setThirdPartyCookiePolicy?4(QWebSettings.ThirdPartyCookiePolicy) +PyQt5.QtWebKit.QWebSettings.thirdPartyCookiePolicy?4() -> QWebSettings.ThirdPartyCookiePolicy +PyQt5.QtWebKit.QWebSettings.setCSSMediaType?4(str) +PyQt5.QtWebKit.QWebSettings.cssMediaType?4() -> str +PyQt5.QtWebKitWidgets.QGraphicsWebView?1(QGraphicsItem parent=None) +PyQt5.QtWebKitWidgets.QGraphicsWebView.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWebKitWidgets.QGraphicsWebView.page?4() -> QWebPage +PyQt5.QtWebKitWidgets.QGraphicsWebView.setPage?4(QWebPage) +PyQt5.QtWebKitWidgets.QGraphicsWebView.url?4() -> QUrl +PyQt5.QtWebKitWidgets.QGraphicsWebView.setUrl?4(QUrl) +PyQt5.QtWebKitWidgets.QGraphicsWebView.title?4() -> str +PyQt5.QtWebKitWidgets.QGraphicsWebView.icon?4() -> QIcon +PyQt5.QtWebKitWidgets.QGraphicsWebView.zoomFactor?4() -> float +PyQt5.QtWebKitWidgets.QGraphicsWebView.setZoomFactor?4(float) +PyQt5.QtWebKitWidgets.QGraphicsWebView.isModified?4() -> bool +PyQt5.QtWebKitWidgets.QGraphicsWebView.load?4(QUrl) +PyQt5.QtWebKitWidgets.QGraphicsWebView.load?4(QNetworkRequest, QNetworkAccessManager.Operation operation=QNetworkAccessManager.GetOperation, QByteArray body=QByteArray()) +PyQt5.QtWebKitWidgets.QGraphicsWebView.setHtml?4(str, QUrl baseUrl=QUrl()) +PyQt5.QtWebKitWidgets.QGraphicsWebView.setContent?4(QByteArray, str mimeType=QString(), QUrl baseUrl=QUrl()) +PyQt5.QtWebKitWidgets.QGraphicsWebView.history?4() -> QWebHistory +PyQt5.QtWebKitWidgets.QGraphicsWebView.settings?4() -> QWebSettings +PyQt5.QtWebKitWidgets.QGraphicsWebView.pageAction?4(QWebPage.WebAction) -> QAction +PyQt5.QtWebKitWidgets.QGraphicsWebView.triggerPageAction?4(QWebPage.WebAction, bool checked=False) +PyQt5.QtWebKitWidgets.QGraphicsWebView.findText?4(str, QWebPage.FindFlags options=0) -> bool +PyQt5.QtWebKitWidgets.QGraphicsWebView.setGeometry?4(QRectF) +PyQt5.QtWebKitWidgets.QGraphicsWebView.updateGeometry?4() +PyQt5.QtWebKitWidgets.QGraphicsWebView.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtWebKitWidgets.QGraphicsWebView.itemChange?4(QGraphicsItem.GraphicsItemChange, QVariant) -> QVariant +PyQt5.QtWebKitWidgets.QGraphicsWebView.event?4(QEvent) -> bool +PyQt5.QtWebKitWidgets.QGraphicsWebView.sizeHint?4(Qt.SizeHint, QSizeF) -> QSizeF +PyQt5.QtWebKitWidgets.QGraphicsWebView.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWebKitWidgets.QGraphicsWebView.stop?4() +PyQt5.QtWebKitWidgets.QGraphicsWebView.back?4() +PyQt5.QtWebKitWidgets.QGraphicsWebView.forward?4() +PyQt5.QtWebKitWidgets.QGraphicsWebView.reload?4() +PyQt5.QtWebKitWidgets.QGraphicsWebView.loadStarted?4() +PyQt5.QtWebKitWidgets.QGraphicsWebView.loadFinished?4(bool) +PyQt5.QtWebKitWidgets.QGraphicsWebView.loadProgress?4(int) +PyQt5.QtWebKitWidgets.QGraphicsWebView.urlChanged?4(QUrl) +PyQt5.QtWebKitWidgets.QGraphicsWebView.titleChanged?4(str) +PyQt5.QtWebKitWidgets.QGraphicsWebView.iconChanged?4() +PyQt5.QtWebKitWidgets.QGraphicsWebView.statusBarMessage?4(str) +PyQt5.QtWebKitWidgets.QGraphicsWebView.linkClicked?4(QUrl) +PyQt5.QtWebKitWidgets.QGraphicsWebView.mousePressEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.mouseDoubleClickEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.mouseReleaseEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.mouseMoveEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.hoverMoveEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.hoverLeaveEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.wheelEvent?4(QGraphicsSceneWheelEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.keyPressEvent?4(QKeyEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.contextMenuEvent?4(QGraphicsSceneContextMenuEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.dragEnterEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.dragLeaveEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.dragMoveEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.dropEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.focusInEvent?4(QFocusEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.focusOutEvent?4(QFocusEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWebKitWidgets.QGraphicsWebView.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWebKitWidgets.QGraphicsWebView.sceneEvent?4(QEvent) -> bool +PyQt5.QtWebKitWidgets.QGraphicsWebView.resizesToContents?4() -> bool +PyQt5.QtWebKitWidgets.QGraphicsWebView.setResizesToContents?4(bool) +PyQt5.QtWebKitWidgets.QGraphicsWebView.isTiledBackingStoreFrozen?4() -> bool +PyQt5.QtWebKitWidgets.QGraphicsWebView.setTiledBackingStoreFrozen?4(bool) +PyQt5.QtWebKitWidgets.QGraphicsWebView.renderHints?4() -> QPainter.RenderHints +PyQt5.QtWebKitWidgets.QGraphicsWebView.setRenderHints?4(QPainter.RenderHints) +PyQt5.QtWebKitWidgets.QGraphicsWebView.setRenderHint?4(QPainter.RenderHint, bool enabled=True) +PyQt5.QtWebKitWidgets.QWebHitTestResult?1() +PyQt5.QtWebKitWidgets.QWebHitTestResult.__init__?1(self) +PyQt5.QtWebKitWidgets.QWebHitTestResult?1(QWebHitTestResult) +PyQt5.QtWebKitWidgets.QWebHitTestResult.__init__?1(self, QWebHitTestResult) +PyQt5.QtWebKitWidgets.QWebHitTestResult.isNull?4() -> bool +PyQt5.QtWebKitWidgets.QWebHitTestResult.pos?4() -> QPoint +PyQt5.QtWebKitWidgets.QWebHitTestResult.title?4() -> str +PyQt5.QtWebKitWidgets.QWebHitTestResult.linkText?4() -> str +PyQt5.QtWebKitWidgets.QWebHitTestResult.linkUrl?4() -> QUrl +PyQt5.QtWebKitWidgets.QWebHitTestResult.linkTitle?4() -> QUrl +PyQt5.QtWebKitWidgets.QWebHitTestResult.linkTargetFrame?4() -> QWebFrame +PyQt5.QtWebKitWidgets.QWebHitTestResult.alternateText?4() -> str +PyQt5.QtWebKitWidgets.QWebHitTestResult.imageUrl?4() -> QUrl +PyQt5.QtWebKitWidgets.QWebHitTestResult.pixmap?4() -> QPixmap +PyQt5.QtWebKitWidgets.QWebHitTestResult.isContentEditable?4() -> bool +PyQt5.QtWebKitWidgets.QWebHitTestResult.isContentSelected?4() -> bool +PyQt5.QtWebKitWidgets.QWebHitTestResult.frame?4() -> QWebFrame +PyQt5.QtWebKitWidgets.QWebHitTestResult.boundingRect?4() -> QRect +PyQt5.QtWebKitWidgets.QWebHitTestResult.enclosingBlockElement?4() -> QWebElement +PyQt5.QtWebKitWidgets.QWebHitTestResult.linkElement?4() -> QWebElement +PyQt5.QtWebKitWidgets.QWebHitTestResult.element?4() -> QWebElement +PyQt5.QtWebKitWidgets.QWebHitTestResult.mediaUrl?4() -> QUrl +PyQt5.QtWebKitWidgets.QWebFrame.RenderLayer?10 +PyQt5.QtWebKitWidgets.QWebFrame.ContentsLayer?10 +PyQt5.QtWebKitWidgets.QWebFrame.ScrollBarLayer?10 +PyQt5.QtWebKitWidgets.QWebFrame.PanIconLayer?10 +PyQt5.QtWebKitWidgets.QWebFrame.AllLayers?10 +PyQt5.QtWebKitWidgets.QWebFrame.ValueOwnership?10 +PyQt5.QtWebKitWidgets.QWebFrame.QtOwnership?10 +PyQt5.QtWebKitWidgets.QWebFrame.ScriptOwnership?10 +PyQt5.QtWebKitWidgets.QWebFrame.AutoOwnership?10 +PyQt5.QtWebKitWidgets.QWebFrame.page?4() -> QWebPage +PyQt5.QtWebKitWidgets.QWebFrame.load?4(QUrl) +PyQt5.QtWebKitWidgets.QWebFrame.load?4(QNetworkRequest, QNetworkAccessManager.Operation operation=QNetworkAccessManager.GetOperation, QByteArray body=QByteArray()) +PyQt5.QtWebKitWidgets.QWebFrame.setHtml?4(str, QUrl baseUrl=QUrl()) +PyQt5.QtWebKitWidgets.QWebFrame.setContent?4(QByteArray, str mimeType='', QUrl baseUrl=QUrl()) +PyQt5.QtWebKitWidgets.QWebFrame.addToJavaScriptWindowObject?4(str, QObject, QWebFrame.ValueOwnership ownership=QWebFrame.QtOwnership) +PyQt5.QtWebKitWidgets.QWebFrame.toHtml?4() -> str +PyQt5.QtWebKitWidgets.QWebFrame.toPlainText?4() -> str +PyQt5.QtWebKitWidgets.QWebFrame.title?4() -> str +PyQt5.QtWebKitWidgets.QWebFrame.setUrl?4(QUrl) +PyQt5.QtWebKitWidgets.QWebFrame.url?4() -> QUrl +PyQt5.QtWebKitWidgets.QWebFrame.icon?4() -> QIcon +PyQt5.QtWebKitWidgets.QWebFrame.frameName?4() -> str +PyQt5.QtWebKitWidgets.QWebFrame.parentFrame?4() -> QWebFrame +PyQt5.QtWebKitWidgets.QWebFrame.childFrames?4() -> list-of-QWebFrame +PyQt5.QtWebKitWidgets.QWebFrame.scrollBarPolicy?4(Qt.Orientation) -> Qt.ScrollBarPolicy +PyQt5.QtWebKitWidgets.QWebFrame.setScrollBarPolicy?4(Qt.Orientation, Qt.ScrollBarPolicy) +PyQt5.QtWebKitWidgets.QWebFrame.setScrollBarValue?4(Qt.Orientation, int) +PyQt5.QtWebKitWidgets.QWebFrame.scrollBarValue?4(Qt.Orientation) -> int +PyQt5.QtWebKitWidgets.QWebFrame.scrollBarMinimum?4(Qt.Orientation) -> int +PyQt5.QtWebKitWidgets.QWebFrame.scrollBarMaximum?4(Qt.Orientation) -> int +PyQt5.QtWebKitWidgets.QWebFrame.pos?4() -> QPoint +PyQt5.QtWebKitWidgets.QWebFrame.geometry?4() -> QRect +PyQt5.QtWebKitWidgets.QWebFrame.contentsSize?4() -> QSize +PyQt5.QtWebKitWidgets.QWebFrame.hitTestContent?4(QPoint) -> QWebHitTestResult +PyQt5.QtWebKitWidgets.QWebFrame.event?4(QEvent) -> bool +PyQt5.QtWebKitWidgets.QWebFrame.evaluateJavaScript?4(str) -> QVariant +PyQt5.QtWebKitWidgets.QWebFrame.print_?4(QPrinter) +PyQt5.QtWebKitWidgets.QWebFrame.print?4(QPrinter) +PyQt5.QtWebKitWidgets.QWebFrame.javaScriptWindowObjectCleared?4() +PyQt5.QtWebKitWidgets.QWebFrame.titleChanged?4(str) +PyQt5.QtWebKitWidgets.QWebFrame.urlChanged?4(QUrl) +PyQt5.QtWebKitWidgets.QWebFrame.initialLayoutCompleted?4() +PyQt5.QtWebKitWidgets.QWebFrame.iconChanged?4() +PyQt5.QtWebKitWidgets.QWebFrame.metaData?4() -> dict-of-QString-list-of-QString +PyQt5.QtWebKitWidgets.QWebFrame.scroll?4(int, int) +PyQt5.QtWebKitWidgets.QWebFrame.scrollPosition?4() -> QPoint +PyQt5.QtWebKitWidgets.QWebFrame.setScrollPosition?4(QPoint) +PyQt5.QtWebKitWidgets.QWebFrame.zoomFactor?4() -> float +PyQt5.QtWebKitWidgets.QWebFrame.setZoomFactor?4(float) +PyQt5.QtWebKitWidgets.QWebFrame.securityOrigin?4() -> QWebSecurityOrigin +PyQt5.QtWebKitWidgets.QWebFrame.requestedUrl?4() -> QUrl +PyQt5.QtWebKitWidgets.QWebFrame.baseUrl?4() -> QUrl +PyQt5.QtWebKitWidgets.QWebFrame.scrollBarGeometry?4(Qt.Orientation) -> QRect +PyQt5.QtWebKitWidgets.QWebFrame.render?4(QPainter, QRegion clip=QRegion()) +PyQt5.QtWebKitWidgets.QWebFrame.render?4(QPainter, QWebFrame.RenderLayers, QRegion clip=QRegion()) +PyQt5.QtWebKitWidgets.QWebFrame.hasFocus?4() -> bool +PyQt5.QtWebKitWidgets.QWebFrame.setFocus?4() +PyQt5.QtWebKitWidgets.QWebFrame.documentElement?4() -> QWebElement +PyQt5.QtWebKitWidgets.QWebFrame.findAllElements?4(str) -> QWebElementCollection +PyQt5.QtWebKitWidgets.QWebFrame.findFirstElement?4(str) -> QWebElement +PyQt5.QtWebKitWidgets.QWebFrame.contentsSizeChanged?4(QSize) +PyQt5.QtWebKitWidgets.QWebFrame.loadStarted?4() +PyQt5.QtWebKitWidgets.QWebFrame.loadFinished?4(bool) +PyQt5.QtWebKitWidgets.QWebFrame.pageChanged?4() +PyQt5.QtWebKitWidgets.QWebFrame.scrollToAnchor?4(str) +PyQt5.QtWebKitWidgets.QWebFrame.RenderLayers?1(QWebFrame.RenderLayers) +PyQt5.QtWebKitWidgets.QWebFrame.RenderLayers.__init__?1(self, QWebFrame.RenderLayers) +PyQt5.QtWebKitWidgets.QWebFrame.RenderLayers?1(int) +PyQt5.QtWebKitWidgets.QWebFrame.RenderLayers.__init__?1(self, int) +PyQt5.QtWebKitWidgets.QWebFrame.RenderLayers?1() +PyQt5.QtWebKitWidgets.QWebFrame.RenderLayers.__init__?1(self) +PyQt5.QtWebKitWidgets.QWebInspector?1(QWidget parent=None) +PyQt5.QtWebKitWidgets.QWebInspector.__init__?1(self, QWidget parent=None) +PyQt5.QtWebKitWidgets.QWebInspector.setPage?4(QWebPage) +PyQt5.QtWebKitWidgets.QWebInspector.page?4() -> QWebPage +PyQt5.QtWebKitWidgets.QWebInspector.sizeHint?4() -> QSize +PyQt5.QtWebKitWidgets.QWebInspector.event?4(QEvent) -> bool +PyQt5.QtWebKitWidgets.QWebInspector.resizeEvent?4(QResizeEvent) +PyQt5.QtWebKitWidgets.QWebInspector.showEvent?4(QShowEvent) +PyQt5.QtWebKitWidgets.QWebInspector.hideEvent?4(QHideEvent) +PyQt5.QtWebKitWidgets.QWebInspector.closeEvent?4(QCloseEvent) +PyQt5.QtWebKitWidgets.QWebPage.VisibilityState?10 +PyQt5.QtWebKitWidgets.QWebPage.VisibilityStateVisible?10 +PyQt5.QtWebKitWidgets.QWebPage.VisibilityStateHidden?10 +PyQt5.QtWebKitWidgets.QWebPage.VisibilityStatePrerender?10 +PyQt5.QtWebKitWidgets.QWebPage.VisibilityStateUnloaded?10 +PyQt5.QtWebKitWidgets.QWebPage.Feature?10 +PyQt5.QtWebKitWidgets.QWebPage.Notifications?10 +PyQt5.QtWebKitWidgets.QWebPage.Geolocation?10 +PyQt5.QtWebKitWidgets.QWebPage.PermissionPolicy?10 +PyQt5.QtWebKitWidgets.QWebPage.PermissionUnknown?10 +PyQt5.QtWebKitWidgets.QWebPage.PermissionGrantedByUser?10 +PyQt5.QtWebKitWidgets.QWebPage.PermissionDeniedByUser?10 +PyQt5.QtWebKitWidgets.QWebPage.ErrorDomain?10 +PyQt5.QtWebKitWidgets.QWebPage.QtNetwork?10 +PyQt5.QtWebKitWidgets.QWebPage.Http?10 +PyQt5.QtWebKitWidgets.QWebPage.WebKit?10 +PyQt5.QtWebKitWidgets.QWebPage.Extension?10 +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtension?10 +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtension?10 +PyQt5.QtWebKitWidgets.QWebPage.WebWindowType?10 +PyQt5.QtWebKitWidgets.QWebPage.WebBrowserWindow?10 +PyQt5.QtWebKitWidgets.QWebPage.WebModalDialog?10 +PyQt5.QtWebKitWidgets.QWebPage.LinkDelegationPolicy?10 +PyQt5.QtWebKitWidgets.QWebPage.DontDelegateLinks?10 +PyQt5.QtWebKitWidgets.QWebPage.DelegateExternalLinks?10 +PyQt5.QtWebKitWidgets.QWebPage.DelegateAllLinks?10 +PyQt5.QtWebKitWidgets.QWebPage.FindFlag?10 +PyQt5.QtWebKitWidgets.QWebPage.FindBackward?10 +PyQt5.QtWebKitWidgets.QWebPage.FindCaseSensitively?10 +PyQt5.QtWebKitWidgets.QWebPage.FindWrapsAroundDocument?10 +PyQt5.QtWebKitWidgets.QWebPage.HighlightAllOccurrences?10 +PyQt5.QtWebKitWidgets.QWebPage.FindAtWordBeginningsOnly?10 +PyQt5.QtWebKitWidgets.QWebPage.TreatMedialCapitalAsWordBeginning?10 +PyQt5.QtWebKitWidgets.QWebPage.FindBeginsInSelection?10 +PyQt5.QtWebKitWidgets.QWebPage.WebAction?10 +PyQt5.QtWebKitWidgets.QWebPage.NoWebAction?10 +PyQt5.QtWebKitWidgets.QWebPage.OpenLink?10 +PyQt5.QtWebKitWidgets.QWebPage.OpenLinkInNewWindow?10 +PyQt5.QtWebKitWidgets.QWebPage.OpenFrameInNewWindow?10 +PyQt5.QtWebKitWidgets.QWebPage.DownloadLinkToDisk?10 +PyQt5.QtWebKitWidgets.QWebPage.CopyLinkToClipboard?10 +PyQt5.QtWebKitWidgets.QWebPage.OpenImageInNewWindow?10 +PyQt5.QtWebKitWidgets.QWebPage.DownloadImageToDisk?10 +PyQt5.QtWebKitWidgets.QWebPage.CopyImageToClipboard?10 +PyQt5.QtWebKitWidgets.QWebPage.Back?10 +PyQt5.QtWebKitWidgets.QWebPage.Forward?10 +PyQt5.QtWebKitWidgets.QWebPage.Stop?10 +PyQt5.QtWebKitWidgets.QWebPage.Reload?10 +PyQt5.QtWebKitWidgets.QWebPage.Cut?10 +PyQt5.QtWebKitWidgets.QWebPage.Copy?10 +PyQt5.QtWebKitWidgets.QWebPage.Paste?10 +PyQt5.QtWebKitWidgets.QWebPage.Undo?10 +PyQt5.QtWebKitWidgets.QWebPage.Redo?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToNextChar?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToPreviousChar?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToNextWord?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToPreviousWord?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToNextLine?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToPreviousLine?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToStartOfLine?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToEndOfLine?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToStartOfBlock?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToEndOfBlock?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToStartOfDocument?10 +PyQt5.QtWebKitWidgets.QWebPage.MoveToEndOfDocument?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectNextChar?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectPreviousChar?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectNextWord?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectPreviousWord?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectNextLine?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectPreviousLine?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectStartOfLine?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectEndOfLine?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectStartOfBlock?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectEndOfBlock?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectStartOfDocument?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectEndOfDocument?10 +PyQt5.QtWebKitWidgets.QWebPage.DeleteStartOfWord?10 +PyQt5.QtWebKitWidgets.QWebPage.DeleteEndOfWord?10 +PyQt5.QtWebKitWidgets.QWebPage.SetTextDirectionDefault?10 +PyQt5.QtWebKitWidgets.QWebPage.SetTextDirectionLeftToRight?10 +PyQt5.QtWebKitWidgets.QWebPage.SetTextDirectionRightToLeft?10 +PyQt5.QtWebKitWidgets.QWebPage.ToggleBold?10 +PyQt5.QtWebKitWidgets.QWebPage.ToggleItalic?10 +PyQt5.QtWebKitWidgets.QWebPage.ToggleUnderline?10 +PyQt5.QtWebKitWidgets.QWebPage.InspectElement?10 +PyQt5.QtWebKitWidgets.QWebPage.InsertParagraphSeparator?10 +PyQt5.QtWebKitWidgets.QWebPage.InsertLineSeparator?10 +PyQt5.QtWebKitWidgets.QWebPage.SelectAll?10 +PyQt5.QtWebKitWidgets.QWebPage.ReloadAndBypassCache?10 +PyQt5.QtWebKitWidgets.QWebPage.PasteAndMatchStyle?10 +PyQt5.QtWebKitWidgets.QWebPage.RemoveFormat?10 +PyQt5.QtWebKitWidgets.QWebPage.ToggleStrikethrough?10 +PyQt5.QtWebKitWidgets.QWebPage.ToggleSubscript?10 +PyQt5.QtWebKitWidgets.QWebPage.ToggleSuperscript?10 +PyQt5.QtWebKitWidgets.QWebPage.InsertUnorderedList?10 +PyQt5.QtWebKitWidgets.QWebPage.InsertOrderedList?10 +PyQt5.QtWebKitWidgets.QWebPage.Indent?10 +PyQt5.QtWebKitWidgets.QWebPage.Outdent?10 +PyQt5.QtWebKitWidgets.QWebPage.AlignCenter?10 +PyQt5.QtWebKitWidgets.QWebPage.AlignJustified?10 +PyQt5.QtWebKitWidgets.QWebPage.AlignLeft?10 +PyQt5.QtWebKitWidgets.QWebPage.AlignRight?10 +PyQt5.QtWebKitWidgets.QWebPage.StopScheduledPageRefresh?10 +PyQt5.QtWebKitWidgets.QWebPage.CopyImageUrlToClipboard?10 +PyQt5.QtWebKitWidgets.QWebPage.OpenLinkInThisWindow?10 +PyQt5.QtWebKitWidgets.QWebPage.DownloadMediaToDisk?10 +PyQt5.QtWebKitWidgets.QWebPage.CopyMediaUrlToClipboard?10 +PyQt5.QtWebKitWidgets.QWebPage.ToggleMediaControls?10 +PyQt5.QtWebKitWidgets.QWebPage.ToggleMediaLoop?10 +PyQt5.QtWebKitWidgets.QWebPage.ToggleMediaPlayPause?10 +PyQt5.QtWebKitWidgets.QWebPage.ToggleMediaMute?10 +PyQt5.QtWebKitWidgets.QWebPage.ToggleVideoFullscreen?10 +PyQt5.QtWebKitWidgets.QWebPage.NavigationType?10 +PyQt5.QtWebKitWidgets.QWebPage.NavigationTypeLinkClicked?10 +PyQt5.QtWebKitWidgets.QWebPage.NavigationTypeFormSubmitted?10 +PyQt5.QtWebKitWidgets.QWebPage.NavigationTypeBackOrForward?10 +PyQt5.QtWebKitWidgets.QWebPage.NavigationTypeReload?10 +PyQt5.QtWebKitWidgets.QWebPage.NavigationTypeFormResubmitted?10 +PyQt5.QtWebKitWidgets.QWebPage.NavigationTypeOther?10 +PyQt5.QtWebKitWidgets.QWebPage?1(QObject parent=None) +PyQt5.QtWebKitWidgets.QWebPage.__init__?1(self, QObject parent=None) +PyQt5.QtWebKitWidgets.QWebPage.mainFrame?4() -> QWebFrame +PyQt5.QtWebKitWidgets.QWebPage.currentFrame?4() -> QWebFrame +PyQt5.QtWebKitWidgets.QWebPage.history?4() -> QWebHistory +PyQt5.QtWebKitWidgets.QWebPage.settings?4() -> QWebSettings +PyQt5.QtWebKitWidgets.QWebPage.setView?4(QWidget) +PyQt5.QtWebKitWidgets.QWebPage.view?4() -> QWidget +PyQt5.QtWebKitWidgets.QWebPage.isModified?4() -> bool +PyQt5.QtWebKitWidgets.QWebPage.undoStack?4() -> QUndoStack +PyQt5.QtWebKitWidgets.QWebPage.setNetworkAccessManager?4(QNetworkAccessManager) +PyQt5.QtWebKitWidgets.QWebPage.networkAccessManager?4() -> QNetworkAccessManager +PyQt5.QtWebKitWidgets.QWebPage.setPluginFactory?4(QWebPluginFactory) +PyQt5.QtWebKitWidgets.QWebPage.pluginFactory?4() -> QWebPluginFactory +PyQt5.QtWebKitWidgets.QWebPage.totalBytes?4() -> int +PyQt5.QtWebKitWidgets.QWebPage.bytesReceived?4() -> int +PyQt5.QtWebKitWidgets.QWebPage.selectedText?4() -> str +PyQt5.QtWebKitWidgets.QWebPage.action?4(QWebPage.WebAction) -> QAction +PyQt5.QtWebKitWidgets.QWebPage.triggerAction?4(QWebPage.WebAction, bool checked=False) +PyQt5.QtWebKitWidgets.QWebPage.viewportSize?4() -> QSize +PyQt5.QtWebKitWidgets.QWebPage.setViewportSize?4(QSize) +PyQt5.QtWebKitWidgets.QWebPage.event?4(QEvent) -> bool +PyQt5.QtWebKitWidgets.QWebPage.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWebKitWidgets.QWebPage.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWebKitWidgets.QWebPage.findText?4(str, QWebPage.FindFlags options=0) -> bool +PyQt5.QtWebKitWidgets.QWebPage.setForwardUnsupportedContent?4(bool) +PyQt5.QtWebKitWidgets.QWebPage.forwardUnsupportedContent?4() -> bool +PyQt5.QtWebKitWidgets.QWebPage.setLinkDelegationPolicy?4(QWebPage.LinkDelegationPolicy) +PyQt5.QtWebKitWidgets.QWebPage.linkDelegationPolicy?4() -> QWebPage.LinkDelegationPolicy +PyQt5.QtWebKitWidgets.QWebPage.setPalette?4(QPalette) +PyQt5.QtWebKitWidgets.QWebPage.palette?4() -> QPalette +PyQt5.QtWebKitWidgets.QWebPage.swallowContextMenuEvent?4(QContextMenuEvent) -> bool +PyQt5.QtWebKitWidgets.QWebPage.updatePositionDependentActions?4(QPoint) +PyQt5.QtWebKitWidgets.QWebPage.extension?4(QWebPage.Extension, QWebPage.ExtensionOption option=None, QWebPage.ExtensionReturn output=None) -> bool +PyQt5.QtWebKitWidgets.QWebPage.supportsExtension?4(QWebPage.Extension) -> bool +PyQt5.QtWebKitWidgets.QWebPage.loadFinished?4(bool) +PyQt5.QtWebKitWidgets.QWebPage.loadProgress?4(int) +PyQt5.QtWebKitWidgets.QWebPage.loadStarted?4() +PyQt5.QtWebKitWidgets.QWebPage.linkHovered?4(str, str, str) +PyQt5.QtWebKitWidgets.QWebPage.statusBarMessage?4(str) +PyQt5.QtWebKitWidgets.QWebPage.selectionChanged?4() +PyQt5.QtWebKitWidgets.QWebPage.frameCreated?4(QWebFrame) +PyQt5.QtWebKitWidgets.QWebPage.geometryChangeRequested?4(QRect) +PyQt5.QtWebKitWidgets.QWebPage.repaintRequested?4(QRect) +PyQt5.QtWebKitWidgets.QWebPage.scrollRequested?4(int, int, QRect) +PyQt5.QtWebKitWidgets.QWebPage.windowCloseRequested?4() +PyQt5.QtWebKitWidgets.QWebPage.printRequested?4(QWebFrame) +PyQt5.QtWebKitWidgets.QWebPage.linkClicked?4(QUrl) +PyQt5.QtWebKitWidgets.QWebPage.toolBarVisibilityChangeRequested?4(bool) +PyQt5.QtWebKitWidgets.QWebPage.statusBarVisibilityChangeRequested?4(bool) +PyQt5.QtWebKitWidgets.QWebPage.menuBarVisibilityChangeRequested?4(bool) +PyQt5.QtWebKitWidgets.QWebPage.unsupportedContent?4(QNetworkReply) +PyQt5.QtWebKitWidgets.QWebPage.downloadRequested?4(QNetworkRequest) +PyQt5.QtWebKitWidgets.QWebPage.microFocusChanged?4() +PyQt5.QtWebKitWidgets.QWebPage.createWindow?4(QWebPage.WebWindowType) -> QWebPage +PyQt5.QtWebKitWidgets.QWebPage.createPlugin?4(str, QUrl, list-of-str, list-of-str) -> QObject +PyQt5.QtWebKitWidgets.QWebPage.acceptNavigationRequest?4(QWebFrame, QNetworkRequest, QWebPage.NavigationType) -> bool +PyQt5.QtWebKitWidgets.QWebPage.chooseFile?4(QWebFrame, str) -> str +PyQt5.QtWebKitWidgets.QWebPage.javaScriptAlert?4(QWebFrame, str) +PyQt5.QtWebKitWidgets.QWebPage.javaScriptConfirm?4(QWebFrame, str) -> bool +PyQt5.QtWebKitWidgets.QWebPage.javaScriptPrompt?4(QWebFrame, str, str) -> (bool, str) +PyQt5.QtWebKitWidgets.QWebPage.javaScriptConsoleMessage?4(str, int, str) +PyQt5.QtWebKitWidgets.QWebPage.userAgentForUrl?4(QUrl) -> str +PyQt5.QtWebKitWidgets.QWebPage.setContentEditable?4(bool) +PyQt5.QtWebKitWidgets.QWebPage.isContentEditable?4() -> bool +PyQt5.QtWebKitWidgets.QWebPage.createStandardContextMenu?4() -> QMenu +PyQt5.QtWebKitWidgets.QWebPage.contentsChanged?4() +PyQt5.QtWebKitWidgets.QWebPage.databaseQuotaExceeded?4(QWebFrame, str) +PyQt5.QtWebKitWidgets.QWebPage.saveFrameStateRequested?4(QWebFrame, QWebHistoryItem) +PyQt5.QtWebKitWidgets.QWebPage.restoreFrameStateRequested?4(QWebFrame) +PyQt5.QtWebKitWidgets.QWebPage.frameAt?4(QPoint) -> QWebFrame +PyQt5.QtWebKitWidgets.QWebPage.preferredContentsSize?4() -> QSize +PyQt5.QtWebKitWidgets.QWebPage.setPreferredContentsSize?4(QSize) +PyQt5.QtWebKitWidgets.QWebPage.shouldInterruptJavaScript?4() -> bool +PyQt5.QtWebKitWidgets.QWebPage.hasSelection?4() -> bool +PyQt5.QtWebKitWidgets.QWebPage.selectedHtml?4() -> str +PyQt5.QtWebKitWidgets.QWebPage.viewportAttributesForSize?4(QSize) -> QWebPage.ViewportAttributes +PyQt5.QtWebKitWidgets.QWebPage.setActualVisibleContentRect?4(QRect) +PyQt5.QtWebKitWidgets.QWebPage.setFeaturePermission?4(QWebFrame, QWebPage.Feature, QWebPage.PermissionPolicy) +PyQt5.QtWebKitWidgets.QWebPage.supportedContentTypes?4() -> list-of-str +PyQt5.QtWebKitWidgets.QWebPage.supportsContentType?4(str) -> bool +PyQt5.QtWebKitWidgets.QWebPage.applicationCacheQuotaExceeded?4(QWebSecurityOrigin, int, int) +PyQt5.QtWebKitWidgets.QWebPage.viewportChangeRequested?4() +PyQt5.QtWebKitWidgets.QWebPage.featurePermissionRequested?4(QWebFrame, QWebPage.Feature) +PyQt5.QtWebKitWidgets.QWebPage.featurePermissionRequestCanceled?4(QWebFrame, QWebPage.Feature) +PyQt5.QtWebKitWidgets.QWebPage.visibilityState?4() -> QWebPage.VisibilityState +PyQt5.QtWebKitWidgets.QWebPage.setVisibilityState?4(QWebPage.VisibilityState) +PyQt5.QtWebKitWidgets.QWebPage.FindFlags?1(QWebPage.FindFlags) +PyQt5.QtWebKitWidgets.QWebPage.FindFlags.__init__?1(self, QWebPage.FindFlags) +PyQt5.QtWebKitWidgets.QWebPage.FindFlags?1(int) +PyQt5.QtWebKitWidgets.QWebPage.FindFlags.__init__?1(self, int) +PyQt5.QtWebKitWidgets.QWebPage.FindFlags?1() +PyQt5.QtWebKitWidgets.QWebPage.FindFlags.__init__?1(self) +PyQt5.QtWebKitWidgets.QWebPage.ExtensionOption?1() +PyQt5.QtWebKitWidgets.QWebPage.ExtensionOption.__init__?1(self) +PyQt5.QtWebKitWidgets.QWebPage.ExtensionOption?1(QWebPage.ExtensionOption) +PyQt5.QtWebKitWidgets.QWebPage.ExtensionOption.__init__?1(self, QWebPage.ExtensionOption) +PyQt5.QtWebKitWidgets.QWebPage.ExtensionReturn?1() +PyQt5.QtWebKitWidgets.QWebPage.ExtensionReturn.__init__?1(self) +PyQt5.QtWebKitWidgets.QWebPage.ExtensionReturn?1(QWebPage.ExtensionReturn) +PyQt5.QtWebKitWidgets.QWebPage.ExtensionReturn.__init__?1(self, QWebPage.ExtensionReturn) +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtensionOption.parentFrame?7 +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtensionOption.suggestedFileNames?7 +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtensionOption?1() +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtensionOption.__init__?1(self) +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtensionOption?1(QWebPage.ChooseMultipleFilesExtensionOption) +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtensionOption.__init__?1(self, QWebPage.ChooseMultipleFilesExtensionOption) +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtensionReturn.fileNames?7 +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtensionReturn?1() +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtensionReturn.__init__?1(self) +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtensionReturn?1(QWebPage.ChooseMultipleFilesExtensionReturn) +PyQt5.QtWebKitWidgets.QWebPage.ChooseMultipleFilesExtensionReturn.__init__?1(self, QWebPage.ChooseMultipleFilesExtensionReturn) +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionOption.domain?7 +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionOption.error?7 +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionOption.errorString?7 +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionOption.frame?7 +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionOption.url?7 +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionOption?1() +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionOption.__init__?1(self) +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionOption?1(QWebPage.ErrorPageExtensionOption) +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionOption.__init__?1(self, QWebPage.ErrorPageExtensionOption) +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionReturn.baseUrl?7 +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionReturn.content?7 +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionReturn.contentType?7 +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionReturn.encoding?7 +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionReturn?1() +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionReturn.__init__?1(self) +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionReturn?1(QWebPage.ErrorPageExtensionReturn) +PyQt5.QtWebKitWidgets.QWebPage.ErrorPageExtensionReturn.__init__?1(self, QWebPage.ErrorPageExtensionReturn) +PyQt5.QtWebKitWidgets.QWebPage.ViewportAttributes?1() +PyQt5.QtWebKitWidgets.QWebPage.ViewportAttributes.__init__?1(self) +PyQt5.QtWebKitWidgets.QWebPage.ViewportAttributes?1(QWebPage.ViewportAttributes) +PyQt5.QtWebKitWidgets.QWebPage.ViewportAttributes.__init__?1(self, QWebPage.ViewportAttributes) +PyQt5.QtWebKitWidgets.QWebPage.ViewportAttributes.initialScaleFactor?4() -> float +PyQt5.QtWebKitWidgets.QWebPage.ViewportAttributes.minimumScaleFactor?4() -> float +PyQt5.QtWebKitWidgets.QWebPage.ViewportAttributes.maximumScaleFactor?4() -> float +PyQt5.QtWebKitWidgets.QWebPage.ViewportAttributes.devicePixelRatio?4() -> float +PyQt5.QtWebKitWidgets.QWebPage.ViewportAttributes.isUserScalable?4() -> bool +PyQt5.QtWebKitWidgets.QWebPage.ViewportAttributes.isValid?4() -> bool +PyQt5.QtWebKitWidgets.QWebPage.ViewportAttributes.size?4() -> QSizeF +PyQt5.QtWebKitWidgets.QWebView?1(QWidget parent=None) +PyQt5.QtWebKitWidgets.QWebView.__init__?1(self, QWidget parent=None) +PyQt5.QtWebKitWidgets.QWebView.page?4() -> QWebPage +PyQt5.QtWebKitWidgets.QWebView.setPage?4(QWebPage) +PyQt5.QtWebKitWidgets.QWebView.load?4(QUrl) +PyQt5.QtWebKitWidgets.QWebView.load?4(QNetworkRequest, QNetworkAccessManager.Operation operation=QNetworkAccessManager.GetOperation, QByteArray body=QByteArray()) +PyQt5.QtWebKitWidgets.QWebView.setHtml?4(str, QUrl baseUrl=QUrl()) +PyQt5.QtWebKitWidgets.QWebView.setContent?4(QByteArray, str mimeType='', QUrl baseUrl=QUrl()) +PyQt5.QtWebKitWidgets.QWebView.history?4() -> QWebHistory +PyQt5.QtWebKitWidgets.QWebView.settings?4() -> QWebSettings +PyQt5.QtWebKitWidgets.QWebView.title?4() -> str +PyQt5.QtWebKitWidgets.QWebView.setUrl?4(QUrl) +PyQt5.QtWebKitWidgets.QWebView.url?4() -> QUrl +PyQt5.QtWebKitWidgets.QWebView.icon?4() -> QIcon +PyQt5.QtWebKitWidgets.QWebView.selectedText?4() -> str +PyQt5.QtWebKitWidgets.QWebView.pageAction?4(QWebPage.WebAction) -> QAction +PyQt5.QtWebKitWidgets.QWebView.triggerPageAction?4(QWebPage.WebAction, bool checked=False) +PyQt5.QtWebKitWidgets.QWebView.isModified?4() -> bool +PyQt5.QtWebKitWidgets.QWebView.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWebKitWidgets.QWebView.sizeHint?4() -> QSize +PyQt5.QtWebKitWidgets.QWebView.findText?4(str, QWebPage.FindFlags options=0) -> bool +PyQt5.QtWebKitWidgets.QWebView.event?4(QEvent) -> bool +PyQt5.QtWebKitWidgets.QWebView.stop?4() +PyQt5.QtWebKitWidgets.QWebView.back?4() +PyQt5.QtWebKitWidgets.QWebView.forward?4() +PyQt5.QtWebKitWidgets.QWebView.reload?4() +PyQt5.QtWebKitWidgets.QWebView.print_?4(QPrinter) +PyQt5.QtWebKitWidgets.QWebView.print?4(QPrinter) +PyQt5.QtWebKitWidgets.QWebView.loadStarted?4() +PyQt5.QtWebKitWidgets.QWebView.loadProgress?4(int) +PyQt5.QtWebKitWidgets.QWebView.loadFinished?4(bool) +PyQt5.QtWebKitWidgets.QWebView.titleChanged?4(str) +PyQt5.QtWebKitWidgets.QWebView.statusBarMessage?4(str) +PyQt5.QtWebKitWidgets.QWebView.linkClicked?4(QUrl) +PyQt5.QtWebKitWidgets.QWebView.selectionChanged?4() +PyQt5.QtWebKitWidgets.QWebView.iconChanged?4() +PyQt5.QtWebKitWidgets.QWebView.urlChanged?4(QUrl) +PyQt5.QtWebKitWidgets.QWebView.createWindow?4(QWebPage.WebWindowType) -> QWebView +PyQt5.QtWebKitWidgets.QWebView.resizeEvent?4(QResizeEvent) +PyQt5.QtWebKitWidgets.QWebView.paintEvent?4(QPaintEvent) +PyQt5.QtWebKitWidgets.QWebView.changeEvent?4(QEvent) +PyQt5.QtWebKitWidgets.QWebView.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWebKitWidgets.QWebView.mousePressEvent?4(QMouseEvent) +PyQt5.QtWebKitWidgets.QWebView.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtWebKitWidgets.QWebView.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWebKitWidgets.QWebView.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWebKitWidgets.QWebView.wheelEvent?4(QWheelEvent) +PyQt5.QtWebKitWidgets.QWebView.keyPressEvent?4(QKeyEvent) +PyQt5.QtWebKitWidgets.QWebView.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWebKitWidgets.QWebView.dragEnterEvent?4(QDragEnterEvent) +PyQt5.QtWebKitWidgets.QWebView.dragLeaveEvent?4(QDragLeaveEvent) +PyQt5.QtWebKitWidgets.QWebView.dragMoveEvent?4(QDragMoveEvent) +PyQt5.QtWebKitWidgets.QWebView.dropEvent?4(QDropEvent) +PyQt5.QtWebKitWidgets.QWebView.focusInEvent?4(QFocusEvent) +PyQt5.QtWebKitWidgets.QWebView.focusOutEvent?4(QFocusEvent) +PyQt5.QtWebKitWidgets.QWebView.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWebKitWidgets.QWebView.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWebKitWidgets.QWebView.zoomFactor?4() -> float +PyQt5.QtWebKitWidgets.QWebView.setZoomFactor?4(float) +PyQt5.QtWebKitWidgets.QWebView.renderHints?4() -> QPainter.RenderHints +PyQt5.QtWebKitWidgets.QWebView.setRenderHints?4(QPainter.RenderHints) +PyQt5.QtWebKitWidgets.QWebView.setRenderHint?4(QPainter.RenderHint, bool enabled=True) +PyQt5.QtWebKitWidgets.QWebView.hasSelection?4() -> bool +PyQt5.QtWebKitWidgets.QWebView.selectedHtml?4() -> str +PyQt5.QtWidgets.qApp?7 +PyQt5.QtWidgets.qDrawShadeLine?4(QPainter, int, int, int, int, QPalette, bool sunken=True, int lineWidth=1, int midLineWidth=0) +PyQt5.QtWidgets.qDrawShadeLine?4(QPainter, QPoint, QPoint, QPalette, bool sunken=True, int lineWidth=1, int midLineWidth=0) +PyQt5.QtWidgets.qDrawShadeRect?4(QPainter, int, int, int, int, QPalette, bool sunken=False, int lineWidth=1, int midLineWidth=0, QBrush fill=None) +PyQt5.QtWidgets.qDrawShadeRect?4(QPainter, QRect, QPalette, bool sunken=False, int lineWidth=1, int midLineWidth=0, QBrush fill=None) +PyQt5.QtWidgets.qDrawShadePanel?4(QPainter, int, int, int, int, QPalette, bool sunken=False, int lineWidth=1, QBrush fill=None) +PyQt5.QtWidgets.qDrawShadePanel?4(QPainter, QRect, QPalette, bool sunken=False, int lineWidth=1, QBrush fill=None) +PyQt5.QtWidgets.qDrawWinButton?4(QPainter, int, int, int, int, QPalette, bool sunken=False, QBrush fill=None) +PyQt5.QtWidgets.qDrawWinButton?4(QPainter, QRect, QPalette, bool sunken=False, QBrush fill=None) +PyQt5.QtWidgets.qDrawWinPanel?4(QPainter, int, int, int, int, QPalette, bool sunken=False, QBrush fill=None) +PyQt5.QtWidgets.qDrawWinPanel?4(QPainter, QRect, QPalette, bool sunken=False, QBrush fill=None) +PyQt5.QtWidgets.qDrawPlainRect?4(QPainter, int, int, int, int, QColor, int lineWidth=1, QBrush fill=None) +PyQt5.QtWidgets.qDrawPlainRect?4(QPainter, QRect, QColor, int lineWidth=1, QBrush fill=None) +PyQt5.QtWidgets.qDrawBorderPixmap?4(QPainter, QRect, QMargins, QPixmap) +PyQt5.QtWidgets.QWidget.RenderFlag?10 +PyQt5.QtWidgets.QWidget.DrawWindowBackground?10 +PyQt5.QtWidgets.QWidget.DrawChildren?10 +PyQt5.QtWidgets.QWidget.IgnoreMask?10 +PyQt5.QtWidgets.QWidget?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QWidget.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QWidget.devType?4() -> int +PyQt5.QtWidgets.QWidget.style?4() -> QStyle +PyQt5.QtWidgets.QWidget.setStyle?4(QStyle) +PyQt5.QtWidgets.QWidget.isEnabledTo?4(QWidget) -> bool +PyQt5.QtWidgets.QWidget.setEnabled?4(bool) +PyQt5.QtWidgets.QWidget.setDisabled?4(bool) +PyQt5.QtWidgets.QWidget.setWindowModified?4(bool) +PyQt5.QtWidgets.QWidget.frameGeometry?4() -> QRect +PyQt5.QtWidgets.QWidget.normalGeometry?4() -> QRect +PyQt5.QtWidgets.QWidget.x?4() -> int +PyQt5.QtWidgets.QWidget.y?4() -> int +PyQt5.QtWidgets.QWidget.pos?4() -> QPoint +PyQt5.QtWidgets.QWidget.frameSize?4() -> QSize +PyQt5.QtWidgets.QWidget.childrenRect?4() -> QRect +PyQt5.QtWidgets.QWidget.childrenRegion?4() -> QRegion +PyQt5.QtWidgets.QWidget.minimumSize?4() -> QSize +PyQt5.QtWidgets.QWidget.maximumSize?4() -> QSize +PyQt5.QtWidgets.QWidget.setMinimumSize?4(int, int) +PyQt5.QtWidgets.QWidget.setMaximumSize?4(int, int) +PyQt5.QtWidgets.QWidget.setMinimumWidth?4(int) +PyQt5.QtWidgets.QWidget.setMinimumHeight?4(int) +PyQt5.QtWidgets.QWidget.setMaximumWidth?4(int) +PyQt5.QtWidgets.QWidget.setMaximumHeight?4(int) +PyQt5.QtWidgets.QWidget.sizeIncrement?4() -> QSize +PyQt5.QtWidgets.QWidget.setSizeIncrement?4(int, int) +PyQt5.QtWidgets.QWidget.baseSize?4() -> QSize +PyQt5.QtWidgets.QWidget.setBaseSize?4(int, int) +PyQt5.QtWidgets.QWidget.setFixedSize?4(QSize) +PyQt5.QtWidgets.QWidget.setFixedSize?4(int, int) +PyQt5.QtWidgets.QWidget.setFixedWidth?4(int) +PyQt5.QtWidgets.QWidget.setFixedHeight?4(int) +PyQt5.QtWidgets.QWidget.mapToGlobal?4(QPoint) -> QPoint +PyQt5.QtWidgets.QWidget.mapFromGlobal?4(QPoint) -> QPoint +PyQt5.QtWidgets.QWidget.mapToParent?4(QPoint) -> QPoint +PyQt5.QtWidgets.QWidget.mapFromParent?4(QPoint) -> QPoint +PyQt5.QtWidgets.QWidget.mapTo?4(QWidget, QPoint) -> QPoint +PyQt5.QtWidgets.QWidget.mapFrom?4(QWidget, QPoint) -> QPoint +PyQt5.QtWidgets.QWidget.window?4() -> QWidget +PyQt5.QtWidgets.QWidget.palette?4() -> QPalette +PyQt5.QtWidgets.QWidget.setPalette?4(QPalette) +PyQt5.QtWidgets.QWidget.setBackgroundRole?4(QPalette.ColorRole) +PyQt5.QtWidgets.QWidget.backgroundRole?4() -> QPalette.ColorRole +PyQt5.QtWidgets.QWidget.setForegroundRole?4(QPalette.ColorRole) +PyQt5.QtWidgets.QWidget.foregroundRole?4() -> QPalette.ColorRole +PyQt5.QtWidgets.QWidget.setFont?4(QFont) +PyQt5.QtWidgets.QWidget.cursor?4() -> QCursor +PyQt5.QtWidgets.QWidget.setCursor?4(QCursor) +PyQt5.QtWidgets.QWidget.unsetCursor?4() +PyQt5.QtWidgets.QWidget.setMask?4(QBitmap) +PyQt5.QtWidgets.QWidget.setMask?4(QRegion) +PyQt5.QtWidgets.QWidget.mask?4() -> QRegion +PyQt5.QtWidgets.QWidget.clearMask?4() +PyQt5.QtWidgets.QWidget.setWindowTitle?4(str) +PyQt5.QtWidgets.QWidget.windowTitle?4() -> str +PyQt5.QtWidgets.QWidget.setWindowIcon?4(QIcon) +PyQt5.QtWidgets.QWidget.windowIcon?4() -> QIcon +PyQt5.QtWidgets.QWidget.setWindowIconText?4(str) +PyQt5.QtWidgets.QWidget.windowIconText?4() -> str +PyQt5.QtWidgets.QWidget.setWindowRole?4(str) +PyQt5.QtWidgets.QWidget.windowRole?4() -> str +PyQt5.QtWidgets.QWidget.setWindowOpacity?4(float) +PyQt5.QtWidgets.QWidget.windowOpacity?4() -> float +PyQt5.QtWidgets.QWidget.isWindowModified?4() -> bool +PyQt5.QtWidgets.QWidget.setToolTip?4(str) +PyQt5.QtWidgets.QWidget.toolTip?4() -> str +PyQt5.QtWidgets.QWidget.setStatusTip?4(str) +PyQt5.QtWidgets.QWidget.statusTip?4() -> str +PyQt5.QtWidgets.QWidget.setWhatsThis?4(str) +PyQt5.QtWidgets.QWidget.whatsThis?4() -> str +PyQt5.QtWidgets.QWidget.accessibleName?4() -> str +PyQt5.QtWidgets.QWidget.setAccessibleName?4(str) +PyQt5.QtWidgets.QWidget.accessibleDescription?4() -> str +PyQt5.QtWidgets.QWidget.setAccessibleDescription?4(str) +PyQt5.QtWidgets.QWidget.setLayoutDirection?4(Qt.LayoutDirection) +PyQt5.QtWidgets.QWidget.layoutDirection?4() -> Qt.LayoutDirection +PyQt5.QtWidgets.QWidget.unsetLayoutDirection?4() +PyQt5.QtWidgets.QWidget.isRightToLeft?4() -> bool +PyQt5.QtWidgets.QWidget.isLeftToRight?4() -> bool +PyQt5.QtWidgets.QWidget.setFocus?4() +PyQt5.QtWidgets.QWidget.isActiveWindow?4() -> bool +PyQt5.QtWidgets.QWidget.activateWindow?4() +PyQt5.QtWidgets.QWidget.clearFocus?4() +PyQt5.QtWidgets.QWidget.setFocus?4(Qt.FocusReason) +PyQt5.QtWidgets.QWidget.focusPolicy?4() -> Qt.FocusPolicy +PyQt5.QtWidgets.QWidget.setFocusPolicy?4(Qt.FocusPolicy) +PyQt5.QtWidgets.QWidget.hasFocus?4() -> bool +PyQt5.QtWidgets.QWidget.setTabOrder?4(QWidget, QWidget) +PyQt5.QtWidgets.QWidget.setFocusProxy?4(QWidget) +PyQt5.QtWidgets.QWidget.focusProxy?4() -> QWidget +PyQt5.QtWidgets.QWidget.contextMenuPolicy?4() -> Qt.ContextMenuPolicy +PyQt5.QtWidgets.QWidget.setContextMenuPolicy?4(Qt.ContextMenuPolicy) +PyQt5.QtWidgets.QWidget.grabMouse?4() +PyQt5.QtWidgets.QWidget.grabMouse?4(QCursor) +PyQt5.QtWidgets.QWidget.releaseMouse?4() +PyQt5.QtWidgets.QWidget.grabKeyboard?4() +PyQt5.QtWidgets.QWidget.releaseKeyboard?4() +PyQt5.QtWidgets.QWidget.grabShortcut?4(QKeySequence, Qt.ShortcutContext context=Qt.WindowShortcut) -> int +PyQt5.QtWidgets.QWidget.releaseShortcut?4(int) +PyQt5.QtWidgets.QWidget.setShortcutEnabled?4(int, bool enabled=True) +PyQt5.QtWidgets.QWidget.mouseGrabber?4() -> QWidget +PyQt5.QtWidgets.QWidget.keyboardGrabber?4() -> QWidget +PyQt5.QtWidgets.QWidget.setUpdatesEnabled?4(bool) +PyQt5.QtWidgets.QWidget.update?4() +PyQt5.QtWidgets.QWidget.repaint?4() +PyQt5.QtWidgets.QWidget.update?4(QRect) +PyQt5.QtWidgets.QWidget.update?4(QRegion) +PyQt5.QtWidgets.QWidget.repaint?4(int, int, int, int) +PyQt5.QtWidgets.QWidget.repaint?4(QRect) +PyQt5.QtWidgets.QWidget.repaint?4(QRegion) +PyQt5.QtWidgets.QWidget.setVisible?4(bool) +PyQt5.QtWidgets.QWidget.setHidden?4(bool) +PyQt5.QtWidgets.QWidget.show?4() +PyQt5.QtWidgets.QWidget.hide?4() +PyQt5.QtWidgets.QWidget.showMinimized?4() +PyQt5.QtWidgets.QWidget.showMaximized?4() +PyQt5.QtWidgets.QWidget.showFullScreen?4() +PyQt5.QtWidgets.QWidget.showNormal?4() +PyQt5.QtWidgets.QWidget.close?4() -> bool +PyQt5.QtWidgets.QWidget.raise_?4() +PyQt5.QtWidgets.QWidget.lower?4() +PyQt5.QtWidgets.QWidget.stackUnder?4(QWidget) +PyQt5.QtWidgets.QWidget.move?4(QPoint) +PyQt5.QtWidgets.QWidget.resize?4(QSize) +PyQt5.QtWidgets.QWidget.setGeometry?4(QRect) +PyQt5.QtWidgets.QWidget.adjustSize?4() +PyQt5.QtWidgets.QWidget.isVisibleTo?4(QWidget) -> bool +PyQt5.QtWidgets.QWidget.isMinimized?4() -> bool +PyQt5.QtWidgets.QWidget.isMaximized?4() -> bool +PyQt5.QtWidgets.QWidget.isFullScreen?4() -> bool +PyQt5.QtWidgets.QWidget.windowState?4() -> Qt.WindowStates +PyQt5.QtWidgets.QWidget.setWindowState?4(Qt.WindowStates) +PyQt5.QtWidgets.QWidget.overrideWindowState?4(Qt.WindowStates) +PyQt5.QtWidgets.QWidget.sizeHint?4() -> QSize +PyQt5.QtWidgets.QWidget.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QWidget.sizePolicy?4() -> QSizePolicy +PyQt5.QtWidgets.QWidget.setSizePolicy?4(QSizePolicy) +PyQt5.QtWidgets.QWidget.heightForWidth?4(int) -> int +PyQt5.QtWidgets.QWidget.visibleRegion?4() -> QRegion +PyQt5.QtWidgets.QWidget.setContentsMargins?4(int, int, int, int) +PyQt5.QtWidgets.QWidget.getContentsMargins?4() -> (int, int, int, int) +PyQt5.QtWidgets.QWidget.contentsRect?4() -> QRect +PyQt5.QtWidgets.QWidget.layout?4() -> QLayout +PyQt5.QtWidgets.QWidget.setLayout?4(QLayout) +PyQt5.QtWidgets.QWidget.updateGeometry?4() +PyQt5.QtWidgets.QWidget.setParent?4(QWidget) +PyQt5.QtWidgets.QWidget.setParent?4(QWidget, Qt.WindowFlags) +PyQt5.QtWidgets.QWidget.scroll?4(int, int) +PyQt5.QtWidgets.QWidget.scroll?4(int, int, QRect) +PyQt5.QtWidgets.QWidget.focusWidget?4() -> QWidget +PyQt5.QtWidgets.QWidget.nextInFocusChain?4() -> QWidget +PyQt5.QtWidgets.QWidget.acceptDrops?4() -> bool +PyQt5.QtWidgets.QWidget.setAcceptDrops?4(bool) +PyQt5.QtWidgets.QWidget.addAction?4(QAction) +PyQt5.QtWidgets.QWidget.addActions?4(list-of-QAction) +PyQt5.QtWidgets.QWidget.insertAction?4(QAction, QAction) +PyQt5.QtWidgets.QWidget.insertActions?4(QAction, list-of-QAction) +PyQt5.QtWidgets.QWidget.removeAction?4(QAction) +PyQt5.QtWidgets.QWidget.actions?4() -> list-of-QAction +PyQt5.QtWidgets.QWidget.setWindowFlags?4(Qt.WindowFlags) +PyQt5.QtWidgets.QWidget.overrideWindowFlags?4(Qt.WindowFlags) +PyQt5.QtWidgets.QWidget.find?4(sip.voidptr) -> QWidget +PyQt5.QtWidgets.QWidget.childAt?4(QPoint) -> QWidget +PyQt5.QtWidgets.QWidget.setAttribute?4(Qt.WidgetAttribute, bool on=True) +PyQt5.QtWidgets.QWidget.paintEngine?4() -> QPaintEngine +PyQt5.QtWidgets.QWidget.ensurePolished?4() +PyQt5.QtWidgets.QWidget.isAncestorOf?4(QWidget) -> bool +PyQt5.QtWidgets.QWidget.customContextMenuRequested?4(QPoint) +PyQt5.QtWidgets.QWidget.event?4(QEvent) -> bool +PyQt5.QtWidgets.QWidget.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QWidget.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QWidget.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtWidgets.QWidget.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QWidget.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QWidget.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QWidget.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QWidget.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QWidget.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QWidget.enterEvent?4(QEvent) +PyQt5.QtWidgets.QWidget.leaveEvent?4(QEvent) +PyQt5.QtWidgets.QWidget.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QWidget.moveEvent?4(QMoveEvent) +PyQt5.QtWidgets.QWidget.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QWidget.closeEvent?4(QCloseEvent) +PyQt5.QtWidgets.QWidget.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QWidget.tabletEvent?4(QTabletEvent) +PyQt5.QtWidgets.QWidget.actionEvent?4(QActionEvent) +PyQt5.QtWidgets.QWidget.dragEnterEvent?4(QDragEnterEvent) +PyQt5.QtWidgets.QWidget.dragMoveEvent?4(QDragMoveEvent) +PyQt5.QtWidgets.QWidget.dragLeaveEvent?4(QDragLeaveEvent) +PyQt5.QtWidgets.QWidget.dropEvent?4(QDropEvent) +PyQt5.QtWidgets.QWidget.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QWidget.hideEvent?4(QHideEvent) +PyQt5.QtWidgets.QWidget.changeEvent?4(QEvent) +PyQt5.QtWidgets.QWidget.metric?4(QPaintDevice.PaintDeviceMetric) -> int +PyQt5.QtWidgets.QWidget.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWidgets.QWidget.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QWidget.updateMicroFocus?4() +PyQt5.QtWidgets.QWidget.create?4(sip.voidptr window=0, bool initializeWindow=True, bool destroyOldWindow=True) +PyQt5.QtWidgets.QWidget.destroy?4(bool destroyWindow=True, bool destroySubWindows=True) +PyQt5.QtWidgets.QWidget.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QWidget.focusNextChild?4() -> bool +PyQt5.QtWidgets.QWidget.focusPreviousChild?4() -> bool +PyQt5.QtWidgets.QWidget.childAt?4(int, int) -> QWidget +PyQt5.QtWidgets.QWidget.windowType?4() -> Qt.WindowType +PyQt5.QtWidgets.QWidget.windowFlags?4() -> Qt.WindowFlags +PyQt5.QtWidgets.QWidget.winId?4() -> sip.voidptr +PyQt5.QtWidgets.QWidget.isWindow?4() -> bool +PyQt5.QtWidgets.QWidget.isEnabled?4() -> bool +PyQt5.QtWidgets.QWidget.isModal?4() -> bool +PyQt5.QtWidgets.QWidget.minimumWidth?4() -> int +PyQt5.QtWidgets.QWidget.minimumHeight?4() -> int +PyQt5.QtWidgets.QWidget.maximumWidth?4() -> int +PyQt5.QtWidgets.QWidget.maximumHeight?4() -> int +PyQt5.QtWidgets.QWidget.setMinimumSize?4(QSize) +PyQt5.QtWidgets.QWidget.setMaximumSize?4(QSize) +PyQt5.QtWidgets.QWidget.setSizeIncrement?4(QSize) +PyQt5.QtWidgets.QWidget.setBaseSize?4(QSize) +PyQt5.QtWidgets.QWidget.font?4() -> QFont +PyQt5.QtWidgets.QWidget.fontMetrics?4() -> QFontMetrics +PyQt5.QtWidgets.QWidget.fontInfo?4() -> QFontInfo +PyQt5.QtWidgets.QWidget.setMouseTracking?4(bool) +PyQt5.QtWidgets.QWidget.hasMouseTracking?4() -> bool +PyQt5.QtWidgets.QWidget.underMouse?4() -> bool +PyQt5.QtWidgets.QWidget.updatesEnabled?4() -> bool +PyQt5.QtWidgets.QWidget.update?4(int, int, int, int) +PyQt5.QtWidgets.QWidget.isVisible?4() -> bool +PyQt5.QtWidgets.QWidget.isHidden?4() -> bool +PyQt5.QtWidgets.QWidget.move?4(int, int) +PyQt5.QtWidgets.QWidget.resize?4(int, int) +PyQt5.QtWidgets.QWidget.setGeometry?4(int, int, int, int) +PyQt5.QtWidgets.QWidget.rect?4() -> QRect +PyQt5.QtWidgets.QWidget.geometry?4() -> QRect +PyQt5.QtWidgets.QWidget.size?4() -> QSize +PyQt5.QtWidgets.QWidget.width?4() -> int +PyQt5.QtWidgets.QWidget.height?4() -> int +PyQt5.QtWidgets.QWidget.parentWidget?4() -> QWidget +PyQt5.QtWidgets.QWidget.setSizePolicy?4(QSizePolicy.Policy, QSizePolicy.Policy) +PyQt5.QtWidgets.QWidget.testAttribute?4(Qt.WidgetAttribute) -> bool +PyQt5.QtWidgets.QWidget.windowModality?4() -> Qt.WindowModality +PyQt5.QtWidgets.QWidget.setWindowModality?4(Qt.WindowModality) +PyQt5.QtWidgets.QWidget.autoFillBackground?4() -> bool +PyQt5.QtWidgets.QWidget.setAutoFillBackground?4(bool) +PyQt5.QtWidgets.QWidget.setStyleSheet?4(str) +PyQt5.QtWidgets.QWidget.styleSheet?4() -> str +PyQt5.QtWidgets.QWidget.setShortcutAutoRepeat?4(int, bool enabled=True) +PyQt5.QtWidgets.QWidget.saveGeometry?4() -> QByteArray +PyQt5.QtWidgets.QWidget.restoreGeometry?4(QByteArray) -> bool +PyQt5.QtWidgets.QWidget.render?4(QPaintDevice, QPoint targetOffset=QPoint(), QRegion sourceRegion=QRegion(), QWidget.RenderFlags flags=QWidget.DrawWindowBackground|QWidget.DrawChildren) +PyQt5.QtWidgets.QWidget.render?4(QPainter, QPoint targetOffset=QPoint(), QRegion sourceRegion=QRegion(), QWidget.RenderFlags flags=QWidget.DrawWindowBackground|QWidget.DrawChildren) +PyQt5.QtWidgets.QWidget.setLocale?4(QLocale) +PyQt5.QtWidgets.QWidget.locale?4() -> QLocale +PyQt5.QtWidgets.QWidget.unsetLocale?4() +PyQt5.QtWidgets.QWidget.effectiveWinId?4() -> sip.voidptr +PyQt5.QtWidgets.QWidget.nativeParentWidget?4() -> QWidget +PyQt5.QtWidgets.QWidget.setWindowFilePath?4(str) +PyQt5.QtWidgets.QWidget.windowFilePath?4() -> str +PyQt5.QtWidgets.QWidget.graphicsProxyWidget?4() -> QGraphicsProxyWidget +PyQt5.QtWidgets.QWidget.graphicsEffect?4() -> QGraphicsEffect +PyQt5.QtWidgets.QWidget.setGraphicsEffect?4(QGraphicsEffect) +PyQt5.QtWidgets.QWidget.grabGesture?4(Qt.GestureType, Qt.GestureFlags flags=Qt.GestureFlags(0)) +PyQt5.QtWidgets.QWidget.ungrabGesture?4(Qt.GestureType) +PyQt5.QtWidgets.QWidget.setContentsMargins?4(QMargins) +PyQt5.QtWidgets.QWidget.contentsMargins?4() -> QMargins +PyQt5.QtWidgets.QWidget.previousInFocusChain?4() -> QWidget +PyQt5.QtWidgets.QWidget.inputMethodHints?4() -> Qt.InputMethodHints +PyQt5.QtWidgets.QWidget.setInputMethodHints?4(Qt.InputMethodHints) +PyQt5.QtWidgets.QWidget.hasHeightForWidth?4() -> bool +PyQt5.QtWidgets.QWidget.grab?4(QRect rectangle=QRect(QPoint(0,0),QSize(-1,-1))) -> QPixmap +PyQt5.QtWidgets.QWidget.createWindowContainer?4(QWindow, QWidget parent=None, Qt.WindowFlags flags=0) -> QWidget +PyQt5.QtWidgets.QWidget.windowHandle?4() -> QWindow +PyQt5.QtWidgets.QWidget.nativeEvent?4(QByteArray, sip.voidptr) -> (bool, int) +PyQt5.QtWidgets.QWidget.redirected?4(QPoint) -> QPaintDevice +PyQt5.QtWidgets.QWidget.sharedPainter?4() -> QPainter +PyQt5.QtWidgets.QWidget.initPainter?4(QPainter) +PyQt5.QtWidgets.QWidget.setToolTipDuration?4(int) +PyQt5.QtWidgets.QWidget.toolTipDuration?4() -> int +PyQt5.QtWidgets.QWidget.windowTitleChanged?4(str) +PyQt5.QtWidgets.QWidget.windowIconChanged?4(QIcon) +PyQt5.QtWidgets.QWidget.windowIconTextChanged?4(str) +PyQt5.QtWidgets.QAbstractButton?1(QWidget parent=None) +PyQt5.QtWidgets.QAbstractButton.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QAbstractButton.setAutoRepeatDelay?4(int) +PyQt5.QtWidgets.QAbstractButton.autoRepeatDelay?4() -> int +PyQt5.QtWidgets.QAbstractButton.setAutoRepeatInterval?4(int) +PyQt5.QtWidgets.QAbstractButton.autoRepeatInterval?4() -> int +PyQt5.QtWidgets.QAbstractButton.setText?4(str) +PyQt5.QtWidgets.QAbstractButton.text?4() -> str +PyQt5.QtWidgets.QAbstractButton.setIcon?4(QIcon) +PyQt5.QtWidgets.QAbstractButton.icon?4() -> QIcon +PyQt5.QtWidgets.QAbstractButton.iconSize?4() -> QSize +PyQt5.QtWidgets.QAbstractButton.setShortcut?4(QKeySequence) +PyQt5.QtWidgets.QAbstractButton.shortcut?4() -> QKeySequence +PyQt5.QtWidgets.QAbstractButton.setCheckable?4(bool) +PyQt5.QtWidgets.QAbstractButton.isCheckable?4() -> bool +PyQt5.QtWidgets.QAbstractButton.isChecked?4() -> bool +PyQt5.QtWidgets.QAbstractButton.setDown?4(bool) +PyQt5.QtWidgets.QAbstractButton.isDown?4() -> bool +PyQt5.QtWidgets.QAbstractButton.setAutoRepeat?4(bool) +PyQt5.QtWidgets.QAbstractButton.autoRepeat?4() -> bool +PyQt5.QtWidgets.QAbstractButton.setAutoExclusive?4(bool) +PyQt5.QtWidgets.QAbstractButton.autoExclusive?4() -> bool +PyQt5.QtWidgets.QAbstractButton.group?4() -> QButtonGroup +PyQt5.QtWidgets.QAbstractButton.setIconSize?4(QSize) +PyQt5.QtWidgets.QAbstractButton.animateClick?4(int msecs=100) +PyQt5.QtWidgets.QAbstractButton.click?4() +PyQt5.QtWidgets.QAbstractButton.toggle?4() +PyQt5.QtWidgets.QAbstractButton.setChecked?4(bool) +PyQt5.QtWidgets.QAbstractButton.pressed?4() +PyQt5.QtWidgets.QAbstractButton.released?4() +PyQt5.QtWidgets.QAbstractButton.clicked?4(bool checked=False) +PyQt5.QtWidgets.QAbstractButton.toggled?4(bool) +PyQt5.QtWidgets.QAbstractButton.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QAbstractButton.hitButton?4(QPoint) -> bool +PyQt5.QtWidgets.QAbstractButton.checkStateSet?4() +PyQt5.QtWidgets.QAbstractButton.nextCheckState?4() +PyQt5.QtWidgets.QAbstractButton.event?4(QEvent) -> bool +PyQt5.QtWidgets.QAbstractButton.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QAbstractButton.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QAbstractButton.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractButton.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractButton.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractButton.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QAbstractButton.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QAbstractButton.changeEvent?4(QEvent) +PyQt5.QtWidgets.QAbstractButton.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QAbstractItemDelegate.EndEditHint?10 +PyQt5.QtWidgets.QAbstractItemDelegate.NoHint?10 +PyQt5.QtWidgets.QAbstractItemDelegate.EditNextItem?10 +PyQt5.QtWidgets.QAbstractItemDelegate.EditPreviousItem?10 +PyQt5.QtWidgets.QAbstractItemDelegate.SubmitModelCache?10 +PyQt5.QtWidgets.QAbstractItemDelegate.RevertModelCache?10 +PyQt5.QtWidgets.QAbstractItemDelegate?1(QObject parent=None) +PyQt5.QtWidgets.QAbstractItemDelegate.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QAbstractItemDelegate.paint?4(QPainter, QStyleOptionViewItem, QModelIndex) +PyQt5.QtWidgets.QAbstractItemDelegate.sizeHint?4(QStyleOptionViewItem, QModelIndex) -> QSize +PyQt5.QtWidgets.QAbstractItemDelegate.createEditor?4(QWidget, QStyleOptionViewItem, QModelIndex) -> QWidget +PyQt5.QtWidgets.QAbstractItemDelegate.setEditorData?4(QWidget, QModelIndex) +PyQt5.QtWidgets.QAbstractItemDelegate.setModelData?4(QWidget, QAbstractItemModel, QModelIndex) +PyQt5.QtWidgets.QAbstractItemDelegate.updateEditorGeometry?4(QWidget, QStyleOptionViewItem, QModelIndex) +PyQt5.QtWidgets.QAbstractItemDelegate.destroyEditor?4(QWidget, QModelIndex) +PyQt5.QtWidgets.QAbstractItemDelegate.editorEvent?4(QEvent, QAbstractItemModel, QStyleOptionViewItem, QModelIndex) -> bool +PyQt5.QtWidgets.QAbstractItemDelegate.helpEvent?4(QHelpEvent, QAbstractItemView, QStyleOptionViewItem, QModelIndex) -> bool +PyQt5.QtWidgets.QAbstractItemDelegate.commitData?4(QWidget) +PyQt5.QtWidgets.QAbstractItemDelegate.closeEditor?4(QWidget, QAbstractItemDelegate.EndEditHint hint=QAbstractItemDelegate.NoHint) +PyQt5.QtWidgets.QAbstractItemDelegate.sizeHintChanged?4(QModelIndex) +PyQt5.QtWidgets.QFrame.StyleMask?10 +PyQt5.QtWidgets.QFrame.Shadow_Mask?10 +PyQt5.QtWidgets.QFrame.Shape_Mask?10 +PyQt5.QtWidgets.QFrame.Shape?10 +PyQt5.QtWidgets.QFrame.NoFrame?10 +PyQt5.QtWidgets.QFrame.Box?10 +PyQt5.QtWidgets.QFrame.Panel?10 +PyQt5.QtWidgets.QFrame.WinPanel?10 +PyQt5.QtWidgets.QFrame.HLine?10 +PyQt5.QtWidgets.QFrame.VLine?10 +PyQt5.QtWidgets.QFrame.StyledPanel?10 +PyQt5.QtWidgets.QFrame.Shadow?10 +PyQt5.QtWidgets.QFrame.Plain?10 +PyQt5.QtWidgets.QFrame.Raised?10 +PyQt5.QtWidgets.QFrame.Sunken?10 +PyQt5.QtWidgets.QFrame?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QFrame.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QFrame.frameStyle?4() -> int +PyQt5.QtWidgets.QFrame.setFrameStyle?4(int) +PyQt5.QtWidgets.QFrame.frameWidth?4() -> int +PyQt5.QtWidgets.QFrame.sizeHint?4() -> QSize +PyQt5.QtWidgets.QFrame.frameShape?4() -> QFrame.Shape +PyQt5.QtWidgets.QFrame.setFrameShape?4(QFrame.Shape) +PyQt5.QtWidgets.QFrame.frameShadow?4() -> QFrame.Shadow +PyQt5.QtWidgets.QFrame.setFrameShadow?4(QFrame.Shadow) +PyQt5.QtWidgets.QFrame.lineWidth?4() -> int +PyQt5.QtWidgets.QFrame.setLineWidth?4(int) +PyQt5.QtWidgets.QFrame.midLineWidth?4() -> int +PyQt5.QtWidgets.QFrame.setMidLineWidth?4(int) +PyQt5.QtWidgets.QFrame.frameRect?4() -> QRect +PyQt5.QtWidgets.QFrame.setFrameRect?4(QRect) +PyQt5.QtWidgets.QFrame.event?4(QEvent) -> bool +PyQt5.QtWidgets.QFrame.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QFrame.changeEvent?4(QEvent) +PyQt5.QtWidgets.QFrame.drawFrame?4(QPainter) +PyQt5.QtWidgets.QAbstractScrollArea.SizeAdjustPolicy?10 +PyQt5.QtWidgets.QAbstractScrollArea.AdjustIgnored?10 +PyQt5.QtWidgets.QAbstractScrollArea.AdjustToContentsOnFirstShow?10 +PyQt5.QtWidgets.QAbstractScrollArea.AdjustToContents?10 +PyQt5.QtWidgets.QAbstractScrollArea?1(QWidget parent=None) +PyQt5.QtWidgets.QAbstractScrollArea.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QAbstractScrollArea.verticalScrollBarPolicy?4() -> Qt.ScrollBarPolicy +PyQt5.QtWidgets.QAbstractScrollArea.setVerticalScrollBarPolicy?4(Qt.ScrollBarPolicy) +PyQt5.QtWidgets.QAbstractScrollArea.verticalScrollBar?4() -> QScrollBar +PyQt5.QtWidgets.QAbstractScrollArea.horizontalScrollBarPolicy?4() -> Qt.ScrollBarPolicy +PyQt5.QtWidgets.QAbstractScrollArea.setHorizontalScrollBarPolicy?4(Qt.ScrollBarPolicy) +PyQt5.QtWidgets.QAbstractScrollArea.horizontalScrollBar?4() -> QScrollBar +PyQt5.QtWidgets.QAbstractScrollArea.viewport?4() -> QWidget +PyQt5.QtWidgets.QAbstractScrollArea.maximumViewportSize?4() -> QSize +PyQt5.QtWidgets.QAbstractScrollArea.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QAbstractScrollArea.sizeHint?4() -> QSize +PyQt5.QtWidgets.QAbstractScrollArea.setViewportMargins?4(int, int, int, int) +PyQt5.QtWidgets.QAbstractScrollArea.event?4(QEvent) -> bool +PyQt5.QtWidgets.QAbstractScrollArea.viewportEvent?4(QEvent) -> bool +PyQt5.QtWidgets.QAbstractScrollArea.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QAbstractScrollArea.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QAbstractScrollArea.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractScrollArea.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractScrollArea.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractScrollArea.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractScrollArea.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QAbstractScrollArea.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QAbstractScrollArea.dragEnterEvent?4(QDragEnterEvent) +PyQt5.QtWidgets.QAbstractScrollArea.dragMoveEvent?4(QDragMoveEvent) +PyQt5.QtWidgets.QAbstractScrollArea.dragLeaveEvent?4(QDragLeaveEvent) +PyQt5.QtWidgets.QAbstractScrollArea.dropEvent?4(QDropEvent) +PyQt5.QtWidgets.QAbstractScrollArea.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QAbstractScrollArea.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QAbstractScrollArea.scrollContentsBy?4(int, int) +PyQt5.QtWidgets.QAbstractScrollArea.setVerticalScrollBar?4(QScrollBar) +PyQt5.QtWidgets.QAbstractScrollArea.setHorizontalScrollBar?4(QScrollBar) +PyQt5.QtWidgets.QAbstractScrollArea.cornerWidget?4() -> QWidget +PyQt5.QtWidgets.QAbstractScrollArea.setCornerWidget?4(QWidget) +PyQt5.QtWidgets.QAbstractScrollArea.addScrollBarWidget?4(QWidget, Qt.Alignment) +PyQt5.QtWidgets.QAbstractScrollArea.scrollBarWidgets?4(Qt.Alignment) -> list-of-QWidget +PyQt5.QtWidgets.QAbstractScrollArea.setViewport?4(QWidget) +PyQt5.QtWidgets.QAbstractScrollArea.setupViewport?4(QWidget) +PyQt5.QtWidgets.QAbstractScrollArea.setViewportMargins?4(QMargins) +PyQt5.QtWidgets.QAbstractScrollArea.sizeAdjustPolicy?4() -> QAbstractScrollArea.SizeAdjustPolicy +PyQt5.QtWidgets.QAbstractScrollArea.setSizeAdjustPolicy?4(QAbstractScrollArea.SizeAdjustPolicy) +PyQt5.QtWidgets.QAbstractItemView.DropIndicatorPosition?10 +PyQt5.QtWidgets.QAbstractItemView.OnItem?10 +PyQt5.QtWidgets.QAbstractItemView.AboveItem?10 +PyQt5.QtWidgets.QAbstractItemView.BelowItem?10 +PyQt5.QtWidgets.QAbstractItemView.OnViewport?10 +PyQt5.QtWidgets.QAbstractItemView.State?10 +PyQt5.QtWidgets.QAbstractItemView.NoState?10 +PyQt5.QtWidgets.QAbstractItemView.DraggingState?10 +PyQt5.QtWidgets.QAbstractItemView.DragSelectingState?10 +PyQt5.QtWidgets.QAbstractItemView.EditingState?10 +PyQt5.QtWidgets.QAbstractItemView.ExpandingState?10 +PyQt5.QtWidgets.QAbstractItemView.CollapsingState?10 +PyQt5.QtWidgets.QAbstractItemView.AnimatingState?10 +PyQt5.QtWidgets.QAbstractItemView.CursorAction?10 +PyQt5.QtWidgets.QAbstractItemView.MoveUp?10 +PyQt5.QtWidgets.QAbstractItemView.MoveDown?10 +PyQt5.QtWidgets.QAbstractItemView.MoveLeft?10 +PyQt5.QtWidgets.QAbstractItemView.MoveRight?10 +PyQt5.QtWidgets.QAbstractItemView.MoveHome?10 +PyQt5.QtWidgets.QAbstractItemView.MoveEnd?10 +PyQt5.QtWidgets.QAbstractItemView.MovePageUp?10 +PyQt5.QtWidgets.QAbstractItemView.MovePageDown?10 +PyQt5.QtWidgets.QAbstractItemView.MoveNext?10 +PyQt5.QtWidgets.QAbstractItemView.MovePrevious?10 +PyQt5.QtWidgets.QAbstractItemView.SelectionMode?10 +PyQt5.QtWidgets.QAbstractItemView.NoSelection?10 +PyQt5.QtWidgets.QAbstractItemView.SingleSelection?10 +PyQt5.QtWidgets.QAbstractItemView.MultiSelection?10 +PyQt5.QtWidgets.QAbstractItemView.ExtendedSelection?10 +PyQt5.QtWidgets.QAbstractItemView.ContiguousSelection?10 +PyQt5.QtWidgets.QAbstractItemView.SelectionBehavior?10 +PyQt5.QtWidgets.QAbstractItemView.SelectItems?10 +PyQt5.QtWidgets.QAbstractItemView.SelectRows?10 +PyQt5.QtWidgets.QAbstractItemView.SelectColumns?10 +PyQt5.QtWidgets.QAbstractItemView.ScrollMode?10 +PyQt5.QtWidgets.QAbstractItemView.ScrollPerItem?10 +PyQt5.QtWidgets.QAbstractItemView.ScrollPerPixel?10 +PyQt5.QtWidgets.QAbstractItemView.ScrollHint?10 +PyQt5.QtWidgets.QAbstractItemView.EnsureVisible?10 +PyQt5.QtWidgets.QAbstractItemView.PositionAtTop?10 +PyQt5.QtWidgets.QAbstractItemView.PositionAtBottom?10 +PyQt5.QtWidgets.QAbstractItemView.PositionAtCenter?10 +PyQt5.QtWidgets.QAbstractItemView.EditTrigger?10 +PyQt5.QtWidgets.QAbstractItemView.NoEditTriggers?10 +PyQt5.QtWidgets.QAbstractItemView.CurrentChanged?10 +PyQt5.QtWidgets.QAbstractItemView.DoubleClicked?10 +PyQt5.QtWidgets.QAbstractItemView.SelectedClicked?10 +PyQt5.QtWidgets.QAbstractItemView.EditKeyPressed?10 +PyQt5.QtWidgets.QAbstractItemView.AnyKeyPressed?10 +PyQt5.QtWidgets.QAbstractItemView.AllEditTriggers?10 +PyQt5.QtWidgets.QAbstractItemView.DragDropMode?10 +PyQt5.QtWidgets.QAbstractItemView.NoDragDrop?10 +PyQt5.QtWidgets.QAbstractItemView.DragOnly?10 +PyQt5.QtWidgets.QAbstractItemView.DropOnly?10 +PyQt5.QtWidgets.QAbstractItemView.DragDrop?10 +PyQt5.QtWidgets.QAbstractItemView.InternalMove?10 +PyQt5.QtWidgets.QAbstractItemView?1(QWidget parent=None) +PyQt5.QtWidgets.QAbstractItemView.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QAbstractItemView.setModel?4(QAbstractItemModel) +PyQt5.QtWidgets.QAbstractItemView.model?4() -> QAbstractItemModel +PyQt5.QtWidgets.QAbstractItemView.setSelectionModel?4(QItemSelectionModel) +PyQt5.QtWidgets.QAbstractItemView.selectionModel?4() -> QItemSelectionModel +PyQt5.QtWidgets.QAbstractItemView.setItemDelegate?4(QAbstractItemDelegate) +PyQt5.QtWidgets.QAbstractItemView.itemDelegate?4() -> QAbstractItemDelegate +PyQt5.QtWidgets.QAbstractItemView.setSelectionMode?4(QAbstractItemView.SelectionMode) +PyQt5.QtWidgets.QAbstractItemView.selectionMode?4() -> QAbstractItemView.SelectionMode +PyQt5.QtWidgets.QAbstractItemView.setSelectionBehavior?4(QAbstractItemView.SelectionBehavior) +PyQt5.QtWidgets.QAbstractItemView.selectionBehavior?4() -> QAbstractItemView.SelectionBehavior +PyQt5.QtWidgets.QAbstractItemView.currentIndex?4() -> QModelIndex +PyQt5.QtWidgets.QAbstractItemView.rootIndex?4() -> QModelIndex +PyQt5.QtWidgets.QAbstractItemView.setEditTriggers?4(QAbstractItemView.EditTriggers) +PyQt5.QtWidgets.QAbstractItemView.editTriggers?4() -> QAbstractItemView.EditTriggers +PyQt5.QtWidgets.QAbstractItemView.setAutoScroll?4(bool) +PyQt5.QtWidgets.QAbstractItemView.hasAutoScroll?4() -> bool +PyQt5.QtWidgets.QAbstractItemView.setTabKeyNavigation?4(bool) +PyQt5.QtWidgets.QAbstractItemView.tabKeyNavigation?4() -> bool +PyQt5.QtWidgets.QAbstractItemView.setDropIndicatorShown?4(bool) +PyQt5.QtWidgets.QAbstractItemView.showDropIndicator?4() -> bool +PyQt5.QtWidgets.QAbstractItemView.setDragEnabled?4(bool) +PyQt5.QtWidgets.QAbstractItemView.dragEnabled?4() -> bool +PyQt5.QtWidgets.QAbstractItemView.setAlternatingRowColors?4(bool) +PyQt5.QtWidgets.QAbstractItemView.alternatingRowColors?4() -> bool +PyQt5.QtWidgets.QAbstractItemView.setIconSize?4(QSize) +PyQt5.QtWidgets.QAbstractItemView.iconSize?4() -> QSize +PyQt5.QtWidgets.QAbstractItemView.setTextElideMode?4(Qt.TextElideMode) +PyQt5.QtWidgets.QAbstractItemView.textElideMode?4() -> Qt.TextElideMode +PyQt5.QtWidgets.QAbstractItemView.keyboardSearch?4(str) +PyQt5.QtWidgets.QAbstractItemView.visualRect?4(QModelIndex) -> QRect +PyQt5.QtWidgets.QAbstractItemView.scrollTo?4(QModelIndex, QAbstractItemView.ScrollHint hint=QAbstractItemView.EnsureVisible) +PyQt5.QtWidgets.QAbstractItemView.indexAt?4(QPoint) -> QModelIndex +PyQt5.QtWidgets.QAbstractItemView.sizeHintForIndex?4(QModelIndex) -> QSize +PyQt5.QtWidgets.QAbstractItemView.sizeHintForRow?4(int) -> int +PyQt5.QtWidgets.QAbstractItemView.sizeHintForColumn?4(int) -> int +PyQt5.QtWidgets.QAbstractItemView.openPersistentEditor?4(QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.closePersistentEditor?4(QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.setIndexWidget?4(QModelIndex, QWidget) +PyQt5.QtWidgets.QAbstractItemView.indexWidget?4(QModelIndex) -> QWidget +PyQt5.QtWidgets.QAbstractItemView.reset?4() +PyQt5.QtWidgets.QAbstractItemView.setRootIndex?4(QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.selectAll?4() +PyQt5.QtWidgets.QAbstractItemView.edit?4(QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.clearSelection?4() +PyQt5.QtWidgets.QAbstractItemView.setCurrentIndex?4(QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.scrollToTop?4() +PyQt5.QtWidgets.QAbstractItemView.scrollToBottom?4() +PyQt5.QtWidgets.QAbstractItemView.update?4() +PyQt5.QtWidgets.QAbstractItemView.update?4(QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.dataChanged?4(QModelIndex, QModelIndex, list-of-int roles=[]) +PyQt5.QtWidgets.QAbstractItemView.rowsInserted?4(QModelIndex, int, int) +PyQt5.QtWidgets.QAbstractItemView.rowsAboutToBeRemoved?4(QModelIndex, int, int) +PyQt5.QtWidgets.QAbstractItemView.selectionChanged?4(QItemSelection, QItemSelection) +PyQt5.QtWidgets.QAbstractItemView.currentChanged?4(QModelIndex, QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.updateEditorData?4() +PyQt5.QtWidgets.QAbstractItemView.updateEditorGeometries?4() +PyQt5.QtWidgets.QAbstractItemView.updateGeometries?4() +PyQt5.QtWidgets.QAbstractItemView.verticalScrollbarAction?4(int) +PyQt5.QtWidgets.QAbstractItemView.horizontalScrollbarAction?4(int) +PyQt5.QtWidgets.QAbstractItemView.verticalScrollbarValueChanged?4(int) +PyQt5.QtWidgets.QAbstractItemView.horizontalScrollbarValueChanged?4(int) +PyQt5.QtWidgets.QAbstractItemView.closeEditor?4(QWidget, QAbstractItemDelegate.EndEditHint) +PyQt5.QtWidgets.QAbstractItemView.commitData?4(QWidget) +PyQt5.QtWidgets.QAbstractItemView.editorDestroyed?4(QObject) +PyQt5.QtWidgets.QAbstractItemView.pressed?4(QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.clicked?4(QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.doubleClicked?4(QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.activated?4(QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.entered?4(QModelIndex) +PyQt5.QtWidgets.QAbstractItemView.viewportEntered?4() +PyQt5.QtWidgets.QAbstractItemView.moveCursor?4(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) -> QModelIndex +PyQt5.QtWidgets.QAbstractItemView.horizontalOffset?4() -> int +PyQt5.QtWidgets.QAbstractItemView.verticalOffset?4() -> int +PyQt5.QtWidgets.QAbstractItemView.isIndexHidden?4(QModelIndex) -> bool +PyQt5.QtWidgets.QAbstractItemView.setSelection?4(QRect, QItemSelectionModel.SelectionFlags) +PyQt5.QtWidgets.QAbstractItemView.visualRegionForSelection?4(QItemSelection) -> QRegion +PyQt5.QtWidgets.QAbstractItemView.selectedIndexes?4() -> list-of-QModelIndex +PyQt5.QtWidgets.QAbstractItemView.edit?4(QModelIndex, QAbstractItemView.EditTrigger, QEvent) -> bool +PyQt5.QtWidgets.QAbstractItemView.selectionCommand?4(QModelIndex, QEvent event=None) -> QItemSelectionModel.SelectionFlags +PyQt5.QtWidgets.QAbstractItemView.startDrag?4(Qt.DropActions) +PyQt5.QtWidgets.QAbstractItemView.viewOptions?4() -> QStyleOptionViewItem +PyQt5.QtWidgets.QAbstractItemView.state?4() -> QAbstractItemView.State +PyQt5.QtWidgets.QAbstractItemView.setState?4(QAbstractItemView.State) +PyQt5.QtWidgets.QAbstractItemView.scheduleDelayedItemsLayout?4() +PyQt5.QtWidgets.QAbstractItemView.executeDelayedItemsLayout?4() +PyQt5.QtWidgets.QAbstractItemView.scrollDirtyRegion?4(int, int) +PyQt5.QtWidgets.QAbstractItemView.setDirtyRegion?4(QRegion) +PyQt5.QtWidgets.QAbstractItemView.dirtyRegionOffset?4() -> QPoint +PyQt5.QtWidgets.QAbstractItemView.event?4(QEvent) -> bool +PyQt5.QtWidgets.QAbstractItemView.viewportEvent?4(QEvent) -> bool +PyQt5.QtWidgets.QAbstractItemView.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractItemView.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractItemView.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractItemView.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractItemView.dragEnterEvent?4(QDragEnterEvent) +PyQt5.QtWidgets.QAbstractItemView.dragMoveEvent?4(QDragMoveEvent) +PyQt5.QtWidgets.QAbstractItemView.dragLeaveEvent?4(QDragLeaveEvent) +PyQt5.QtWidgets.QAbstractItemView.dropEvent?4(QDropEvent) +PyQt5.QtWidgets.QAbstractItemView.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QAbstractItemView.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QAbstractItemView.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QAbstractItemView.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QAbstractItemView.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QAbstractItemView.dropIndicatorPosition?4() -> QAbstractItemView.DropIndicatorPosition +PyQt5.QtWidgets.QAbstractItemView.setVerticalScrollMode?4(QAbstractItemView.ScrollMode) +PyQt5.QtWidgets.QAbstractItemView.verticalScrollMode?4() -> QAbstractItemView.ScrollMode +PyQt5.QtWidgets.QAbstractItemView.setHorizontalScrollMode?4(QAbstractItemView.ScrollMode) +PyQt5.QtWidgets.QAbstractItemView.horizontalScrollMode?4() -> QAbstractItemView.ScrollMode +PyQt5.QtWidgets.QAbstractItemView.setDragDropOverwriteMode?4(bool) +PyQt5.QtWidgets.QAbstractItemView.dragDropOverwriteMode?4() -> bool +PyQt5.QtWidgets.QAbstractItemView.setDragDropMode?4(QAbstractItemView.DragDropMode) +PyQt5.QtWidgets.QAbstractItemView.dragDropMode?4() -> QAbstractItemView.DragDropMode +PyQt5.QtWidgets.QAbstractItemView.setItemDelegateForRow?4(int, QAbstractItemDelegate) +PyQt5.QtWidgets.QAbstractItemView.itemDelegateForRow?4(int) -> QAbstractItemDelegate +PyQt5.QtWidgets.QAbstractItemView.setItemDelegateForColumn?4(int, QAbstractItemDelegate) +PyQt5.QtWidgets.QAbstractItemView.itemDelegateForColumn?4(int) -> QAbstractItemDelegate +PyQt5.QtWidgets.QAbstractItemView.itemDelegate?4(QModelIndex) -> QAbstractItemDelegate +PyQt5.QtWidgets.QAbstractItemView.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QAbstractItemView.setAutoScrollMargin?4(int) +PyQt5.QtWidgets.QAbstractItemView.autoScrollMargin?4() -> int +PyQt5.QtWidgets.QAbstractItemView.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QAbstractItemView.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWidgets.QAbstractItemView.viewportSizeHint?4() -> QSize +PyQt5.QtWidgets.QAbstractItemView.setDefaultDropAction?4(Qt.DropAction) +PyQt5.QtWidgets.QAbstractItemView.defaultDropAction?4() -> Qt.DropAction +PyQt5.QtWidgets.QAbstractItemView.EditTriggers?1(QAbstractItemView.EditTriggers) +PyQt5.QtWidgets.QAbstractItemView.EditTriggers.__init__?1(self, QAbstractItemView.EditTriggers) +PyQt5.QtWidgets.QAbstractItemView.EditTriggers?1(int) +PyQt5.QtWidgets.QAbstractItemView.EditTriggers.__init__?1(self, int) +PyQt5.QtWidgets.QAbstractItemView.EditTriggers?1() +PyQt5.QtWidgets.QAbstractItemView.EditTriggers.__init__?1(self) +PyQt5.QtWidgets.QAbstractSlider.SliderChange?10 +PyQt5.QtWidgets.QAbstractSlider.SliderRangeChange?10 +PyQt5.QtWidgets.QAbstractSlider.SliderOrientationChange?10 +PyQt5.QtWidgets.QAbstractSlider.SliderStepsChange?10 +PyQt5.QtWidgets.QAbstractSlider.SliderValueChange?10 +PyQt5.QtWidgets.QAbstractSlider.SliderAction?10 +PyQt5.QtWidgets.QAbstractSlider.SliderNoAction?10 +PyQt5.QtWidgets.QAbstractSlider.SliderSingleStepAdd?10 +PyQt5.QtWidgets.QAbstractSlider.SliderSingleStepSub?10 +PyQt5.QtWidgets.QAbstractSlider.SliderPageStepAdd?10 +PyQt5.QtWidgets.QAbstractSlider.SliderPageStepSub?10 +PyQt5.QtWidgets.QAbstractSlider.SliderToMinimum?10 +PyQt5.QtWidgets.QAbstractSlider.SliderToMaximum?10 +PyQt5.QtWidgets.QAbstractSlider.SliderMove?10 +PyQt5.QtWidgets.QAbstractSlider?1(QWidget parent=None) +PyQt5.QtWidgets.QAbstractSlider.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QAbstractSlider.orientation?4() -> Qt.Orientation +PyQt5.QtWidgets.QAbstractSlider.setMinimum?4(int) +PyQt5.QtWidgets.QAbstractSlider.minimum?4() -> int +PyQt5.QtWidgets.QAbstractSlider.setMaximum?4(int) +PyQt5.QtWidgets.QAbstractSlider.maximum?4() -> int +PyQt5.QtWidgets.QAbstractSlider.setRange?4(int, int) +PyQt5.QtWidgets.QAbstractSlider.setSingleStep?4(int) +PyQt5.QtWidgets.QAbstractSlider.singleStep?4() -> int +PyQt5.QtWidgets.QAbstractSlider.setPageStep?4(int) +PyQt5.QtWidgets.QAbstractSlider.pageStep?4() -> int +PyQt5.QtWidgets.QAbstractSlider.setTracking?4(bool) +PyQt5.QtWidgets.QAbstractSlider.hasTracking?4() -> bool +PyQt5.QtWidgets.QAbstractSlider.setSliderDown?4(bool) +PyQt5.QtWidgets.QAbstractSlider.isSliderDown?4() -> bool +PyQt5.QtWidgets.QAbstractSlider.setSliderPosition?4(int) +PyQt5.QtWidgets.QAbstractSlider.sliderPosition?4() -> int +PyQt5.QtWidgets.QAbstractSlider.setInvertedAppearance?4(bool) +PyQt5.QtWidgets.QAbstractSlider.invertedAppearance?4() -> bool +PyQt5.QtWidgets.QAbstractSlider.setInvertedControls?4(bool) +PyQt5.QtWidgets.QAbstractSlider.invertedControls?4() -> bool +PyQt5.QtWidgets.QAbstractSlider.value?4() -> int +PyQt5.QtWidgets.QAbstractSlider.triggerAction?4(QAbstractSlider.SliderAction) +PyQt5.QtWidgets.QAbstractSlider.setValue?4(int) +PyQt5.QtWidgets.QAbstractSlider.setOrientation?4(Qt.Orientation) +PyQt5.QtWidgets.QAbstractSlider.valueChanged?4(int) +PyQt5.QtWidgets.QAbstractSlider.sliderPressed?4() +PyQt5.QtWidgets.QAbstractSlider.sliderMoved?4(int) +PyQt5.QtWidgets.QAbstractSlider.sliderReleased?4() +PyQt5.QtWidgets.QAbstractSlider.rangeChanged?4(int, int) +PyQt5.QtWidgets.QAbstractSlider.actionTriggered?4(int) +PyQt5.QtWidgets.QAbstractSlider.setRepeatAction?4(QAbstractSlider.SliderAction, int thresholdTime=500, int repeatTime=50) +PyQt5.QtWidgets.QAbstractSlider.repeatAction?4() -> QAbstractSlider.SliderAction +PyQt5.QtWidgets.QAbstractSlider.sliderChange?4(QAbstractSlider.SliderChange) +PyQt5.QtWidgets.QAbstractSlider.event?4(QEvent) -> bool +PyQt5.QtWidgets.QAbstractSlider.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QAbstractSlider.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QAbstractSlider.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QAbstractSlider.changeEvent?4(QEvent) +PyQt5.QtWidgets.QAbstractSpinBox.CorrectionMode?10 +PyQt5.QtWidgets.QAbstractSpinBox.CorrectToPreviousValue?10 +PyQt5.QtWidgets.QAbstractSpinBox.CorrectToNearestValue?10 +PyQt5.QtWidgets.QAbstractSpinBox.ButtonSymbols?10 +PyQt5.QtWidgets.QAbstractSpinBox.UpDownArrows?10 +PyQt5.QtWidgets.QAbstractSpinBox.PlusMinus?10 +PyQt5.QtWidgets.QAbstractSpinBox.NoButtons?10 +PyQt5.QtWidgets.QAbstractSpinBox.StepEnabledFlag?10 +PyQt5.QtWidgets.QAbstractSpinBox.StepNone?10 +PyQt5.QtWidgets.QAbstractSpinBox.StepUpEnabled?10 +PyQt5.QtWidgets.QAbstractSpinBox.StepDownEnabled?10 +PyQt5.QtWidgets.QAbstractSpinBox?1(QWidget parent=None) +PyQt5.QtWidgets.QAbstractSpinBox.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QAbstractSpinBox.buttonSymbols?4() -> QAbstractSpinBox.ButtonSymbols +PyQt5.QtWidgets.QAbstractSpinBox.setButtonSymbols?4(QAbstractSpinBox.ButtonSymbols) +PyQt5.QtWidgets.QAbstractSpinBox.text?4() -> str +PyQt5.QtWidgets.QAbstractSpinBox.specialValueText?4() -> str +PyQt5.QtWidgets.QAbstractSpinBox.setSpecialValueText?4(str) +PyQt5.QtWidgets.QAbstractSpinBox.wrapping?4() -> bool +PyQt5.QtWidgets.QAbstractSpinBox.setWrapping?4(bool) +PyQt5.QtWidgets.QAbstractSpinBox.setReadOnly?4(bool) +PyQt5.QtWidgets.QAbstractSpinBox.isReadOnly?4() -> bool +PyQt5.QtWidgets.QAbstractSpinBox.setAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QAbstractSpinBox.alignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QAbstractSpinBox.setFrame?4(bool) +PyQt5.QtWidgets.QAbstractSpinBox.hasFrame?4() -> bool +PyQt5.QtWidgets.QAbstractSpinBox.sizeHint?4() -> QSize +PyQt5.QtWidgets.QAbstractSpinBox.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QAbstractSpinBox.interpretText?4() +PyQt5.QtWidgets.QAbstractSpinBox.event?4(QEvent) -> bool +PyQt5.QtWidgets.QAbstractSpinBox.validate?4(str, int) -> (QValidator.State, str, int) +PyQt5.QtWidgets.QAbstractSpinBox.fixup?4(str) -> str +PyQt5.QtWidgets.QAbstractSpinBox.stepBy?4(int) +PyQt5.QtWidgets.QAbstractSpinBox.stepUp?4() +PyQt5.QtWidgets.QAbstractSpinBox.stepDown?4() +PyQt5.QtWidgets.QAbstractSpinBox.selectAll?4() +PyQt5.QtWidgets.QAbstractSpinBox.clear?4() +PyQt5.QtWidgets.QAbstractSpinBox.editingFinished?4() +PyQt5.QtWidgets.QAbstractSpinBox.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QAbstractSpinBox.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QAbstractSpinBox.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QAbstractSpinBox.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QAbstractSpinBox.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QAbstractSpinBox.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QAbstractSpinBox.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QAbstractSpinBox.changeEvent?4(QEvent) +PyQt5.QtWidgets.QAbstractSpinBox.closeEvent?4(QCloseEvent) +PyQt5.QtWidgets.QAbstractSpinBox.hideEvent?4(QHideEvent) +PyQt5.QtWidgets.QAbstractSpinBox.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractSpinBox.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractSpinBox.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QAbstractSpinBox.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QAbstractSpinBox.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QAbstractSpinBox.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QAbstractSpinBox.lineEdit?4() -> QLineEdit +PyQt5.QtWidgets.QAbstractSpinBox.setLineEdit?4(QLineEdit) +PyQt5.QtWidgets.QAbstractSpinBox.stepEnabled?4() -> QAbstractSpinBox.StepEnabled +PyQt5.QtWidgets.QAbstractSpinBox.initStyleOption?4(QStyleOptionSpinBox) +PyQt5.QtWidgets.QAbstractSpinBox.setCorrectionMode?4(QAbstractSpinBox.CorrectionMode) +PyQt5.QtWidgets.QAbstractSpinBox.correctionMode?4() -> QAbstractSpinBox.CorrectionMode +PyQt5.QtWidgets.QAbstractSpinBox.hasAcceptableInput?4() -> bool +PyQt5.QtWidgets.QAbstractSpinBox.setAccelerated?4(bool) +PyQt5.QtWidgets.QAbstractSpinBox.isAccelerated?4() -> bool +PyQt5.QtWidgets.QAbstractSpinBox.setKeyboardTracking?4(bool) +PyQt5.QtWidgets.QAbstractSpinBox.keyboardTracking?4() -> bool +PyQt5.QtWidgets.QAbstractSpinBox.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QAbstractSpinBox.setGroupSeparatorShown?4(bool) +PyQt5.QtWidgets.QAbstractSpinBox.isGroupSeparatorShown?4() -> bool +PyQt5.QtWidgets.QAbstractSpinBox.StepEnabled?1(QAbstractSpinBox.StepEnabled) +PyQt5.QtWidgets.QAbstractSpinBox.StepEnabled.__init__?1(self, QAbstractSpinBox.StepEnabled) +PyQt5.QtWidgets.QAbstractSpinBox.StepEnabled?1(int) +PyQt5.QtWidgets.QAbstractSpinBox.StepEnabled.__init__?1(self, int) +PyQt5.QtWidgets.QAbstractSpinBox.StepEnabled?1() +PyQt5.QtWidgets.QAbstractSpinBox.StepEnabled.__init__?1(self) +PyQt5.QtWidgets.QAction.Priority?10 +PyQt5.QtWidgets.QAction.LowPriority?10 +PyQt5.QtWidgets.QAction.NormalPriority?10 +PyQt5.QtWidgets.QAction.HighPriority?10 +PyQt5.QtWidgets.QAction.MenuRole?10 +PyQt5.QtWidgets.QAction.NoRole?10 +PyQt5.QtWidgets.QAction.TextHeuristicRole?10 +PyQt5.QtWidgets.QAction.ApplicationSpecificRole?10 +PyQt5.QtWidgets.QAction.AboutQtRole?10 +PyQt5.QtWidgets.QAction.AboutRole?10 +PyQt5.QtWidgets.QAction.PreferencesRole?10 +PyQt5.QtWidgets.QAction.QuitRole?10 +PyQt5.QtWidgets.QAction.ActionEvent?10 +PyQt5.QtWidgets.QAction.Trigger?10 +PyQt5.QtWidgets.QAction.Hover?10 +PyQt5.QtWidgets.QAction?1(QObject) +PyQt5.QtWidgets.QAction.__init__?1(self, QObject) +PyQt5.QtWidgets.QAction?1(str, QObject) +PyQt5.QtWidgets.QAction.__init__?1(self, str, QObject) +PyQt5.QtWidgets.QAction?1(QIcon, str, QObject) +PyQt5.QtWidgets.QAction.__init__?1(self, QIcon, str, QObject) +PyQt5.QtWidgets.QAction.setActionGroup?4(QActionGroup) +PyQt5.QtWidgets.QAction.actionGroup?4() -> QActionGroup +PyQt5.QtWidgets.QAction.setIcon?4(QIcon) +PyQt5.QtWidgets.QAction.icon?4() -> QIcon +PyQt5.QtWidgets.QAction.setText?4(str) +PyQt5.QtWidgets.QAction.text?4() -> str +PyQt5.QtWidgets.QAction.setIconText?4(str) +PyQt5.QtWidgets.QAction.iconText?4() -> str +PyQt5.QtWidgets.QAction.setToolTip?4(str) +PyQt5.QtWidgets.QAction.toolTip?4() -> str +PyQt5.QtWidgets.QAction.setStatusTip?4(str) +PyQt5.QtWidgets.QAction.statusTip?4() -> str +PyQt5.QtWidgets.QAction.setWhatsThis?4(str) +PyQt5.QtWidgets.QAction.whatsThis?4() -> str +PyQt5.QtWidgets.QAction.menu?4() -> QMenu +PyQt5.QtWidgets.QAction.setMenu?4(QMenu) +PyQt5.QtWidgets.QAction.setSeparator?4(bool) +PyQt5.QtWidgets.QAction.isSeparator?4() -> bool +PyQt5.QtWidgets.QAction.setShortcut?4(QKeySequence) +PyQt5.QtWidgets.QAction.shortcut?4() -> QKeySequence +PyQt5.QtWidgets.QAction.setShortcutContext?4(Qt.ShortcutContext) +PyQt5.QtWidgets.QAction.shortcutContext?4() -> Qt.ShortcutContext +PyQt5.QtWidgets.QAction.setFont?4(QFont) +PyQt5.QtWidgets.QAction.font?4() -> QFont +PyQt5.QtWidgets.QAction.setCheckable?4(bool) +PyQt5.QtWidgets.QAction.isCheckable?4() -> bool +PyQt5.QtWidgets.QAction.data?4() -> QVariant +PyQt5.QtWidgets.QAction.setData?4(QVariant) +PyQt5.QtWidgets.QAction.isChecked?4() -> bool +PyQt5.QtWidgets.QAction.isEnabled?4() -> bool +PyQt5.QtWidgets.QAction.isVisible?4() -> bool +PyQt5.QtWidgets.QAction.activate?4(QAction.ActionEvent) +PyQt5.QtWidgets.QAction.showStatusText?4(QWidget widget=None) -> bool +PyQt5.QtWidgets.QAction.parentWidget?4() -> QWidget +PyQt5.QtWidgets.QAction.event?4(QEvent) -> bool +PyQt5.QtWidgets.QAction.trigger?4() +PyQt5.QtWidgets.QAction.hover?4() +PyQt5.QtWidgets.QAction.setChecked?4(bool) +PyQt5.QtWidgets.QAction.toggle?4() +PyQt5.QtWidgets.QAction.setEnabled?4(bool) +PyQt5.QtWidgets.QAction.setDisabled?4(bool) +PyQt5.QtWidgets.QAction.setVisible?4(bool) +PyQt5.QtWidgets.QAction.changed?4() +PyQt5.QtWidgets.QAction.triggered?4(bool checked=False) +PyQt5.QtWidgets.QAction.hovered?4() +PyQt5.QtWidgets.QAction.toggled?4(bool) +PyQt5.QtWidgets.QAction.setShortcuts?4(list-of-QKeySequence) +PyQt5.QtWidgets.QAction.setShortcuts?4(QKeySequence.StandardKey) +PyQt5.QtWidgets.QAction.shortcuts?4() -> list-of-QKeySequence +PyQt5.QtWidgets.QAction.setAutoRepeat?4(bool) +PyQt5.QtWidgets.QAction.autoRepeat?4() -> bool +PyQt5.QtWidgets.QAction.setMenuRole?4(QAction.MenuRole) +PyQt5.QtWidgets.QAction.menuRole?4() -> QAction.MenuRole +PyQt5.QtWidgets.QAction.associatedWidgets?4() -> list-of-QWidget +PyQt5.QtWidgets.QAction.associatedGraphicsWidgets?4() -> list-of-QGraphicsWidget +PyQt5.QtWidgets.QAction.setIconVisibleInMenu?4(bool) +PyQt5.QtWidgets.QAction.isIconVisibleInMenu?4() -> bool +PyQt5.QtWidgets.QAction.setPriority?4(QAction.Priority) +PyQt5.QtWidgets.QAction.priority?4() -> QAction.Priority +PyQt5.QtWidgets.QActionGroup?1(QObject) +PyQt5.QtWidgets.QActionGroup.__init__?1(self, QObject) +PyQt5.QtWidgets.QActionGroup.addAction?4(QAction) -> QAction +PyQt5.QtWidgets.QActionGroup.addAction?4(str) -> QAction +PyQt5.QtWidgets.QActionGroup.addAction?4(QIcon, str) -> QAction +PyQt5.QtWidgets.QActionGroup.removeAction?4(QAction) +PyQt5.QtWidgets.QActionGroup.actions?4() -> list-of-QAction +PyQt5.QtWidgets.QActionGroup.checkedAction?4() -> QAction +PyQt5.QtWidgets.QActionGroup.isExclusive?4() -> bool +PyQt5.QtWidgets.QActionGroup.isEnabled?4() -> bool +PyQt5.QtWidgets.QActionGroup.isVisible?4() -> bool +PyQt5.QtWidgets.QActionGroup.setEnabled?4(bool) +PyQt5.QtWidgets.QActionGroup.setDisabled?4(bool) +PyQt5.QtWidgets.QActionGroup.setVisible?4(bool) +PyQt5.QtWidgets.QActionGroup.setExclusive?4(bool) +PyQt5.QtWidgets.QActionGroup.triggered?4(QAction) +PyQt5.QtWidgets.QActionGroup.hovered?4(QAction) +PyQt5.QtWidgets.QApplication.ColorSpec?10 +PyQt5.QtWidgets.QApplication.NormalColor?10 +PyQt5.QtWidgets.QApplication.CustomColor?10 +PyQt5.QtWidgets.QApplication.ManyColor?10 +PyQt5.QtWidgets.QApplication?1(list-of-str) +PyQt5.QtWidgets.QApplication.__init__?1(self, list-of-str) +PyQt5.QtWidgets.QApplication.style?4() -> QStyle +PyQt5.QtWidgets.QApplication.setStyle?4(QStyle) +PyQt5.QtWidgets.QApplication.setStyle?4(str) -> QStyle +PyQt5.QtWidgets.QApplication.colorSpec?4() -> int +PyQt5.QtWidgets.QApplication.setColorSpec?4(int) +PyQt5.QtWidgets.QApplication.palette?4() -> QPalette +PyQt5.QtWidgets.QApplication.palette?4(QWidget) -> QPalette +PyQt5.QtWidgets.QApplication.palette?4(str) -> QPalette +PyQt5.QtWidgets.QApplication.setPalette?4(QPalette, str className=None) +PyQt5.QtWidgets.QApplication.font?4() -> QFont +PyQt5.QtWidgets.QApplication.font?4(QWidget) -> QFont +PyQt5.QtWidgets.QApplication.font?4(str) -> QFont +PyQt5.QtWidgets.QApplication.setFont?4(QFont, str className=None) +PyQt5.QtWidgets.QApplication.fontMetrics?4() -> QFontMetrics +PyQt5.QtWidgets.QApplication.setWindowIcon?4(QIcon) +PyQt5.QtWidgets.QApplication.windowIcon?4() -> QIcon +PyQt5.QtWidgets.QApplication.allWidgets?4() -> list-of-QWidget +PyQt5.QtWidgets.QApplication.topLevelWidgets?4() -> list-of-QWidget +PyQt5.QtWidgets.QApplication.desktop?4() -> QDesktopWidget +PyQt5.QtWidgets.QApplication.activePopupWidget?4() -> QWidget +PyQt5.QtWidgets.QApplication.activeModalWidget?4() -> QWidget +PyQt5.QtWidgets.QApplication.focusWidget?4() -> QWidget +PyQt5.QtWidgets.QApplication.activeWindow?4() -> QWidget +PyQt5.QtWidgets.QApplication.setActiveWindow?4(QWidget) +PyQt5.QtWidgets.QApplication.widgetAt?4(QPoint) -> QWidget +PyQt5.QtWidgets.QApplication.widgetAt?4(int, int) -> QWidget +PyQt5.QtWidgets.QApplication.topLevelAt?4(QPoint) -> QWidget +PyQt5.QtWidgets.QApplication.topLevelAt?4(int, int) -> QWidget +PyQt5.QtWidgets.QApplication.beep?4() +PyQt5.QtWidgets.QApplication.alert?4(QWidget, int msecs=0) +PyQt5.QtWidgets.QApplication.setCursorFlashTime?4(int) +PyQt5.QtWidgets.QApplication.cursorFlashTime?4() -> int +PyQt5.QtWidgets.QApplication.setDoubleClickInterval?4(int) +PyQt5.QtWidgets.QApplication.doubleClickInterval?4() -> int +PyQt5.QtWidgets.QApplication.setKeyboardInputInterval?4(int) +PyQt5.QtWidgets.QApplication.keyboardInputInterval?4() -> int +PyQt5.QtWidgets.QApplication.setWheelScrollLines?4(int) +PyQt5.QtWidgets.QApplication.wheelScrollLines?4() -> int +PyQt5.QtWidgets.QApplication.setGlobalStrut?4(QSize) +PyQt5.QtWidgets.QApplication.globalStrut?4() -> QSize +PyQt5.QtWidgets.QApplication.setStartDragTime?4(int) +PyQt5.QtWidgets.QApplication.startDragTime?4() -> int +PyQt5.QtWidgets.QApplication.setStartDragDistance?4(int) +PyQt5.QtWidgets.QApplication.startDragDistance?4() -> int +PyQt5.QtWidgets.QApplication.isEffectEnabled?4(Qt.UIEffect) -> bool +PyQt5.QtWidgets.QApplication.setEffectEnabled?4(Qt.UIEffect, bool enabled=True) +PyQt5.QtWidgets.QApplication.exec_?4() -> int +PyQt5.QtWidgets.QApplication.exec?4() -> int +PyQt5.QtWidgets.QApplication.notify?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QApplication.autoSipEnabled?4() -> bool +PyQt5.QtWidgets.QApplication.styleSheet?4() -> str +PyQt5.QtWidgets.QApplication.focusChanged?4(QWidget, QWidget) +PyQt5.QtWidgets.QApplication.aboutQt?4() +PyQt5.QtWidgets.QApplication.closeAllWindows?4() +PyQt5.QtWidgets.QApplication.setAutoSipEnabled?4(bool) +PyQt5.QtWidgets.QApplication.setStyleSheet?4(str) +PyQt5.QtWidgets.QApplication.event?4(QEvent) -> bool +PyQt5.QtWidgets.QLayoutItem?1(Qt.Alignment alignment=0) +PyQt5.QtWidgets.QLayoutItem.__init__?1(self, Qt.Alignment alignment=0) +PyQt5.QtWidgets.QLayoutItem?1(QLayoutItem) +PyQt5.QtWidgets.QLayoutItem.__init__?1(self, QLayoutItem) +PyQt5.QtWidgets.QLayoutItem.sizeHint?4() -> QSize +PyQt5.QtWidgets.QLayoutItem.minimumSize?4() -> QSize +PyQt5.QtWidgets.QLayoutItem.maximumSize?4() -> QSize +PyQt5.QtWidgets.QLayoutItem.expandingDirections?4() -> Qt.Orientations +PyQt5.QtWidgets.QLayoutItem.setGeometry?4(QRect) +PyQt5.QtWidgets.QLayoutItem.geometry?4() -> QRect +PyQt5.QtWidgets.QLayoutItem.isEmpty?4() -> bool +PyQt5.QtWidgets.QLayoutItem.hasHeightForWidth?4() -> bool +PyQt5.QtWidgets.QLayoutItem.heightForWidth?4(int) -> int +PyQt5.QtWidgets.QLayoutItem.minimumHeightForWidth?4(int) -> int +PyQt5.QtWidgets.QLayoutItem.invalidate?4() +PyQt5.QtWidgets.QLayoutItem.widget?4() -> QWidget +PyQt5.QtWidgets.QLayoutItem.layout?4() -> QLayout +PyQt5.QtWidgets.QLayoutItem.spacerItem?4() -> QSpacerItem +PyQt5.QtWidgets.QLayoutItem.alignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QLayoutItem.setAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QLayoutItem.controlTypes?4() -> QSizePolicy.ControlTypes +PyQt5.QtWidgets.QLayout.SizeConstraint?10 +PyQt5.QtWidgets.QLayout.SetDefaultConstraint?10 +PyQt5.QtWidgets.QLayout.SetNoConstraint?10 +PyQt5.QtWidgets.QLayout.SetMinimumSize?10 +PyQt5.QtWidgets.QLayout.SetFixedSize?10 +PyQt5.QtWidgets.QLayout.SetMaximumSize?10 +PyQt5.QtWidgets.QLayout.SetMinAndMaxSize?10 +PyQt5.QtWidgets.QLayout?1(QWidget) +PyQt5.QtWidgets.QLayout.__init__?1(self, QWidget) +PyQt5.QtWidgets.QLayout?1() +PyQt5.QtWidgets.QLayout.__init__?1(self) +PyQt5.QtWidgets.QLayout.spacing?4() -> int +PyQt5.QtWidgets.QLayout.setSpacing?4(int) +PyQt5.QtWidgets.QLayout.setAlignment?4(QWidget, Qt.Alignment) -> bool +PyQt5.QtWidgets.QLayout.setAlignment?4(QLayout, Qt.Alignment) -> bool +PyQt5.QtWidgets.QLayout.setAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QLayout.setSizeConstraint?4(QLayout.SizeConstraint) +PyQt5.QtWidgets.QLayout.sizeConstraint?4() -> QLayout.SizeConstraint +PyQt5.QtWidgets.QLayout.setMenuBar?4(QWidget) +PyQt5.QtWidgets.QLayout.menuBar?4() -> QWidget +PyQt5.QtWidgets.QLayout.parentWidget?4() -> QWidget +PyQt5.QtWidgets.QLayout.invalidate?4() +PyQt5.QtWidgets.QLayout.geometry?4() -> QRect +PyQt5.QtWidgets.QLayout.activate?4() -> bool +PyQt5.QtWidgets.QLayout.update?4() +PyQt5.QtWidgets.QLayout.addWidget?4(QWidget) +PyQt5.QtWidgets.QLayout.addItem?4(QLayoutItem) +PyQt5.QtWidgets.QLayout.removeWidget?4(QWidget) +PyQt5.QtWidgets.QLayout.removeItem?4(QLayoutItem) +PyQt5.QtWidgets.QLayout.expandingDirections?4() -> Qt.Orientations +PyQt5.QtWidgets.QLayout.minimumSize?4() -> QSize +PyQt5.QtWidgets.QLayout.maximumSize?4() -> QSize +PyQt5.QtWidgets.QLayout.setGeometry?4(QRect) +PyQt5.QtWidgets.QLayout.itemAt?4(int) -> QLayoutItem +PyQt5.QtWidgets.QLayout.takeAt?4(int) -> QLayoutItem +PyQt5.QtWidgets.QLayout.indexOf?4(QWidget) -> int +PyQt5.QtWidgets.QLayout.count?4() -> int +PyQt5.QtWidgets.QLayout.isEmpty?4() -> bool +PyQt5.QtWidgets.QLayout.totalHeightForWidth?4(int) -> int +PyQt5.QtWidgets.QLayout.totalMinimumSize?4() -> QSize +PyQt5.QtWidgets.QLayout.totalMaximumSize?4() -> QSize +PyQt5.QtWidgets.QLayout.totalSizeHint?4() -> QSize +PyQt5.QtWidgets.QLayout.layout?4() -> QLayout +PyQt5.QtWidgets.QLayout.setEnabled?4(bool) +PyQt5.QtWidgets.QLayout.isEnabled?4() -> bool +PyQt5.QtWidgets.QLayout.closestAcceptableSize?4(QWidget, QSize) -> QSize +PyQt5.QtWidgets.QLayout.widgetEvent?4(QEvent) +PyQt5.QtWidgets.QLayout.childEvent?4(QChildEvent) +PyQt5.QtWidgets.QLayout.addChildLayout?4(QLayout) +PyQt5.QtWidgets.QLayout.addChildWidget?4(QWidget) +PyQt5.QtWidgets.QLayout.alignmentRect?4(QRect) -> QRect +PyQt5.QtWidgets.QLayout.setContentsMargins?4(int, int, int, int) +PyQt5.QtWidgets.QLayout.getContentsMargins?4() -> (int, int, int, int) +PyQt5.QtWidgets.QLayout.contentsRect?4() -> QRect +PyQt5.QtWidgets.QLayout.setContentsMargins?4(QMargins) +PyQt5.QtWidgets.QLayout.contentsMargins?4() -> QMargins +PyQt5.QtWidgets.QLayout.controlTypes?4() -> QSizePolicy.ControlTypes +PyQt5.QtWidgets.QLayout.replaceWidget?4(QWidget, QWidget, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> QLayoutItem +PyQt5.QtWidgets.QBoxLayout.Direction?10 +PyQt5.QtWidgets.QBoxLayout.LeftToRight?10 +PyQt5.QtWidgets.QBoxLayout.RightToLeft?10 +PyQt5.QtWidgets.QBoxLayout.TopToBottom?10 +PyQt5.QtWidgets.QBoxLayout.BottomToTop?10 +PyQt5.QtWidgets.QBoxLayout.Down?10 +PyQt5.QtWidgets.QBoxLayout.Up?10 +PyQt5.QtWidgets.QBoxLayout?1(QBoxLayout.Direction, QWidget parent=None) +PyQt5.QtWidgets.QBoxLayout.__init__?1(self, QBoxLayout.Direction, QWidget parent=None) +PyQt5.QtWidgets.QBoxLayout.direction?4() -> QBoxLayout.Direction +PyQt5.QtWidgets.QBoxLayout.setDirection?4(QBoxLayout.Direction) +PyQt5.QtWidgets.QBoxLayout.addSpacing?4(int) +PyQt5.QtWidgets.QBoxLayout.addStretch?4(int stretch=0) +PyQt5.QtWidgets.QBoxLayout.addWidget?4(QWidget, int stretch=0, Qt.Alignment alignment=0) +PyQt5.QtWidgets.QBoxLayout.addLayout?4(QLayout, int stretch=0) +PyQt5.QtWidgets.QBoxLayout.addStrut?4(int) +PyQt5.QtWidgets.QBoxLayout.addItem?4(QLayoutItem) +PyQt5.QtWidgets.QBoxLayout.insertSpacing?4(int, int) +PyQt5.QtWidgets.QBoxLayout.insertStretch?4(int, int stretch=0) +PyQt5.QtWidgets.QBoxLayout.insertWidget?4(int, QWidget, int stretch=0, Qt.Alignment alignment=0) +PyQt5.QtWidgets.QBoxLayout.insertLayout?4(int, QLayout, int stretch=0) +PyQt5.QtWidgets.QBoxLayout.setStretchFactor?4(QWidget, int) -> bool +PyQt5.QtWidgets.QBoxLayout.setStretchFactor?4(QLayout, int) -> bool +PyQt5.QtWidgets.QBoxLayout.sizeHint?4() -> QSize +PyQt5.QtWidgets.QBoxLayout.minimumSize?4() -> QSize +PyQt5.QtWidgets.QBoxLayout.maximumSize?4() -> QSize +PyQt5.QtWidgets.QBoxLayout.hasHeightForWidth?4() -> bool +PyQt5.QtWidgets.QBoxLayout.heightForWidth?4(int) -> int +PyQt5.QtWidgets.QBoxLayout.minimumHeightForWidth?4(int) -> int +PyQt5.QtWidgets.QBoxLayout.expandingDirections?4() -> Qt.Orientations +PyQt5.QtWidgets.QBoxLayout.invalidate?4() +PyQt5.QtWidgets.QBoxLayout.itemAt?4(int) -> QLayoutItem +PyQt5.QtWidgets.QBoxLayout.takeAt?4(int) -> QLayoutItem +PyQt5.QtWidgets.QBoxLayout.count?4() -> int +PyQt5.QtWidgets.QBoxLayout.setGeometry?4(QRect) +PyQt5.QtWidgets.QBoxLayout.spacing?4() -> int +PyQt5.QtWidgets.QBoxLayout.setSpacing?4(int) +PyQt5.QtWidgets.QBoxLayout.addSpacerItem?4(QSpacerItem) +PyQt5.QtWidgets.QBoxLayout.insertSpacerItem?4(int, QSpacerItem) +PyQt5.QtWidgets.QBoxLayout.setStretch?4(int, int) +PyQt5.QtWidgets.QBoxLayout.stretch?4(int) -> int +PyQt5.QtWidgets.QBoxLayout.insertItem?4(int, QLayoutItem) +PyQt5.QtWidgets.QHBoxLayout?1() +PyQt5.QtWidgets.QHBoxLayout.__init__?1(self) +PyQt5.QtWidgets.QHBoxLayout?1(QWidget) +PyQt5.QtWidgets.QHBoxLayout.__init__?1(self, QWidget) +PyQt5.QtWidgets.QVBoxLayout?1() +PyQt5.QtWidgets.QVBoxLayout.__init__?1(self) +PyQt5.QtWidgets.QVBoxLayout?1(QWidget) +PyQt5.QtWidgets.QVBoxLayout.__init__?1(self, QWidget) +PyQt5.QtWidgets.QButtonGroup?1(QObject parent=None) +PyQt5.QtWidgets.QButtonGroup.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QButtonGroup.setExclusive?4(bool) +PyQt5.QtWidgets.QButtonGroup.exclusive?4() -> bool +PyQt5.QtWidgets.QButtonGroup.addButton?4(QAbstractButton, int id=-1) +PyQt5.QtWidgets.QButtonGroup.removeButton?4(QAbstractButton) +PyQt5.QtWidgets.QButtonGroup.buttons?4() -> list-of-QAbstractButton +PyQt5.QtWidgets.QButtonGroup.button?4(int) -> QAbstractButton +PyQt5.QtWidgets.QButtonGroup.checkedButton?4() -> QAbstractButton +PyQt5.QtWidgets.QButtonGroup.setId?4(QAbstractButton, int) +PyQt5.QtWidgets.QButtonGroup.id?4(QAbstractButton) -> int +PyQt5.QtWidgets.QButtonGroup.checkedId?4() -> int +PyQt5.QtWidgets.QButtonGroup.buttonClicked?4(QAbstractButton) +PyQt5.QtWidgets.QButtonGroup.buttonClicked?4(int) +PyQt5.QtWidgets.QButtonGroup.buttonPressed?4(QAbstractButton) +PyQt5.QtWidgets.QButtonGroup.buttonPressed?4(int) +PyQt5.QtWidgets.QButtonGroup.buttonReleased?4(QAbstractButton) +PyQt5.QtWidgets.QButtonGroup.buttonReleased?4(int) +PyQt5.QtWidgets.QButtonGroup.buttonToggled?4(QAbstractButton, bool) +PyQt5.QtWidgets.QButtonGroup.buttonToggled?4(int, bool) +PyQt5.QtWidgets.QCalendarWidget.SelectionMode?10 +PyQt5.QtWidgets.QCalendarWidget.NoSelection?10 +PyQt5.QtWidgets.QCalendarWidget.SingleSelection?10 +PyQt5.QtWidgets.QCalendarWidget.VerticalHeaderFormat?10 +PyQt5.QtWidgets.QCalendarWidget.NoVerticalHeader?10 +PyQt5.QtWidgets.QCalendarWidget.ISOWeekNumbers?10 +PyQt5.QtWidgets.QCalendarWidget.HorizontalHeaderFormat?10 +PyQt5.QtWidgets.QCalendarWidget.NoHorizontalHeader?10 +PyQt5.QtWidgets.QCalendarWidget.SingleLetterDayNames?10 +PyQt5.QtWidgets.QCalendarWidget.ShortDayNames?10 +PyQt5.QtWidgets.QCalendarWidget.LongDayNames?10 +PyQt5.QtWidgets.QCalendarWidget?1(QWidget parent=None) +PyQt5.QtWidgets.QCalendarWidget.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QCalendarWidget.sizeHint?4() -> QSize +PyQt5.QtWidgets.QCalendarWidget.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QCalendarWidget.selectedDate?4() -> QDate +PyQt5.QtWidgets.QCalendarWidget.yearShown?4() -> int +PyQt5.QtWidgets.QCalendarWidget.monthShown?4() -> int +PyQt5.QtWidgets.QCalendarWidget.minimumDate?4() -> QDate +PyQt5.QtWidgets.QCalendarWidget.setMinimumDate?4(QDate) +PyQt5.QtWidgets.QCalendarWidget.maximumDate?4() -> QDate +PyQt5.QtWidgets.QCalendarWidget.setMaximumDate?4(QDate) +PyQt5.QtWidgets.QCalendarWidget.firstDayOfWeek?4() -> Qt.DayOfWeek +PyQt5.QtWidgets.QCalendarWidget.setFirstDayOfWeek?4(Qt.DayOfWeek) +PyQt5.QtWidgets.QCalendarWidget.isGridVisible?4() -> bool +PyQt5.QtWidgets.QCalendarWidget.setGridVisible?4(bool) +PyQt5.QtWidgets.QCalendarWidget.selectionMode?4() -> QCalendarWidget.SelectionMode +PyQt5.QtWidgets.QCalendarWidget.setSelectionMode?4(QCalendarWidget.SelectionMode) +PyQt5.QtWidgets.QCalendarWidget.horizontalHeaderFormat?4() -> QCalendarWidget.HorizontalHeaderFormat +PyQt5.QtWidgets.QCalendarWidget.setHorizontalHeaderFormat?4(QCalendarWidget.HorizontalHeaderFormat) +PyQt5.QtWidgets.QCalendarWidget.verticalHeaderFormat?4() -> QCalendarWidget.VerticalHeaderFormat +PyQt5.QtWidgets.QCalendarWidget.setVerticalHeaderFormat?4(QCalendarWidget.VerticalHeaderFormat) +PyQt5.QtWidgets.QCalendarWidget.headerTextFormat?4() -> QTextCharFormat +PyQt5.QtWidgets.QCalendarWidget.setHeaderTextFormat?4(QTextCharFormat) +PyQt5.QtWidgets.QCalendarWidget.weekdayTextFormat?4(Qt.DayOfWeek) -> QTextCharFormat +PyQt5.QtWidgets.QCalendarWidget.setWeekdayTextFormat?4(Qt.DayOfWeek, QTextCharFormat) +PyQt5.QtWidgets.QCalendarWidget.dateTextFormat?4() -> dict-of-QDate-QTextCharFormat +PyQt5.QtWidgets.QCalendarWidget.dateTextFormat?4(QDate) -> QTextCharFormat +PyQt5.QtWidgets.QCalendarWidget.setDateTextFormat?4(QDate, QTextCharFormat) +PyQt5.QtWidgets.QCalendarWidget.updateCell?4(QDate) +PyQt5.QtWidgets.QCalendarWidget.updateCells?4() +PyQt5.QtWidgets.QCalendarWidget.event?4(QEvent) -> bool +PyQt5.QtWidgets.QCalendarWidget.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QCalendarWidget.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QCalendarWidget.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QCalendarWidget.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QCalendarWidget.paintCell?4(QPainter, QRect, QDate) +PyQt5.QtWidgets.QCalendarWidget.setCurrentPage?4(int, int) +PyQt5.QtWidgets.QCalendarWidget.setDateRange?4(QDate, QDate) +PyQt5.QtWidgets.QCalendarWidget.setSelectedDate?4(QDate) +PyQt5.QtWidgets.QCalendarWidget.showNextMonth?4() +PyQt5.QtWidgets.QCalendarWidget.showNextYear?4() +PyQt5.QtWidgets.QCalendarWidget.showPreviousMonth?4() +PyQt5.QtWidgets.QCalendarWidget.showPreviousYear?4() +PyQt5.QtWidgets.QCalendarWidget.showSelectedDate?4() +PyQt5.QtWidgets.QCalendarWidget.showToday?4() +PyQt5.QtWidgets.QCalendarWidget.activated?4(QDate) +PyQt5.QtWidgets.QCalendarWidget.clicked?4(QDate) +PyQt5.QtWidgets.QCalendarWidget.currentPageChanged?4(int, int) +PyQt5.QtWidgets.QCalendarWidget.selectionChanged?4() +PyQt5.QtWidgets.QCalendarWidget.isNavigationBarVisible?4() -> bool +PyQt5.QtWidgets.QCalendarWidget.isDateEditEnabled?4() -> bool +PyQt5.QtWidgets.QCalendarWidget.setDateEditEnabled?4(bool) +PyQt5.QtWidgets.QCalendarWidget.dateEditAcceptDelay?4() -> int +PyQt5.QtWidgets.QCalendarWidget.setDateEditAcceptDelay?4(int) +PyQt5.QtWidgets.QCalendarWidget.setNavigationBarVisible?4(bool) +PyQt5.QtWidgets.QCheckBox?1(QWidget parent=None) +PyQt5.QtWidgets.QCheckBox.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QCheckBox?1(str, QWidget parent=None) +PyQt5.QtWidgets.QCheckBox.__init__?1(self, str, QWidget parent=None) +PyQt5.QtWidgets.QCheckBox.sizeHint?4() -> QSize +PyQt5.QtWidgets.QCheckBox.setTristate?4(bool on=True) +PyQt5.QtWidgets.QCheckBox.isTristate?4() -> bool +PyQt5.QtWidgets.QCheckBox.checkState?4() -> Qt.CheckState +PyQt5.QtWidgets.QCheckBox.setCheckState?4(Qt.CheckState) +PyQt5.QtWidgets.QCheckBox.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QCheckBox.stateChanged?4(int) +PyQt5.QtWidgets.QCheckBox.hitButton?4(QPoint) -> bool +PyQt5.QtWidgets.QCheckBox.checkStateSet?4() +PyQt5.QtWidgets.QCheckBox.nextCheckState?4() +PyQt5.QtWidgets.QCheckBox.event?4(QEvent) -> bool +PyQt5.QtWidgets.QCheckBox.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QCheckBox.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QCheckBox.initStyleOption?4(QStyleOptionButton) +PyQt5.QtWidgets.QDialog.DialogCode?10 +PyQt5.QtWidgets.QDialog.Rejected?10 +PyQt5.QtWidgets.QDialog.Accepted?10 +PyQt5.QtWidgets.QDialog?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QDialog.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QDialog.result?4() -> int +PyQt5.QtWidgets.QDialog.setVisible?4(bool) +PyQt5.QtWidgets.QDialog.sizeHint?4() -> QSize +PyQt5.QtWidgets.QDialog.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QDialog.setSizeGripEnabled?4(bool) +PyQt5.QtWidgets.QDialog.isSizeGripEnabled?4() -> bool +PyQt5.QtWidgets.QDialog.setModal?4(bool) +PyQt5.QtWidgets.QDialog.setResult?4(int) +PyQt5.QtWidgets.QDialog.exec_?4() -> int +PyQt5.QtWidgets.QDialog.exec?4() -> int +PyQt5.QtWidgets.QDialog.done?4(int) +PyQt5.QtWidgets.QDialog.accept?4() +PyQt5.QtWidgets.QDialog.reject?4() +PyQt5.QtWidgets.QDialog.open?4() +PyQt5.QtWidgets.QDialog.accepted?4() +PyQt5.QtWidgets.QDialog.finished?4(int) +PyQt5.QtWidgets.QDialog.rejected?4() +PyQt5.QtWidgets.QDialog.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QDialog.closeEvent?4(QCloseEvent) +PyQt5.QtWidgets.QDialog.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QDialog.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QDialog.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QDialog.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QColorDialog.ColorDialogOption?10 +PyQt5.QtWidgets.QColorDialog.ShowAlphaChannel?10 +PyQt5.QtWidgets.QColorDialog.NoButtons?10 +PyQt5.QtWidgets.QColorDialog.DontUseNativeDialog?10 +PyQt5.QtWidgets.QColorDialog?1(QWidget parent=None) +PyQt5.QtWidgets.QColorDialog.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QColorDialog?1(QColor, QWidget parent=None) +PyQt5.QtWidgets.QColorDialog.__init__?1(self, QColor, QWidget parent=None) +PyQt5.QtWidgets.QColorDialog.getColor?4(QColor initial=Qt.white, QWidget parent=None, str title=QString(), QColorDialog.ColorDialogOptions options=0) -> QColor +PyQt5.QtWidgets.QColorDialog.customCount?4() -> int +PyQt5.QtWidgets.QColorDialog.customColor?4(int) -> QColor +PyQt5.QtWidgets.QColorDialog.setCustomColor?4(int, QColor) +PyQt5.QtWidgets.QColorDialog.standardColor?4(int) -> QColor +PyQt5.QtWidgets.QColorDialog.setStandardColor?4(int, QColor) +PyQt5.QtWidgets.QColorDialog.colorSelected?4(QColor) +PyQt5.QtWidgets.QColorDialog.currentColorChanged?4(QColor) +PyQt5.QtWidgets.QColorDialog.changeEvent?4(QEvent) +PyQt5.QtWidgets.QColorDialog.done?4(int) +PyQt5.QtWidgets.QColorDialog.setCurrentColor?4(QColor) +PyQt5.QtWidgets.QColorDialog.currentColor?4() -> QColor +PyQt5.QtWidgets.QColorDialog.selectedColor?4() -> QColor +PyQt5.QtWidgets.QColorDialog.setOption?4(QColorDialog.ColorDialogOption, bool on=True) +PyQt5.QtWidgets.QColorDialog.testOption?4(QColorDialog.ColorDialogOption) -> bool +PyQt5.QtWidgets.QColorDialog.setOptions?4(QColorDialog.ColorDialogOptions) +PyQt5.QtWidgets.QColorDialog.options?4() -> QColorDialog.ColorDialogOptions +PyQt5.QtWidgets.QColorDialog.open?4() +PyQt5.QtWidgets.QColorDialog.open?4(slot) +PyQt5.QtWidgets.QColorDialog.setVisible?4(bool) +PyQt5.QtWidgets.QColorDialog.ColorDialogOptions?1(QColorDialog.ColorDialogOptions) +PyQt5.QtWidgets.QColorDialog.ColorDialogOptions.__init__?1(self, QColorDialog.ColorDialogOptions) +PyQt5.QtWidgets.QColorDialog.ColorDialogOptions?1(int) +PyQt5.QtWidgets.QColorDialog.ColorDialogOptions.__init__?1(self, int) +PyQt5.QtWidgets.QColorDialog.ColorDialogOptions?1() +PyQt5.QtWidgets.QColorDialog.ColorDialogOptions.__init__?1(self) +PyQt5.QtWidgets.QColumnView?1(QWidget parent=None) +PyQt5.QtWidgets.QColumnView.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QColumnView.columnWidths?4() -> list-of-int +PyQt5.QtWidgets.QColumnView.previewWidget?4() -> QWidget +PyQt5.QtWidgets.QColumnView.resizeGripsVisible?4() -> bool +PyQt5.QtWidgets.QColumnView.setColumnWidths?4(list-of-int) +PyQt5.QtWidgets.QColumnView.setPreviewWidget?4(QWidget) +PyQt5.QtWidgets.QColumnView.setResizeGripsVisible?4(bool) +PyQt5.QtWidgets.QColumnView.indexAt?4(QPoint) -> QModelIndex +PyQt5.QtWidgets.QColumnView.scrollTo?4(QModelIndex, QAbstractItemView.ScrollHint hint=QAbstractItemView.EnsureVisible) +PyQt5.QtWidgets.QColumnView.sizeHint?4() -> QSize +PyQt5.QtWidgets.QColumnView.visualRect?4(QModelIndex) -> QRect +PyQt5.QtWidgets.QColumnView.setModel?4(QAbstractItemModel) +PyQt5.QtWidgets.QColumnView.setSelectionModel?4(QItemSelectionModel) +PyQt5.QtWidgets.QColumnView.setRootIndex?4(QModelIndex) +PyQt5.QtWidgets.QColumnView.selectAll?4() +PyQt5.QtWidgets.QColumnView.updatePreviewWidget?4(QModelIndex) +PyQt5.QtWidgets.QColumnView.createColumn?4(QModelIndex) -> QAbstractItemView +PyQt5.QtWidgets.QColumnView.initializeColumn?4(QAbstractItemView) +PyQt5.QtWidgets.QColumnView.isIndexHidden?4(QModelIndex) -> bool +PyQt5.QtWidgets.QColumnView.moveCursor?4(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) -> QModelIndex +PyQt5.QtWidgets.QColumnView.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QColumnView.setSelection?4(QRect, QItemSelectionModel.SelectionFlags) +PyQt5.QtWidgets.QColumnView.visualRegionForSelection?4(QItemSelection) -> QRegion +PyQt5.QtWidgets.QColumnView.horizontalOffset?4() -> int +PyQt5.QtWidgets.QColumnView.verticalOffset?4() -> int +PyQt5.QtWidgets.QColumnView.scrollContentsBy?4(int, int) +PyQt5.QtWidgets.QColumnView.rowsInserted?4(QModelIndex, int, int) +PyQt5.QtWidgets.QColumnView.currentChanged?4(QModelIndex, QModelIndex) +PyQt5.QtWidgets.QComboBox.SizeAdjustPolicy?10 +PyQt5.QtWidgets.QComboBox.AdjustToContents?10 +PyQt5.QtWidgets.QComboBox.AdjustToContentsOnFirstShow?10 +PyQt5.QtWidgets.QComboBox.AdjustToMinimumContentsLength?10 +PyQt5.QtWidgets.QComboBox.AdjustToMinimumContentsLengthWithIcon?10 +PyQt5.QtWidgets.QComboBox.InsertPolicy?10 +PyQt5.QtWidgets.QComboBox.NoInsert?10 +PyQt5.QtWidgets.QComboBox.InsertAtTop?10 +PyQt5.QtWidgets.QComboBox.InsertAtCurrent?10 +PyQt5.QtWidgets.QComboBox.InsertAtBottom?10 +PyQt5.QtWidgets.QComboBox.InsertAfterCurrent?10 +PyQt5.QtWidgets.QComboBox.InsertBeforeCurrent?10 +PyQt5.QtWidgets.QComboBox.InsertAlphabetically?10 +PyQt5.QtWidgets.QComboBox?1(QWidget parent=None) +PyQt5.QtWidgets.QComboBox.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QComboBox.maxVisibleItems?4() -> int +PyQt5.QtWidgets.QComboBox.setMaxVisibleItems?4(int) +PyQt5.QtWidgets.QComboBox.count?4() -> int +PyQt5.QtWidgets.QComboBox.setMaxCount?4(int) +PyQt5.QtWidgets.QComboBox.maxCount?4() -> int +PyQt5.QtWidgets.QComboBox.duplicatesEnabled?4() -> bool +PyQt5.QtWidgets.QComboBox.setDuplicatesEnabled?4(bool) +PyQt5.QtWidgets.QComboBox.setFrame?4(bool) +PyQt5.QtWidgets.QComboBox.hasFrame?4() -> bool +PyQt5.QtWidgets.QComboBox.findText?4(str, Qt.MatchFlags flags=Qt.MatchExactly|Qt.MatchCaseSensitive) -> int +PyQt5.QtWidgets.QComboBox.findData?4(QVariant, int role=Qt.UserRole, Qt.MatchFlags flags=Qt.MatchExactly|Qt.MatchCaseSensitive) -> int +PyQt5.QtWidgets.QComboBox.insertPolicy?4() -> QComboBox.InsertPolicy +PyQt5.QtWidgets.QComboBox.setInsertPolicy?4(QComboBox.InsertPolicy) +PyQt5.QtWidgets.QComboBox.sizeAdjustPolicy?4() -> QComboBox.SizeAdjustPolicy +PyQt5.QtWidgets.QComboBox.setSizeAdjustPolicy?4(QComboBox.SizeAdjustPolicy) +PyQt5.QtWidgets.QComboBox.minimumContentsLength?4() -> int +PyQt5.QtWidgets.QComboBox.setMinimumContentsLength?4(int) +PyQt5.QtWidgets.QComboBox.iconSize?4() -> QSize +PyQt5.QtWidgets.QComboBox.setIconSize?4(QSize) +PyQt5.QtWidgets.QComboBox.isEditable?4() -> bool +PyQt5.QtWidgets.QComboBox.setEditable?4(bool) +PyQt5.QtWidgets.QComboBox.setLineEdit?4(QLineEdit) +PyQt5.QtWidgets.QComboBox.lineEdit?4() -> QLineEdit +PyQt5.QtWidgets.QComboBox.setValidator?4(QValidator) +PyQt5.QtWidgets.QComboBox.validator?4() -> QValidator +PyQt5.QtWidgets.QComboBox.itemDelegate?4() -> QAbstractItemDelegate +PyQt5.QtWidgets.QComboBox.setItemDelegate?4(QAbstractItemDelegate) +PyQt5.QtWidgets.QComboBox.model?4() -> QAbstractItemModel +PyQt5.QtWidgets.QComboBox.setModel?4(QAbstractItemModel) +PyQt5.QtWidgets.QComboBox.rootModelIndex?4() -> QModelIndex +PyQt5.QtWidgets.QComboBox.setRootModelIndex?4(QModelIndex) +PyQt5.QtWidgets.QComboBox.modelColumn?4() -> int +PyQt5.QtWidgets.QComboBox.setModelColumn?4(int) +PyQt5.QtWidgets.QComboBox.currentIndex?4() -> int +PyQt5.QtWidgets.QComboBox.setCurrentIndex?4(int) +PyQt5.QtWidgets.QComboBox.currentText?4() -> str +PyQt5.QtWidgets.QComboBox.itemText?4(int) -> str +PyQt5.QtWidgets.QComboBox.itemIcon?4(int) -> QIcon +PyQt5.QtWidgets.QComboBox.itemData?4(int, int role=Qt.UserRole) -> QVariant +PyQt5.QtWidgets.QComboBox.addItems?4(list-of-str) +PyQt5.QtWidgets.QComboBox.addItem?4(str, QVariant userData=None) +PyQt5.QtWidgets.QComboBox.addItem?4(QIcon, str, QVariant userData=None) +PyQt5.QtWidgets.QComboBox.insertItem?4(int, str, QVariant userData=None) +PyQt5.QtWidgets.QComboBox.insertItem?4(int, QIcon, str, QVariant userData=None) +PyQt5.QtWidgets.QComboBox.insertItems?4(int, list-of-str) +PyQt5.QtWidgets.QComboBox.removeItem?4(int) +PyQt5.QtWidgets.QComboBox.setItemText?4(int, str) +PyQt5.QtWidgets.QComboBox.setItemIcon?4(int, QIcon) +PyQt5.QtWidgets.QComboBox.setItemData?4(int, QVariant, int role=Qt.UserRole) +PyQt5.QtWidgets.QComboBox.view?4() -> QAbstractItemView +PyQt5.QtWidgets.QComboBox.setView?4(QAbstractItemView) +PyQt5.QtWidgets.QComboBox.sizeHint?4() -> QSize +PyQt5.QtWidgets.QComboBox.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QComboBox.showPopup?4() +PyQt5.QtWidgets.QComboBox.hidePopup?4() +PyQt5.QtWidgets.QComboBox.event?4(QEvent) -> bool +PyQt5.QtWidgets.QComboBox.setCompleter?4(QCompleter) +PyQt5.QtWidgets.QComboBox.completer?4() -> QCompleter +PyQt5.QtWidgets.QComboBox.insertSeparator?4(int) +PyQt5.QtWidgets.QComboBox.clear?4() +PyQt5.QtWidgets.QComboBox.clearEditText?4() +PyQt5.QtWidgets.QComboBox.setEditText?4(str) +PyQt5.QtWidgets.QComboBox.setCurrentText?4(str) +PyQt5.QtWidgets.QComboBox.editTextChanged?4(str) +PyQt5.QtWidgets.QComboBox.activated?4(int) +PyQt5.QtWidgets.QComboBox.activated?4(str) +PyQt5.QtWidgets.QComboBox.currentIndexChanged?4(int) +PyQt5.QtWidgets.QComboBox.currentIndexChanged?4(str) +PyQt5.QtWidgets.QComboBox.currentTextChanged?4(str) +PyQt5.QtWidgets.QComboBox.highlighted?4(int) +PyQt5.QtWidgets.QComboBox.highlighted?4(str) +PyQt5.QtWidgets.QComboBox.initStyleOption?4(QStyleOptionComboBox) +PyQt5.QtWidgets.QComboBox.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QComboBox.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QComboBox.changeEvent?4(QEvent) +PyQt5.QtWidgets.QComboBox.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QComboBox.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QComboBox.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QComboBox.hideEvent?4(QHideEvent) +PyQt5.QtWidgets.QComboBox.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QComboBox.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QComboBox.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QComboBox.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QComboBox.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QComboBox.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QComboBox.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWidgets.QComboBox.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QComboBox.currentData?4(int role=Qt.UserRole) -> QVariant +PyQt5.QtWidgets.QPushButton?1(QWidget parent=None) +PyQt5.QtWidgets.QPushButton.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QPushButton?1(str, QWidget parent=None) +PyQt5.QtWidgets.QPushButton.__init__?1(self, str, QWidget parent=None) +PyQt5.QtWidgets.QPushButton?1(QIcon, str, QWidget parent=None) +PyQt5.QtWidgets.QPushButton.__init__?1(self, QIcon, str, QWidget parent=None) +PyQt5.QtWidgets.QPushButton.sizeHint?4() -> QSize +PyQt5.QtWidgets.QPushButton.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QPushButton.autoDefault?4() -> bool +PyQt5.QtWidgets.QPushButton.setAutoDefault?4(bool) +PyQt5.QtWidgets.QPushButton.isDefault?4() -> bool +PyQt5.QtWidgets.QPushButton.setDefault?4(bool) +PyQt5.QtWidgets.QPushButton.setMenu?4(QMenu) +PyQt5.QtWidgets.QPushButton.menu?4() -> QMenu +PyQt5.QtWidgets.QPushButton.setFlat?4(bool) +PyQt5.QtWidgets.QPushButton.isFlat?4() -> bool +PyQt5.QtWidgets.QPushButton.showMenu?4() +PyQt5.QtWidgets.QPushButton.initStyleOption?4(QStyleOptionButton) +PyQt5.QtWidgets.QPushButton.event?4(QEvent) -> bool +PyQt5.QtWidgets.QPushButton.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QPushButton.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QPushButton.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QPushButton.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QCommandLinkButton?1(QWidget parent=None) +PyQt5.QtWidgets.QCommandLinkButton.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QCommandLinkButton?1(str, QWidget parent=None) +PyQt5.QtWidgets.QCommandLinkButton.__init__?1(self, str, QWidget parent=None) +PyQt5.QtWidgets.QCommandLinkButton?1(str, str, QWidget parent=None) +PyQt5.QtWidgets.QCommandLinkButton.__init__?1(self, str, str, QWidget parent=None) +PyQt5.QtWidgets.QCommandLinkButton.description?4() -> str +PyQt5.QtWidgets.QCommandLinkButton.setDescription?4(str) +PyQt5.QtWidgets.QCommandLinkButton.sizeHint?4() -> QSize +PyQt5.QtWidgets.QCommandLinkButton.heightForWidth?4(int) -> int +PyQt5.QtWidgets.QCommandLinkButton.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QCommandLinkButton.event?4(QEvent) -> bool +PyQt5.QtWidgets.QCommandLinkButton.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QStyle.RequestSoftwareInputPanel?10 +PyQt5.QtWidgets.QStyle.RSIP_OnMouseClickAndAlreadyFocused?10 +PyQt5.QtWidgets.QStyle.RSIP_OnMouseClick?10 +PyQt5.QtWidgets.QStyle.StandardPixmap?10 +PyQt5.QtWidgets.QStyle.SP_TitleBarMenuButton?10 +PyQt5.QtWidgets.QStyle.SP_TitleBarMinButton?10 +PyQt5.QtWidgets.QStyle.SP_TitleBarMaxButton?10 +PyQt5.QtWidgets.QStyle.SP_TitleBarCloseButton?10 +PyQt5.QtWidgets.QStyle.SP_TitleBarNormalButton?10 +PyQt5.QtWidgets.QStyle.SP_TitleBarShadeButton?10 +PyQt5.QtWidgets.QStyle.SP_TitleBarUnshadeButton?10 +PyQt5.QtWidgets.QStyle.SP_TitleBarContextHelpButton?10 +PyQt5.QtWidgets.QStyle.SP_DockWidgetCloseButton?10 +PyQt5.QtWidgets.QStyle.SP_MessageBoxInformation?10 +PyQt5.QtWidgets.QStyle.SP_MessageBoxWarning?10 +PyQt5.QtWidgets.QStyle.SP_MessageBoxCritical?10 +PyQt5.QtWidgets.QStyle.SP_MessageBoxQuestion?10 +PyQt5.QtWidgets.QStyle.SP_DesktopIcon?10 +PyQt5.QtWidgets.QStyle.SP_TrashIcon?10 +PyQt5.QtWidgets.QStyle.SP_ComputerIcon?10 +PyQt5.QtWidgets.QStyle.SP_DriveFDIcon?10 +PyQt5.QtWidgets.QStyle.SP_DriveHDIcon?10 +PyQt5.QtWidgets.QStyle.SP_DriveCDIcon?10 +PyQt5.QtWidgets.QStyle.SP_DriveDVDIcon?10 +PyQt5.QtWidgets.QStyle.SP_DriveNetIcon?10 +PyQt5.QtWidgets.QStyle.SP_DirOpenIcon?10 +PyQt5.QtWidgets.QStyle.SP_DirClosedIcon?10 +PyQt5.QtWidgets.QStyle.SP_DirLinkIcon?10 +PyQt5.QtWidgets.QStyle.SP_FileIcon?10 +PyQt5.QtWidgets.QStyle.SP_FileLinkIcon?10 +PyQt5.QtWidgets.QStyle.SP_ToolBarHorizontalExtensionButton?10 +PyQt5.QtWidgets.QStyle.SP_ToolBarVerticalExtensionButton?10 +PyQt5.QtWidgets.QStyle.SP_FileDialogStart?10 +PyQt5.QtWidgets.QStyle.SP_FileDialogEnd?10 +PyQt5.QtWidgets.QStyle.SP_FileDialogToParent?10 +PyQt5.QtWidgets.QStyle.SP_FileDialogNewFolder?10 +PyQt5.QtWidgets.QStyle.SP_FileDialogDetailedView?10 +PyQt5.QtWidgets.QStyle.SP_FileDialogInfoView?10 +PyQt5.QtWidgets.QStyle.SP_FileDialogContentsView?10 +PyQt5.QtWidgets.QStyle.SP_FileDialogListView?10 +PyQt5.QtWidgets.QStyle.SP_FileDialogBack?10 +PyQt5.QtWidgets.QStyle.SP_DirIcon?10 +PyQt5.QtWidgets.QStyle.SP_DialogOkButton?10 +PyQt5.QtWidgets.QStyle.SP_DialogCancelButton?10 +PyQt5.QtWidgets.QStyle.SP_DialogHelpButton?10 +PyQt5.QtWidgets.QStyle.SP_DialogOpenButton?10 +PyQt5.QtWidgets.QStyle.SP_DialogSaveButton?10 +PyQt5.QtWidgets.QStyle.SP_DialogCloseButton?10 +PyQt5.QtWidgets.QStyle.SP_DialogApplyButton?10 +PyQt5.QtWidgets.QStyle.SP_DialogResetButton?10 +PyQt5.QtWidgets.QStyle.SP_DialogDiscardButton?10 +PyQt5.QtWidgets.QStyle.SP_DialogYesButton?10 +PyQt5.QtWidgets.QStyle.SP_DialogNoButton?10 +PyQt5.QtWidgets.QStyle.SP_ArrowUp?10 +PyQt5.QtWidgets.QStyle.SP_ArrowDown?10 +PyQt5.QtWidgets.QStyle.SP_ArrowLeft?10 +PyQt5.QtWidgets.QStyle.SP_ArrowRight?10 +PyQt5.QtWidgets.QStyle.SP_ArrowBack?10 +PyQt5.QtWidgets.QStyle.SP_ArrowForward?10 +PyQt5.QtWidgets.QStyle.SP_DirHomeIcon?10 +PyQt5.QtWidgets.QStyle.SP_CommandLink?10 +PyQt5.QtWidgets.QStyle.SP_VistaShield?10 +PyQt5.QtWidgets.QStyle.SP_BrowserReload?10 +PyQt5.QtWidgets.QStyle.SP_BrowserStop?10 +PyQt5.QtWidgets.QStyle.SP_MediaPlay?10 +PyQt5.QtWidgets.QStyle.SP_MediaStop?10 +PyQt5.QtWidgets.QStyle.SP_MediaPause?10 +PyQt5.QtWidgets.QStyle.SP_MediaSkipForward?10 +PyQt5.QtWidgets.QStyle.SP_MediaSkipBackward?10 +PyQt5.QtWidgets.QStyle.SP_MediaSeekForward?10 +PyQt5.QtWidgets.QStyle.SP_MediaSeekBackward?10 +PyQt5.QtWidgets.QStyle.SP_MediaVolume?10 +PyQt5.QtWidgets.QStyle.SP_MediaVolumeMuted?10 +PyQt5.QtWidgets.QStyle.SP_DirLinkOpenIcon?10 +PyQt5.QtWidgets.QStyle.SP_LineEditClearButton?10 +PyQt5.QtWidgets.QStyle.SP_CustomBase?10 +PyQt5.QtWidgets.QStyle.StyleHint?10 +PyQt5.QtWidgets.QStyle.SH_EtchDisabledText?10 +PyQt5.QtWidgets.QStyle.SH_DitherDisabledText?10 +PyQt5.QtWidgets.QStyle.SH_ScrollBar_MiddleClickAbsolutePosition?10 +PyQt5.QtWidgets.QStyle.SH_ScrollBar_ScrollWhenPointerLeavesControl?10 +PyQt5.QtWidgets.QStyle.SH_TabBar_SelectMouseType?10 +PyQt5.QtWidgets.QStyle.SH_TabBar_Alignment?10 +PyQt5.QtWidgets.QStyle.SH_Header_ArrowAlignment?10 +PyQt5.QtWidgets.QStyle.SH_Slider_SnapToValue?10 +PyQt5.QtWidgets.QStyle.SH_Slider_SloppyKeyEvents?10 +PyQt5.QtWidgets.QStyle.SH_ProgressDialog_CenterCancelButton?10 +PyQt5.QtWidgets.QStyle.SH_ProgressDialog_TextLabelAlignment?10 +PyQt5.QtWidgets.QStyle.SH_PrintDialog_RightAlignButtons?10 +PyQt5.QtWidgets.QStyle.SH_MainWindow_SpaceBelowMenuBar?10 +PyQt5.QtWidgets.QStyle.SH_FontDialog_SelectAssociatedText?10 +PyQt5.QtWidgets.QStyle.SH_Menu_AllowActiveAndDisabled?10 +PyQt5.QtWidgets.QStyle.SH_Menu_SpaceActivatesItem?10 +PyQt5.QtWidgets.QStyle.SH_Menu_SubMenuPopupDelay?10 +PyQt5.QtWidgets.QStyle.SH_ScrollView_FrameOnlyAroundContents?10 +PyQt5.QtWidgets.QStyle.SH_MenuBar_AltKeyNavigation?10 +PyQt5.QtWidgets.QStyle.SH_ComboBox_ListMouseTracking?10 +PyQt5.QtWidgets.QStyle.SH_Menu_MouseTracking?10 +PyQt5.QtWidgets.QStyle.SH_MenuBar_MouseTracking?10 +PyQt5.QtWidgets.QStyle.SH_ItemView_ChangeHighlightOnFocus?10 +PyQt5.QtWidgets.QStyle.SH_Widget_ShareActivation?10 +PyQt5.QtWidgets.QStyle.SH_Workspace_FillSpaceOnMaximize?10 +PyQt5.QtWidgets.QStyle.SH_ComboBox_Popup?10 +PyQt5.QtWidgets.QStyle.SH_TitleBar_NoBorder?10 +PyQt5.QtWidgets.QStyle.SH_ScrollBar_StopMouseOverSlider?10 +PyQt5.QtWidgets.QStyle.SH_BlinkCursorWhenTextSelected?10 +PyQt5.QtWidgets.QStyle.SH_RichText_FullWidthSelection?10 +PyQt5.QtWidgets.QStyle.SH_Menu_Scrollable?10 +PyQt5.QtWidgets.QStyle.SH_GroupBox_TextLabelVerticalAlignment?10 +PyQt5.QtWidgets.QStyle.SH_GroupBox_TextLabelColor?10 +PyQt5.QtWidgets.QStyle.SH_Menu_SloppySubMenus?10 +PyQt5.QtWidgets.QStyle.SH_Table_GridLineColor?10 +PyQt5.QtWidgets.QStyle.SH_LineEdit_PasswordCharacter?10 +PyQt5.QtWidgets.QStyle.SH_DialogButtons_DefaultButton?10 +PyQt5.QtWidgets.QStyle.SH_ToolBox_SelectedPageTitleBold?10 +PyQt5.QtWidgets.QStyle.SH_TabBar_PreferNoArrows?10 +PyQt5.QtWidgets.QStyle.SH_ScrollBar_LeftClickAbsolutePosition?10 +PyQt5.QtWidgets.QStyle.SH_UnderlineShortcut?10 +PyQt5.QtWidgets.QStyle.SH_SpinBox_AnimateButton?10 +PyQt5.QtWidgets.QStyle.SH_SpinBox_KeyPressAutoRepeatRate?10 +PyQt5.QtWidgets.QStyle.SH_SpinBox_ClickAutoRepeatRate?10 +PyQt5.QtWidgets.QStyle.SH_Menu_FillScreenWithScroll?10 +PyQt5.QtWidgets.QStyle.SH_ToolTipLabel_Opacity?10 +PyQt5.QtWidgets.QStyle.SH_DrawMenuBarSeparator?10 +PyQt5.QtWidgets.QStyle.SH_TitleBar_ModifyNotification?10 +PyQt5.QtWidgets.QStyle.SH_Button_FocusPolicy?10 +PyQt5.QtWidgets.QStyle.SH_MessageBox_UseBorderForButtonSpacing?10 +PyQt5.QtWidgets.QStyle.SH_TitleBar_AutoRaise?10 +PyQt5.QtWidgets.QStyle.SH_ToolButton_PopupDelay?10 +PyQt5.QtWidgets.QStyle.SH_FocusFrame_Mask?10 +PyQt5.QtWidgets.QStyle.SH_RubberBand_Mask?10 +PyQt5.QtWidgets.QStyle.SH_WindowFrame_Mask?10 +PyQt5.QtWidgets.QStyle.SH_SpinControls_DisableOnBounds?10 +PyQt5.QtWidgets.QStyle.SH_Dial_BackgroundRole?10 +PyQt5.QtWidgets.QStyle.SH_ComboBox_LayoutDirection?10 +PyQt5.QtWidgets.QStyle.SH_ItemView_EllipsisLocation?10 +PyQt5.QtWidgets.QStyle.SH_ItemView_ShowDecorationSelected?10 +PyQt5.QtWidgets.QStyle.SH_ItemView_ActivateItemOnSingleClick?10 +PyQt5.QtWidgets.QStyle.SH_ScrollBar_ContextMenu?10 +PyQt5.QtWidgets.QStyle.SH_ScrollBar_RollBetweenButtons?10 +PyQt5.QtWidgets.QStyle.SH_Slider_StopMouseOverSlider?10 +PyQt5.QtWidgets.QStyle.SH_Slider_AbsoluteSetButtons?10 +PyQt5.QtWidgets.QStyle.SH_Slider_PageSetButtons?10 +PyQt5.QtWidgets.QStyle.SH_Menu_KeyboardSearch?10 +PyQt5.QtWidgets.QStyle.SH_TabBar_ElideMode?10 +PyQt5.QtWidgets.QStyle.SH_DialogButtonLayout?10 +PyQt5.QtWidgets.QStyle.SH_ComboBox_PopupFrameStyle?10 +PyQt5.QtWidgets.QStyle.SH_MessageBox_TextInteractionFlags?10 +PyQt5.QtWidgets.QStyle.SH_DialogButtonBox_ButtonsHaveIcons?10 +PyQt5.QtWidgets.QStyle.SH_SpellCheckUnderlineStyle?10 +PyQt5.QtWidgets.QStyle.SH_MessageBox_CenterButtons?10 +PyQt5.QtWidgets.QStyle.SH_Menu_SelectionWrap?10 +PyQt5.QtWidgets.QStyle.SH_ItemView_MovementWithoutUpdatingSelection?10 +PyQt5.QtWidgets.QStyle.SH_ToolTip_Mask?10 +PyQt5.QtWidgets.QStyle.SH_FocusFrame_AboveWidget?10 +PyQt5.QtWidgets.QStyle.SH_TextControl_FocusIndicatorTextCharFormat?10 +PyQt5.QtWidgets.QStyle.SH_WizardStyle?10 +PyQt5.QtWidgets.QStyle.SH_ItemView_ArrowKeysNavigateIntoChildren?10 +PyQt5.QtWidgets.QStyle.SH_Menu_Mask?10 +PyQt5.QtWidgets.QStyle.SH_Menu_FlashTriggeredItem?10 +PyQt5.QtWidgets.QStyle.SH_Menu_FadeOutOnHide?10 +PyQt5.QtWidgets.QStyle.SH_SpinBox_ClickAutoRepeatThreshold?10 +PyQt5.QtWidgets.QStyle.SH_ItemView_PaintAlternatingRowColorsForEmptyArea?10 +PyQt5.QtWidgets.QStyle.SH_FormLayoutWrapPolicy?10 +PyQt5.QtWidgets.QStyle.SH_TabWidget_DefaultTabPosition?10 +PyQt5.QtWidgets.QStyle.SH_ToolBar_Movable?10 +PyQt5.QtWidgets.QStyle.SH_FormLayoutFieldGrowthPolicy?10 +PyQt5.QtWidgets.QStyle.SH_FormLayoutFormAlignment?10 +PyQt5.QtWidgets.QStyle.SH_FormLayoutLabelAlignment?10 +PyQt5.QtWidgets.QStyle.SH_ItemView_DrawDelegateFrame?10 +PyQt5.QtWidgets.QStyle.SH_TabBar_CloseButtonPosition?10 +PyQt5.QtWidgets.QStyle.SH_DockWidget_ButtonsHaveFrame?10 +PyQt5.QtWidgets.QStyle.SH_ToolButtonStyle?10 +PyQt5.QtWidgets.QStyle.SH_RequestSoftwareInputPanel?10 +PyQt5.QtWidgets.QStyle.SH_ListViewExpand_SelectMouseType?10 +PyQt5.QtWidgets.QStyle.SH_ScrollBar_Transient?10 +PyQt5.QtWidgets.QStyle.SH_Menu_SupportsSections?10 +PyQt5.QtWidgets.QStyle.SH_ToolTip_WakeUpDelay?10 +PyQt5.QtWidgets.QStyle.SH_ToolTip_FallAsleepDelay?10 +PyQt5.QtWidgets.QStyle.SH_Widget_Animate?10 +PyQt5.QtWidgets.QStyle.SH_Splitter_OpaqueResize?10 +PyQt5.QtWidgets.QStyle.SH_CustomBase?10 +PyQt5.QtWidgets.QStyle.ContentsType?10 +PyQt5.QtWidgets.QStyle.CT_PushButton?10 +PyQt5.QtWidgets.QStyle.CT_CheckBox?10 +PyQt5.QtWidgets.QStyle.CT_RadioButton?10 +PyQt5.QtWidgets.QStyle.CT_ToolButton?10 +PyQt5.QtWidgets.QStyle.CT_ComboBox?10 +PyQt5.QtWidgets.QStyle.CT_Splitter?10 +PyQt5.QtWidgets.QStyle.CT_ProgressBar?10 +PyQt5.QtWidgets.QStyle.CT_MenuItem?10 +PyQt5.QtWidgets.QStyle.CT_MenuBarItem?10 +PyQt5.QtWidgets.QStyle.CT_MenuBar?10 +PyQt5.QtWidgets.QStyle.CT_Menu?10 +PyQt5.QtWidgets.QStyle.CT_TabBarTab?10 +PyQt5.QtWidgets.QStyle.CT_Slider?10 +PyQt5.QtWidgets.QStyle.CT_ScrollBar?10 +PyQt5.QtWidgets.QStyle.CT_LineEdit?10 +PyQt5.QtWidgets.QStyle.CT_SpinBox?10 +PyQt5.QtWidgets.QStyle.CT_SizeGrip?10 +PyQt5.QtWidgets.QStyle.CT_TabWidget?10 +PyQt5.QtWidgets.QStyle.CT_DialogButtons?10 +PyQt5.QtWidgets.QStyle.CT_HeaderSection?10 +PyQt5.QtWidgets.QStyle.CT_GroupBox?10 +PyQt5.QtWidgets.QStyle.CT_MdiControls?10 +PyQt5.QtWidgets.QStyle.CT_ItemViewItem?10 +PyQt5.QtWidgets.QStyle.CT_CustomBase?10 +PyQt5.QtWidgets.QStyle.PixelMetric?10 +PyQt5.QtWidgets.QStyle.PM_ButtonMargin?10 +PyQt5.QtWidgets.QStyle.PM_ButtonDefaultIndicator?10 +PyQt5.QtWidgets.QStyle.PM_MenuButtonIndicator?10 +PyQt5.QtWidgets.QStyle.PM_ButtonShiftHorizontal?10 +PyQt5.QtWidgets.QStyle.PM_ButtonShiftVertical?10 +PyQt5.QtWidgets.QStyle.PM_DefaultFrameWidth?10 +PyQt5.QtWidgets.QStyle.PM_SpinBoxFrameWidth?10 +PyQt5.QtWidgets.QStyle.PM_ComboBoxFrameWidth?10 +PyQt5.QtWidgets.QStyle.PM_MaximumDragDistance?10 +PyQt5.QtWidgets.QStyle.PM_ScrollBarExtent?10 +PyQt5.QtWidgets.QStyle.PM_ScrollBarSliderMin?10 +PyQt5.QtWidgets.QStyle.PM_SliderThickness?10 +PyQt5.QtWidgets.QStyle.PM_SliderControlThickness?10 +PyQt5.QtWidgets.QStyle.PM_SliderLength?10 +PyQt5.QtWidgets.QStyle.PM_SliderTickmarkOffset?10 +PyQt5.QtWidgets.QStyle.PM_SliderSpaceAvailable?10 +PyQt5.QtWidgets.QStyle.PM_DockWidgetSeparatorExtent?10 +PyQt5.QtWidgets.QStyle.PM_DockWidgetHandleExtent?10 +PyQt5.QtWidgets.QStyle.PM_DockWidgetFrameWidth?10 +PyQt5.QtWidgets.QStyle.PM_TabBarTabOverlap?10 +PyQt5.QtWidgets.QStyle.PM_TabBarTabHSpace?10 +PyQt5.QtWidgets.QStyle.PM_TabBarTabVSpace?10 +PyQt5.QtWidgets.QStyle.PM_TabBarBaseHeight?10 +PyQt5.QtWidgets.QStyle.PM_TabBarBaseOverlap?10 +PyQt5.QtWidgets.QStyle.PM_ProgressBarChunkWidth?10 +PyQt5.QtWidgets.QStyle.PM_SplitterWidth?10 +PyQt5.QtWidgets.QStyle.PM_TitleBarHeight?10 +PyQt5.QtWidgets.QStyle.PM_MenuScrollerHeight?10 +PyQt5.QtWidgets.QStyle.PM_MenuHMargin?10 +PyQt5.QtWidgets.QStyle.PM_MenuVMargin?10 +PyQt5.QtWidgets.QStyle.PM_MenuPanelWidth?10 +PyQt5.QtWidgets.QStyle.PM_MenuTearoffHeight?10 +PyQt5.QtWidgets.QStyle.PM_MenuDesktopFrameWidth?10 +PyQt5.QtWidgets.QStyle.PM_MenuBarPanelWidth?10 +PyQt5.QtWidgets.QStyle.PM_MenuBarItemSpacing?10 +PyQt5.QtWidgets.QStyle.PM_MenuBarVMargin?10 +PyQt5.QtWidgets.QStyle.PM_MenuBarHMargin?10 +PyQt5.QtWidgets.QStyle.PM_IndicatorWidth?10 +PyQt5.QtWidgets.QStyle.PM_IndicatorHeight?10 +PyQt5.QtWidgets.QStyle.PM_ExclusiveIndicatorWidth?10 +PyQt5.QtWidgets.QStyle.PM_ExclusiveIndicatorHeight?10 +PyQt5.QtWidgets.QStyle.PM_DialogButtonsSeparator?10 +PyQt5.QtWidgets.QStyle.PM_DialogButtonsButtonWidth?10 +PyQt5.QtWidgets.QStyle.PM_DialogButtonsButtonHeight?10 +PyQt5.QtWidgets.QStyle.PM_MdiSubWindowFrameWidth?10 +PyQt5.QtWidgets.QStyle.PM_MDIFrameWidth?10 +PyQt5.QtWidgets.QStyle.PM_MdiSubWindowMinimizedWidth?10 +PyQt5.QtWidgets.QStyle.PM_MDIMinimizedWidth?10 +PyQt5.QtWidgets.QStyle.PM_HeaderMargin?10 +PyQt5.QtWidgets.QStyle.PM_HeaderMarkSize?10 +PyQt5.QtWidgets.QStyle.PM_HeaderGripMargin?10 +PyQt5.QtWidgets.QStyle.PM_TabBarTabShiftHorizontal?10 +PyQt5.QtWidgets.QStyle.PM_TabBarTabShiftVertical?10 +PyQt5.QtWidgets.QStyle.PM_TabBarScrollButtonWidth?10 +PyQt5.QtWidgets.QStyle.PM_ToolBarFrameWidth?10 +PyQt5.QtWidgets.QStyle.PM_ToolBarHandleExtent?10 +PyQt5.QtWidgets.QStyle.PM_ToolBarItemSpacing?10 +PyQt5.QtWidgets.QStyle.PM_ToolBarItemMargin?10 +PyQt5.QtWidgets.QStyle.PM_ToolBarSeparatorExtent?10 +PyQt5.QtWidgets.QStyle.PM_ToolBarExtensionExtent?10 +PyQt5.QtWidgets.QStyle.PM_SpinBoxSliderHeight?10 +PyQt5.QtWidgets.QStyle.PM_DefaultTopLevelMargin?10 +PyQt5.QtWidgets.QStyle.PM_DefaultChildMargin?10 +PyQt5.QtWidgets.QStyle.PM_DefaultLayoutSpacing?10 +PyQt5.QtWidgets.QStyle.PM_ToolBarIconSize?10 +PyQt5.QtWidgets.QStyle.PM_ListViewIconSize?10 +PyQt5.QtWidgets.QStyle.PM_IconViewIconSize?10 +PyQt5.QtWidgets.QStyle.PM_SmallIconSize?10 +PyQt5.QtWidgets.QStyle.PM_LargeIconSize?10 +PyQt5.QtWidgets.QStyle.PM_FocusFrameVMargin?10 +PyQt5.QtWidgets.QStyle.PM_FocusFrameHMargin?10 +PyQt5.QtWidgets.QStyle.PM_ToolTipLabelFrameWidth?10 +PyQt5.QtWidgets.QStyle.PM_CheckBoxLabelSpacing?10 +PyQt5.QtWidgets.QStyle.PM_TabBarIconSize?10 +PyQt5.QtWidgets.QStyle.PM_SizeGripSize?10 +PyQt5.QtWidgets.QStyle.PM_DockWidgetTitleMargin?10 +PyQt5.QtWidgets.QStyle.PM_MessageBoxIconSize?10 +PyQt5.QtWidgets.QStyle.PM_ButtonIconSize?10 +PyQt5.QtWidgets.QStyle.PM_DockWidgetTitleBarButtonMargin?10 +PyQt5.QtWidgets.QStyle.PM_RadioButtonLabelSpacing?10 +PyQt5.QtWidgets.QStyle.PM_LayoutLeftMargin?10 +PyQt5.QtWidgets.QStyle.PM_LayoutTopMargin?10 +PyQt5.QtWidgets.QStyle.PM_LayoutRightMargin?10 +PyQt5.QtWidgets.QStyle.PM_LayoutBottomMargin?10 +PyQt5.QtWidgets.QStyle.PM_LayoutHorizontalSpacing?10 +PyQt5.QtWidgets.QStyle.PM_LayoutVerticalSpacing?10 +PyQt5.QtWidgets.QStyle.PM_TabBar_ScrollButtonOverlap?10 +PyQt5.QtWidgets.QStyle.PM_TextCursorWidth?10 +PyQt5.QtWidgets.QStyle.PM_TabCloseIndicatorWidth?10 +PyQt5.QtWidgets.QStyle.PM_TabCloseIndicatorHeight?10 +PyQt5.QtWidgets.QStyle.PM_ScrollView_ScrollBarSpacing?10 +PyQt5.QtWidgets.QStyle.PM_SubMenuOverlap?10 +PyQt5.QtWidgets.QStyle.PM_ScrollView_ScrollBarOverlap?10 +PyQt5.QtWidgets.QStyle.PM_CustomBase?10 +PyQt5.QtWidgets.QStyle.SubControl?10 +PyQt5.QtWidgets.QStyle.SC_None?10 +PyQt5.QtWidgets.QStyle.SC_ScrollBarAddLine?10 +PyQt5.QtWidgets.QStyle.SC_ScrollBarSubLine?10 +PyQt5.QtWidgets.QStyle.SC_ScrollBarAddPage?10 +PyQt5.QtWidgets.QStyle.SC_ScrollBarSubPage?10 +PyQt5.QtWidgets.QStyle.SC_ScrollBarFirst?10 +PyQt5.QtWidgets.QStyle.SC_ScrollBarLast?10 +PyQt5.QtWidgets.QStyle.SC_ScrollBarSlider?10 +PyQt5.QtWidgets.QStyle.SC_ScrollBarGroove?10 +PyQt5.QtWidgets.QStyle.SC_SpinBoxUp?10 +PyQt5.QtWidgets.QStyle.SC_SpinBoxDown?10 +PyQt5.QtWidgets.QStyle.SC_SpinBoxFrame?10 +PyQt5.QtWidgets.QStyle.SC_SpinBoxEditField?10 +PyQt5.QtWidgets.QStyle.SC_ComboBoxFrame?10 +PyQt5.QtWidgets.QStyle.SC_ComboBoxEditField?10 +PyQt5.QtWidgets.QStyle.SC_ComboBoxArrow?10 +PyQt5.QtWidgets.QStyle.SC_ComboBoxListBoxPopup?10 +PyQt5.QtWidgets.QStyle.SC_SliderGroove?10 +PyQt5.QtWidgets.QStyle.SC_SliderHandle?10 +PyQt5.QtWidgets.QStyle.SC_SliderTickmarks?10 +PyQt5.QtWidgets.QStyle.SC_ToolButton?10 +PyQt5.QtWidgets.QStyle.SC_ToolButtonMenu?10 +PyQt5.QtWidgets.QStyle.SC_TitleBarSysMenu?10 +PyQt5.QtWidgets.QStyle.SC_TitleBarMinButton?10 +PyQt5.QtWidgets.QStyle.SC_TitleBarMaxButton?10 +PyQt5.QtWidgets.QStyle.SC_TitleBarCloseButton?10 +PyQt5.QtWidgets.QStyle.SC_TitleBarNormalButton?10 +PyQt5.QtWidgets.QStyle.SC_TitleBarShadeButton?10 +PyQt5.QtWidgets.QStyle.SC_TitleBarUnshadeButton?10 +PyQt5.QtWidgets.QStyle.SC_TitleBarContextHelpButton?10 +PyQt5.QtWidgets.QStyle.SC_TitleBarLabel?10 +PyQt5.QtWidgets.QStyle.SC_DialGroove?10 +PyQt5.QtWidgets.QStyle.SC_DialHandle?10 +PyQt5.QtWidgets.QStyle.SC_DialTickmarks?10 +PyQt5.QtWidgets.QStyle.SC_GroupBoxCheckBox?10 +PyQt5.QtWidgets.QStyle.SC_GroupBoxLabel?10 +PyQt5.QtWidgets.QStyle.SC_GroupBoxContents?10 +PyQt5.QtWidgets.QStyle.SC_GroupBoxFrame?10 +PyQt5.QtWidgets.QStyle.SC_MdiMinButton?10 +PyQt5.QtWidgets.QStyle.SC_MdiNormalButton?10 +PyQt5.QtWidgets.QStyle.SC_MdiCloseButton?10 +PyQt5.QtWidgets.QStyle.SC_CustomBase?10 +PyQt5.QtWidgets.QStyle.SC_All?10 +PyQt5.QtWidgets.QStyle.ComplexControl?10 +PyQt5.QtWidgets.QStyle.CC_SpinBox?10 +PyQt5.QtWidgets.QStyle.CC_ComboBox?10 +PyQt5.QtWidgets.QStyle.CC_ScrollBar?10 +PyQt5.QtWidgets.QStyle.CC_Slider?10 +PyQt5.QtWidgets.QStyle.CC_ToolButton?10 +PyQt5.QtWidgets.QStyle.CC_TitleBar?10 +PyQt5.QtWidgets.QStyle.CC_Dial?10 +PyQt5.QtWidgets.QStyle.CC_GroupBox?10 +PyQt5.QtWidgets.QStyle.CC_MdiControls?10 +PyQt5.QtWidgets.QStyle.CC_CustomBase?10 +PyQt5.QtWidgets.QStyle.SubElement?10 +PyQt5.QtWidgets.QStyle.SE_PushButtonContents?10 +PyQt5.QtWidgets.QStyle.SE_PushButtonFocusRect?10 +PyQt5.QtWidgets.QStyle.SE_CheckBoxIndicator?10 +PyQt5.QtWidgets.QStyle.SE_CheckBoxContents?10 +PyQt5.QtWidgets.QStyle.SE_CheckBoxFocusRect?10 +PyQt5.QtWidgets.QStyle.SE_CheckBoxClickRect?10 +PyQt5.QtWidgets.QStyle.SE_RadioButtonIndicator?10 +PyQt5.QtWidgets.QStyle.SE_RadioButtonContents?10 +PyQt5.QtWidgets.QStyle.SE_RadioButtonFocusRect?10 +PyQt5.QtWidgets.QStyle.SE_RadioButtonClickRect?10 +PyQt5.QtWidgets.QStyle.SE_ComboBoxFocusRect?10 +PyQt5.QtWidgets.QStyle.SE_SliderFocusRect?10 +PyQt5.QtWidgets.QStyle.SE_ProgressBarGroove?10 +PyQt5.QtWidgets.QStyle.SE_ProgressBarContents?10 +PyQt5.QtWidgets.QStyle.SE_ProgressBarLabel?10 +PyQt5.QtWidgets.QStyle.SE_ToolBoxTabContents?10 +PyQt5.QtWidgets.QStyle.SE_HeaderLabel?10 +PyQt5.QtWidgets.QStyle.SE_HeaderArrow?10 +PyQt5.QtWidgets.QStyle.SE_TabWidgetTabBar?10 +PyQt5.QtWidgets.QStyle.SE_TabWidgetTabPane?10 +PyQt5.QtWidgets.QStyle.SE_TabWidgetTabContents?10 +PyQt5.QtWidgets.QStyle.SE_TabWidgetLeftCorner?10 +PyQt5.QtWidgets.QStyle.SE_TabWidgetRightCorner?10 +PyQt5.QtWidgets.QStyle.SE_ViewItemCheckIndicator?10 +PyQt5.QtWidgets.QStyle.SE_TabBarTearIndicator?10 +PyQt5.QtWidgets.QStyle.SE_TreeViewDisclosureItem?10 +PyQt5.QtWidgets.QStyle.SE_LineEditContents?10 +PyQt5.QtWidgets.QStyle.SE_FrameContents?10 +PyQt5.QtWidgets.QStyle.SE_DockWidgetCloseButton?10 +PyQt5.QtWidgets.QStyle.SE_DockWidgetFloatButton?10 +PyQt5.QtWidgets.QStyle.SE_DockWidgetTitleBarText?10 +PyQt5.QtWidgets.QStyle.SE_DockWidgetIcon?10 +PyQt5.QtWidgets.QStyle.SE_CheckBoxLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_ComboBoxLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_DateTimeEditLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_DialogButtonBoxLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_LabelLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_ProgressBarLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_PushButtonLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_RadioButtonLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_SliderLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_SpinBoxLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_ToolButtonLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_FrameLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_GroupBoxLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_TabWidgetLayoutItem?10 +PyQt5.QtWidgets.QStyle.SE_ItemViewItemCheckIndicator?10 +PyQt5.QtWidgets.QStyle.SE_ItemViewItemDecoration?10 +PyQt5.QtWidgets.QStyle.SE_ItemViewItemText?10 +PyQt5.QtWidgets.QStyle.SE_ItemViewItemFocusRect?10 +PyQt5.QtWidgets.QStyle.SE_TabBarTabLeftButton?10 +PyQt5.QtWidgets.QStyle.SE_TabBarTabRightButton?10 +PyQt5.QtWidgets.QStyle.SE_TabBarTabText?10 +PyQt5.QtWidgets.QStyle.SE_ShapedFrameContents?10 +PyQt5.QtWidgets.QStyle.SE_ToolBarHandle?10 +PyQt5.QtWidgets.QStyle.SE_CustomBase?10 +PyQt5.QtWidgets.QStyle.ControlElement?10 +PyQt5.QtWidgets.QStyle.CE_PushButton?10 +PyQt5.QtWidgets.QStyle.CE_PushButtonBevel?10 +PyQt5.QtWidgets.QStyle.CE_PushButtonLabel?10 +PyQt5.QtWidgets.QStyle.CE_CheckBox?10 +PyQt5.QtWidgets.QStyle.CE_CheckBoxLabel?10 +PyQt5.QtWidgets.QStyle.CE_RadioButton?10 +PyQt5.QtWidgets.QStyle.CE_RadioButtonLabel?10 +PyQt5.QtWidgets.QStyle.CE_TabBarTab?10 +PyQt5.QtWidgets.QStyle.CE_TabBarTabShape?10 +PyQt5.QtWidgets.QStyle.CE_TabBarTabLabel?10 +PyQt5.QtWidgets.QStyle.CE_ProgressBar?10 +PyQt5.QtWidgets.QStyle.CE_ProgressBarGroove?10 +PyQt5.QtWidgets.QStyle.CE_ProgressBarContents?10 +PyQt5.QtWidgets.QStyle.CE_ProgressBarLabel?10 +PyQt5.QtWidgets.QStyle.CE_MenuItem?10 +PyQt5.QtWidgets.QStyle.CE_MenuScroller?10 +PyQt5.QtWidgets.QStyle.CE_MenuVMargin?10 +PyQt5.QtWidgets.QStyle.CE_MenuHMargin?10 +PyQt5.QtWidgets.QStyle.CE_MenuTearoff?10 +PyQt5.QtWidgets.QStyle.CE_MenuEmptyArea?10 +PyQt5.QtWidgets.QStyle.CE_MenuBarItem?10 +PyQt5.QtWidgets.QStyle.CE_MenuBarEmptyArea?10 +PyQt5.QtWidgets.QStyle.CE_ToolButtonLabel?10 +PyQt5.QtWidgets.QStyle.CE_Header?10 +PyQt5.QtWidgets.QStyle.CE_HeaderSection?10 +PyQt5.QtWidgets.QStyle.CE_HeaderLabel?10 +PyQt5.QtWidgets.QStyle.CE_ToolBoxTab?10 +PyQt5.QtWidgets.QStyle.CE_SizeGrip?10 +PyQt5.QtWidgets.QStyle.CE_Splitter?10 +PyQt5.QtWidgets.QStyle.CE_RubberBand?10 +PyQt5.QtWidgets.QStyle.CE_DockWidgetTitle?10 +PyQt5.QtWidgets.QStyle.CE_ScrollBarAddLine?10 +PyQt5.QtWidgets.QStyle.CE_ScrollBarSubLine?10 +PyQt5.QtWidgets.QStyle.CE_ScrollBarAddPage?10 +PyQt5.QtWidgets.QStyle.CE_ScrollBarSubPage?10 +PyQt5.QtWidgets.QStyle.CE_ScrollBarSlider?10 +PyQt5.QtWidgets.QStyle.CE_ScrollBarFirst?10 +PyQt5.QtWidgets.QStyle.CE_ScrollBarLast?10 +PyQt5.QtWidgets.QStyle.CE_FocusFrame?10 +PyQt5.QtWidgets.QStyle.CE_ComboBoxLabel?10 +PyQt5.QtWidgets.QStyle.CE_ToolBar?10 +PyQt5.QtWidgets.QStyle.CE_ToolBoxTabShape?10 +PyQt5.QtWidgets.QStyle.CE_ToolBoxTabLabel?10 +PyQt5.QtWidgets.QStyle.CE_HeaderEmptyArea?10 +PyQt5.QtWidgets.QStyle.CE_ColumnViewGrip?10 +PyQt5.QtWidgets.QStyle.CE_ItemViewItem?10 +PyQt5.QtWidgets.QStyle.CE_ShapedFrame?10 +PyQt5.QtWidgets.QStyle.CE_CustomBase?10 +PyQt5.QtWidgets.QStyle.PrimitiveElement?10 +PyQt5.QtWidgets.QStyle.PE_Frame?10 +PyQt5.QtWidgets.QStyle.PE_FrameDefaultButton?10 +PyQt5.QtWidgets.QStyle.PE_FrameDockWidget?10 +PyQt5.QtWidgets.QStyle.PE_FrameFocusRect?10 +PyQt5.QtWidgets.QStyle.PE_FrameGroupBox?10 +PyQt5.QtWidgets.QStyle.PE_FrameLineEdit?10 +PyQt5.QtWidgets.QStyle.PE_FrameMenu?10 +PyQt5.QtWidgets.QStyle.PE_FrameStatusBar?10 +PyQt5.QtWidgets.QStyle.PE_FrameTabWidget?10 +PyQt5.QtWidgets.QStyle.PE_FrameWindow?10 +PyQt5.QtWidgets.QStyle.PE_FrameButtonBevel?10 +PyQt5.QtWidgets.QStyle.PE_FrameButtonTool?10 +PyQt5.QtWidgets.QStyle.PE_FrameTabBarBase?10 +PyQt5.QtWidgets.QStyle.PE_PanelButtonCommand?10 +PyQt5.QtWidgets.QStyle.PE_PanelButtonBevel?10 +PyQt5.QtWidgets.QStyle.PE_PanelButtonTool?10 +PyQt5.QtWidgets.QStyle.PE_PanelMenuBar?10 +PyQt5.QtWidgets.QStyle.PE_PanelToolBar?10 +PyQt5.QtWidgets.QStyle.PE_PanelLineEdit?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorArrowDown?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorArrowLeft?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorArrowRight?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorArrowUp?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorBranch?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorButtonDropDown?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorViewItemCheck?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorCheckBox?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorDockWidgetResizeHandle?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorHeaderArrow?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorMenuCheckMark?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorProgressChunk?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorRadioButton?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorSpinDown?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorSpinMinus?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorSpinPlus?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorSpinUp?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorToolBarHandle?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorToolBarSeparator?10 +PyQt5.QtWidgets.QStyle.PE_PanelTipLabel?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorTabTear?10 +PyQt5.QtWidgets.QStyle.PE_PanelScrollAreaCorner?10 +PyQt5.QtWidgets.QStyle.PE_Widget?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorColumnViewArrow?10 +PyQt5.QtWidgets.QStyle.PE_FrameStatusBarItem?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorItemViewItemCheck?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorItemViewItemDrop?10 +PyQt5.QtWidgets.QStyle.PE_PanelItemViewItem?10 +PyQt5.QtWidgets.QStyle.PE_PanelItemViewRow?10 +PyQt5.QtWidgets.QStyle.PE_PanelStatusBar?10 +PyQt5.QtWidgets.QStyle.PE_IndicatorTabClose?10 +PyQt5.QtWidgets.QStyle.PE_PanelMenu?10 +PyQt5.QtWidgets.QStyle.PE_CustomBase?10 +PyQt5.QtWidgets.QStyle.StateFlag?10 +PyQt5.QtWidgets.QStyle.State_None?10 +PyQt5.QtWidgets.QStyle.State_Enabled?10 +PyQt5.QtWidgets.QStyle.State_Raised?10 +PyQt5.QtWidgets.QStyle.State_Sunken?10 +PyQt5.QtWidgets.QStyle.State_Off?10 +PyQt5.QtWidgets.QStyle.State_NoChange?10 +PyQt5.QtWidgets.QStyle.State_On?10 +PyQt5.QtWidgets.QStyle.State_DownArrow?10 +PyQt5.QtWidgets.QStyle.State_Horizontal?10 +PyQt5.QtWidgets.QStyle.State_HasFocus?10 +PyQt5.QtWidgets.QStyle.State_Top?10 +PyQt5.QtWidgets.QStyle.State_Bottom?10 +PyQt5.QtWidgets.QStyle.State_FocusAtBorder?10 +PyQt5.QtWidgets.QStyle.State_AutoRaise?10 +PyQt5.QtWidgets.QStyle.State_MouseOver?10 +PyQt5.QtWidgets.QStyle.State_UpArrow?10 +PyQt5.QtWidgets.QStyle.State_Selected?10 +PyQt5.QtWidgets.QStyle.State_Active?10 +PyQt5.QtWidgets.QStyle.State_Open?10 +PyQt5.QtWidgets.QStyle.State_Children?10 +PyQt5.QtWidgets.QStyle.State_Item?10 +PyQt5.QtWidgets.QStyle.State_Sibling?10 +PyQt5.QtWidgets.QStyle.State_Editing?10 +PyQt5.QtWidgets.QStyle.State_KeyboardFocusChange?10 +PyQt5.QtWidgets.QStyle.State_ReadOnly?10 +PyQt5.QtWidgets.QStyle.State_Window?10 +PyQt5.QtWidgets.QStyle.State_Small?10 +PyQt5.QtWidgets.QStyle.State_Mini?10 +PyQt5.QtWidgets.QStyle?1() +PyQt5.QtWidgets.QStyle.__init__?1(self) +PyQt5.QtWidgets.QStyle.polish?4(QWidget) +PyQt5.QtWidgets.QStyle.unpolish?4(QWidget) +PyQt5.QtWidgets.QStyle.polish?4(QApplication) +PyQt5.QtWidgets.QStyle.unpolish?4(QApplication) +PyQt5.QtWidgets.QStyle.polish?4(QPalette) -> QPalette +PyQt5.QtWidgets.QStyle.itemTextRect?4(QFontMetrics, QRect, int, bool, str) -> QRect +PyQt5.QtWidgets.QStyle.itemPixmapRect?4(QRect, int, QPixmap) -> QRect +PyQt5.QtWidgets.QStyle.drawItemText?4(QPainter, QRect, int, QPalette, bool, str, QPalette.ColorRole textRole=QPalette.NoRole) +PyQt5.QtWidgets.QStyle.drawItemPixmap?4(QPainter, QRect, int, QPixmap) +PyQt5.QtWidgets.QStyle.standardPalette?4() -> QPalette +PyQt5.QtWidgets.QStyle.drawPrimitive?4(QStyle.PrimitiveElement, QStyleOption, QPainter, QWidget widget=None) +PyQt5.QtWidgets.QStyle.drawControl?4(QStyle.ControlElement, QStyleOption, QPainter, QWidget widget=None) +PyQt5.QtWidgets.QStyle.subElementRect?4(QStyle.SubElement, QStyleOption, QWidget widget=None) -> QRect +PyQt5.QtWidgets.QStyle.drawComplexControl?4(QStyle.ComplexControl, QStyleOptionComplex, QPainter, QWidget widget=None) +PyQt5.QtWidgets.QStyle.hitTestComplexControl?4(QStyle.ComplexControl, QStyleOptionComplex, QPoint, QWidget widget=None) -> QStyle.SubControl +PyQt5.QtWidgets.QStyle.subControlRect?4(QStyle.ComplexControl, QStyleOptionComplex, QStyle.SubControl, QWidget widget=None) -> QRect +PyQt5.QtWidgets.QStyle.pixelMetric?4(QStyle.PixelMetric, QStyleOption option=None, QWidget widget=None) -> int +PyQt5.QtWidgets.QStyle.sizeFromContents?4(QStyle.ContentsType, QStyleOption, QSize, QWidget widget=None) -> QSize +PyQt5.QtWidgets.QStyle.styleHint?4(QStyle.StyleHint, QStyleOption option=None, QWidget widget=None, QStyleHintReturn returnData=None) -> int +PyQt5.QtWidgets.QStyle.standardPixmap?4(QStyle.StandardPixmap, QStyleOption option=None, QWidget widget=None) -> QPixmap +PyQt5.QtWidgets.QStyle.standardIcon?4(QStyle.StandardPixmap, QStyleOption option=None, QWidget widget=None) -> QIcon +PyQt5.QtWidgets.QStyle.generatedIconPixmap?4(QIcon.Mode, QPixmap, QStyleOption) -> QPixmap +PyQt5.QtWidgets.QStyle.visualRect?4(Qt.LayoutDirection, QRect, QRect) -> QRect +PyQt5.QtWidgets.QStyle.visualPos?4(Qt.LayoutDirection, QRect, QPoint) -> QPoint +PyQt5.QtWidgets.QStyle.sliderPositionFromValue?4(int, int, int, int, bool upsideDown=False) -> int +PyQt5.QtWidgets.QStyle.sliderValueFromPosition?4(int, int, int, int, bool upsideDown=False) -> int +PyQt5.QtWidgets.QStyle.visualAlignment?4(Qt.LayoutDirection, Qt.Alignment) -> Qt.Alignment +PyQt5.QtWidgets.QStyle.alignedRect?4(Qt.LayoutDirection, Qt.Alignment, QSize, QRect) -> QRect +PyQt5.QtWidgets.QStyle.layoutSpacing?4(QSizePolicy.ControlType, QSizePolicy.ControlType, Qt.Orientation, QStyleOption option=None, QWidget widget=None) -> int +PyQt5.QtWidgets.QStyle.combinedLayoutSpacing?4(QSizePolicy.ControlTypes, QSizePolicy.ControlTypes, Qt.Orientation, QStyleOption option=None, QWidget widget=None) -> int +PyQt5.QtWidgets.QStyle.proxy?4() -> QStyle +PyQt5.QtWidgets.QCommonStyle?1() +PyQt5.QtWidgets.QCommonStyle.__init__?1(self) +PyQt5.QtWidgets.QCommonStyle.polish?4(QWidget) +PyQt5.QtWidgets.QCommonStyle.unpolish?4(QWidget) +PyQt5.QtWidgets.QCommonStyle.polish?4(QApplication) +PyQt5.QtWidgets.QCommonStyle.unpolish?4(QApplication) +PyQt5.QtWidgets.QCommonStyle.polish?4(QPalette) -> QPalette +PyQt5.QtWidgets.QCommonStyle.drawPrimitive?4(QStyle.PrimitiveElement, QStyleOption, QPainter, QWidget widget=None) +PyQt5.QtWidgets.QCommonStyle.drawControl?4(QStyle.ControlElement, QStyleOption, QPainter, QWidget widget=None) +PyQt5.QtWidgets.QCommonStyle.subElementRect?4(QStyle.SubElement, QStyleOption, QWidget widget=None) -> QRect +PyQt5.QtWidgets.QCommonStyle.drawComplexControl?4(QStyle.ComplexControl, QStyleOptionComplex, QPainter, QWidget widget=None) +PyQt5.QtWidgets.QCommonStyle.hitTestComplexControl?4(QStyle.ComplexControl, QStyleOptionComplex, QPoint, QWidget widget=None) -> QStyle.SubControl +PyQt5.QtWidgets.QCommonStyle.subControlRect?4(QStyle.ComplexControl, QStyleOptionComplex, QStyle.SubControl, QWidget widget=None) -> QRect +PyQt5.QtWidgets.QCommonStyle.sizeFromContents?4(QStyle.ContentsType, QStyleOption, QSize, QWidget widget=None) -> QSize +PyQt5.QtWidgets.QCommonStyle.pixelMetric?4(QStyle.PixelMetric, QStyleOption option=None, QWidget widget=None) -> int +PyQt5.QtWidgets.QCommonStyle.styleHint?4(QStyle.StyleHint, QStyleOption option=None, QWidget widget=None, QStyleHintReturn returnData=None) -> int +PyQt5.QtWidgets.QCommonStyle.standardPixmap?4(QStyle.StandardPixmap, QStyleOption option=None, QWidget widget=None) -> QPixmap +PyQt5.QtWidgets.QCommonStyle.generatedIconPixmap?4(QIcon.Mode, QPixmap, QStyleOption) -> QPixmap +PyQt5.QtWidgets.QCommonStyle.standardIcon?4(QStyle.StandardPixmap, QStyleOption option=None, QWidget widget=None) -> QIcon +PyQt5.QtWidgets.QCommonStyle.layoutSpacing?4(QSizePolicy.ControlType, QSizePolicy.ControlType, Qt.Orientation, QStyleOption option=None, QWidget widget=None) -> int +PyQt5.QtWidgets.QCompleter.ModelSorting?10 +PyQt5.QtWidgets.QCompleter.UnsortedModel?10 +PyQt5.QtWidgets.QCompleter.CaseSensitivelySortedModel?10 +PyQt5.QtWidgets.QCompleter.CaseInsensitivelySortedModel?10 +PyQt5.QtWidgets.QCompleter.CompletionMode?10 +PyQt5.QtWidgets.QCompleter.PopupCompletion?10 +PyQt5.QtWidgets.QCompleter.UnfilteredPopupCompletion?10 +PyQt5.QtWidgets.QCompleter.InlineCompletion?10 +PyQt5.QtWidgets.QCompleter?1(QObject parent=None) +PyQt5.QtWidgets.QCompleter.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QCompleter?1(QAbstractItemModel, QObject parent=None) +PyQt5.QtWidgets.QCompleter.__init__?1(self, QAbstractItemModel, QObject parent=None) +PyQt5.QtWidgets.QCompleter?1(list-of-str, QObject parent=None) +PyQt5.QtWidgets.QCompleter.__init__?1(self, list-of-str, QObject parent=None) +PyQt5.QtWidgets.QCompleter.setWidget?4(QWidget) +PyQt5.QtWidgets.QCompleter.widget?4() -> QWidget +PyQt5.QtWidgets.QCompleter.setModel?4(QAbstractItemModel) +PyQt5.QtWidgets.QCompleter.model?4() -> QAbstractItemModel +PyQt5.QtWidgets.QCompleter.setCompletionMode?4(QCompleter.CompletionMode) +PyQt5.QtWidgets.QCompleter.completionMode?4() -> QCompleter.CompletionMode +PyQt5.QtWidgets.QCompleter.popup?4() -> QAbstractItemView +PyQt5.QtWidgets.QCompleter.setPopup?4(QAbstractItemView) +PyQt5.QtWidgets.QCompleter.setCaseSensitivity?4(Qt.CaseSensitivity) +PyQt5.QtWidgets.QCompleter.caseSensitivity?4() -> Qt.CaseSensitivity +PyQt5.QtWidgets.QCompleter.setModelSorting?4(QCompleter.ModelSorting) +PyQt5.QtWidgets.QCompleter.modelSorting?4() -> QCompleter.ModelSorting +PyQt5.QtWidgets.QCompleter.setCompletionColumn?4(int) +PyQt5.QtWidgets.QCompleter.completionColumn?4() -> int +PyQt5.QtWidgets.QCompleter.setCompletionRole?4(int) +PyQt5.QtWidgets.QCompleter.completionRole?4() -> int +PyQt5.QtWidgets.QCompleter.completionCount?4() -> int +PyQt5.QtWidgets.QCompleter.setCurrentRow?4(int) -> bool +PyQt5.QtWidgets.QCompleter.currentRow?4() -> int +PyQt5.QtWidgets.QCompleter.currentIndex?4() -> QModelIndex +PyQt5.QtWidgets.QCompleter.currentCompletion?4() -> str +PyQt5.QtWidgets.QCompleter.completionModel?4() -> QAbstractItemModel +PyQt5.QtWidgets.QCompleter.completionPrefix?4() -> str +PyQt5.QtWidgets.QCompleter.pathFromIndex?4(QModelIndex) -> str +PyQt5.QtWidgets.QCompleter.splitPath?4(str) -> list-of-str +PyQt5.QtWidgets.QCompleter.wrapAround?4() -> bool +PyQt5.QtWidgets.QCompleter.complete?4(QRect rect=QRect()) +PyQt5.QtWidgets.QCompleter.setCompletionPrefix?4(str) +PyQt5.QtWidgets.QCompleter.setWrapAround?4(bool) +PyQt5.QtWidgets.QCompleter.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QCompleter.event?4(QEvent) -> bool +PyQt5.QtWidgets.QCompleter.activated?4(str) +PyQt5.QtWidgets.QCompleter.activated?4(QModelIndex) +PyQt5.QtWidgets.QCompleter.highlighted?4(str) +PyQt5.QtWidgets.QCompleter.highlighted?4(QModelIndex) +PyQt5.QtWidgets.QCompleter.maxVisibleItems?4() -> int +PyQt5.QtWidgets.QCompleter.setMaxVisibleItems?4(int) +PyQt5.QtWidgets.QCompleter.setFilterMode?4(Qt.MatchFlags) +PyQt5.QtWidgets.QCompleter.filterMode?4() -> Qt.MatchFlags +PyQt5.QtWidgets.QDataWidgetMapper.SubmitPolicy?10 +PyQt5.QtWidgets.QDataWidgetMapper.AutoSubmit?10 +PyQt5.QtWidgets.QDataWidgetMapper.ManualSubmit?10 +PyQt5.QtWidgets.QDataWidgetMapper?1(QObject parent=None) +PyQt5.QtWidgets.QDataWidgetMapper.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QDataWidgetMapper.setModel?4(QAbstractItemModel) +PyQt5.QtWidgets.QDataWidgetMapper.model?4() -> QAbstractItemModel +PyQt5.QtWidgets.QDataWidgetMapper.setItemDelegate?4(QAbstractItemDelegate) +PyQt5.QtWidgets.QDataWidgetMapper.itemDelegate?4() -> QAbstractItemDelegate +PyQt5.QtWidgets.QDataWidgetMapper.setRootIndex?4(QModelIndex) +PyQt5.QtWidgets.QDataWidgetMapper.rootIndex?4() -> QModelIndex +PyQt5.QtWidgets.QDataWidgetMapper.setOrientation?4(Qt.Orientation) +PyQt5.QtWidgets.QDataWidgetMapper.orientation?4() -> Qt.Orientation +PyQt5.QtWidgets.QDataWidgetMapper.setSubmitPolicy?4(QDataWidgetMapper.SubmitPolicy) +PyQt5.QtWidgets.QDataWidgetMapper.submitPolicy?4() -> QDataWidgetMapper.SubmitPolicy +PyQt5.QtWidgets.QDataWidgetMapper.addMapping?4(QWidget, int) +PyQt5.QtWidgets.QDataWidgetMapper.addMapping?4(QWidget, int, QByteArray) +PyQt5.QtWidgets.QDataWidgetMapper.removeMapping?4(QWidget) +PyQt5.QtWidgets.QDataWidgetMapper.mappedPropertyName?4(QWidget) -> QByteArray +PyQt5.QtWidgets.QDataWidgetMapper.mappedSection?4(QWidget) -> int +PyQt5.QtWidgets.QDataWidgetMapper.mappedWidgetAt?4(int) -> QWidget +PyQt5.QtWidgets.QDataWidgetMapper.clearMapping?4() +PyQt5.QtWidgets.QDataWidgetMapper.currentIndex?4() -> int +PyQt5.QtWidgets.QDataWidgetMapper.revert?4() +PyQt5.QtWidgets.QDataWidgetMapper.setCurrentIndex?4(int) +PyQt5.QtWidgets.QDataWidgetMapper.setCurrentModelIndex?4(QModelIndex) +PyQt5.QtWidgets.QDataWidgetMapper.submit?4() -> bool +PyQt5.QtWidgets.QDataWidgetMapper.toFirst?4() +PyQt5.QtWidgets.QDataWidgetMapper.toLast?4() +PyQt5.QtWidgets.QDataWidgetMapper.toNext?4() +PyQt5.QtWidgets.QDataWidgetMapper.toPrevious?4() +PyQt5.QtWidgets.QDataWidgetMapper.currentIndexChanged?4(int) +PyQt5.QtWidgets.QDateTimeEdit.Section?10 +PyQt5.QtWidgets.QDateTimeEdit.NoSection?10 +PyQt5.QtWidgets.QDateTimeEdit.AmPmSection?10 +PyQt5.QtWidgets.QDateTimeEdit.MSecSection?10 +PyQt5.QtWidgets.QDateTimeEdit.SecondSection?10 +PyQt5.QtWidgets.QDateTimeEdit.MinuteSection?10 +PyQt5.QtWidgets.QDateTimeEdit.HourSection?10 +PyQt5.QtWidgets.QDateTimeEdit.DaySection?10 +PyQt5.QtWidgets.QDateTimeEdit.MonthSection?10 +PyQt5.QtWidgets.QDateTimeEdit.YearSection?10 +PyQt5.QtWidgets.QDateTimeEdit.TimeSections_Mask?10 +PyQt5.QtWidgets.QDateTimeEdit.DateSections_Mask?10 +PyQt5.QtWidgets.QDateTimeEdit?1(QWidget parent=None) +PyQt5.QtWidgets.QDateTimeEdit.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QDateTimeEdit?1(QDateTime, QWidget parent=None) +PyQt5.QtWidgets.QDateTimeEdit.__init__?1(self, QDateTime, QWidget parent=None) +PyQt5.QtWidgets.QDateTimeEdit?1(QDate, QWidget parent=None) +PyQt5.QtWidgets.QDateTimeEdit.__init__?1(self, QDate, QWidget parent=None) +PyQt5.QtWidgets.QDateTimeEdit?1(QTime, QWidget parent=None) +PyQt5.QtWidgets.QDateTimeEdit.__init__?1(self, QTime, QWidget parent=None) +PyQt5.QtWidgets.QDateTimeEdit.dateTime?4() -> QDateTime +PyQt5.QtWidgets.QDateTimeEdit.date?4() -> QDate +PyQt5.QtWidgets.QDateTimeEdit.time?4() -> QTime +PyQt5.QtWidgets.QDateTimeEdit.minimumDate?4() -> QDate +PyQt5.QtWidgets.QDateTimeEdit.setMinimumDate?4(QDate) +PyQt5.QtWidgets.QDateTimeEdit.clearMinimumDate?4() +PyQt5.QtWidgets.QDateTimeEdit.maximumDate?4() -> QDate +PyQt5.QtWidgets.QDateTimeEdit.setMaximumDate?4(QDate) +PyQt5.QtWidgets.QDateTimeEdit.clearMaximumDate?4() +PyQt5.QtWidgets.QDateTimeEdit.setDateRange?4(QDate, QDate) +PyQt5.QtWidgets.QDateTimeEdit.minimumTime?4() -> QTime +PyQt5.QtWidgets.QDateTimeEdit.setMinimumTime?4(QTime) +PyQt5.QtWidgets.QDateTimeEdit.clearMinimumTime?4() +PyQt5.QtWidgets.QDateTimeEdit.maximumTime?4() -> QTime +PyQt5.QtWidgets.QDateTimeEdit.setMaximumTime?4(QTime) +PyQt5.QtWidgets.QDateTimeEdit.clearMaximumTime?4() +PyQt5.QtWidgets.QDateTimeEdit.setTimeRange?4(QTime, QTime) +PyQt5.QtWidgets.QDateTimeEdit.displayedSections?4() -> QDateTimeEdit.Sections +PyQt5.QtWidgets.QDateTimeEdit.currentSection?4() -> QDateTimeEdit.Section +PyQt5.QtWidgets.QDateTimeEdit.setCurrentSection?4(QDateTimeEdit.Section) +PyQt5.QtWidgets.QDateTimeEdit.sectionText?4(QDateTimeEdit.Section) -> str +PyQt5.QtWidgets.QDateTimeEdit.displayFormat?4() -> str +PyQt5.QtWidgets.QDateTimeEdit.setDisplayFormat?4(str) +PyQt5.QtWidgets.QDateTimeEdit.calendarPopup?4() -> bool +PyQt5.QtWidgets.QDateTimeEdit.setCalendarPopup?4(bool) +PyQt5.QtWidgets.QDateTimeEdit.setSelectedSection?4(QDateTimeEdit.Section) +PyQt5.QtWidgets.QDateTimeEdit.sizeHint?4() -> QSize +PyQt5.QtWidgets.QDateTimeEdit.clear?4() +PyQt5.QtWidgets.QDateTimeEdit.stepBy?4(int) +PyQt5.QtWidgets.QDateTimeEdit.event?4(QEvent) -> bool +PyQt5.QtWidgets.QDateTimeEdit.sectionAt?4(int) -> QDateTimeEdit.Section +PyQt5.QtWidgets.QDateTimeEdit.currentSectionIndex?4() -> int +PyQt5.QtWidgets.QDateTimeEdit.setCurrentSectionIndex?4(int) +PyQt5.QtWidgets.QDateTimeEdit.sectionCount?4() -> int +PyQt5.QtWidgets.QDateTimeEdit.dateTimeChanged?4(QDateTime) +PyQt5.QtWidgets.QDateTimeEdit.timeChanged?4(QTime) +PyQt5.QtWidgets.QDateTimeEdit.dateChanged?4(QDate) +PyQt5.QtWidgets.QDateTimeEdit.setDateTime?4(QDateTime) +PyQt5.QtWidgets.QDateTimeEdit.setDate?4(QDate) +PyQt5.QtWidgets.QDateTimeEdit.setTime?4(QTime) +PyQt5.QtWidgets.QDateTimeEdit.initStyleOption?4(QStyleOptionSpinBox) +PyQt5.QtWidgets.QDateTimeEdit.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QDateTimeEdit.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QDateTimeEdit.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QDateTimeEdit.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QDateTimeEdit.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QDateTimeEdit.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QDateTimeEdit.validate?4(str, int) -> (QValidator.State, str, int) +PyQt5.QtWidgets.QDateTimeEdit.fixup?4(str) -> str +PyQt5.QtWidgets.QDateTimeEdit.dateTimeFromText?4(str) -> QDateTime +PyQt5.QtWidgets.QDateTimeEdit.textFromDateTime?4(QDateTime) -> str +PyQt5.QtWidgets.QDateTimeEdit.stepEnabled?4() -> QAbstractSpinBox.StepEnabled +PyQt5.QtWidgets.QDateTimeEdit.minimumDateTime?4() -> QDateTime +PyQt5.QtWidgets.QDateTimeEdit.clearMinimumDateTime?4() +PyQt5.QtWidgets.QDateTimeEdit.setMinimumDateTime?4(QDateTime) +PyQt5.QtWidgets.QDateTimeEdit.maximumDateTime?4() -> QDateTime +PyQt5.QtWidgets.QDateTimeEdit.clearMaximumDateTime?4() +PyQt5.QtWidgets.QDateTimeEdit.setMaximumDateTime?4(QDateTime) +PyQt5.QtWidgets.QDateTimeEdit.setDateTimeRange?4(QDateTime, QDateTime) +PyQt5.QtWidgets.QDateTimeEdit.calendarWidget?4() -> QCalendarWidget +PyQt5.QtWidgets.QDateTimeEdit.setCalendarWidget?4(QCalendarWidget) +PyQt5.QtWidgets.QDateTimeEdit.timeSpec?4() -> Qt.TimeSpec +PyQt5.QtWidgets.QDateTimeEdit.setTimeSpec?4(Qt.TimeSpec) +PyQt5.QtWidgets.QDateTimeEdit.Sections?1(QDateTimeEdit.Sections) +PyQt5.QtWidgets.QDateTimeEdit.Sections.__init__?1(self, QDateTimeEdit.Sections) +PyQt5.QtWidgets.QDateTimeEdit.Sections?1(int) +PyQt5.QtWidgets.QDateTimeEdit.Sections.__init__?1(self, int) +PyQt5.QtWidgets.QDateTimeEdit.Sections?1() +PyQt5.QtWidgets.QDateTimeEdit.Sections.__init__?1(self) +PyQt5.QtWidgets.QTimeEdit?1(QWidget parent=None) +PyQt5.QtWidgets.QTimeEdit.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QTimeEdit?1(QTime, QWidget parent=None) +PyQt5.QtWidgets.QTimeEdit.__init__?1(self, QTime, QWidget parent=None) +PyQt5.QtWidgets.QDateEdit?1(QWidget parent=None) +PyQt5.QtWidgets.QDateEdit.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QDateEdit?1(QDate, QWidget parent=None) +PyQt5.QtWidgets.QDateEdit.__init__?1(self, QDate, QWidget parent=None) +PyQt5.QtWidgets.QDesktopWidget?1() +PyQt5.QtWidgets.QDesktopWidget.__init__?1(self) +PyQt5.QtWidgets.QDesktopWidget.isVirtualDesktop?4() -> bool +PyQt5.QtWidgets.QDesktopWidget.primaryScreen?4() -> int +PyQt5.QtWidgets.QDesktopWidget.screenNumber?4(QWidget widget=None) -> int +PyQt5.QtWidgets.QDesktopWidget.screenNumber?4(QPoint) -> int +PyQt5.QtWidgets.QDesktopWidget.screen?4(int screen=-1) -> QWidget +PyQt5.QtWidgets.QDesktopWidget.screenCount?4() -> int +PyQt5.QtWidgets.QDesktopWidget.screenGeometry?4(int screen=-1) -> QRect +PyQt5.QtWidgets.QDesktopWidget.screenGeometry?4(QWidget) -> QRect +PyQt5.QtWidgets.QDesktopWidget.screenGeometry?4(QPoint) -> QRect +PyQt5.QtWidgets.QDesktopWidget.availableGeometry?4(int screen=-1) -> QRect +PyQt5.QtWidgets.QDesktopWidget.availableGeometry?4(QWidget) -> QRect +PyQt5.QtWidgets.QDesktopWidget.availableGeometry?4(QPoint) -> QRect +PyQt5.QtWidgets.QDesktopWidget.resized?4(int) +PyQt5.QtWidgets.QDesktopWidget.workAreaResized?4(int) +PyQt5.QtWidgets.QDesktopWidget.screenCountChanged?4(int) +PyQt5.QtWidgets.QDesktopWidget.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QDial?1(QWidget parent=None) +PyQt5.QtWidgets.QDial.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QDial.wrapping?4() -> bool +PyQt5.QtWidgets.QDial.notchSize?4() -> int +PyQt5.QtWidgets.QDial.setNotchTarget?4(float) +PyQt5.QtWidgets.QDial.notchTarget?4() -> float +PyQt5.QtWidgets.QDial.notchesVisible?4() -> bool +PyQt5.QtWidgets.QDial.sizeHint?4() -> QSize +PyQt5.QtWidgets.QDial.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QDial.setNotchesVisible?4(bool) +PyQt5.QtWidgets.QDial.setWrapping?4(bool) +PyQt5.QtWidgets.QDial.initStyleOption?4(QStyleOptionSlider) +PyQt5.QtWidgets.QDial.event?4(QEvent) -> bool +PyQt5.QtWidgets.QDial.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QDial.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QDial.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QDial.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QDial.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QDial.sliderChange?4(QAbstractSlider.SliderChange) +PyQt5.QtWidgets.QDialogButtonBox.StandardButton?10 +PyQt5.QtWidgets.QDialogButtonBox.NoButton?10 +PyQt5.QtWidgets.QDialogButtonBox.Ok?10 +PyQt5.QtWidgets.QDialogButtonBox.Save?10 +PyQt5.QtWidgets.QDialogButtonBox.SaveAll?10 +PyQt5.QtWidgets.QDialogButtonBox.Open?10 +PyQt5.QtWidgets.QDialogButtonBox.Yes?10 +PyQt5.QtWidgets.QDialogButtonBox.YesToAll?10 +PyQt5.QtWidgets.QDialogButtonBox.No?10 +PyQt5.QtWidgets.QDialogButtonBox.NoToAll?10 +PyQt5.QtWidgets.QDialogButtonBox.Abort?10 +PyQt5.QtWidgets.QDialogButtonBox.Retry?10 +PyQt5.QtWidgets.QDialogButtonBox.Ignore?10 +PyQt5.QtWidgets.QDialogButtonBox.Close?10 +PyQt5.QtWidgets.QDialogButtonBox.Cancel?10 +PyQt5.QtWidgets.QDialogButtonBox.Discard?10 +PyQt5.QtWidgets.QDialogButtonBox.Help?10 +PyQt5.QtWidgets.QDialogButtonBox.Apply?10 +PyQt5.QtWidgets.QDialogButtonBox.Reset?10 +PyQt5.QtWidgets.QDialogButtonBox.RestoreDefaults?10 +PyQt5.QtWidgets.QDialogButtonBox.ButtonRole?10 +PyQt5.QtWidgets.QDialogButtonBox.InvalidRole?10 +PyQt5.QtWidgets.QDialogButtonBox.AcceptRole?10 +PyQt5.QtWidgets.QDialogButtonBox.RejectRole?10 +PyQt5.QtWidgets.QDialogButtonBox.DestructiveRole?10 +PyQt5.QtWidgets.QDialogButtonBox.ActionRole?10 +PyQt5.QtWidgets.QDialogButtonBox.HelpRole?10 +PyQt5.QtWidgets.QDialogButtonBox.YesRole?10 +PyQt5.QtWidgets.QDialogButtonBox.NoRole?10 +PyQt5.QtWidgets.QDialogButtonBox.ResetRole?10 +PyQt5.QtWidgets.QDialogButtonBox.ApplyRole?10 +PyQt5.QtWidgets.QDialogButtonBox.ButtonLayout?10 +PyQt5.QtWidgets.QDialogButtonBox.WinLayout?10 +PyQt5.QtWidgets.QDialogButtonBox.MacLayout?10 +PyQt5.QtWidgets.QDialogButtonBox.KdeLayout?10 +PyQt5.QtWidgets.QDialogButtonBox.GnomeLayout?10 +PyQt5.QtWidgets.QDialogButtonBox?1(QWidget parent=None) +PyQt5.QtWidgets.QDialogButtonBox.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QDialogButtonBox?1(Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QDialogButtonBox.__init__?1(self, Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QDialogButtonBox?1(QDialogButtonBox.StandardButtons, QWidget parent=None) +PyQt5.QtWidgets.QDialogButtonBox.__init__?1(self, QDialogButtonBox.StandardButtons, QWidget parent=None) +PyQt5.QtWidgets.QDialogButtonBox?1(QDialogButtonBox.StandardButtons, Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QDialogButtonBox.__init__?1(self, QDialogButtonBox.StandardButtons, Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QDialogButtonBox.setOrientation?4(Qt.Orientation) +PyQt5.QtWidgets.QDialogButtonBox.orientation?4() -> Qt.Orientation +PyQt5.QtWidgets.QDialogButtonBox.addButton?4(QAbstractButton, QDialogButtonBox.ButtonRole) +PyQt5.QtWidgets.QDialogButtonBox.addButton?4(str, QDialogButtonBox.ButtonRole) -> QPushButton +PyQt5.QtWidgets.QDialogButtonBox.addButton?4(QDialogButtonBox.StandardButton) -> QPushButton +PyQt5.QtWidgets.QDialogButtonBox.removeButton?4(QAbstractButton) +PyQt5.QtWidgets.QDialogButtonBox.clear?4() +PyQt5.QtWidgets.QDialogButtonBox.buttons?4() -> list-of-QAbstractButton +PyQt5.QtWidgets.QDialogButtonBox.buttonRole?4(QAbstractButton) -> QDialogButtonBox.ButtonRole +PyQt5.QtWidgets.QDialogButtonBox.setStandardButtons?4(QDialogButtonBox.StandardButtons) +PyQt5.QtWidgets.QDialogButtonBox.standardButtons?4() -> QDialogButtonBox.StandardButtons +PyQt5.QtWidgets.QDialogButtonBox.standardButton?4(QAbstractButton) -> QDialogButtonBox.StandardButton +PyQt5.QtWidgets.QDialogButtonBox.button?4(QDialogButtonBox.StandardButton) -> QPushButton +PyQt5.QtWidgets.QDialogButtonBox.setCenterButtons?4(bool) +PyQt5.QtWidgets.QDialogButtonBox.centerButtons?4() -> bool +PyQt5.QtWidgets.QDialogButtonBox.accepted?4() +PyQt5.QtWidgets.QDialogButtonBox.clicked?4(QAbstractButton) +PyQt5.QtWidgets.QDialogButtonBox.helpRequested?4() +PyQt5.QtWidgets.QDialogButtonBox.rejected?4() +PyQt5.QtWidgets.QDialogButtonBox.changeEvent?4(QEvent) +PyQt5.QtWidgets.QDialogButtonBox.event?4(QEvent) -> bool +PyQt5.QtWidgets.QDialogButtonBox.StandardButtons?1(QDialogButtonBox.StandardButtons) +PyQt5.QtWidgets.QDialogButtonBox.StandardButtons.__init__?1(self, QDialogButtonBox.StandardButtons) +PyQt5.QtWidgets.QDialogButtonBox.StandardButtons?1(int) +PyQt5.QtWidgets.QDialogButtonBox.StandardButtons.__init__?1(self, int) +PyQt5.QtWidgets.QDialogButtonBox.StandardButtons?1() +PyQt5.QtWidgets.QDialogButtonBox.StandardButtons.__init__?1(self) +PyQt5.QtWidgets.QDirModel.Roles?10 +PyQt5.QtWidgets.QDirModel.FileIconRole?10 +PyQt5.QtWidgets.QDirModel.FilePathRole?10 +PyQt5.QtWidgets.QDirModel.FileNameRole?10 +PyQt5.QtWidgets.QDirModel?1(list-of-str, QDir.Filters, QDir.SortFlags, QObject parent=None) +PyQt5.QtWidgets.QDirModel.__init__?1(self, list-of-str, QDir.Filters, QDir.SortFlags, QObject parent=None) +PyQt5.QtWidgets.QDirModel?1(QObject parent=None) +PyQt5.QtWidgets.QDirModel.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QDirModel.index?4(int, int, QModelIndex parent=QModelIndex()) -> QModelIndex +PyQt5.QtWidgets.QDirModel.parent?4(QModelIndex) -> QModelIndex +PyQt5.QtWidgets.QDirModel.parent?4() -> QObject +PyQt5.QtWidgets.QDirModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtWidgets.QDirModel.columnCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtWidgets.QDirModel.data?4(QModelIndex, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtWidgets.QDirModel.setData?4(QModelIndex, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtWidgets.QDirModel.headerData?4(int, Qt.Orientation, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtWidgets.QDirModel.hasChildren?4(QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtWidgets.QDirModel.flags?4(QModelIndex) -> Qt.ItemFlags +PyQt5.QtWidgets.QDirModel.sort?4(int, Qt.SortOrder order=Qt.AscendingOrder) +PyQt5.QtWidgets.QDirModel.mimeTypes?4() -> list-of-str +PyQt5.QtWidgets.QDirModel.mimeData?4(list-of-QModelIndex) -> QMimeData +PyQt5.QtWidgets.QDirModel.dropMimeData?4(QMimeData, Qt.DropAction, int, int, QModelIndex) -> bool +PyQt5.QtWidgets.QDirModel.supportedDropActions?4() -> Qt.DropActions +PyQt5.QtWidgets.QDirModel.setIconProvider?4(QFileIconProvider) +PyQt5.QtWidgets.QDirModel.iconProvider?4() -> QFileIconProvider +PyQt5.QtWidgets.QDirModel.setNameFilters?4(list-of-str) +PyQt5.QtWidgets.QDirModel.nameFilters?4() -> list-of-str +PyQt5.QtWidgets.QDirModel.setFilter?4(QDir.Filters) +PyQt5.QtWidgets.QDirModel.filter?4() -> QDir.Filters +PyQt5.QtWidgets.QDirModel.setSorting?4(QDir.SortFlags) +PyQt5.QtWidgets.QDirModel.sorting?4() -> QDir.SortFlags +PyQt5.QtWidgets.QDirModel.setResolveSymlinks?4(bool) +PyQt5.QtWidgets.QDirModel.resolveSymlinks?4() -> bool +PyQt5.QtWidgets.QDirModel.setReadOnly?4(bool) +PyQt5.QtWidgets.QDirModel.isReadOnly?4() -> bool +PyQt5.QtWidgets.QDirModel.setLazyChildCount?4(bool) +PyQt5.QtWidgets.QDirModel.lazyChildCount?4() -> bool +PyQt5.QtWidgets.QDirModel.refresh?4(QModelIndex parent=QModelIndex()) +PyQt5.QtWidgets.QDirModel.index?4(str, int column=0) -> QModelIndex +PyQt5.QtWidgets.QDirModel.isDir?4(QModelIndex) -> bool +PyQt5.QtWidgets.QDirModel.mkdir?4(QModelIndex, str) -> QModelIndex +PyQt5.QtWidgets.QDirModel.rmdir?4(QModelIndex) -> bool +PyQt5.QtWidgets.QDirModel.remove?4(QModelIndex) -> bool +PyQt5.QtWidgets.QDirModel.filePath?4(QModelIndex) -> str +PyQt5.QtWidgets.QDirModel.fileName?4(QModelIndex) -> str +PyQt5.QtWidgets.QDirModel.fileIcon?4(QModelIndex) -> QIcon +PyQt5.QtWidgets.QDirModel.fileInfo?4(QModelIndex) -> QFileInfo +PyQt5.QtWidgets.QDockWidget.DockWidgetFeature?10 +PyQt5.QtWidgets.QDockWidget.DockWidgetClosable?10 +PyQt5.QtWidgets.QDockWidget.DockWidgetMovable?10 +PyQt5.QtWidgets.QDockWidget.DockWidgetFloatable?10 +PyQt5.QtWidgets.QDockWidget.DockWidgetVerticalTitleBar?10 +PyQt5.QtWidgets.QDockWidget.AllDockWidgetFeatures?10 +PyQt5.QtWidgets.QDockWidget.NoDockWidgetFeatures?10 +PyQt5.QtWidgets.QDockWidget?1(str, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QDockWidget.__init__?1(self, str, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QDockWidget?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QDockWidget.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QDockWidget.widget?4() -> QWidget +PyQt5.QtWidgets.QDockWidget.setWidget?4(QWidget) +PyQt5.QtWidgets.QDockWidget.setFeatures?4(QDockWidget.DockWidgetFeatures) +PyQt5.QtWidgets.QDockWidget.features?4() -> QDockWidget.DockWidgetFeatures +PyQt5.QtWidgets.QDockWidget.setFloating?4(bool) +PyQt5.QtWidgets.QDockWidget.isFloating?4() -> bool +PyQt5.QtWidgets.QDockWidget.setAllowedAreas?4(Qt.DockWidgetAreas) +PyQt5.QtWidgets.QDockWidget.allowedAreas?4() -> Qt.DockWidgetAreas +PyQt5.QtWidgets.QDockWidget.isAreaAllowed?4(Qt.DockWidgetArea) -> bool +PyQt5.QtWidgets.QDockWidget.toggleViewAction?4() -> QAction +PyQt5.QtWidgets.QDockWidget.setTitleBarWidget?4(QWidget) +PyQt5.QtWidgets.QDockWidget.titleBarWidget?4() -> QWidget +PyQt5.QtWidgets.QDockWidget.featuresChanged?4(QDockWidget.DockWidgetFeatures) +PyQt5.QtWidgets.QDockWidget.topLevelChanged?4(bool) +PyQt5.QtWidgets.QDockWidget.allowedAreasChanged?4(Qt.DockWidgetAreas) +PyQt5.QtWidgets.QDockWidget.dockLocationChanged?4(Qt.DockWidgetArea) +PyQt5.QtWidgets.QDockWidget.visibilityChanged?4(bool) +PyQt5.QtWidgets.QDockWidget.initStyleOption?4(QStyleOptionDockWidget) +PyQt5.QtWidgets.QDockWidget.changeEvent?4(QEvent) +PyQt5.QtWidgets.QDockWidget.closeEvent?4(QCloseEvent) +PyQt5.QtWidgets.QDockWidget.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QDockWidget.event?4(QEvent) -> bool +PyQt5.QtWidgets.QDockWidget.DockWidgetFeatures?1(QDockWidget.DockWidgetFeatures) +PyQt5.QtWidgets.QDockWidget.DockWidgetFeatures.__init__?1(self, QDockWidget.DockWidgetFeatures) +PyQt5.QtWidgets.QDockWidget.DockWidgetFeatures?1(int) +PyQt5.QtWidgets.QDockWidget.DockWidgetFeatures.__init__?1(self, int) +PyQt5.QtWidgets.QDockWidget.DockWidgetFeatures?1() +PyQt5.QtWidgets.QDockWidget.DockWidgetFeatures.__init__?1(self) +PyQt5.QtWidgets.QErrorMessage?1(QWidget parent=None) +PyQt5.QtWidgets.QErrorMessage.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QErrorMessage.qtHandler?4() -> QErrorMessage +PyQt5.QtWidgets.QErrorMessage.showMessage?4(str) +PyQt5.QtWidgets.QErrorMessage.showMessage?4(str, str) +PyQt5.QtWidgets.QErrorMessage.changeEvent?4(QEvent) +PyQt5.QtWidgets.QErrorMessage.done?4(int) +PyQt5.QtWidgets.QFileDialog.Option?10 +PyQt5.QtWidgets.QFileDialog.ShowDirsOnly?10 +PyQt5.QtWidgets.QFileDialog.DontResolveSymlinks?10 +PyQt5.QtWidgets.QFileDialog.DontConfirmOverwrite?10 +PyQt5.QtWidgets.QFileDialog.DontUseSheet?10 +PyQt5.QtWidgets.QFileDialog.DontUseNativeDialog?10 +PyQt5.QtWidgets.QFileDialog.ReadOnly?10 +PyQt5.QtWidgets.QFileDialog.HideNameFilterDetails?10 +PyQt5.QtWidgets.QFileDialog.DontUseCustomDirectoryIcons?10 +PyQt5.QtWidgets.QFileDialog.DialogLabel?10 +PyQt5.QtWidgets.QFileDialog.LookIn?10 +PyQt5.QtWidgets.QFileDialog.FileName?10 +PyQt5.QtWidgets.QFileDialog.FileType?10 +PyQt5.QtWidgets.QFileDialog.Accept?10 +PyQt5.QtWidgets.QFileDialog.Reject?10 +PyQt5.QtWidgets.QFileDialog.AcceptMode?10 +PyQt5.QtWidgets.QFileDialog.AcceptOpen?10 +PyQt5.QtWidgets.QFileDialog.AcceptSave?10 +PyQt5.QtWidgets.QFileDialog.FileMode?10 +PyQt5.QtWidgets.QFileDialog.AnyFile?10 +PyQt5.QtWidgets.QFileDialog.ExistingFile?10 +PyQt5.QtWidgets.QFileDialog.Directory?10 +PyQt5.QtWidgets.QFileDialog.ExistingFiles?10 +PyQt5.QtWidgets.QFileDialog.DirectoryOnly?10 +PyQt5.QtWidgets.QFileDialog.ViewMode?10 +PyQt5.QtWidgets.QFileDialog.Detail?10 +PyQt5.QtWidgets.QFileDialog.List?10 +PyQt5.QtWidgets.QFileDialog?1(QWidget, Qt.WindowFlags) +PyQt5.QtWidgets.QFileDialog.__init__?1(self, QWidget, Qt.WindowFlags) +PyQt5.QtWidgets.QFileDialog?1(QWidget parent=None, str caption='', str directory='', str filter='') +PyQt5.QtWidgets.QFileDialog.__init__?1(self, QWidget parent=None, str caption='', str directory='', str filter='') +PyQt5.QtWidgets.QFileDialog.setDirectory?4(str) +PyQt5.QtWidgets.QFileDialog.setDirectory?4(QDir) +PyQt5.QtWidgets.QFileDialog.directory?4() -> QDir +PyQt5.QtWidgets.QFileDialog.selectFile?4(str) +PyQt5.QtWidgets.QFileDialog.selectedFiles?4() -> list-of-str +PyQt5.QtWidgets.QFileDialog.setViewMode?4(QFileDialog.ViewMode) +PyQt5.QtWidgets.QFileDialog.viewMode?4() -> QFileDialog.ViewMode +PyQt5.QtWidgets.QFileDialog.setFileMode?4(QFileDialog.FileMode) +PyQt5.QtWidgets.QFileDialog.fileMode?4() -> QFileDialog.FileMode +PyQt5.QtWidgets.QFileDialog.setAcceptMode?4(QFileDialog.AcceptMode) +PyQt5.QtWidgets.QFileDialog.acceptMode?4() -> QFileDialog.AcceptMode +PyQt5.QtWidgets.QFileDialog.setDefaultSuffix?4(str) +PyQt5.QtWidgets.QFileDialog.defaultSuffix?4() -> str +PyQt5.QtWidgets.QFileDialog.setHistory?4(list-of-str) +PyQt5.QtWidgets.QFileDialog.history?4() -> list-of-str +PyQt5.QtWidgets.QFileDialog.setItemDelegate?4(QAbstractItemDelegate) +PyQt5.QtWidgets.QFileDialog.itemDelegate?4() -> QAbstractItemDelegate +PyQt5.QtWidgets.QFileDialog.setIconProvider?4(QFileIconProvider) +PyQt5.QtWidgets.QFileDialog.iconProvider?4() -> QFileIconProvider +PyQt5.QtWidgets.QFileDialog.setLabelText?4(QFileDialog.DialogLabel, str) +PyQt5.QtWidgets.QFileDialog.labelText?4(QFileDialog.DialogLabel) -> str +PyQt5.QtWidgets.QFileDialog.currentChanged?4(str) +PyQt5.QtWidgets.QFileDialog.directoryEntered?4(str) +PyQt5.QtWidgets.QFileDialog.filesSelected?4(list-of-str) +PyQt5.QtWidgets.QFileDialog.filterSelected?4(str) +PyQt5.QtWidgets.QFileDialog.fileSelected?4(str) +PyQt5.QtWidgets.QFileDialog.getExistingDirectory?4(QWidget parent=None, str caption='', str directory='', QFileDialog.Options options=QFileDialog.ShowDirsOnly) -> str +PyQt5.QtWidgets.QFileDialog.getOpenFileName?4(QWidget parent=None, str caption='', str directory='', str filter='', str initialFilter='', QFileDialog.Options options=0) -> (str, str) +PyQt5.QtWidgets.QFileDialog.getOpenFileNames?4(QWidget parent=None, str caption='', str directory='', str filter='', str initialFilter='', QFileDialog.Options options=0) -> (list-of-str, str) +PyQt5.QtWidgets.QFileDialog.getSaveFileName?4(QWidget parent=None, str caption='', str directory='', str filter='', str initialFilter='', QFileDialog.Options options=0) -> (str, str) +PyQt5.QtWidgets.QFileDialog.done?4(int) +PyQt5.QtWidgets.QFileDialog.accept?4() +PyQt5.QtWidgets.QFileDialog.changeEvent?4(QEvent) +PyQt5.QtWidgets.QFileDialog.setSidebarUrls?4(list-of-QUrl) +PyQt5.QtWidgets.QFileDialog.sidebarUrls?4() -> list-of-QUrl +PyQt5.QtWidgets.QFileDialog.saveState?4() -> QByteArray +PyQt5.QtWidgets.QFileDialog.restoreState?4(QByteArray) -> bool +PyQt5.QtWidgets.QFileDialog.setProxyModel?4(QAbstractProxyModel) +PyQt5.QtWidgets.QFileDialog.proxyModel?4() -> QAbstractProxyModel +PyQt5.QtWidgets.QFileDialog.setNameFilter?4(str) +PyQt5.QtWidgets.QFileDialog.setNameFilters?4(list-of-str) +PyQt5.QtWidgets.QFileDialog.nameFilters?4() -> list-of-str +PyQt5.QtWidgets.QFileDialog.selectNameFilter?4(str) +PyQt5.QtWidgets.QFileDialog.selectedNameFilter?4() -> str +PyQt5.QtWidgets.QFileDialog.filter?4() -> QDir.Filters +PyQt5.QtWidgets.QFileDialog.setFilter?4(QDir.Filters) +PyQt5.QtWidgets.QFileDialog.setOption?4(QFileDialog.Option, bool on=True) +PyQt5.QtWidgets.QFileDialog.testOption?4(QFileDialog.Option) -> bool +PyQt5.QtWidgets.QFileDialog.setOptions?4(QFileDialog.Options) +PyQt5.QtWidgets.QFileDialog.options?4() -> QFileDialog.Options +PyQt5.QtWidgets.QFileDialog.open?4() +PyQt5.QtWidgets.QFileDialog.open?4(slot) +PyQt5.QtWidgets.QFileDialog.setVisible?4(bool) +PyQt5.QtWidgets.QFileDialog.setDirectoryUrl?4(QUrl) +PyQt5.QtWidgets.QFileDialog.directoryUrl?4() -> QUrl +PyQt5.QtWidgets.QFileDialog.selectUrl?4(QUrl) +PyQt5.QtWidgets.QFileDialog.selectedUrls?4() -> list-of-QUrl +PyQt5.QtWidgets.QFileDialog.setMimeTypeFilters?4(list-of-str) +PyQt5.QtWidgets.QFileDialog.mimeTypeFilters?4() -> list-of-str +PyQt5.QtWidgets.QFileDialog.selectMimeTypeFilter?4(str) +PyQt5.QtWidgets.QFileDialog.urlSelected?4(QUrl) +PyQt5.QtWidgets.QFileDialog.urlsSelected?4(list-of-QUrl) +PyQt5.QtWidgets.QFileDialog.currentUrlChanged?4(QUrl) +PyQt5.QtWidgets.QFileDialog.directoryUrlEntered?4(QUrl) +PyQt5.QtWidgets.QFileDialog.getExistingDirectoryUrl?4(QWidget parent=None, str caption='', QUrl directory=QUrl(), QFileDialog.Options options=QFileDialog.ShowDirsOnly, list-of-str supportedSchemes=[]) -> QUrl +PyQt5.QtWidgets.QFileDialog.getOpenFileUrl?4(QWidget parent=None, str caption='', str directory='', str filter='', str initialFilter='', QFileDialog.Options options=0, list-of-str supportedSchemes=[]) -> (QUrl, str) +PyQt5.QtWidgets.QFileDialog.getOpenFileUrls?4(QWidget parent=None, str caption='', str directory='', str filter='', str initialFilter='', QFileDialog.Options options=0, list-of-str supportedSchemes=[]) -> (list-of-QUrl, str) +PyQt5.QtWidgets.QFileDialog.getSaveFileUrl?4(QWidget parent=None, str caption='', str directory='', str filter='', str initialFilter='', QFileDialog.Options options=0, list-of-str supportedSchemes=[]) -> (QUrl, str) +PyQt5.QtWidgets.QFileDialog.Options?1(QFileDialog.Options) +PyQt5.QtWidgets.QFileDialog.Options.__init__?1(self, QFileDialog.Options) +PyQt5.QtWidgets.QFileDialog.Options?1(int) +PyQt5.QtWidgets.QFileDialog.Options.__init__?1(self, int) +PyQt5.QtWidgets.QFileDialog.Options?1() +PyQt5.QtWidgets.QFileDialog.Options.__init__?1(self) +PyQt5.QtWidgets.QFileIconProvider.Option?10 +PyQt5.QtWidgets.QFileIconProvider.DontUseCustomDirectoryIcons?10 +PyQt5.QtWidgets.QFileIconProvider.IconType?10 +PyQt5.QtWidgets.QFileIconProvider.Computer?10 +PyQt5.QtWidgets.QFileIconProvider.Desktop?10 +PyQt5.QtWidgets.QFileIconProvider.Trashcan?10 +PyQt5.QtWidgets.QFileIconProvider.Network?10 +PyQt5.QtWidgets.QFileIconProvider.Drive?10 +PyQt5.QtWidgets.QFileIconProvider.Folder?10 +PyQt5.QtWidgets.QFileIconProvider.File?10 +PyQt5.QtWidgets.QFileIconProvider?1() +PyQt5.QtWidgets.QFileIconProvider.__init__?1(self) +PyQt5.QtWidgets.QFileIconProvider.icon?4(QFileIconProvider.IconType) -> QIcon +PyQt5.QtWidgets.QFileIconProvider.icon?4(QFileInfo) -> QIcon +PyQt5.QtWidgets.QFileIconProvider.type?4(QFileInfo) -> str +PyQt5.QtWidgets.QFileIconProvider.setOptions?4(QFileIconProvider.Options) +PyQt5.QtWidgets.QFileIconProvider.options?4() -> QFileIconProvider.Options +PyQt5.QtWidgets.QFileIconProvider.Options?1(QFileIconProvider.Options) +PyQt5.QtWidgets.QFileIconProvider.Options.__init__?1(self, QFileIconProvider.Options) +PyQt5.QtWidgets.QFileIconProvider.Options?1(int) +PyQt5.QtWidgets.QFileIconProvider.Options.__init__?1(self, int) +PyQt5.QtWidgets.QFileIconProvider.Options?1() +PyQt5.QtWidgets.QFileIconProvider.Options.__init__?1(self) +PyQt5.QtWidgets.QFileSystemModel.Roles?10 +PyQt5.QtWidgets.QFileSystemModel.FileIconRole?10 +PyQt5.QtWidgets.QFileSystemModel.FilePathRole?10 +PyQt5.QtWidgets.QFileSystemModel.FileNameRole?10 +PyQt5.QtWidgets.QFileSystemModel.FilePermissions?10 +PyQt5.QtWidgets.QFileSystemModel?1(QObject parent=None) +PyQt5.QtWidgets.QFileSystemModel.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QFileSystemModel.index?4(int, int, QModelIndex parent=QModelIndex()) -> QModelIndex +PyQt5.QtWidgets.QFileSystemModel.index?4(str, int column=0) -> QModelIndex +PyQt5.QtWidgets.QFileSystemModel.parent?4(QModelIndex) -> QModelIndex +PyQt5.QtWidgets.QFileSystemModel.hasChildren?4(QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtWidgets.QFileSystemModel.canFetchMore?4(QModelIndex) -> bool +PyQt5.QtWidgets.QFileSystemModel.fetchMore?4(QModelIndex) +PyQt5.QtWidgets.QFileSystemModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtWidgets.QFileSystemModel.columnCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtWidgets.QFileSystemModel.myComputer?4(int role=Qt.DisplayRole) -> QVariant +PyQt5.QtWidgets.QFileSystemModel.data?4(QModelIndex, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtWidgets.QFileSystemModel.setData?4(QModelIndex, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtWidgets.QFileSystemModel.headerData?4(int, Qt.Orientation, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtWidgets.QFileSystemModel.flags?4(QModelIndex) -> Qt.ItemFlags +PyQt5.QtWidgets.QFileSystemModel.sort?4(int, Qt.SortOrder order=Qt.AscendingOrder) +PyQt5.QtWidgets.QFileSystemModel.mimeTypes?4() -> list-of-str +PyQt5.QtWidgets.QFileSystemModel.mimeData?4(list-of-QModelIndex) -> QMimeData +PyQt5.QtWidgets.QFileSystemModel.dropMimeData?4(QMimeData, Qt.DropAction, int, int, QModelIndex) -> bool +PyQt5.QtWidgets.QFileSystemModel.supportedDropActions?4() -> Qt.DropActions +PyQt5.QtWidgets.QFileSystemModel.setRootPath?4(str) -> QModelIndex +PyQt5.QtWidgets.QFileSystemModel.rootPath?4() -> str +PyQt5.QtWidgets.QFileSystemModel.rootDirectory?4() -> QDir +PyQt5.QtWidgets.QFileSystemModel.setIconProvider?4(QFileIconProvider) +PyQt5.QtWidgets.QFileSystemModel.iconProvider?4() -> QFileIconProvider +PyQt5.QtWidgets.QFileSystemModel.setFilter?4(QDir.Filters) +PyQt5.QtWidgets.QFileSystemModel.filter?4() -> QDir.Filters +PyQt5.QtWidgets.QFileSystemModel.setResolveSymlinks?4(bool) +PyQt5.QtWidgets.QFileSystemModel.resolveSymlinks?4() -> bool +PyQt5.QtWidgets.QFileSystemModel.setReadOnly?4(bool) +PyQt5.QtWidgets.QFileSystemModel.isReadOnly?4() -> bool +PyQt5.QtWidgets.QFileSystemModel.setNameFilterDisables?4(bool) +PyQt5.QtWidgets.QFileSystemModel.nameFilterDisables?4() -> bool +PyQt5.QtWidgets.QFileSystemModel.setNameFilters?4(list-of-str) +PyQt5.QtWidgets.QFileSystemModel.nameFilters?4() -> list-of-str +PyQt5.QtWidgets.QFileSystemModel.filePath?4(QModelIndex) -> str +PyQt5.QtWidgets.QFileSystemModel.isDir?4(QModelIndex) -> bool +PyQt5.QtWidgets.QFileSystemModel.size?4(QModelIndex) -> int +PyQt5.QtWidgets.QFileSystemModel.type?4(QModelIndex) -> str +PyQt5.QtWidgets.QFileSystemModel.lastModified?4(QModelIndex) -> QDateTime +PyQt5.QtWidgets.QFileSystemModel.mkdir?4(QModelIndex, str) -> QModelIndex +PyQt5.QtWidgets.QFileSystemModel.permissions?4(QModelIndex) -> QFileDevice.Permissions +PyQt5.QtWidgets.QFileSystemModel.rmdir?4(QModelIndex) -> bool +PyQt5.QtWidgets.QFileSystemModel.fileName?4(QModelIndex) -> str +PyQt5.QtWidgets.QFileSystemModel.fileIcon?4(QModelIndex) -> QIcon +PyQt5.QtWidgets.QFileSystemModel.fileInfo?4(QModelIndex) -> QFileInfo +PyQt5.QtWidgets.QFileSystemModel.remove?4(QModelIndex) -> bool +PyQt5.QtWidgets.QFileSystemModel.fileRenamed?4(str, str, str) +PyQt5.QtWidgets.QFileSystemModel.rootPathChanged?4(str) +PyQt5.QtWidgets.QFileSystemModel.directoryLoaded?4(str) +PyQt5.QtWidgets.QFileSystemModel.event?4(QEvent) -> bool +PyQt5.QtWidgets.QFileSystemModel.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QFocusFrame?1(QWidget parent=None) +PyQt5.QtWidgets.QFocusFrame.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QFocusFrame.setWidget?4(QWidget) +PyQt5.QtWidgets.QFocusFrame.widget?4() -> QWidget +PyQt5.QtWidgets.QFocusFrame.initStyleOption?4(QStyleOption) +PyQt5.QtWidgets.QFocusFrame.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QFocusFrame.event?4(QEvent) -> bool +PyQt5.QtWidgets.QFocusFrame.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QFontComboBox.FontFilter?10 +PyQt5.QtWidgets.QFontComboBox.AllFonts?10 +PyQt5.QtWidgets.QFontComboBox.ScalableFonts?10 +PyQt5.QtWidgets.QFontComboBox.NonScalableFonts?10 +PyQt5.QtWidgets.QFontComboBox.MonospacedFonts?10 +PyQt5.QtWidgets.QFontComboBox.ProportionalFonts?10 +PyQt5.QtWidgets.QFontComboBox?1(QWidget parent=None) +PyQt5.QtWidgets.QFontComboBox.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QFontComboBox.fontFilters?4() -> QFontComboBox.FontFilters +PyQt5.QtWidgets.QFontComboBox.setWritingSystem?4(QFontDatabase.WritingSystem) +PyQt5.QtWidgets.QFontComboBox.writingSystem?4() -> QFontDatabase.WritingSystem +PyQt5.QtWidgets.QFontComboBox.setFontFilters?4(QFontComboBox.FontFilters) +PyQt5.QtWidgets.QFontComboBox.currentFont?4() -> QFont +PyQt5.QtWidgets.QFontComboBox.sizeHint?4() -> QSize +PyQt5.QtWidgets.QFontComboBox.setCurrentFont?4(QFont) +PyQt5.QtWidgets.QFontComboBox.currentFontChanged?4(QFont) +PyQt5.QtWidgets.QFontComboBox.event?4(QEvent) -> bool +PyQt5.QtWidgets.QFontComboBox.FontFilters?1(QFontComboBox.FontFilters) +PyQt5.QtWidgets.QFontComboBox.FontFilters.__init__?1(self, QFontComboBox.FontFilters) +PyQt5.QtWidgets.QFontComboBox.FontFilters?1(int) +PyQt5.QtWidgets.QFontComboBox.FontFilters.__init__?1(self, int) +PyQt5.QtWidgets.QFontComboBox.FontFilters?1() +PyQt5.QtWidgets.QFontComboBox.FontFilters.__init__?1(self) +PyQt5.QtWidgets.QFontDialog.FontDialogOption?10 +PyQt5.QtWidgets.QFontDialog.NoButtons?10 +PyQt5.QtWidgets.QFontDialog.DontUseNativeDialog?10 +PyQt5.QtWidgets.QFontDialog.ScalableFonts?10 +PyQt5.QtWidgets.QFontDialog.NonScalableFonts?10 +PyQt5.QtWidgets.QFontDialog.MonospacedFonts?10 +PyQt5.QtWidgets.QFontDialog.ProportionalFonts?10 +PyQt5.QtWidgets.QFontDialog?1(QWidget parent=None) +PyQt5.QtWidgets.QFontDialog.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QFontDialog?1(QFont, QWidget parent=None) +PyQt5.QtWidgets.QFontDialog.__init__?1(self, QFont, QWidget parent=None) +PyQt5.QtWidgets.QFontDialog.getFont?4(QFont, QWidget parent=None, str caption=QString(), QFontDialog.FontDialogOptions options=0) -> (QFont, bool) +PyQt5.QtWidgets.QFontDialog.getFont?4(QWidget parent=None) -> (QFont, bool) +PyQt5.QtWidgets.QFontDialog.changeEvent?4(QEvent) +PyQt5.QtWidgets.QFontDialog.done?4(int) +PyQt5.QtWidgets.QFontDialog.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QFontDialog.setCurrentFont?4(QFont) +PyQt5.QtWidgets.QFontDialog.currentFont?4() -> QFont +PyQt5.QtWidgets.QFontDialog.selectedFont?4() -> QFont +PyQt5.QtWidgets.QFontDialog.setOption?4(QFontDialog.FontDialogOption, bool on=True) +PyQt5.QtWidgets.QFontDialog.testOption?4(QFontDialog.FontDialogOption) -> bool +PyQt5.QtWidgets.QFontDialog.setOptions?4(QFontDialog.FontDialogOptions) +PyQt5.QtWidgets.QFontDialog.options?4() -> QFontDialog.FontDialogOptions +PyQt5.QtWidgets.QFontDialog.open?4() +PyQt5.QtWidgets.QFontDialog.open?4(slot) +PyQt5.QtWidgets.QFontDialog.setVisible?4(bool) +PyQt5.QtWidgets.QFontDialog.currentFontChanged?4(QFont) +PyQt5.QtWidgets.QFontDialog.fontSelected?4(QFont) +PyQt5.QtWidgets.QFontDialog.FontDialogOptions?1(QFontDialog.FontDialogOptions) +PyQt5.QtWidgets.QFontDialog.FontDialogOptions.__init__?1(self, QFontDialog.FontDialogOptions) +PyQt5.QtWidgets.QFontDialog.FontDialogOptions?1(int) +PyQt5.QtWidgets.QFontDialog.FontDialogOptions.__init__?1(self, int) +PyQt5.QtWidgets.QFontDialog.FontDialogOptions?1() +PyQt5.QtWidgets.QFontDialog.FontDialogOptions.__init__?1(self) +PyQt5.QtWidgets.QFormLayout.ItemRole?10 +PyQt5.QtWidgets.QFormLayout.LabelRole?10 +PyQt5.QtWidgets.QFormLayout.FieldRole?10 +PyQt5.QtWidgets.QFormLayout.SpanningRole?10 +PyQt5.QtWidgets.QFormLayout.RowWrapPolicy?10 +PyQt5.QtWidgets.QFormLayout.DontWrapRows?10 +PyQt5.QtWidgets.QFormLayout.WrapLongRows?10 +PyQt5.QtWidgets.QFormLayout.WrapAllRows?10 +PyQt5.QtWidgets.QFormLayout.FieldGrowthPolicy?10 +PyQt5.QtWidgets.QFormLayout.FieldsStayAtSizeHint?10 +PyQt5.QtWidgets.QFormLayout.ExpandingFieldsGrow?10 +PyQt5.QtWidgets.QFormLayout.AllNonFixedFieldsGrow?10 +PyQt5.QtWidgets.QFormLayout?1(QWidget parent=None) +PyQt5.QtWidgets.QFormLayout.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QFormLayout.setFieldGrowthPolicy?4(QFormLayout.FieldGrowthPolicy) +PyQt5.QtWidgets.QFormLayout.fieldGrowthPolicy?4() -> QFormLayout.FieldGrowthPolicy +PyQt5.QtWidgets.QFormLayout.setRowWrapPolicy?4(QFormLayout.RowWrapPolicy) +PyQt5.QtWidgets.QFormLayout.rowWrapPolicy?4() -> QFormLayout.RowWrapPolicy +PyQt5.QtWidgets.QFormLayout.setLabelAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QFormLayout.labelAlignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QFormLayout.setFormAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QFormLayout.formAlignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QFormLayout.setHorizontalSpacing?4(int) +PyQt5.QtWidgets.QFormLayout.horizontalSpacing?4() -> int +PyQt5.QtWidgets.QFormLayout.setVerticalSpacing?4(int) +PyQt5.QtWidgets.QFormLayout.verticalSpacing?4() -> int +PyQt5.QtWidgets.QFormLayout.spacing?4() -> int +PyQt5.QtWidgets.QFormLayout.setSpacing?4(int) +PyQt5.QtWidgets.QFormLayout.addRow?4(QWidget, QWidget) +PyQt5.QtWidgets.QFormLayout.addRow?4(QWidget, QLayout) +PyQt5.QtWidgets.QFormLayout.addRow?4(str, QWidget) +PyQt5.QtWidgets.QFormLayout.addRow?4(str, QLayout) +PyQt5.QtWidgets.QFormLayout.addRow?4(QWidget) +PyQt5.QtWidgets.QFormLayout.addRow?4(QLayout) +PyQt5.QtWidgets.QFormLayout.insertRow?4(int, QWidget, QWidget) +PyQt5.QtWidgets.QFormLayout.insertRow?4(int, QWidget, QLayout) +PyQt5.QtWidgets.QFormLayout.insertRow?4(int, str, QWidget) +PyQt5.QtWidgets.QFormLayout.insertRow?4(int, str, QLayout) +PyQt5.QtWidgets.QFormLayout.insertRow?4(int, QWidget) +PyQt5.QtWidgets.QFormLayout.insertRow?4(int, QLayout) +PyQt5.QtWidgets.QFormLayout.setItem?4(int, QFormLayout.ItemRole, QLayoutItem) +PyQt5.QtWidgets.QFormLayout.setWidget?4(int, QFormLayout.ItemRole, QWidget) +PyQt5.QtWidgets.QFormLayout.setLayout?4(int, QFormLayout.ItemRole, QLayout) +PyQt5.QtWidgets.QFormLayout.itemAt?4(int, QFormLayout.ItemRole) -> QLayoutItem +PyQt5.QtWidgets.QFormLayout.getItemPosition?4(int) -> (int, QFormLayout.ItemRole) +PyQt5.QtWidgets.QFormLayout.getWidgetPosition?4(QWidget) -> (int, QFormLayout.ItemRole) +PyQt5.QtWidgets.QFormLayout.getLayoutPosition?4(QLayout) -> (int, QFormLayout.ItemRole) +PyQt5.QtWidgets.QFormLayout.labelForField?4(QWidget) -> QWidget +PyQt5.QtWidgets.QFormLayout.labelForField?4(QLayout) -> QWidget +PyQt5.QtWidgets.QFormLayout.addItem?4(QLayoutItem) +PyQt5.QtWidgets.QFormLayout.itemAt?4(int) -> QLayoutItem +PyQt5.QtWidgets.QFormLayout.takeAt?4(int) -> QLayoutItem +PyQt5.QtWidgets.QFormLayout.setGeometry?4(QRect) +PyQt5.QtWidgets.QFormLayout.minimumSize?4() -> QSize +PyQt5.QtWidgets.QFormLayout.sizeHint?4() -> QSize +PyQt5.QtWidgets.QFormLayout.invalidate?4() +PyQt5.QtWidgets.QFormLayout.hasHeightForWidth?4() -> bool +PyQt5.QtWidgets.QFormLayout.heightForWidth?4(int) -> int +PyQt5.QtWidgets.QFormLayout.expandingDirections?4() -> Qt.Orientations +PyQt5.QtWidgets.QFormLayout.count?4() -> int +PyQt5.QtWidgets.QFormLayout.rowCount?4() -> int +PyQt5.QtWidgets.QGesture.GestureCancelPolicy?10 +PyQt5.QtWidgets.QGesture.CancelNone?10 +PyQt5.QtWidgets.QGesture.CancelAllInContext?10 +PyQt5.QtWidgets.QGesture?1(QObject parent=None) +PyQt5.QtWidgets.QGesture.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QGesture.gestureType?4() -> Qt.GestureType +PyQt5.QtWidgets.QGesture.state?4() -> Qt.GestureState +PyQt5.QtWidgets.QGesture.hotSpot?4() -> QPointF +PyQt5.QtWidgets.QGesture.setHotSpot?4(QPointF) +PyQt5.QtWidgets.QGesture.hasHotSpot?4() -> bool +PyQt5.QtWidgets.QGesture.unsetHotSpot?4() +PyQt5.QtWidgets.QGesture.setGestureCancelPolicy?4(QGesture.GestureCancelPolicy) +PyQt5.QtWidgets.QGesture.gestureCancelPolicy?4() -> QGesture.GestureCancelPolicy +PyQt5.QtWidgets.QPanGesture?1(QObject parent=None) +PyQt5.QtWidgets.QPanGesture.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QPanGesture.lastOffset?4() -> QPointF +PyQt5.QtWidgets.QPanGesture.offset?4() -> QPointF +PyQt5.QtWidgets.QPanGesture.delta?4() -> QPointF +PyQt5.QtWidgets.QPanGesture.acceleration?4() -> float +PyQt5.QtWidgets.QPanGesture.setLastOffset?4(QPointF) +PyQt5.QtWidgets.QPanGesture.setOffset?4(QPointF) +PyQt5.QtWidgets.QPanGesture.setAcceleration?4(float) +PyQt5.QtWidgets.QPinchGesture.ChangeFlag?10 +PyQt5.QtWidgets.QPinchGesture.ScaleFactorChanged?10 +PyQt5.QtWidgets.QPinchGesture.RotationAngleChanged?10 +PyQt5.QtWidgets.QPinchGesture.CenterPointChanged?10 +PyQt5.QtWidgets.QPinchGesture?1(QObject parent=None) +PyQt5.QtWidgets.QPinchGesture.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QPinchGesture.totalChangeFlags?4() -> QPinchGesture.ChangeFlags +PyQt5.QtWidgets.QPinchGesture.setTotalChangeFlags?4(QPinchGesture.ChangeFlags) +PyQt5.QtWidgets.QPinchGesture.changeFlags?4() -> QPinchGesture.ChangeFlags +PyQt5.QtWidgets.QPinchGesture.setChangeFlags?4(QPinchGesture.ChangeFlags) +PyQt5.QtWidgets.QPinchGesture.startCenterPoint?4() -> QPointF +PyQt5.QtWidgets.QPinchGesture.lastCenterPoint?4() -> QPointF +PyQt5.QtWidgets.QPinchGesture.centerPoint?4() -> QPointF +PyQt5.QtWidgets.QPinchGesture.setStartCenterPoint?4(QPointF) +PyQt5.QtWidgets.QPinchGesture.setLastCenterPoint?4(QPointF) +PyQt5.QtWidgets.QPinchGesture.setCenterPoint?4(QPointF) +PyQt5.QtWidgets.QPinchGesture.totalScaleFactor?4() -> float +PyQt5.QtWidgets.QPinchGesture.lastScaleFactor?4() -> float +PyQt5.QtWidgets.QPinchGesture.scaleFactor?4() -> float +PyQt5.QtWidgets.QPinchGesture.setTotalScaleFactor?4(float) +PyQt5.QtWidgets.QPinchGesture.setLastScaleFactor?4(float) +PyQt5.QtWidgets.QPinchGesture.setScaleFactor?4(float) +PyQt5.QtWidgets.QPinchGesture.totalRotationAngle?4() -> float +PyQt5.QtWidgets.QPinchGesture.lastRotationAngle?4() -> float +PyQt5.QtWidgets.QPinchGesture.rotationAngle?4() -> float +PyQt5.QtWidgets.QPinchGesture.setTotalRotationAngle?4(float) +PyQt5.QtWidgets.QPinchGesture.setLastRotationAngle?4(float) +PyQt5.QtWidgets.QPinchGesture.setRotationAngle?4(float) +PyQt5.QtWidgets.QPinchGesture.ChangeFlags?1(QPinchGesture.ChangeFlags) +PyQt5.QtWidgets.QPinchGesture.ChangeFlags.__init__?1(self, QPinchGesture.ChangeFlags) +PyQt5.QtWidgets.QPinchGesture.ChangeFlags?1(int) +PyQt5.QtWidgets.QPinchGesture.ChangeFlags.__init__?1(self, int) +PyQt5.QtWidgets.QPinchGesture.ChangeFlags?1() +PyQt5.QtWidgets.QPinchGesture.ChangeFlags.__init__?1(self) +PyQt5.QtWidgets.QSwipeGesture.SwipeDirection?10 +PyQt5.QtWidgets.QSwipeGesture.NoDirection?10 +PyQt5.QtWidgets.QSwipeGesture.Left?10 +PyQt5.QtWidgets.QSwipeGesture.Right?10 +PyQt5.QtWidgets.QSwipeGesture.Up?10 +PyQt5.QtWidgets.QSwipeGesture.Down?10 +PyQt5.QtWidgets.QSwipeGesture?1(QObject parent=None) +PyQt5.QtWidgets.QSwipeGesture.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QSwipeGesture.horizontalDirection?4() -> QSwipeGesture.SwipeDirection +PyQt5.QtWidgets.QSwipeGesture.verticalDirection?4() -> QSwipeGesture.SwipeDirection +PyQt5.QtWidgets.QSwipeGesture.swipeAngle?4() -> float +PyQt5.QtWidgets.QSwipeGesture.setSwipeAngle?4(float) +PyQt5.QtWidgets.QTapGesture?1(QObject parent=None) +PyQt5.QtWidgets.QTapGesture.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QTapGesture.position?4() -> QPointF +PyQt5.QtWidgets.QTapGesture.setPosition?4(QPointF) +PyQt5.QtWidgets.QTapAndHoldGesture?1(QObject parent=None) +PyQt5.QtWidgets.QTapAndHoldGesture.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QTapAndHoldGesture.position?4() -> QPointF +PyQt5.QtWidgets.QTapAndHoldGesture.setPosition?4(QPointF) +PyQt5.QtWidgets.QTapAndHoldGesture.setTimeout?4(int) +PyQt5.QtWidgets.QTapAndHoldGesture.timeout?4() -> int +PyQt5.QtWidgets.QGestureEvent?1(list-of-QGesture) +PyQt5.QtWidgets.QGestureEvent.__init__?1(self, list-of-QGesture) +PyQt5.QtWidgets.QGestureEvent?1(QGestureEvent) +PyQt5.QtWidgets.QGestureEvent.__init__?1(self, QGestureEvent) +PyQt5.QtWidgets.QGestureEvent.gestures?4() -> list-of-QGesture +PyQt5.QtWidgets.QGestureEvent.gesture?4(Qt.GestureType) -> QGesture +PyQt5.QtWidgets.QGestureEvent.activeGestures?4() -> list-of-QGesture +PyQt5.QtWidgets.QGestureEvent.canceledGestures?4() -> list-of-QGesture +PyQt5.QtWidgets.QGestureEvent.setAccepted?4(bool) +PyQt5.QtWidgets.QGestureEvent.isAccepted?4() -> bool +PyQt5.QtWidgets.QGestureEvent.accept?4() +PyQt5.QtWidgets.QGestureEvent.ignore?4() +PyQt5.QtWidgets.QGestureEvent.setAccepted?4(QGesture, bool) +PyQt5.QtWidgets.QGestureEvent.accept?4(QGesture) +PyQt5.QtWidgets.QGestureEvent.ignore?4(QGesture) +PyQt5.QtWidgets.QGestureEvent.isAccepted?4(QGesture) -> bool +PyQt5.QtWidgets.QGestureEvent.setAccepted?4(Qt.GestureType, bool) +PyQt5.QtWidgets.QGestureEvent.accept?4(Qt.GestureType) +PyQt5.QtWidgets.QGestureEvent.ignore?4(Qt.GestureType) +PyQt5.QtWidgets.QGestureEvent.isAccepted?4(Qt.GestureType) -> bool +PyQt5.QtWidgets.QGestureEvent.widget?4() -> QWidget +PyQt5.QtWidgets.QGestureEvent.mapToGraphicsScene?4(QPointF) -> QPointF +PyQt5.QtWidgets.QGestureRecognizer.ResultFlag?10 +PyQt5.QtWidgets.QGestureRecognizer.Ignore?10 +PyQt5.QtWidgets.QGestureRecognizer.MayBeGesture?10 +PyQt5.QtWidgets.QGestureRecognizer.TriggerGesture?10 +PyQt5.QtWidgets.QGestureRecognizer.FinishGesture?10 +PyQt5.QtWidgets.QGestureRecognizer.CancelGesture?10 +PyQt5.QtWidgets.QGestureRecognizer.ConsumeEventHint?10 +PyQt5.QtWidgets.QGestureRecognizer?1() +PyQt5.QtWidgets.QGestureRecognizer.__init__?1(self) +PyQt5.QtWidgets.QGestureRecognizer?1(QGestureRecognizer) +PyQt5.QtWidgets.QGestureRecognizer.__init__?1(self, QGestureRecognizer) +PyQt5.QtWidgets.QGestureRecognizer.create?4(QObject) -> QGesture +PyQt5.QtWidgets.QGestureRecognizer.recognize?4(QGesture, QObject, QEvent) -> QGestureRecognizer.Result +PyQt5.QtWidgets.QGestureRecognizer.reset?4(QGesture) +PyQt5.QtWidgets.QGestureRecognizer.registerRecognizer?4(QGestureRecognizer) -> Qt.GestureType +PyQt5.QtWidgets.QGestureRecognizer.unregisterRecognizer?4(Qt.GestureType) +PyQt5.QtWidgets.QGestureRecognizer.Result?1(QGestureRecognizer.Result) +PyQt5.QtWidgets.QGestureRecognizer.Result.__init__?1(self, QGestureRecognizer.Result) +PyQt5.QtWidgets.QGestureRecognizer.Result?1(int) +PyQt5.QtWidgets.QGestureRecognizer.Result.__init__?1(self, int) +PyQt5.QtWidgets.QGestureRecognizer.Result?1() +PyQt5.QtWidgets.QGestureRecognizer.Result.__init__?1(self) +PyQt5.QtWidgets.QGraphicsAnchor.setSpacing?4(float) +PyQt5.QtWidgets.QGraphicsAnchor.unsetSpacing?4() +PyQt5.QtWidgets.QGraphicsAnchor.spacing?4() -> float +PyQt5.QtWidgets.QGraphicsAnchor.setSizePolicy?4(QSizePolicy.Policy) +PyQt5.QtWidgets.QGraphicsAnchor.sizePolicy?4() -> QSizePolicy.Policy +PyQt5.QtWidgets.QGraphicsLayoutItem?1(QGraphicsLayoutItem parent=None, bool isLayout=False) +PyQt5.QtWidgets.QGraphicsLayoutItem.__init__?1(self, QGraphicsLayoutItem parent=None, bool isLayout=False) +PyQt5.QtWidgets.QGraphicsLayoutItem.setSizePolicy?4(QSizePolicy) +PyQt5.QtWidgets.QGraphicsLayoutItem.setSizePolicy?4(QSizePolicy.Policy, QSizePolicy.Policy, QSizePolicy.ControlType controlType=QSizePolicy.DefaultType) +PyQt5.QtWidgets.QGraphicsLayoutItem.sizePolicy?4() -> QSizePolicy +PyQt5.QtWidgets.QGraphicsLayoutItem.setMinimumSize?4(QSizeF) +PyQt5.QtWidgets.QGraphicsLayoutItem.minimumSize?4() -> QSizeF +PyQt5.QtWidgets.QGraphicsLayoutItem.setMinimumWidth?4(float) +PyQt5.QtWidgets.QGraphicsLayoutItem.setMinimumHeight?4(float) +PyQt5.QtWidgets.QGraphicsLayoutItem.setPreferredSize?4(QSizeF) +PyQt5.QtWidgets.QGraphicsLayoutItem.preferredSize?4() -> QSizeF +PyQt5.QtWidgets.QGraphicsLayoutItem.setPreferredWidth?4(float) +PyQt5.QtWidgets.QGraphicsLayoutItem.setPreferredHeight?4(float) +PyQt5.QtWidgets.QGraphicsLayoutItem.setMaximumSize?4(QSizeF) +PyQt5.QtWidgets.QGraphicsLayoutItem.maximumSize?4() -> QSizeF +PyQt5.QtWidgets.QGraphicsLayoutItem.setMaximumWidth?4(float) +PyQt5.QtWidgets.QGraphicsLayoutItem.setMaximumHeight?4(float) +PyQt5.QtWidgets.QGraphicsLayoutItem.setGeometry?4(QRectF) +PyQt5.QtWidgets.QGraphicsLayoutItem.geometry?4() -> QRectF +PyQt5.QtWidgets.QGraphicsLayoutItem.getContentsMargins?4() -> (float, float, float, float) +PyQt5.QtWidgets.QGraphicsLayoutItem.contentsRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsLayoutItem.effectiveSizeHint?4(Qt.SizeHint, QSizeF constraint=QSizeF()) -> QSizeF +PyQt5.QtWidgets.QGraphicsLayoutItem.updateGeometry?4() +PyQt5.QtWidgets.QGraphicsLayoutItem.parentLayoutItem?4() -> QGraphicsLayoutItem +PyQt5.QtWidgets.QGraphicsLayoutItem.setParentLayoutItem?4(QGraphicsLayoutItem) +PyQt5.QtWidgets.QGraphicsLayoutItem.isLayout?4() -> bool +PyQt5.QtWidgets.QGraphicsLayoutItem.setMinimumSize?4(float, float) +PyQt5.QtWidgets.QGraphicsLayoutItem.setPreferredSize?4(float, float) +PyQt5.QtWidgets.QGraphicsLayoutItem.setMaximumSize?4(float, float) +PyQt5.QtWidgets.QGraphicsLayoutItem.minimumWidth?4() -> float +PyQt5.QtWidgets.QGraphicsLayoutItem.minimumHeight?4() -> float +PyQt5.QtWidgets.QGraphicsLayoutItem.preferredWidth?4() -> float +PyQt5.QtWidgets.QGraphicsLayoutItem.preferredHeight?4() -> float +PyQt5.QtWidgets.QGraphicsLayoutItem.maximumWidth?4() -> float +PyQt5.QtWidgets.QGraphicsLayoutItem.maximumHeight?4() -> float +PyQt5.QtWidgets.QGraphicsLayoutItem.graphicsItem?4() -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsLayoutItem.ownedByLayout?4() -> bool +PyQt5.QtWidgets.QGraphicsLayoutItem.sizeHint?4(Qt.SizeHint, QSizeF constraint=QSizeF()) -> QSizeF +PyQt5.QtWidgets.QGraphicsLayoutItem.setGraphicsItem?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsLayoutItem.setOwnedByLayout?4(bool) +PyQt5.QtWidgets.QGraphicsLayout?1(QGraphicsLayoutItem parent=None) +PyQt5.QtWidgets.QGraphicsLayout.__init__?1(self, QGraphicsLayoutItem parent=None) +PyQt5.QtWidgets.QGraphicsLayout.setContentsMargins?4(float, float, float, float) +PyQt5.QtWidgets.QGraphicsLayout.getContentsMargins?4() -> (float, float, float, float) +PyQt5.QtWidgets.QGraphicsLayout.activate?4() +PyQt5.QtWidgets.QGraphicsLayout.isActivated?4() -> bool +PyQt5.QtWidgets.QGraphicsLayout.invalidate?4() +PyQt5.QtWidgets.QGraphicsLayout.widgetEvent?4(QEvent) +PyQt5.QtWidgets.QGraphicsLayout.count?4() -> int +PyQt5.QtWidgets.QGraphicsLayout.itemAt?4(int) -> QGraphicsLayoutItem +PyQt5.QtWidgets.QGraphicsLayout.removeAt?4(int) +PyQt5.QtWidgets.QGraphicsLayout.updateGeometry?4() +PyQt5.QtWidgets.QGraphicsLayout.addChildLayoutItem?4(QGraphicsLayoutItem) +PyQt5.QtWidgets.QGraphicsAnchorLayout?1(QGraphicsLayoutItem parent=None) +PyQt5.QtWidgets.QGraphicsAnchorLayout.__init__?1(self, QGraphicsLayoutItem parent=None) +PyQt5.QtWidgets.QGraphicsAnchorLayout.addAnchor?4(QGraphicsLayoutItem, Qt.AnchorPoint, QGraphicsLayoutItem, Qt.AnchorPoint) -> QGraphicsAnchor +PyQt5.QtWidgets.QGraphicsAnchorLayout.anchor?4(QGraphicsLayoutItem, Qt.AnchorPoint, QGraphicsLayoutItem, Qt.AnchorPoint) -> QGraphicsAnchor +PyQt5.QtWidgets.QGraphicsAnchorLayout.addCornerAnchors?4(QGraphicsLayoutItem, Qt.Corner, QGraphicsLayoutItem, Qt.Corner) +PyQt5.QtWidgets.QGraphicsAnchorLayout.addAnchors?4(QGraphicsLayoutItem, QGraphicsLayoutItem, Qt.Orientations orientations=Qt.Horizontal|Qt.Vertical) +PyQt5.QtWidgets.QGraphicsAnchorLayout.setHorizontalSpacing?4(float) +PyQt5.QtWidgets.QGraphicsAnchorLayout.setVerticalSpacing?4(float) +PyQt5.QtWidgets.QGraphicsAnchorLayout.setSpacing?4(float) +PyQt5.QtWidgets.QGraphicsAnchorLayout.horizontalSpacing?4() -> float +PyQt5.QtWidgets.QGraphicsAnchorLayout.verticalSpacing?4() -> float +PyQt5.QtWidgets.QGraphicsAnchorLayout.removeAt?4(int) +PyQt5.QtWidgets.QGraphicsAnchorLayout.setGeometry?4(QRectF) +PyQt5.QtWidgets.QGraphicsAnchorLayout.count?4() -> int +PyQt5.QtWidgets.QGraphicsAnchorLayout.itemAt?4(int) -> QGraphicsLayoutItem +PyQt5.QtWidgets.QGraphicsAnchorLayout.invalidate?4() +PyQt5.QtWidgets.QGraphicsAnchorLayout.sizeHint?4(Qt.SizeHint, QSizeF constraint=QSizeF()) -> QSizeF +PyQt5.QtWidgets.QGraphicsEffect.PixmapPadMode?10 +PyQt5.QtWidgets.QGraphicsEffect.NoPad?10 +PyQt5.QtWidgets.QGraphicsEffect.PadToTransparentBorder?10 +PyQt5.QtWidgets.QGraphicsEffect.PadToEffectiveBoundingRect?10 +PyQt5.QtWidgets.QGraphicsEffect.ChangeFlag?10 +PyQt5.QtWidgets.QGraphicsEffect.SourceAttached?10 +PyQt5.QtWidgets.QGraphicsEffect.SourceDetached?10 +PyQt5.QtWidgets.QGraphicsEffect.SourceBoundingRectChanged?10 +PyQt5.QtWidgets.QGraphicsEffect.SourceInvalidated?10 +PyQt5.QtWidgets.QGraphicsEffect?1(QObject parent=None) +PyQt5.QtWidgets.QGraphicsEffect.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QGraphicsEffect.boundingRectFor?4(QRectF) -> QRectF +PyQt5.QtWidgets.QGraphicsEffect.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsEffect.isEnabled?4() -> bool +PyQt5.QtWidgets.QGraphicsEffect.setEnabled?4(bool) +PyQt5.QtWidgets.QGraphicsEffect.update?4() +PyQt5.QtWidgets.QGraphicsEffect.enabledChanged?4(bool) +PyQt5.QtWidgets.QGraphicsEffect.draw?4(QPainter) +PyQt5.QtWidgets.QGraphicsEffect.sourceChanged?4(QGraphicsEffect.ChangeFlags) +PyQt5.QtWidgets.QGraphicsEffect.updateBoundingRect?4() +PyQt5.QtWidgets.QGraphicsEffect.sourceIsPixmap?4() -> bool +PyQt5.QtWidgets.QGraphicsEffect.sourceBoundingRect?4(Qt.CoordinateSystem system=Qt.LogicalCoordinates) -> QRectF +PyQt5.QtWidgets.QGraphicsEffect.drawSource?4(QPainter) +PyQt5.QtWidgets.QGraphicsEffect.sourcePixmap?4(Qt.CoordinateSystem system=Qt.LogicalCoordinates, QGraphicsEffect.PixmapPadMode mode=QGraphicsEffect.PadToEffectiveBoundingRect) -> (QPixmap, QPoint) +PyQt5.QtWidgets.QGraphicsEffect.ChangeFlags?1(QGraphicsEffect.ChangeFlags) +PyQt5.QtWidgets.QGraphicsEffect.ChangeFlags.__init__?1(self, QGraphicsEffect.ChangeFlags) +PyQt5.QtWidgets.QGraphicsEffect.ChangeFlags?1(int) +PyQt5.QtWidgets.QGraphicsEffect.ChangeFlags.__init__?1(self, int) +PyQt5.QtWidgets.QGraphicsEffect.ChangeFlags?1() +PyQt5.QtWidgets.QGraphicsEffect.ChangeFlags.__init__?1(self) +PyQt5.QtWidgets.QGraphicsColorizeEffect?1(QObject parent=None) +PyQt5.QtWidgets.QGraphicsColorizeEffect.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QGraphicsColorizeEffect.color?4() -> QColor +PyQt5.QtWidgets.QGraphicsColorizeEffect.strength?4() -> float +PyQt5.QtWidgets.QGraphicsColorizeEffect.setColor?4(QColor) +PyQt5.QtWidgets.QGraphicsColorizeEffect.setStrength?4(float) +PyQt5.QtWidgets.QGraphicsColorizeEffect.colorChanged?4(QColor) +PyQt5.QtWidgets.QGraphicsColorizeEffect.strengthChanged?4(float) +PyQt5.QtWidgets.QGraphicsColorizeEffect.draw?4(QPainter) +PyQt5.QtWidgets.QGraphicsBlurEffect.BlurHint?10 +PyQt5.QtWidgets.QGraphicsBlurEffect.PerformanceHint?10 +PyQt5.QtWidgets.QGraphicsBlurEffect.QualityHint?10 +PyQt5.QtWidgets.QGraphicsBlurEffect.AnimationHint?10 +PyQt5.QtWidgets.QGraphicsBlurEffect?1(QObject parent=None) +PyQt5.QtWidgets.QGraphicsBlurEffect.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QGraphicsBlurEffect.boundingRectFor?4(QRectF) -> QRectF +PyQt5.QtWidgets.QGraphicsBlurEffect.blurRadius?4() -> float +PyQt5.QtWidgets.QGraphicsBlurEffect.blurHints?4() -> QGraphicsBlurEffect.BlurHints +PyQt5.QtWidgets.QGraphicsBlurEffect.setBlurRadius?4(float) +PyQt5.QtWidgets.QGraphicsBlurEffect.setBlurHints?4(QGraphicsBlurEffect.BlurHints) +PyQt5.QtWidgets.QGraphicsBlurEffect.blurRadiusChanged?4(float) +PyQt5.QtWidgets.QGraphicsBlurEffect.blurHintsChanged?4(QGraphicsBlurEffect.BlurHints) +PyQt5.QtWidgets.QGraphicsBlurEffect.draw?4(QPainter) +PyQt5.QtWidgets.QGraphicsBlurEffect.BlurHints?1(QGraphicsBlurEffect.BlurHints) +PyQt5.QtWidgets.QGraphicsBlurEffect.BlurHints.__init__?1(self, QGraphicsBlurEffect.BlurHints) +PyQt5.QtWidgets.QGraphicsBlurEffect.BlurHints?1(int) +PyQt5.QtWidgets.QGraphicsBlurEffect.BlurHints.__init__?1(self, int) +PyQt5.QtWidgets.QGraphicsBlurEffect.BlurHints?1() +PyQt5.QtWidgets.QGraphicsBlurEffect.BlurHints.__init__?1(self) +PyQt5.QtWidgets.QGraphicsDropShadowEffect?1(QObject parent=None) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.boundingRectFor?4(QRectF) -> QRectF +PyQt5.QtWidgets.QGraphicsDropShadowEffect.offset?4() -> QPointF +PyQt5.QtWidgets.QGraphicsDropShadowEffect.xOffset?4() -> float +PyQt5.QtWidgets.QGraphicsDropShadowEffect.yOffset?4() -> float +PyQt5.QtWidgets.QGraphicsDropShadowEffect.blurRadius?4() -> float +PyQt5.QtWidgets.QGraphicsDropShadowEffect.color?4() -> QColor +PyQt5.QtWidgets.QGraphicsDropShadowEffect.setOffset?4(QPointF) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.setOffset?4(float, float) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.setOffset?4(float) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.setXOffset?4(float) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.setYOffset?4(float) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.setBlurRadius?4(float) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.setColor?4(QColor) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.offsetChanged?4(QPointF) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.blurRadiusChanged?4(float) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.colorChanged?4(QColor) +PyQt5.QtWidgets.QGraphicsDropShadowEffect.draw?4(QPainter) +PyQt5.QtWidgets.QGraphicsOpacityEffect?1(QObject parent=None) +PyQt5.QtWidgets.QGraphicsOpacityEffect.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QGraphicsOpacityEffect.opacity?4() -> float +PyQt5.QtWidgets.QGraphicsOpacityEffect.opacityMask?4() -> QBrush +PyQt5.QtWidgets.QGraphicsOpacityEffect.setOpacity?4(float) +PyQt5.QtWidgets.QGraphicsOpacityEffect.setOpacityMask?4(QBrush) +PyQt5.QtWidgets.QGraphicsOpacityEffect.opacityChanged?4(float) +PyQt5.QtWidgets.QGraphicsOpacityEffect.opacityMaskChanged?4(QBrush) +PyQt5.QtWidgets.QGraphicsOpacityEffect.draw?4(QPainter) +PyQt5.QtWidgets.QGraphicsGridLayout?1(QGraphicsLayoutItem parent=None) +PyQt5.QtWidgets.QGraphicsGridLayout.__init__?1(self, QGraphicsLayoutItem parent=None) +PyQt5.QtWidgets.QGraphicsGridLayout.addItem?4(QGraphicsLayoutItem, int, int, int, int, Qt.Alignment alignment=0) +PyQt5.QtWidgets.QGraphicsGridLayout.addItem?4(QGraphicsLayoutItem, int, int, Qt.Alignment alignment=0) +PyQt5.QtWidgets.QGraphicsGridLayout.setHorizontalSpacing?4(float) +PyQt5.QtWidgets.QGraphicsGridLayout.horizontalSpacing?4() -> float +PyQt5.QtWidgets.QGraphicsGridLayout.setVerticalSpacing?4(float) +PyQt5.QtWidgets.QGraphicsGridLayout.verticalSpacing?4() -> float +PyQt5.QtWidgets.QGraphicsGridLayout.setSpacing?4(float) +PyQt5.QtWidgets.QGraphicsGridLayout.setRowSpacing?4(int, float) +PyQt5.QtWidgets.QGraphicsGridLayout.rowSpacing?4(int) -> float +PyQt5.QtWidgets.QGraphicsGridLayout.setColumnSpacing?4(int, float) +PyQt5.QtWidgets.QGraphicsGridLayout.columnSpacing?4(int) -> float +PyQt5.QtWidgets.QGraphicsGridLayout.setRowStretchFactor?4(int, int) +PyQt5.QtWidgets.QGraphicsGridLayout.rowStretchFactor?4(int) -> int +PyQt5.QtWidgets.QGraphicsGridLayout.setColumnStretchFactor?4(int, int) +PyQt5.QtWidgets.QGraphicsGridLayout.columnStretchFactor?4(int) -> int +PyQt5.QtWidgets.QGraphicsGridLayout.setRowMinimumHeight?4(int, float) +PyQt5.QtWidgets.QGraphicsGridLayout.rowMinimumHeight?4(int) -> float +PyQt5.QtWidgets.QGraphicsGridLayout.setRowPreferredHeight?4(int, float) +PyQt5.QtWidgets.QGraphicsGridLayout.rowPreferredHeight?4(int) -> float +PyQt5.QtWidgets.QGraphicsGridLayout.setRowMaximumHeight?4(int, float) +PyQt5.QtWidgets.QGraphicsGridLayout.rowMaximumHeight?4(int) -> float +PyQt5.QtWidgets.QGraphicsGridLayout.setRowFixedHeight?4(int, float) +PyQt5.QtWidgets.QGraphicsGridLayout.setColumnMinimumWidth?4(int, float) +PyQt5.QtWidgets.QGraphicsGridLayout.columnMinimumWidth?4(int) -> float +PyQt5.QtWidgets.QGraphicsGridLayout.setColumnPreferredWidth?4(int, float) +PyQt5.QtWidgets.QGraphicsGridLayout.columnPreferredWidth?4(int) -> float +PyQt5.QtWidgets.QGraphicsGridLayout.setColumnMaximumWidth?4(int, float) +PyQt5.QtWidgets.QGraphicsGridLayout.columnMaximumWidth?4(int) -> float +PyQt5.QtWidgets.QGraphicsGridLayout.setColumnFixedWidth?4(int, float) +PyQt5.QtWidgets.QGraphicsGridLayout.setRowAlignment?4(int, Qt.Alignment) +PyQt5.QtWidgets.QGraphicsGridLayout.rowAlignment?4(int) -> Qt.Alignment +PyQt5.QtWidgets.QGraphicsGridLayout.setColumnAlignment?4(int, Qt.Alignment) +PyQt5.QtWidgets.QGraphicsGridLayout.columnAlignment?4(int) -> Qt.Alignment +PyQt5.QtWidgets.QGraphicsGridLayout.setAlignment?4(QGraphicsLayoutItem, Qt.Alignment) +PyQt5.QtWidgets.QGraphicsGridLayout.alignment?4(QGraphicsLayoutItem) -> Qt.Alignment +PyQt5.QtWidgets.QGraphicsGridLayout.rowCount?4() -> int +PyQt5.QtWidgets.QGraphicsGridLayout.columnCount?4() -> int +PyQt5.QtWidgets.QGraphicsGridLayout.itemAt?4(int, int) -> QGraphicsLayoutItem +PyQt5.QtWidgets.QGraphicsGridLayout.count?4() -> int +PyQt5.QtWidgets.QGraphicsGridLayout.itemAt?4(int) -> QGraphicsLayoutItem +PyQt5.QtWidgets.QGraphicsGridLayout.removeAt?4(int) +PyQt5.QtWidgets.QGraphicsGridLayout.invalidate?4() +PyQt5.QtWidgets.QGraphicsGridLayout.setGeometry?4(QRectF) +PyQt5.QtWidgets.QGraphicsGridLayout.sizeHint?4(Qt.SizeHint, QSizeF constraint=QSizeF()) -> QSizeF +PyQt5.QtWidgets.QGraphicsGridLayout.removeItem?4(QGraphicsLayoutItem) +PyQt5.QtWidgets.QGraphicsItem.PanelModality?10 +PyQt5.QtWidgets.QGraphicsItem.NonModal?10 +PyQt5.QtWidgets.QGraphicsItem.PanelModal?10 +PyQt5.QtWidgets.QGraphicsItem.SceneModal?10 +PyQt5.QtWidgets.QGraphicsItem.GraphicsItemFlag?10 +PyQt5.QtWidgets.QGraphicsItem.ItemIsMovable?10 +PyQt5.QtWidgets.QGraphicsItem.ItemIsSelectable?10 +PyQt5.QtWidgets.QGraphicsItem.ItemIsFocusable?10 +PyQt5.QtWidgets.QGraphicsItem.ItemClipsToShape?10 +PyQt5.QtWidgets.QGraphicsItem.ItemClipsChildrenToShape?10 +PyQt5.QtWidgets.QGraphicsItem.ItemIgnoresTransformations?10 +PyQt5.QtWidgets.QGraphicsItem.ItemIgnoresParentOpacity?10 +PyQt5.QtWidgets.QGraphicsItem.ItemDoesntPropagateOpacityToChildren?10 +PyQt5.QtWidgets.QGraphicsItem.ItemStacksBehindParent?10 +PyQt5.QtWidgets.QGraphicsItem.ItemUsesExtendedStyleOption?10 +PyQt5.QtWidgets.QGraphicsItem.ItemHasNoContents?10 +PyQt5.QtWidgets.QGraphicsItem.ItemSendsGeometryChanges?10 +PyQt5.QtWidgets.QGraphicsItem.ItemAcceptsInputMethod?10 +PyQt5.QtWidgets.QGraphicsItem.ItemNegativeZStacksBehindParent?10 +PyQt5.QtWidgets.QGraphicsItem.ItemIsPanel?10 +PyQt5.QtWidgets.QGraphicsItem.ItemSendsScenePositionChanges?10 +PyQt5.QtWidgets.QGraphicsItem.GraphicsItemChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemPositionChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemMatrixChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemVisibleChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemEnabledChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemSelectedChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemParentChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemChildAddedChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemChildRemovedChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemTransformChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemPositionHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemTransformHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemSceneChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemVisibleHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemEnabledHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemSelectedHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemParentHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemSceneHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemCursorChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemCursorHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemToolTipChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemToolTipHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemFlagsChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemFlagsHaveChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemZValueChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemZValueHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemOpacityChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemOpacityHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemScenePositionHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemRotationChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemRotationHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemScaleChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemScaleHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.ItemTransformOriginPointChange?10 +PyQt5.QtWidgets.QGraphicsItem.ItemTransformOriginPointHasChanged?10 +PyQt5.QtWidgets.QGraphicsItem.CacheMode?10 +PyQt5.QtWidgets.QGraphicsItem.NoCache?10 +PyQt5.QtWidgets.QGraphicsItem.ItemCoordinateCache?10 +PyQt5.QtWidgets.QGraphicsItem.DeviceCoordinateCache?10 +PyQt5.QtWidgets.QGraphicsItem.Type?7 +PyQt5.QtWidgets.QGraphicsItem.UserType?7 +PyQt5.QtWidgets.QGraphicsItem?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsItem.scene?4() -> QGraphicsScene +PyQt5.QtWidgets.QGraphicsItem.parentItem?4() -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsItem.topLevelItem?4() -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsItem.setParentItem?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsItem.group?4() -> QGraphicsItemGroup +PyQt5.QtWidgets.QGraphicsItem.setGroup?4(QGraphicsItemGroup) +PyQt5.QtWidgets.QGraphicsItem.flags?4() -> QGraphicsItem.GraphicsItemFlags +PyQt5.QtWidgets.QGraphicsItem.setFlag?4(QGraphicsItem.GraphicsItemFlag, bool enabled=True) +PyQt5.QtWidgets.QGraphicsItem.setFlags?4(QGraphicsItem.GraphicsItemFlags) +PyQt5.QtWidgets.QGraphicsItem.toolTip?4() -> str +PyQt5.QtWidgets.QGraphicsItem.setToolTip?4(str) +PyQt5.QtWidgets.QGraphicsItem.cursor?4() -> QCursor +PyQt5.QtWidgets.QGraphicsItem.setCursor?4(QCursor) +PyQt5.QtWidgets.QGraphicsItem.hasCursor?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.unsetCursor?4() +PyQt5.QtWidgets.QGraphicsItem.isVisible?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.setVisible?4(bool) +PyQt5.QtWidgets.QGraphicsItem.hide?4() +PyQt5.QtWidgets.QGraphicsItem.show?4() +PyQt5.QtWidgets.QGraphicsItem.isEnabled?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.setEnabled?4(bool) +PyQt5.QtWidgets.QGraphicsItem.isSelected?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.setSelected?4(bool) +PyQt5.QtWidgets.QGraphicsItem.acceptDrops?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.setAcceptDrops?4(bool) +PyQt5.QtWidgets.QGraphicsItem.acceptedMouseButtons?4() -> Qt.MouseButtons +PyQt5.QtWidgets.QGraphicsItem.setAcceptedMouseButtons?4(Qt.MouseButtons) +PyQt5.QtWidgets.QGraphicsItem.hasFocus?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.setFocus?4(Qt.FocusReason focusReason=Qt.OtherFocusReason) +PyQt5.QtWidgets.QGraphicsItem.clearFocus?4() +PyQt5.QtWidgets.QGraphicsItem.pos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsItem.x?4() -> float +PyQt5.QtWidgets.QGraphicsItem.y?4() -> float +PyQt5.QtWidgets.QGraphicsItem.scenePos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsItem.setPos?4(QPointF) +PyQt5.QtWidgets.QGraphicsItem.moveBy?4(float, float) +PyQt5.QtWidgets.QGraphicsItem.ensureVisible?4(QRectF rect=QRectF(), int xMargin=50, int yMargin=50) +PyQt5.QtWidgets.QGraphicsItem.advance?4(int) +PyQt5.QtWidgets.QGraphicsItem.zValue?4() -> float +PyQt5.QtWidgets.QGraphicsItem.setZValue?4(float) +PyQt5.QtWidgets.QGraphicsItem.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsItem.childrenBoundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsItem.sceneBoundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsItem.shape?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsItem.contains?4(QPointF) -> bool +PyQt5.QtWidgets.QGraphicsItem.collidesWithItem?4(QGraphicsItem, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape) -> bool +PyQt5.QtWidgets.QGraphicsItem.collidesWithPath?4(QPainterPath, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape) -> bool +PyQt5.QtWidgets.QGraphicsItem.collidingItems?4(Qt.ItemSelectionMode mode=Qt.IntersectsItemShape) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsItem.isObscuredBy?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsItem.opaqueArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtWidgets.QGraphicsItem.update?4(QRectF rect=QRectF()) +PyQt5.QtWidgets.QGraphicsItem.mapToItem?4(QGraphicsItem, QPointF) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.mapToParent?4(QPointF) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.mapToScene?4(QPointF) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.mapToItem?4(QGraphicsItem, QRectF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapToParent?4(QRectF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapToScene?4(QRectF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapToItem?4(QGraphicsItem, QPolygonF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapToParent?4(QPolygonF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapToScene?4(QPolygonF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapToItem?4(QGraphicsItem, QPainterPath) -> QPainterPath +PyQt5.QtWidgets.QGraphicsItem.mapToParent?4(QPainterPath) -> QPainterPath +PyQt5.QtWidgets.QGraphicsItem.mapToScene?4(QPainterPath) -> QPainterPath +PyQt5.QtWidgets.QGraphicsItem.mapFromItem?4(QGraphicsItem, QPointF) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.mapFromParent?4(QPointF) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.mapFromScene?4(QPointF) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.mapFromItem?4(QGraphicsItem, QRectF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapFromParent?4(QRectF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapFromScene?4(QRectF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapFromItem?4(QGraphicsItem, QPolygonF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapFromParent?4(QPolygonF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapFromScene?4(QPolygonF) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapFromItem?4(QGraphicsItem, QPainterPath) -> QPainterPath +PyQt5.QtWidgets.QGraphicsItem.mapFromParent?4(QPainterPath) -> QPainterPath +PyQt5.QtWidgets.QGraphicsItem.mapFromScene?4(QPainterPath) -> QPainterPath +PyQt5.QtWidgets.QGraphicsItem.isAncestorOf?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsItem.data?4(int) -> QVariant +PyQt5.QtWidgets.QGraphicsItem.setData?4(int, QVariant) +PyQt5.QtWidgets.QGraphicsItem.type?4() -> int +PyQt5.QtWidgets.QGraphicsItem.installSceneEventFilter?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsItem.removeSceneEventFilter?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsItem.contextMenuEvent?4(QGraphicsSceneContextMenuEvent) +PyQt5.QtWidgets.QGraphicsItem.dragEnterEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsItem.dragLeaveEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsItem.dragMoveEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsItem.dropEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsItem.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsItem.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsItem.hoverEnterEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWidgets.QGraphicsItem.hoverLeaveEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWidgets.QGraphicsItem.hoverMoveEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWidgets.QGraphicsItem.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWidgets.QGraphicsItem.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QGraphicsItem.itemChange?4(QGraphicsItem.GraphicsItemChange, QVariant) -> QVariant +PyQt5.QtWidgets.QGraphicsItem.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QGraphicsItem.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QGraphicsItem.mouseDoubleClickEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsItem.mouseMoveEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsItem.mousePressEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsItem.mouseReleaseEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsItem.prepareGeometryChange?4() +PyQt5.QtWidgets.QGraphicsItem.sceneEvent?4(QEvent) -> bool +PyQt5.QtWidgets.QGraphicsItem.sceneEventFilter?4(QGraphicsItem, QEvent) -> bool +PyQt5.QtWidgets.QGraphicsItem.wheelEvent?4(QGraphicsSceneWheelEvent) +PyQt5.QtWidgets.QGraphicsItem.setPos?4(float, float) +PyQt5.QtWidgets.QGraphicsItem.ensureVisible?4(float, float, float, float, int xMargin=50, int yMargin=50) +PyQt5.QtWidgets.QGraphicsItem.update?4(float, float, float, float) +PyQt5.QtWidgets.QGraphicsItem.mapToItem?4(QGraphicsItem, float, float) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.mapToParent?4(float, float) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.mapToScene?4(float, float) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.mapFromItem?4(QGraphicsItem, float, float) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.mapFromParent?4(float, float) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.mapFromScene?4(float, float) -> QPointF +PyQt5.QtWidgets.QGraphicsItem.transform?4() -> QTransform +PyQt5.QtWidgets.QGraphicsItem.sceneTransform?4() -> QTransform +PyQt5.QtWidgets.QGraphicsItem.deviceTransform?4(QTransform) -> QTransform +PyQt5.QtWidgets.QGraphicsItem.setTransform?4(QTransform, bool combine=False) +PyQt5.QtWidgets.QGraphicsItem.resetTransform?4() +PyQt5.QtWidgets.QGraphicsItem.isObscured?4(QRectF rect=QRectF()) -> bool +PyQt5.QtWidgets.QGraphicsItem.isObscured?4(float, float, float, float) -> bool +PyQt5.QtWidgets.QGraphicsItem.mapToItem?4(QGraphicsItem, float, float, float, float) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapToParent?4(float, float, float, float) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapToScene?4(float, float, float, float) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapFromItem?4(QGraphicsItem, float, float, float, float) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapFromParent?4(float, float, float, float) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.mapFromScene?4(float, float, float, float) -> QPolygonF +PyQt5.QtWidgets.QGraphicsItem.parentWidget?4() -> QGraphicsWidget +PyQt5.QtWidgets.QGraphicsItem.topLevelWidget?4() -> QGraphicsWidget +PyQt5.QtWidgets.QGraphicsItem.window?4() -> QGraphicsWidget +PyQt5.QtWidgets.QGraphicsItem.childItems?4() -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsItem.isWidget?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.isWindow?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.cacheMode?4() -> QGraphicsItem.CacheMode +PyQt5.QtWidgets.QGraphicsItem.setCacheMode?4(QGraphicsItem.CacheMode, QSize logicalCacheSize=QSize()) +PyQt5.QtWidgets.QGraphicsItem.isVisibleTo?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsItem.acceptHoverEvents?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.setAcceptHoverEvents?4(bool) +PyQt5.QtWidgets.QGraphicsItem.grabMouse?4() +PyQt5.QtWidgets.QGraphicsItem.ungrabMouse?4() +PyQt5.QtWidgets.QGraphicsItem.grabKeyboard?4() +PyQt5.QtWidgets.QGraphicsItem.ungrabKeyboard?4() +PyQt5.QtWidgets.QGraphicsItem.boundingRegion?4(QTransform) -> QRegion +PyQt5.QtWidgets.QGraphicsItem.boundingRegionGranularity?4() -> float +PyQt5.QtWidgets.QGraphicsItem.setBoundingRegionGranularity?4(float) +PyQt5.QtWidgets.QGraphicsItem.scroll?4(float, float, QRectF rect=QRectF()) +PyQt5.QtWidgets.QGraphicsItem.commonAncestorItem?4(QGraphicsItem) -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsItem.isUnderMouse?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.opacity?4() -> float +PyQt5.QtWidgets.QGraphicsItem.effectiveOpacity?4() -> float +PyQt5.QtWidgets.QGraphicsItem.setOpacity?4(float) +PyQt5.QtWidgets.QGraphicsItem.itemTransform?4(QGraphicsItem) -> (QTransform, bool) +PyQt5.QtWidgets.QGraphicsItem.isClipped?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.clipPath?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsItem.mapRectToItem?4(QGraphicsItem, QRectF) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.mapRectToParent?4(QRectF) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.mapRectToScene?4(QRectF) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.mapRectFromItem?4(QGraphicsItem, QRectF) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.mapRectFromParent?4(QRectF) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.mapRectFromScene?4(QRectF) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.mapRectToItem?4(QGraphicsItem, float, float, float, float) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.mapRectToParent?4(float, float, float, float) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.mapRectToScene?4(float, float, float, float) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.mapRectFromItem?4(QGraphicsItem, float, float, float, float) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.mapRectFromParent?4(float, float, float, float) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.mapRectFromScene?4(float, float, float, float) -> QRectF +PyQt5.QtWidgets.QGraphicsItem.parentObject?4() -> QGraphicsObject +PyQt5.QtWidgets.QGraphicsItem.panel?4() -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsItem.isPanel?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.toGraphicsObject?4() -> QGraphicsObject +PyQt5.QtWidgets.QGraphicsItem.panelModality?4() -> QGraphicsItem.PanelModality +PyQt5.QtWidgets.QGraphicsItem.setPanelModality?4(QGraphicsItem.PanelModality) +PyQt5.QtWidgets.QGraphicsItem.isBlockedByModalPanel?4() -> (bool, QGraphicsItem) +PyQt5.QtWidgets.QGraphicsItem.graphicsEffect?4() -> QGraphicsEffect +PyQt5.QtWidgets.QGraphicsItem.setGraphicsEffect?4(QGraphicsEffect) +PyQt5.QtWidgets.QGraphicsItem.acceptTouchEvents?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.setAcceptTouchEvents?4(bool) +PyQt5.QtWidgets.QGraphicsItem.filtersChildEvents?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.setFiltersChildEvents?4(bool) +PyQt5.QtWidgets.QGraphicsItem.isActive?4() -> bool +PyQt5.QtWidgets.QGraphicsItem.setActive?4(bool) +PyQt5.QtWidgets.QGraphicsItem.focusProxy?4() -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsItem.setFocusProxy?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsItem.focusItem?4() -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsItem.setX?4(float) +PyQt5.QtWidgets.QGraphicsItem.setY?4(float) +PyQt5.QtWidgets.QGraphicsItem.setRotation?4(float) +PyQt5.QtWidgets.QGraphicsItem.rotation?4() -> float +PyQt5.QtWidgets.QGraphicsItem.setScale?4(float) +PyQt5.QtWidgets.QGraphicsItem.scale?4() -> float +PyQt5.QtWidgets.QGraphicsItem.transformations?4() -> list-of-QGraphicsTransform +PyQt5.QtWidgets.QGraphicsItem.setTransformations?4(list-of-QGraphicsTransform) +PyQt5.QtWidgets.QGraphicsItem.transformOriginPoint?4() -> QPointF +PyQt5.QtWidgets.QGraphicsItem.setTransformOriginPoint?4(QPointF) +PyQt5.QtWidgets.QGraphicsItem.setTransformOriginPoint?4(float, float) +PyQt5.QtWidgets.QGraphicsItem.stackBefore?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsItem.inputMethodHints?4() -> Qt.InputMethodHints +PyQt5.QtWidgets.QGraphicsItem.setInputMethodHints?4(Qt.InputMethodHints) +PyQt5.QtWidgets.QGraphicsItem.updateMicroFocus?4() +PyQt5.QtWidgets.QGraphicsItem.GraphicsItemFlags?1(QGraphicsItem.GraphicsItemFlags) +PyQt5.QtWidgets.QGraphicsItem.GraphicsItemFlags.__init__?1(self, QGraphicsItem.GraphicsItemFlags) +PyQt5.QtWidgets.QGraphicsItem.GraphicsItemFlags?1(int) +PyQt5.QtWidgets.QGraphicsItem.GraphicsItemFlags.__init__?1(self, int) +PyQt5.QtWidgets.QGraphicsItem.GraphicsItemFlags?1() +PyQt5.QtWidgets.QGraphicsItem.GraphicsItemFlags.__init__?1(self) +PyQt5.QtWidgets.QAbstractGraphicsShapeItem?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QAbstractGraphicsShapeItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QAbstractGraphicsShapeItem.pen?4() -> QPen +PyQt5.QtWidgets.QAbstractGraphicsShapeItem.setPen?4(QPen) +PyQt5.QtWidgets.QAbstractGraphicsShapeItem.brush?4() -> QBrush +PyQt5.QtWidgets.QAbstractGraphicsShapeItem.setBrush?4(QBrush) +PyQt5.QtWidgets.QAbstractGraphicsShapeItem.isObscuredBy?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QAbstractGraphicsShapeItem.opaqueArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsPathItem?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPathItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPathItem?1(QPainterPath, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPathItem.__init__?1(self, QPainterPath, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPathItem.path?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsPathItem.setPath?4(QPainterPath) +PyQt5.QtWidgets.QGraphicsPathItem.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsPathItem.shape?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsPathItem.contains?4(QPointF) -> bool +PyQt5.QtWidgets.QGraphicsPathItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtWidgets.QGraphicsPathItem.isObscuredBy?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsPathItem.opaqueArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsPathItem.type?4() -> int +PyQt5.QtWidgets.QGraphicsRectItem?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsRectItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsRectItem?1(QRectF, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsRectItem.__init__?1(self, QRectF, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsRectItem?1(float, float, float, float, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsRectItem.__init__?1(self, float, float, float, float, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsRectItem.rect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsRectItem.setRect?4(QRectF) +PyQt5.QtWidgets.QGraphicsRectItem.setRect?4(float, float, float, float) +PyQt5.QtWidgets.QGraphicsRectItem.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsRectItem.shape?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsRectItem.contains?4(QPointF) -> bool +PyQt5.QtWidgets.QGraphicsRectItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtWidgets.QGraphicsRectItem.isObscuredBy?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsRectItem.opaqueArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsRectItem.type?4() -> int +PyQt5.QtWidgets.QGraphicsEllipseItem?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsEllipseItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsEllipseItem?1(QRectF, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsEllipseItem.__init__?1(self, QRectF, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsEllipseItem?1(float, float, float, float, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsEllipseItem.__init__?1(self, float, float, float, float, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsEllipseItem.rect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsEllipseItem.setRect?4(QRectF) +PyQt5.QtWidgets.QGraphicsEllipseItem.setRect?4(float, float, float, float) +PyQt5.QtWidgets.QGraphicsEllipseItem.startAngle?4() -> int +PyQt5.QtWidgets.QGraphicsEllipseItem.setStartAngle?4(int) +PyQt5.QtWidgets.QGraphicsEllipseItem.spanAngle?4() -> int +PyQt5.QtWidgets.QGraphicsEllipseItem.setSpanAngle?4(int) +PyQt5.QtWidgets.QGraphicsEllipseItem.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsEllipseItem.shape?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsEllipseItem.contains?4(QPointF) -> bool +PyQt5.QtWidgets.QGraphicsEllipseItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtWidgets.QGraphicsEllipseItem.isObscuredBy?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsEllipseItem.opaqueArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsEllipseItem.type?4() -> int +PyQt5.QtWidgets.QGraphicsPolygonItem?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPolygonItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPolygonItem?1(QPolygonF, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPolygonItem.__init__?1(self, QPolygonF, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPolygonItem.polygon?4() -> QPolygonF +PyQt5.QtWidgets.QGraphicsPolygonItem.setPolygon?4(QPolygonF) +PyQt5.QtWidgets.QGraphicsPolygonItem.fillRule?4() -> Qt.FillRule +PyQt5.QtWidgets.QGraphicsPolygonItem.setFillRule?4(Qt.FillRule) +PyQt5.QtWidgets.QGraphicsPolygonItem.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsPolygonItem.shape?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsPolygonItem.contains?4(QPointF) -> bool +PyQt5.QtWidgets.QGraphicsPolygonItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtWidgets.QGraphicsPolygonItem.isObscuredBy?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsPolygonItem.opaqueArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsPolygonItem.type?4() -> int +PyQt5.QtWidgets.QGraphicsLineItem?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsLineItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsLineItem?1(QLineF, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsLineItem.__init__?1(self, QLineF, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsLineItem?1(float, float, float, float, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsLineItem.__init__?1(self, float, float, float, float, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsLineItem.pen?4() -> QPen +PyQt5.QtWidgets.QGraphicsLineItem.setPen?4(QPen) +PyQt5.QtWidgets.QGraphicsLineItem.line?4() -> QLineF +PyQt5.QtWidgets.QGraphicsLineItem.setLine?4(QLineF) +PyQt5.QtWidgets.QGraphicsLineItem.setLine?4(float, float, float, float) +PyQt5.QtWidgets.QGraphicsLineItem.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsLineItem.shape?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsLineItem.contains?4(QPointF) -> bool +PyQt5.QtWidgets.QGraphicsLineItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtWidgets.QGraphicsLineItem.isObscuredBy?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsLineItem.opaqueArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsLineItem.type?4() -> int +PyQt5.QtWidgets.QGraphicsPixmapItem.ShapeMode?10 +PyQt5.QtWidgets.QGraphicsPixmapItem.MaskShape?10 +PyQt5.QtWidgets.QGraphicsPixmapItem.BoundingRectShape?10 +PyQt5.QtWidgets.QGraphicsPixmapItem.HeuristicMaskShape?10 +PyQt5.QtWidgets.QGraphicsPixmapItem?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPixmapItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPixmapItem?1(QPixmap, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPixmapItem.__init__?1(self, QPixmap, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsPixmapItem.pixmap?4() -> QPixmap +PyQt5.QtWidgets.QGraphicsPixmapItem.setPixmap?4(QPixmap) +PyQt5.QtWidgets.QGraphicsPixmapItem.transformationMode?4() -> Qt.TransformationMode +PyQt5.QtWidgets.QGraphicsPixmapItem.setTransformationMode?4(Qt.TransformationMode) +PyQt5.QtWidgets.QGraphicsPixmapItem.offset?4() -> QPointF +PyQt5.QtWidgets.QGraphicsPixmapItem.setOffset?4(QPointF) +PyQt5.QtWidgets.QGraphicsPixmapItem.setOffset?4(float, float) +PyQt5.QtWidgets.QGraphicsPixmapItem.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsPixmapItem.shape?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsPixmapItem.contains?4(QPointF) -> bool +PyQt5.QtWidgets.QGraphicsPixmapItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget) +PyQt5.QtWidgets.QGraphicsPixmapItem.isObscuredBy?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsPixmapItem.opaqueArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsPixmapItem.type?4() -> int +PyQt5.QtWidgets.QGraphicsPixmapItem.shapeMode?4() -> QGraphicsPixmapItem.ShapeMode +PyQt5.QtWidgets.QGraphicsPixmapItem.setShapeMode?4(QGraphicsPixmapItem.ShapeMode) +PyQt5.QtWidgets.QGraphicsSimpleTextItem?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsSimpleTextItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsSimpleTextItem?1(str, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsSimpleTextItem.__init__?1(self, str, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsSimpleTextItem.setText?4(str) +PyQt5.QtWidgets.QGraphicsSimpleTextItem.text?4() -> str +PyQt5.QtWidgets.QGraphicsSimpleTextItem.setFont?4(QFont) +PyQt5.QtWidgets.QGraphicsSimpleTextItem.font?4() -> QFont +PyQt5.QtWidgets.QGraphicsSimpleTextItem.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsSimpleTextItem.shape?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsSimpleTextItem.contains?4(QPointF) -> bool +PyQt5.QtWidgets.QGraphicsSimpleTextItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget) +PyQt5.QtWidgets.QGraphicsSimpleTextItem.isObscuredBy?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsSimpleTextItem.opaqueArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsSimpleTextItem.type?4() -> int +PyQt5.QtWidgets.QGraphicsItemGroup?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsItemGroup.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsItemGroup.addToGroup?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsItemGroup.removeFromGroup?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsItemGroup.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsItemGroup.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtWidgets.QGraphicsItemGroup.isObscuredBy?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsItemGroup.opaqueArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsItemGroup.type?4() -> int +PyQt5.QtWidgets.QGraphicsObject?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsObject.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsObject.grabGesture?4(Qt.GestureType, Qt.GestureFlags flags=Qt.GestureFlags(0)) +PyQt5.QtWidgets.QGraphicsObject.ungrabGesture?4(Qt.GestureType) +PyQt5.QtWidgets.QGraphicsObject.parentChanged?4() +PyQt5.QtWidgets.QGraphicsObject.opacityChanged?4() +PyQt5.QtWidgets.QGraphicsObject.visibleChanged?4() +PyQt5.QtWidgets.QGraphicsObject.enabledChanged?4() +PyQt5.QtWidgets.QGraphicsObject.xChanged?4() +PyQt5.QtWidgets.QGraphicsObject.yChanged?4() +PyQt5.QtWidgets.QGraphicsObject.zChanged?4() +PyQt5.QtWidgets.QGraphicsObject.rotationChanged?4() +PyQt5.QtWidgets.QGraphicsObject.scaleChanged?4() +PyQt5.QtWidgets.QGraphicsObject.updateMicroFocus?4() +PyQt5.QtWidgets.QGraphicsObject.event?4(QEvent) -> bool +PyQt5.QtWidgets.QGraphicsTextItem?1(QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsTextItem.__init__?1(self, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsTextItem?1(str, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsTextItem.__init__?1(self, str, QGraphicsItem parent=None) +PyQt5.QtWidgets.QGraphicsTextItem.toHtml?4() -> str +PyQt5.QtWidgets.QGraphicsTextItem.setHtml?4(str) +PyQt5.QtWidgets.QGraphicsTextItem.toPlainText?4() -> str +PyQt5.QtWidgets.QGraphicsTextItem.setPlainText?4(str) +PyQt5.QtWidgets.QGraphicsTextItem.font?4() -> QFont +PyQt5.QtWidgets.QGraphicsTextItem.setFont?4(QFont) +PyQt5.QtWidgets.QGraphicsTextItem.setDefaultTextColor?4(QColor) +PyQt5.QtWidgets.QGraphicsTextItem.defaultTextColor?4() -> QColor +PyQt5.QtWidgets.QGraphicsTextItem.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsTextItem.shape?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsTextItem.contains?4(QPointF) -> bool +PyQt5.QtWidgets.QGraphicsTextItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget) +PyQt5.QtWidgets.QGraphicsTextItem.isObscuredBy?4(QGraphicsItem) -> bool +PyQt5.QtWidgets.QGraphicsTextItem.opaqueArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsTextItem.type?4() -> int +PyQt5.QtWidgets.QGraphicsTextItem.setTextWidth?4(float) +PyQt5.QtWidgets.QGraphicsTextItem.textWidth?4() -> float +PyQt5.QtWidgets.QGraphicsTextItem.adjustSize?4() +PyQt5.QtWidgets.QGraphicsTextItem.setDocument?4(QTextDocument) +PyQt5.QtWidgets.QGraphicsTextItem.document?4() -> QTextDocument +PyQt5.QtWidgets.QGraphicsTextItem.setTextInteractionFlags?4(Qt.TextInteractionFlags) +PyQt5.QtWidgets.QGraphicsTextItem.textInteractionFlags?4() -> Qt.TextInteractionFlags +PyQt5.QtWidgets.QGraphicsTextItem.setTabChangesFocus?4(bool) +PyQt5.QtWidgets.QGraphicsTextItem.tabChangesFocus?4() -> bool +PyQt5.QtWidgets.QGraphicsTextItem.setOpenExternalLinks?4(bool) +PyQt5.QtWidgets.QGraphicsTextItem.openExternalLinks?4() -> bool +PyQt5.QtWidgets.QGraphicsTextItem.setTextCursor?4(QTextCursor) +PyQt5.QtWidgets.QGraphicsTextItem.textCursor?4() -> QTextCursor +PyQt5.QtWidgets.QGraphicsTextItem.linkActivated?4(str) +PyQt5.QtWidgets.QGraphicsTextItem.linkHovered?4(str) +PyQt5.QtWidgets.QGraphicsTextItem.sceneEvent?4(QEvent) -> bool +PyQt5.QtWidgets.QGraphicsTextItem.mousePressEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsTextItem.mouseMoveEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsTextItem.mouseReleaseEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsTextItem.mouseDoubleClickEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsTextItem.contextMenuEvent?4(QGraphicsSceneContextMenuEvent) +PyQt5.QtWidgets.QGraphicsTextItem.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QGraphicsTextItem.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QGraphicsTextItem.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsTextItem.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsTextItem.dragEnterEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsTextItem.dragLeaveEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsTextItem.dragMoveEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsTextItem.dropEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsTextItem.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWidgets.QGraphicsTextItem.hoverEnterEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWidgets.QGraphicsTextItem.hoverMoveEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWidgets.QGraphicsTextItem.hoverLeaveEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWidgets.QGraphicsTextItem.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QGraphicsLinearLayout?1(QGraphicsLayoutItem parent=None) +PyQt5.QtWidgets.QGraphicsLinearLayout.__init__?1(self, QGraphicsLayoutItem parent=None) +PyQt5.QtWidgets.QGraphicsLinearLayout?1(Qt.Orientation, QGraphicsLayoutItem parent=None) +PyQt5.QtWidgets.QGraphicsLinearLayout.__init__?1(self, Qt.Orientation, QGraphicsLayoutItem parent=None) +PyQt5.QtWidgets.QGraphicsLinearLayout.setOrientation?4(Qt.Orientation) +PyQt5.QtWidgets.QGraphicsLinearLayout.orientation?4() -> Qt.Orientation +PyQt5.QtWidgets.QGraphicsLinearLayout.addItem?4(QGraphicsLayoutItem) +PyQt5.QtWidgets.QGraphicsLinearLayout.addStretch?4(int stretch=1) +PyQt5.QtWidgets.QGraphicsLinearLayout.insertItem?4(int, QGraphicsLayoutItem) +PyQt5.QtWidgets.QGraphicsLinearLayout.insertStretch?4(int, int stretch=1) +PyQt5.QtWidgets.QGraphicsLinearLayout.removeItem?4(QGraphicsLayoutItem) +PyQt5.QtWidgets.QGraphicsLinearLayout.removeAt?4(int) +PyQt5.QtWidgets.QGraphicsLinearLayout.setSpacing?4(float) +PyQt5.QtWidgets.QGraphicsLinearLayout.spacing?4() -> float +PyQt5.QtWidgets.QGraphicsLinearLayout.setItemSpacing?4(int, float) +PyQt5.QtWidgets.QGraphicsLinearLayout.itemSpacing?4(int) -> float +PyQt5.QtWidgets.QGraphicsLinearLayout.setStretchFactor?4(QGraphicsLayoutItem, int) +PyQt5.QtWidgets.QGraphicsLinearLayout.stretchFactor?4(QGraphicsLayoutItem) -> int +PyQt5.QtWidgets.QGraphicsLinearLayout.setAlignment?4(QGraphicsLayoutItem, Qt.Alignment) +PyQt5.QtWidgets.QGraphicsLinearLayout.alignment?4(QGraphicsLayoutItem) -> Qt.Alignment +PyQt5.QtWidgets.QGraphicsLinearLayout.setGeometry?4(QRectF) +PyQt5.QtWidgets.QGraphicsLinearLayout.count?4() -> int +PyQt5.QtWidgets.QGraphicsLinearLayout.itemAt?4(int) -> QGraphicsLayoutItem +PyQt5.QtWidgets.QGraphicsLinearLayout.invalidate?4() +PyQt5.QtWidgets.QGraphicsLinearLayout.sizeHint?4(Qt.SizeHint, QSizeF constraint=QSizeF()) -> QSizeF +PyQt5.QtWidgets.QGraphicsWidget?1(QGraphicsItem parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QGraphicsWidget.__init__?1(self, QGraphicsItem parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QGraphicsWidget.layout?4() -> QGraphicsLayout +PyQt5.QtWidgets.QGraphicsWidget.setLayout?4(QGraphicsLayout) +PyQt5.QtWidgets.QGraphicsWidget.adjustSize?4() +PyQt5.QtWidgets.QGraphicsWidget.layoutDirection?4() -> Qt.LayoutDirection +PyQt5.QtWidgets.QGraphicsWidget.setLayoutDirection?4(Qt.LayoutDirection) +PyQt5.QtWidgets.QGraphicsWidget.unsetLayoutDirection?4() +PyQt5.QtWidgets.QGraphicsWidget.style?4() -> QStyle +PyQt5.QtWidgets.QGraphicsWidget.setStyle?4(QStyle) +PyQt5.QtWidgets.QGraphicsWidget.font?4() -> QFont +PyQt5.QtWidgets.QGraphicsWidget.setFont?4(QFont) +PyQt5.QtWidgets.QGraphicsWidget.palette?4() -> QPalette +PyQt5.QtWidgets.QGraphicsWidget.setPalette?4(QPalette) +PyQt5.QtWidgets.QGraphicsWidget.resize?4(QSizeF) +PyQt5.QtWidgets.QGraphicsWidget.resize?4(float, float) +PyQt5.QtWidgets.QGraphicsWidget.size?4() -> QSizeF +PyQt5.QtWidgets.QGraphicsWidget.setGeometry?4(QRectF) +PyQt5.QtWidgets.QGraphicsWidget.rect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsWidget.setContentsMargins?4(float, float, float, float) +PyQt5.QtWidgets.QGraphicsWidget.getContentsMargins?4() -> (float, float, float, float) +PyQt5.QtWidgets.QGraphicsWidget.setWindowFrameMargins?4(float, float, float, float) +PyQt5.QtWidgets.QGraphicsWidget.getWindowFrameMargins?4() -> (float, float, float, float) +PyQt5.QtWidgets.QGraphicsWidget.unsetWindowFrameMargins?4() +PyQt5.QtWidgets.QGraphicsWidget.windowFrameGeometry?4() -> QRectF +PyQt5.QtWidgets.QGraphicsWidget.windowFrameRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsWidget.windowFlags?4() -> Qt.WindowFlags +PyQt5.QtWidgets.QGraphicsWidget.windowType?4() -> Qt.WindowType +PyQt5.QtWidgets.QGraphicsWidget.setWindowFlags?4(Qt.WindowFlags) +PyQt5.QtWidgets.QGraphicsWidget.isActiveWindow?4() -> bool +PyQt5.QtWidgets.QGraphicsWidget.setWindowTitle?4(str) +PyQt5.QtWidgets.QGraphicsWidget.windowTitle?4() -> str +PyQt5.QtWidgets.QGraphicsWidget.focusPolicy?4() -> Qt.FocusPolicy +PyQt5.QtWidgets.QGraphicsWidget.setFocusPolicy?4(Qt.FocusPolicy) +PyQt5.QtWidgets.QGraphicsWidget.setTabOrder?4(QGraphicsWidget, QGraphicsWidget) +PyQt5.QtWidgets.QGraphicsWidget.focusWidget?4() -> QGraphicsWidget +PyQt5.QtWidgets.QGraphicsWidget.grabShortcut?4(QKeySequence, Qt.ShortcutContext context=Qt.WindowShortcut) -> int +PyQt5.QtWidgets.QGraphicsWidget.releaseShortcut?4(int) +PyQt5.QtWidgets.QGraphicsWidget.setShortcutEnabled?4(int, bool enabled=True) +PyQt5.QtWidgets.QGraphicsWidget.setShortcutAutoRepeat?4(int, bool enabled=True) +PyQt5.QtWidgets.QGraphicsWidget.addAction?4(QAction) +PyQt5.QtWidgets.QGraphicsWidget.addActions?4(list-of-QAction) +PyQt5.QtWidgets.QGraphicsWidget.insertAction?4(QAction, QAction) +PyQt5.QtWidgets.QGraphicsWidget.insertActions?4(QAction, list-of-QAction) +PyQt5.QtWidgets.QGraphicsWidget.removeAction?4(QAction) +PyQt5.QtWidgets.QGraphicsWidget.actions?4() -> list-of-QAction +PyQt5.QtWidgets.QGraphicsWidget.setAttribute?4(Qt.WidgetAttribute, bool on=True) +PyQt5.QtWidgets.QGraphicsWidget.testAttribute?4(Qt.WidgetAttribute) -> bool +PyQt5.QtWidgets.QGraphicsWidget.type?4() -> int +PyQt5.QtWidgets.QGraphicsWidget.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtWidgets.QGraphicsWidget.paintWindowFrame?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None) +PyQt5.QtWidgets.QGraphicsWidget.boundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsWidget.shape?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsWidget.setGeometry?4(float, float, float, float) +PyQt5.QtWidgets.QGraphicsWidget.close?4() -> bool +PyQt5.QtWidgets.QGraphicsWidget.initStyleOption?4(QStyleOption) +PyQt5.QtWidgets.QGraphicsWidget.sizeHint?4(Qt.SizeHint, QSizeF constraint=QSizeF()) -> QSizeF +PyQt5.QtWidgets.QGraphicsWidget.updateGeometry?4() +PyQt5.QtWidgets.QGraphicsWidget.itemChange?4(QGraphicsItem.GraphicsItemChange, QVariant) -> QVariant +PyQt5.QtWidgets.QGraphicsWidget.sceneEvent?4(QEvent) -> bool +PyQt5.QtWidgets.QGraphicsWidget.windowFrameEvent?4(QEvent) -> bool +PyQt5.QtWidgets.QGraphicsWidget.windowFrameSectionAt?4(QPointF) -> Qt.WindowFrameSection +PyQt5.QtWidgets.QGraphicsWidget.event?4(QEvent) -> bool +PyQt5.QtWidgets.QGraphicsWidget.changeEvent?4(QEvent) +PyQt5.QtWidgets.QGraphicsWidget.closeEvent?4(QCloseEvent) +PyQt5.QtWidgets.QGraphicsWidget.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsWidget.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QGraphicsWidget.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsWidget.hideEvent?4(QHideEvent) +PyQt5.QtWidgets.QGraphicsWidget.moveEvent?4(QGraphicsSceneMoveEvent) +PyQt5.QtWidgets.QGraphicsWidget.polishEvent?4() +PyQt5.QtWidgets.QGraphicsWidget.resizeEvent?4(QGraphicsSceneResizeEvent) +PyQt5.QtWidgets.QGraphicsWidget.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QGraphicsWidget.hoverMoveEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWidgets.QGraphicsWidget.hoverLeaveEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWidgets.QGraphicsWidget.grabMouseEvent?4(QEvent) +PyQt5.QtWidgets.QGraphicsWidget.ungrabMouseEvent?4(QEvent) +PyQt5.QtWidgets.QGraphicsWidget.grabKeyboardEvent?4(QEvent) +PyQt5.QtWidgets.QGraphicsWidget.ungrabKeyboardEvent?4(QEvent) +PyQt5.QtWidgets.QGraphicsWidget.autoFillBackground?4() -> bool +PyQt5.QtWidgets.QGraphicsWidget.setAutoFillBackground?4(bool) +PyQt5.QtWidgets.QGraphicsWidget.geometryChanged?4() +PyQt5.QtWidgets.QGraphicsProxyWidget?1(QGraphicsItem parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QGraphicsProxyWidget.__init__?1(self, QGraphicsItem parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QGraphicsProxyWidget.setWidget?4(QWidget) +PyQt5.QtWidgets.QGraphicsProxyWidget.widget?4() -> QWidget +PyQt5.QtWidgets.QGraphicsProxyWidget.subWidgetRect?4(QWidget) -> QRectF +PyQt5.QtWidgets.QGraphicsProxyWidget.setGeometry?4(QRectF) +PyQt5.QtWidgets.QGraphicsProxyWidget.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget) +PyQt5.QtWidgets.QGraphicsProxyWidget.type?4() -> int +PyQt5.QtWidgets.QGraphicsProxyWidget.createProxyForChildWidget?4(QWidget) -> QGraphicsProxyWidget +PyQt5.QtWidgets.QGraphicsProxyWidget.itemChange?4(QGraphicsItem.GraphicsItemChange, QVariant) -> QVariant +PyQt5.QtWidgets.QGraphicsProxyWidget.event?4(QEvent) -> bool +PyQt5.QtWidgets.QGraphicsProxyWidget.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QGraphicsProxyWidget.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.hideEvent?4(QHideEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.contextMenuEvent?4(QGraphicsSceneContextMenuEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.hoverEnterEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.hoverLeaveEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.hoverMoveEvent?4(QGraphicsSceneHoverEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.grabMouseEvent?4(QEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.ungrabMouseEvent?4(QEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.mouseMoveEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.mousePressEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.mouseReleaseEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.mouseDoubleClickEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.wheelEvent?4(QGraphicsSceneWheelEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QGraphicsProxyWidget.sizeHint?4(Qt.SizeHint, QSizeF constraint=QSizeF()) -> QSizeF +PyQt5.QtWidgets.QGraphicsProxyWidget.resizeEvent?4(QGraphicsSceneResizeEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.dragEnterEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.dragLeaveEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.dragMoveEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.dropEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsProxyWidget.newProxyWidget?4(QWidget) -> QGraphicsProxyWidget +PyQt5.QtWidgets.QGraphicsProxyWidget.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QGraphicsProxyWidget.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWidgets.QGraphicsScene.SceneLayer?10 +PyQt5.QtWidgets.QGraphicsScene.ItemLayer?10 +PyQt5.QtWidgets.QGraphicsScene.BackgroundLayer?10 +PyQt5.QtWidgets.QGraphicsScene.ForegroundLayer?10 +PyQt5.QtWidgets.QGraphicsScene.AllLayers?10 +PyQt5.QtWidgets.QGraphicsScene.ItemIndexMethod?10 +PyQt5.QtWidgets.QGraphicsScene.BspTreeIndex?10 +PyQt5.QtWidgets.QGraphicsScene.NoIndex?10 +PyQt5.QtWidgets.QGraphicsScene?1(QObject parent=None) +PyQt5.QtWidgets.QGraphicsScene.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QGraphicsScene?1(QRectF, QObject parent=None) +PyQt5.QtWidgets.QGraphicsScene.__init__?1(self, QRectF, QObject parent=None) +PyQt5.QtWidgets.QGraphicsScene?1(float, float, float, float, QObject parent=None) +PyQt5.QtWidgets.QGraphicsScene.__init__?1(self, float, float, float, float, QObject parent=None) +PyQt5.QtWidgets.QGraphicsScene.sceneRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsScene.width?4() -> float +PyQt5.QtWidgets.QGraphicsScene.height?4() -> float +PyQt5.QtWidgets.QGraphicsScene.setSceneRect?4(QRectF) +PyQt5.QtWidgets.QGraphicsScene.setSceneRect?4(float, float, float, float) +PyQt5.QtWidgets.QGraphicsScene.render?4(QPainter, QRectF target=QRectF(), QRectF source=QRectF(), Qt.AspectRatioMode mode=Qt.KeepAspectRatio) +PyQt5.QtWidgets.QGraphicsScene.itemIndexMethod?4() -> QGraphicsScene.ItemIndexMethod +PyQt5.QtWidgets.QGraphicsScene.setItemIndexMethod?4(QGraphicsScene.ItemIndexMethod) +PyQt5.QtWidgets.QGraphicsScene.itemsBoundingRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsScene.items?4(Qt.SortOrder order=Qt.DescendingOrder) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.items?4(QPointF, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape, Qt.SortOrder order=Qt.DescendingOrder, QTransform deviceTransform=QTransform()) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.items?4(QRectF, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape, Qt.SortOrder order=Qt.DescendingOrder, QTransform deviceTransform=QTransform()) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.items?4(QPolygonF, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape, Qt.SortOrder order=Qt.DescendingOrder, QTransform deviceTransform=QTransform()) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.items?4(QPainterPath, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape, Qt.SortOrder order=Qt.DescendingOrder, QTransform deviceTransform=QTransform()) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.items?4(float, float, float, float, Qt.ItemSelectionMode, Qt.SortOrder, QTransform deviceTransform=QTransform()) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.collidingItems?4(QGraphicsItem, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.selectedItems?4() -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.setSelectionArea?4(QPainterPath, QTransform) +PyQt5.QtWidgets.QGraphicsScene.setSelectionArea?4(QPainterPath, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape, QTransform deviceTransform=QTransform()) +PyQt5.QtWidgets.QGraphicsScene.clearSelection?4() +PyQt5.QtWidgets.QGraphicsScene.createItemGroup?4(list-of-QGraphicsItem) -> QGraphicsItemGroup +PyQt5.QtWidgets.QGraphicsScene.destroyItemGroup?4(QGraphicsItemGroup) +PyQt5.QtWidgets.QGraphicsScene.addItem?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsScene.addEllipse?4(QRectF, QPen pen=QPen(), QBrush brush=QBrush()) -> QGraphicsEllipseItem +PyQt5.QtWidgets.QGraphicsScene.addEllipse?4(float, float, float, float, QPen pen=QPen(), QBrush brush=QBrush()) -> QGraphicsEllipseItem +PyQt5.QtWidgets.QGraphicsScene.addLine?4(QLineF, QPen pen=QPen()) -> QGraphicsLineItem +PyQt5.QtWidgets.QGraphicsScene.addLine?4(float, float, float, float, QPen pen=QPen()) -> QGraphicsLineItem +PyQt5.QtWidgets.QGraphicsScene.addPath?4(QPainterPath, QPen pen=QPen(), QBrush brush=QBrush()) -> QGraphicsPathItem +PyQt5.QtWidgets.QGraphicsScene.addPixmap?4(QPixmap) -> QGraphicsPixmapItem +PyQt5.QtWidgets.QGraphicsScene.addPolygon?4(QPolygonF, QPen pen=QPen(), QBrush brush=QBrush()) -> QGraphicsPolygonItem +PyQt5.QtWidgets.QGraphicsScene.addRect?4(QRectF, QPen pen=QPen(), QBrush brush=QBrush()) -> QGraphicsRectItem +PyQt5.QtWidgets.QGraphicsScene.addRect?4(float, float, float, float, QPen pen=QPen(), QBrush brush=QBrush()) -> QGraphicsRectItem +PyQt5.QtWidgets.QGraphicsScene.addSimpleText?4(str, QFont font=QFont()) -> QGraphicsSimpleTextItem +PyQt5.QtWidgets.QGraphicsScene.addText?4(str, QFont font=QFont()) -> QGraphicsTextItem +PyQt5.QtWidgets.QGraphicsScene.removeItem?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsScene.focusItem?4() -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.setFocusItem?4(QGraphicsItem, Qt.FocusReason focusReason=Qt.OtherFocusReason) +PyQt5.QtWidgets.QGraphicsScene.hasFocus?4() -> bool +PyQt5.QtWidgets.QGraphicsScene.setFocus?4(Qt.FocusReason focusReason=Qt.OtherFocusReason) +PyQt5.QtWidgets.QGraphicsScene.clearFocus?4() +PyQt5.QtWidgets.QGraphicsScene.mouseGrabberItem?4() -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.backgroundBrush?4() -> QBrush +PyQt5.QtWidgets.QGraphicsScene.setBackgroundBrush?4(QBrush) +PyQt5.QtWidgets.QGraphicsScene.foregroundBrush?4() -> QBrush +PyQt5.QtWidgets.QGraphicsScene.setForegroundBrush?4(QBrush) +PyQt5.QtWidgets.QGraphicsScene.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QGraphicsScene.views?4() -> list-of-QGraphicsView +PyQt5.QtWidgets.QGraphicsScene.advance?4() +PyQt5.QtWidgets.QGraphicsScene.update?4(QRectF rect=QRectF()) +PyQt5.QtWidgets.QGraphicsScene.invalidate?4(QRectF rect=QRectF(), QGraphicsScene.SceneLayers layers=QGraphicsScene.AllLayers) +PyQt5.QtWidgets.QGraphicsScene.clear?4() +PyQt5.QtWidgets.QGraphicsScene.changed?4(list-of-QRectF) +PyQt5.QtWidgets.QGraphicsScene.sceneRectChanged?4(QRectF) +PyQt5.QtWidgets.QGraphicsScene.selectionChanged?4() +PyQt5.QtWidgets.QGraphicsScene.event?4(QEvent) -> bool +PyQt5.QtWidgets.QGraphicsScene.contextMenuEvent?4(QGraphicsSceneContextMenuEvent) +PyQt5.QtWidgets.QGraphicsScene.dragEnterEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsScene.dragMoveEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsScene.dragLeaveEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsScene.dropEvent?4(QGraphicsSceneDragDropEvent) +PyQt5.QtWidgets.QGraphicsScene.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsScene.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsScene.helpEvent?4(QGraphicsSceneHelpEvent) +PyQt5.QtWidgets.QGraphicsScene.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QGraphicsScene.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QGraphicsScene.mousePressEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsScene.mouseMoveEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsScene.mouseReleaseEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsScene.mouseDoubleClickEvent?4(QGraphicsSceneMouseEvent) +PyQt5.QtWidgets.QGraphicsScene.wheelEvent?4(QGraphicsSceneWheelEvent) +PyQt5.QtWidgets.QGraphicsScene.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWidgets.QGraphicsScene.drawBackground?4(QPainter, QRectF) +PyQt5.QtWidgets.QGraphicsScene.drawForeground?4(QPainter, QRectF) +PyQt5.QtWidgets.QGraphicsScene.bspTreeDepth?4() -> int +PyQt5.QtWidgets.QGraphicsScene.setBspTreeDepth?4(int) +PyQt5.QtWidgets.QGraphicsScene.selectionArea?4() -> QPainterPath +PyQt5.QtWidgets.QGraphicsScene.update?4(float, float, float, float) +PyQt5.QtWidgets.QGraphicsScene.addWidget?4(QWidget, Qt.WindowFlags flags=0) -> QGraphicsProxyWidget +PyQt5.QtWidgets.QGraphicsScene.style?4() -> QStyle +PyQt5.QtWidgets.QGraphicsScene.setStyle?4(QStyle) +PyQt5.QtWidgets.QGraphicsScene.font?4() -> QFont +PyQt5.QtWidgets.QGraphicsScene.setFont?4(QFont) +PyQt5.QtWidgets.QGraphicsScene.palette?4() -> QPalette +PyQt5.QtWidgets.QGraphicsScene.setPalette?4(QPalette) +PyQt5.QtWidgets.QGraphicsScene.activeWindow?4() -> QGraphicsWidget +PyQt5.QtWidgets.QGraphicsScene.setActiveWindow?4(QGraphicsWidget) +PyQt5.QtWidgets.QGraphicsScene.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QGraphicsScene.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QGraphicsScene.setStickyFocus?4(bool) +PyQt5.QtWidgets.QGraphicsScene.stickyFocus?4() -> bool +PyQt5.QtWidgets.QGraphicsScene.itemAt?4(QPointF, QTransform) -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.itemAt?4(float, float, QTransform) -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.isActive?4() -> bool +PyQt5.QtWidgets.QGraphicsScene.activePanel?4() -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsScene.setActivePanel?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsScene.sendEvent?4(QGraphicsItem, QEvent) -> bool +PyQt5.QtWidgets.QGraphicsScene.invalidate?4(float, float, float, float, QGraphicsScene.SceneLayers layers=QGraphicsScene.AllLayers) +PyQt5.QtWidgets.QGraphicsScene.focusItemChanged?4(QGraphicsItem, QGraphicsItem, Qt.FocusReason) +PyQt5.QtWidgets.QGraphicsScene.SceneLayers?1(QGraphicsScene.SceneLayers) +PyQt5.QtWidgets.QGraphicsScene.SceneLayers.__init__?1(self, QGraphicsScene.SceneLayers) +PyQt5.QtWidgets.QGraphicsScene.SceneLayers?1(int) +PyQt5.QtWidgets.QGraphicsScene.SceneLayers.__init__?1(self, int) +PyQt5.QtWidgets.QGraphicsScene.SceneLayers?1() +PyQt5.QtWidgets.QGraphicsScene.SceneLayers.__init__?1(self) +PyQt5.QtWidgets.QGraphicsSceneEvent.widget?4() -> QWidget +PyQt5.QtWidgets.QGraphicsSceneEvent.setWidget?4(QWidget) +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.pos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.scenePos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.screenPos?4() -> QPoint +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.buttonDownPos?4(Qt.MouseButton) -> QPointF +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.buttonDownScenePos?4(Qt.MouseButton) -> QPointF +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.buttonDownScreenPos?4(Qt.MouseButton) -> QPoint +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.lastPos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.lastScenePos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.lastScreenPos?4() -> QPoint +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.buttons?4() -> Qt.MouseButtons +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.button?4() -> Qt.MouseButton +PyQt5.QtWidgets.QGraphicsSceneMouseEvent.modifiers?4() -> Qt.KeyboardModifiers +PyQt5.QtWidgets.QGraphicsSceneWheelEvent.pos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneWheelEvent.scenePos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneWheelEvent.screenPos?4() -> QPoint +PyQt5.QtWidgets.QGraphicsSceneWheelEvent.buttons?4() -> Qt.MouseButtons +PyQt5.QtWidgets.QGraphicsSceneWheelEvent.modifiers?4() -> Qt.KeyboardModifiers +PyQt5.QtWidgets.QGraphicsSceneWheelEvent.delta?4() -> int +PyQt5.QtWidgets.QGraphicsSceneWheelEvent.orientation?4() -> Qt.Orientation +PyQt5.QtWidgets.QGraphicsSceneContextMenuEvent.Reason?10 +PyQt5.QtWidgets.QGraphicsSceneContextMenuEvent.Mouse?10 +PyQt5.QtWidgets.QGraphicsSceneContextMenuEvent.Keyboard?10 +PyQt5.QtWidgets.QGraphicsSceneContextMenuEvent.Other?10 +PyQt5.QtWidgets.QGraphicsSceneContextMenuEvent.pos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneContextMenuEvent.scenePos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneContextMenuEvent.screenPos?4() -> QPoint +PyQt5.QtWidgets.QGraphicsSceneContextMenuEvent.modifiers?4() -> Qt.KeyboardModifiers +PyQt5.QtWidgets.QGraphicsSceneContextMenuEvent.reason?4() -> QGraphicsSceneContextMenuEvent.Reason +PyQt5.QtWidgets.QGraphicsSceneHoverEvent.pos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneHoverEvent.scenePos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneHoverEvent.screenPos?4() -> QPoint +PyQt5.QtWidgets.QGraphicsSceneHoverEvent.lastPos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneHoverEvent.lastScenePos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneHoverEvent.lastScreenPos?4() -> QPoint +PyQt5.QtWidgets.QGraphicsSceneHoverEvent.modifiers?4() -> Qt.KeyboardModifiers +PyQt5.QtWidgets.QGraphicsSceneHelpEvent.scenePos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneHelpEvent.screenPos?4() -> QPoint +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.pos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.scenePos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.screenPos?4() -> QPoint +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.buttons?4() -> Qt.MouseButtons +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.modifiers?4() -> Qt.KeyboardModifiers +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.possibleActions?4() -> Qt.DropActions +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.proposedAction?4() -> Qt.DropAction +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.acceptProposedAction?4() +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.dropAction?4() -> Qt.DropAction +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.setDropAction?4(Qt.DropAction) +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.source?4() -> QWidget +PyQt5.QtWidgets.QGraphicsSceneDragDropEvent.mimeData?4() -> QMimeData +PyQt5.QtWidgets.QGraphicsSceneResizeEvent?1() +PyQt5.QtWidgets.QGraphicsSceneResizeEvent.__init__?1(self) +PyQt5.QtWidgets.QGraphicsSceneResizeEvent.oldSize?4() -> QSizeF +PyQt5.QtWidgets.QGraphicsSceneResizeEvent.newSize?4() -> QSizeF +PyQt5.QtWidgets.QGraphicsSceneMoveEvent?1() +PyQt5.QtWidgets.QGraphicsSceneMoveEvent.__init__?1(self) +PyQt5.QtWidgets.QGraphicsSceneMoveEvent.oldPos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsSceneMoveEvent.newPos?4() -> QPointF +PyQt5.QtWidgets.QGraphicsTransform?1(QObject parent=None) +PyQt5.QtWidgets.QGraphicsTransform.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QGraphicsTransform.applyTo?4(QMatrix4x4) +PyQt5.QtWidgets.QGraphicsTransform.update?4() +PyQt5.QtWidgets.QGraphicsScale?1(QObject parent=None) +PyQt5.QtWidgets.QGraphicsScale.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QGraphicsScale.origin?4() -> QVector3D +PyQt5.QtWidgets.QGraphicsScale.setOrigin?4(QVector3D) +PyQt5.QtWidgets.QGraphicsScale.xScale?4() -> float +PyQt5.QtWidgets.QGraphicsScale.setXScale?4(float) +PyQt5.QtWidgets.QGraphicsScale.yScale?4() -> float +PyQt5.QtWidgets.QGraphicsScale.setYScale?4(float) +PyQt5.QtWidgets.QGraphicsScale.zScale?4() -> float +PyQt5.QtWidgets.QGraphicsScale.setZScale?4(float) +PyQt5.QtWidgets.QGraphicsScale.applyTo?4(QMatrix4x4) +PyQt5.QtWidgets.QGraphicsScale.originChanged?4() +PyQt5.QtWidgets.QGraphicsScale.scaleChanged?4() +PyQt5.QtWidgets.QGraphicsScale.xScaleChanged?4() +PyQt5.QtWidgets.QGraphicsScale.yScaleChanged?4() +PyQt5.QtWidgets.QGraphicsScale.zScaleChanged?4() +PyQt5.QtWidgets.QGraphicsRotation?1(QObject parent=None) +PyQt5.QtWidgets.QGraphicsRotation.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QGraphicsRotation.origin?4() -> QVector3D +PyQt5.QtWidgets.QGraphicsRotation.setOrigin?4(QVector3D) +PyQt5.QtWidgets.QGraphicsRotation.angle?4() -> float +PyQt5.QtWidgets.QGraphicsRotation.setAngle?4(float) +PyQt5.QtWidgets.QGraphicsRotation.axis?4() -> QVector3D +PyQt5.QtWidgets.QGraphicsRotation.setAxis?4(QVector3D) +PyQt5.QtWidgets.QGraphicsRotation.setAxis?4(Qt.Axis) +PyQt5.QtWidgets.QGraphicsRotation.applyTo?4(QMatrix4x4) +PyQt5.QtWidgets.QGraphicsRotation.originChanged?4() +PyQt5.QtWidgets.QGraphicsRotation.angleChanged?4() +PyQt5.QtWidgets.QGraphicsRotation.axisChanged?4() +PyQt5.QtWidgets.QGraphicsView.OptimizationFlag?10 +PyQt5.QtWidgets.QGraphicsView.DontClipPainter?10 +PyQt5.QtWidgets.QGraphicsView.DontSavePainterState?10 +PyQt5.QtWidgets.QGraphicsView.DontAdjustForAntialiasing?10 +PyQt5.QtWidgets.QGraphicsView.ViewportUpdateMode?10 +PyQt5.QtWidgets.QGraphicsView.FullViewportUpdate?10 +PyQt5.QtWidgets.QGraphicsView.MinimalViewportUpdate?10 +PyQt5.QtWidgets.QGraphicsView.SmartViewportUpdate?10 +PyQt5.QtWidgets.QGraphicsView.BoundingRectViewportUpdate?10 +PyQt5.QtWidgets.QGraphicsView.NoViewportUpdate?10 +PyQt5.QtWidgets.QGraphicsView.ViewportAnchor?10 +PyQt5.QtWidgets.QGraphicsView.NoAnchor?10 +PyQt5.QtWidgets.QGraphicsView.AnchorViewCenter?10 +PyQt5.QtWidgets.QGraphicsView.AnchorUnderMouse?10 +PyQt5.QtWidgets.QGraphicsView.DragMode?10 +PyQt5.QtWidgets.QGraphicsView.NoDrag?10 +PyQt5.QtWidgets.QGraphicsView.ScrollHandDrag?10 +PyQt5.QtWidgets.QGraphicsView.RubberBandDrag?10 +PyQt5.QtWidgets.QGraphicsView.CacheModeFlag?10 +PyQt5.QtWidgets.QGraphicsView.CacheNone?10 +PyQt5.QtWidgets.QGraphicsView.CacheBackground?10 +PyQt5.QtWidgets.QGraphicsView?1(QWidget parent=None) +PyQt5.QtWidgets.QGraphicsView.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QGraphicsView?1(QGraphicsScene, QWidget parent=None) +PyQt5.QtWidgets.QGraphicsView.__init__?1(self, QGraphicsScene, QWidget parent=None) +PyQt5.QtWidgets.QGraphicsView.sizeHint?4() -> QSize +PyQt5.QtWidgets.QGraphicsView.renderHints?4() -> QPainter.RenderHints +PyQt5.QtWidgets.QGraphicsView.setRenderHint?4(QPainter.RenderHint, bool on=True) +PyQt5.QtWidgets.QGraphicsView.setRenderHints?4(QPainter.RenderHints) +PyQt5.QtWidgets.QGraphicsView.alignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QGraphicsView.setAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QGraphicsView.transformationAnchor?4() -> QGraphicsView.ViewportAnchor +PyQt5.QtWidgets.QGraphicsView.setTransformationAnchor?4(QGraphicsView.ViewportAnchor) +PyQt5.QtWidgets.QGraphicsView.resizeAnchor?4() -> QGraphicsView.ViewportAnchor +PyQt5.QtWidgets.QGraphicsView.setResizeAnchor?4(QGraphicsView.ViewportAnchor) +PyQt5.QtWidgets.QGraphicsView.dragMode?4() -> QGraphicsView.DragMode +PyQt5.QtWidgets.QGraphicsView.setDragMode?4(QGraphicsView.DragMode) +PyQt5.QtWidgets.QGraphicsView.cacheMode?4() -> QGraphicsView.CacheMode +PyQt5.QtWidgets.QGraphicsView.setCacheMode?4(QGraphicsView.CacheMode) +PyQt5.QtWidgets.QGraphicsView.resetCachedContent?4() +PyQt5.QtWidgets.QGraphicsView.isInteractive?4() -> bool +PyQt5.QtWidgets.QGraphicsView.setInteractive?4(bool) +PyQt5.QtWidgets.QGraphicsView.scene?4() -> QGraphicsScene +PyQt5.QtWidgets.QGraphicsView.setScene?4(QGraphicsScene) +PyQt5.QtWidgets.QGraphicsView.sceneRect?4() -> QRectF +PyQt5.QtWidgets.QGraphicsView.setSceneRect?4(QRectF) +PyQt5.QtWidgets.QGraphicsView.rotate?4(float) +PyQt5.QtWidgets.QGraphicsView.scale?4(float, float) +PyQt5.QtWidgets.QGraphicsView.shear?4(float, float) +PyQt5.QtWidgets.QGraphicsView.translate?4(float, float) +PyQt5.QtWidgets.QGraphicsView.centerOn?4(QPointF) +PyQt5.QtWidgets.QGraphicsView.centerOn?4(QGraphicsItem) +PyQt5.QtWidgets.QGraphicsView.ensureVisible?4(QRectF, int xMargin=50, int yMargin=50) +PyQt5.QtWidgets.QGraphicsView.ensureVisible?4(QGraphicsItem, int xMargin=50, int yMargin=50) +PyQt5.QtWidgets.QGraphicsView.fitInView?4(QRectF, Qt.AspectRatioMode mode=Qt.IgnoreAspectRatio) +PyQt5.QtWidgets.QGraphicsView.fitInView?4(QGraphicsItem, Qt.AspectRatioMode mode=Qt.IgnoreAspectRatio) +PyQt5.QtWidgets.QGraphicsView.render?4(QPainter, QRectF target=QRectF(), QRect source=QRect(), Qt.AspectRatioMode mode=Qt.KeepAspectRatio) +PyQt5.QtWidgets.QGraphicsView.items?4() -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsView.items?4(QPoint) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsView.items?4(int, int) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsView.items?4(int, int, int, int, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsView.items?4(QRect, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsView.items?4(QPolygon, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsView.items?4(QPainterPath, Qt.ItemSelectionMode mode=Qt.IntersectsItemShape) -> list-of-QGraphicsItem +PyQt5.QtWidgets.QGraphicsView.itemAt?4(QPoint) -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsView.mapToScene?4(QPoint) -> QPointF +PyQt5.QtWidgets.QGraphicsView.mapToScene?4(QRect) -> QPolygonF +PyQt5.QtWidgets.QGraphicsView.mapToScene?4(QPolygon) -> QPolygonF +PyQt5.QtWidgets.QGraphicsView.mapToScene?4(QPainterPath) -> QPainterPath +PyQt5.QtWidgets.QGraphicsView.mapFromScene?4(QPointF) -> QPoint +PyQt5.QtWidgets.QGraphicsView.mapFromScene?4(QRectF) -> QPolygon +PyQt5.QtWidgets.QGraphicsView.mapFromScene?4(QPolygonF) -> QPolygon +PyQt5.QtWidgets.QGraphicsView.mapFromScene?4(QPainterPath) -> QPainterPath +PyQt5.QtWidgets.QGraphicsView.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QGraphicsView.backgroundBrush?4() -> QBrush +PyQt5.QtWidgets.QGraphicsView.setBackgroundBrush?4(QBrush) +PyQt5.QtWidgets.QGraphicsView.foregroundBrush?4() -> QBrush +PyQt5.QtWidgets.QGraphicsView.setForegroundBrush?4(QBrush) +PyQt5.QtWidgets.QGraphicsView.invalidateScene?4(QRectF rect=QRectF(), QGraphicsScene.SceneLayers layers=QGraphicsScene.AllLayers) +PyQt5.QtWidgets.QGraphicsView.updateScene?4(list-of-QRectF) +PyQt5.QtWidgets.QGraphicsView.updateSceneRect?4(QRectF) +PyQt5.QtWidgets.QGraphicsView.setupViewport?4(QWidget) +PyQt5.QtWidgets.QGraphicsView.event?4(QEvent) -> bool +PyQt5.QtWidgets.QGraphicsView.viewportEvent?4(QEvent) -> bool +PyQt5.QtWidgets.QGraphicsView.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QGraphicsView.dragEnterEvent?4(QDragEnterEvent) +PyQt5.QtWidgets.QGraphicsView.dragLeaveEvent?4(QDragLeaveEvent) +PyQt5.QtWidgets.QGraphicsView.dragMoveEvent?4(QDragMoveEvent) +PyQt5.QtWidgets.QGraphicsView.dropEvent?4(QDropEvent) +PyQt5.QtWidgets.QGraphicsView.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsView.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGraphicsView.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QGraphicsView.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QGraphicsView.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QGraphicsView.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtWidgets.QGraphicsView.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QGraphicsView.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QGraphicsView.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QGraphicsView.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QGraphicsView.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QGraphicsView.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QGraphicsView.scrollContentsBy?4(int, int) +PyQt5.QtWidgets.QGraphicsView.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QGraphicsView.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWidgets.QGraphicsView.drawBackground?4(QPainter, QRectF) +PyQt5.QtWidgets.QGraphicsView.drawForeground?4(QPainter, QRectF) +PyQt5.QtWidgets.QGraphicsView.setSceneRect?4(float, float, float, float) +PyQt5.QtWidgets.QGraphicsView.centerOn?4(float, float) +PyQt5.QtWidgets.QGraphicsView.ensureVisible?4(float, float, float, float, int xMargin=50, int yMargin=50) +PyQt5.QtWidgets.QGraphicsView.fitInView?4(float, float, float, float, Qt.AspectRatioMode mode=Qt.IgnoreAspectRatio) +PyQt5.QtWidgets.QGraphicsView.itemAt?4(int, int) -> QGraphicsItem +PyQt5.QtWidgets.QGraphicsView.mapToScene?4(int, int) -> QPointF +PyQt5.QtWidgets.QGraphicsView.mapToScene?4(int, int, int, int) -> QPolygonF +PyQt5.QtWidgets.QGraphicsView.mapFromScene?4(float, float) -> QPoint +PyQt5.QtWidgets.QGraphicsView.mapFromScene?4(float, float, float, float) -> QPolygon +PyQt5.QtWidgets.QGraphicsView.viewportUpdateMode?4() -> QGraphicsView.ViewportUpdateMode +PyQt5.QtWidgets.QGraphicsView.setViewportUpdateMode?4(QGraphicsView.ViewportUpdateMode) +PyQt5.QtWidgets.QGraphicsView.optimizationFlags?4() -> QGraphicsView.OptimizationFlags +PyQt5.QtWidgets.QGraphicsView.setOptimizationFlag?4(QGraphicsView.OptimizationFlag, bool enabled=True) +PyQt5.QtWidgets.QGraphicsView.setOptimizationFlags?4(QGraphicsView.OptimizationFlags) +PyQt5.QtWidgets.QGraphicsView.rubberBandSelectionMode?4() -> Qt.ItemSelectionMode +PyQt5.QtWidgets.QGraphicsView.setRubberBandSelectionMode?4(Qt.ItemSelectionMode) +PyQt5.QtWidgets.QGraphicsView.transform?4() -> QTransform +PyQt5.QtWidgets.QGraphicsView.viewportTransform?4() -> QTransform +PyQt5.QtWidgets.QGraphicsView.setTransform?4(QTransform, bool combine=False) +PyQt5.QtWidgets.QGraphicsView.resetTransform?4() +PyQt5.QtWidgets.QGraphicsView.isTransformed?4() -> bool +PyQt5.QtWidgets.QGraphicsView.rubberBandRect?4() -> QRect +PyQt5.QtWidgets.QGraphicsView.rubberBandChanged?4(QRect, QPointF, QPointF) +PyQt5.QtWidgets.QGraphicsView.CacheMode?1(QGraphicsView.CacheMode) +PyQt5.QtWidgets.QGraphicsView.CacheMode.__init__?1(self, QGraphicsView.CacheMode) +PyQt5.QtWidgets.QGraphicsView.CacheMode?1(int) +PyQt5.QtWidgets.QGraphicsView.CacheMode.__init__?1(self, int) +PyQt5.QtWidgets.QGraphicsView.CacheMode?1() +PyQt5.QtWidgets.QGraphicsView.CacheMode.__init__?1(self) +PyQt5.QtWidgets.QGraphicsView.OptimizationFlags?1(QGraphicsView.OptimizationFlags) +PyQt5.QtWidgets.QGraphicsView.OptimizationFlags.__init__?1(self, QGraphicsView.OptimizationFlags) +PyQt5.QtWidgets.QGraphicsView.OptimizationFlags?1(int) +PyQt5.QtWidgets.QGraphicsView.OptimizationFlags.__init__?1(self, int) +PyQt5.QtWidgets.QGraphicsView.OptimizationFlags?1() +PyQt5.QtWidgets.QGraphicsView.OptimizationFlags.__init__?1(self) +PyQt5.QtWidgets.QGridLayout?1(QWidget) +PyQt5.QtWidgets.QGridLayout.__init__?1(self, QWidget) +PyQt5.QtWidgets.QGridLayout?1() +PyQt5.QtWidgets.QGridLayout.__init__?1(self) +PyQt5.QtWidgets.QGridLayout.sizeHint?4() -> QSize +PyQt5.QtWidgets.QGridLayout.minimumSize?4() -> QSize +PyQt5.QtWidgets.QGridLayout.maximumSize?4() -> QSize +PyQt5.QtWidgets.QGridLayout.setRowStretch?4(int, int) +PyQt5.QtWidgets.QGridLayout.setColumnStretch?4(int, int) +PyQt5.QtWidgets.QGridLayout.rowStretch?4(int) -> int +PyQt5.QtWidgets.QGridLayout.columnStretch?4(int) -> int +PyQt5.QtWidgets.QGridLayout.setRowMinimumHeight?4(int, int) +PyQt5.QtWidgets.QGridLayout.setColumnMinimumWidth?4(int, int) +PyQt5.QtWidgets.QGridLayout.rowMinimumHeight?4(int) -> int +PyQt5.QtWidgets.QGridLayout.columnMinimumWidth?4(int) -> int +PyQt5.QtWidgets.QGridLayout.columnCount?4() -> int +PyQt5.QtWidgets.QGridLayout.rowCount?4() -> int +PyQt5.QtWidgets.QGridLayout.cellRect?4(int, int) -> QRect +PyQt5.QtWidgets.QGridLayout.hasHeightForWidth?4() -> bool +PyQt5.QtWidgets.QGridLayout.heightForWidth?4(int) -> int +PyQt5.QtWidgets.QGridLayout.minimumHeightForWidth?4(int) -> int +PyQt5.QtWidgets.QGridLayout.expandingDirections?4() -> Qt.Orientations +PyQt5.QtWidgets.QGridLayout.invalidate?4() +PyQt5.QtWidgets.QGridLayout.addWidget?4(QWidget) +PyQt5.QtWidgets.QGridLayout.addWidget?4(QWidget, int, int, Qt.Alignment alignment=0) +PyQt5.QtWidgets.QGridLayout.addWidget?4(QWidget, int, int, int, int, Qt.Alignment alignment=0) +PyQt5.QtWidgets.QGridLayout.addLayout?4(QLayout, int, int, Qt.Alignment alignment=0) +PyQt5.QtWidgets.QGridLayout.addLayout?4(QLayout, int, int, int, int, Qt.Alignment alignment=0) +PyQt5.QtWidgets.QGridLayout.setOriginCorner?4(Qt.Corner) +PyQt5.QtWidgets.QGridLayout.originCorner?4() -> Qt.Corner +PyQt5.QtWidgets.QGridLayout.itemAt?4(int) -> QLayoutItem +PyQt5.QtWidgets.QGridLayout.takeAt?4(int) -> QLayoutItem +PyQt5.QtWidgets.QGridLayout.count?4() -> int +PyQt5.QtWidgets.QGridLayout.setGeometry?4(QRect) +PyQt5.QtWidgets.QGridLayout.addItem?4(QLayoutItem, int, int, int rowSpan=1, int columnSpan=1, Qt.Alignment alignment=0) +PyQt5.QtWidgets.QGridLayout.setDefaultPositioning?4(int, Qt.Orientation) +PyQt5.QtWidgets.QGridLayout.getItemPosition?4(int) -> (int, int, int, int) +PyQt5.QtWidgets.QGridLayout.setHorizontalSpacing?4(int) +PyQt5.QtWidgets.QGridLayout.horizontalSpacing?4() -> int +PyQt5.QtWidgets.QGridLayout.setVerticalSpacing?4(int) +PyQt5.QtWidgets.QGridLayout.verticalSpacing?4() -> int +PyQt5.QtWidgets.QGridLayout.setSpacing?4(int) +PyQt5.QtWidgets.QGridLayout.spacing?4() -> int +PyQt5.QtWidgets.QGridLayout.itemAtPosition?4(int, int) -> QLayoutItem +PyQt5.QtWidgets.QGridLayout.addItem?4(QLayoutItem) +PyQt5.QtWidgets.QGroupBox?1(QWidget parent=None) +PyQt5.QtWidgets.QGroupBox.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QGroupBox?1(str, QWidget parent=None) +PyQt5.QtWidgets.QGroupBox.__init__?1(self, str, QWidget parent=None) +PyQt5.QtWidgets.QGroupBox.title?4() -> str +PyQt5.QtWidgets.QGroupBox.setTitle?4(str) +PyQt5.QtWidgets.QGroupBox.alignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QGroupBox.setAlignment?4(int) +PyQt5.QtWidgets.QGroupBox.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QGroupBox.isFlat?4() -> bool +PyQt5.QtWidgets.QGroupBox.setFlat?4(bool) +PyQt5.QtWidgets.QGroupBox.isCheckable?4() -> bool +PyQt5.QtWidgets.QGroupBox.setCheckable?4(bool) +PyQt5.QtWidgets.QGroupBox.isChecked?4() -> bool +PyQt5.QtWidgets.QGroupBox.setChecked?4(bool) +PyQt5.QtWidgets.QGroupBox.clicked?4(bool checked=False) +PyQt5.QtWidgets.QGroupBox.toggled?4(bool) +PyQt5.QtWidgets.QGroupBox.initStyleOption?4(QStyleOptionGroupBox) +PyQt5.QtWidgets.QGroupBox.event?4(QEvent) -> bool +PyQt5.QtWidgets.QGroupBox.childEvent?4(QChildEvent) +PyQt5.QtWidgets.QGroupBox.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QGroupBox.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QGroupBox.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QGroupBox.changeEvent?4(QEvent) +PyQt5.QtWidgets.QGroupBox.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QGroupBox.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QGroupBox.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QHeaderView.ResizeMode?10 +PyQt5.QtWidgets.QHeaderView.Interactive?10 +PyQt5.QtWidgets.QHeaderView.Fixed?10 +PyQt5.QtWidgets.QHeaderView.Stretch?10 +PyQt5.QtWidgets.QHeaderView.ResizeToContents?10 +PyQt5.QtWidgets.QHeaderView.Custom?10 +PyQt5.QtWidgets.QHeaderView?1(Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QHeaderView.__init__?1(self, Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QHeaderView.setModel?4(QAbstractItemModel) +PyQt5.QtWidgets.QHeaderView.orientation?4() -> Qt.Orientation +PyQt5.QtWidgets.QHeaderView.offset?4() -> int +PyQt5.QtWidgets.QHeaderView.length?4() -> int +PyQt5.QtWidgets.QHeaderView.sizeHint?4() -> QSize +PyQt5.QtWidgets.QHeaderView.sectionSizeHint?4(int) -> int +PyQt5.QtWidgets.QHeaderView.visualIndexAt?4(int) -> int +PyQt5.QtWidgets.QHeaderView.logicalIndexAt?4(int) -> int +PyQt5.QtWidgets.QHeaderView.sectionSize?4(int) -> int +PyQt5.QtWidgets.QHeaderView.sectionPosition?4(int) -> int +PyQt5.QtWidgets.QHeaderView.sectionViewportPosition?4(int) -> int +PyQt5.QtWidgets.QHeaderView.moveSection?4(int, int) +PyQt5.QtWidgets.QHeaderView.resizeSection?4(int, int) +PyQt5.QtWidgets.QHeaderView.isSectionHidden?4(int) -> bool +PyQt5.QtWidgets.QHeaderView.setSectionHidden?4(int, bool) +PyQt5.QtWidgets.QHeaderView.count?4() -> int +PyQt5.QtWidgets.QHeaderView.visualIndex?4(int) -> int +PyQt5.QtWidgets.QHeaderView.logicalIndex?4(int) -> int +PyQt5.QtWidgets.QHeaderView.setHighlightSections?4(bool) +PyQt5.QtWidgets.QHeaderView.highlightSections?4() -> bool +PyQt5.QtWidgets.QHeaderView.stretchSectionCount?4() -> int +PyQt5.QtWidgets.QHeaderView.setSortIndicatorShown?4(bool) +PyQt5.QtWidgets.QHeaderView.isSortIndicatorShown?4() -> bool +PyQt5.QtWidgets.QHeaderView.setSortIndicator?4(int, Qt.SortOrder) +PyQt5.QtWidgets.QHeaderView.sortIndicatorSection?4() -> int +PyQt5.QtWidgets.QHeaderView.sortIndicatorOrder?4() -> Qt.SortOrder +PyQt5.QtWidgets.QHeaderView.stretchLastSection?4() -> bool +PyQt5.QtWidgets.QHeaderView.setStretchLastSection?4(bool) +PyQt5.QtWidgets.QHeaderView.sectionsMoved?4() -> bool +PyQt5.QtWidgets.QHeaderView.setOffset?4(int) +PyQt5.QtWidgets.QHeaderView.headerDataChanged?4(Qt.Orientation, int, int) +PyQt5.QtWidgets.QHeaderView.setOffsetToSectionPosition?4(int) +PyQt5.QtWidgets.QHeaderView.geometriesChanged?4() +PyQt5.QtWidgets.QHeaderView.sectionMoved?4(int, int, int) +PyQt5.QtWidgets.QHeaderView.sectionResized?4(int, int, int) +PyQt5.QtWidgets.QHeaderView.sectionPressed?4(int) +PyQt5.QtWidgets.QHeaderView.sectionClicked?4(int) +PyQt5.QtWidgets.QHeaderView.sectionDoubleClicked?4(int) +PyQt5.QtWidgets.QHeaderView.sectionCountChanged?4(int, int) +PyQt5.QtWidgets.QHeaderView.sectionHandleDoubleClicked?4(int) +PyQt5.QtWidgets.QHeaderView.updateSection?4(int) +PyQt5.QtWidgets.QHeaderView.resizeSections?4() +PyQt5.QtWidgets.QHeaderView.sectionsInserted?4(QModelIndex, int, int) +PyQt5.QtWidgets.QHeaderView.sectionsAboutToBeRemoved?4(QModelIndex, int, int) +PyQt5.QtWidgets.QHeaderView.initialize?4() +PyQt5.QtWidgets.QHeaderView.initializeSections?4() +PyQt5.QtWidgets.QHeaderView.initializeSections?4(int, int) +PyQt5.QtWidgets.QHeaderView.currentChanged?4(QModelIndex, QModelIndex) +PyQt5.QtWidgets.QHeaderView.event?4(QEvent) -> bool +PyQt5.QtWidgets.QHeaderView.viewportEvent?4(QEvent) -> bool +PyQt5.QtWidgets.QHeaderView.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QHeaderView.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QHeaderView.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QHeaderView.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QHeaderView.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtWidgets.QHeaderView.paintSection?4(QPainter, QRect, int) +PyQt5.QtWidgets.QHeaderView.sectionSizeFromContents?4(int) -> QSize +PyQt5.QtWidgets.QHeaderView.horizontalOffset?4() -> int +PyQt5.QtWidgets.QHeaderView.verticalOffset?4() -> int +PyQt5.QtWidgets.QHeaderView.updateGeometries?4() +PyQt5.QtWidgets.QHeaderView.scrollContentsBy?4(int, int) +PyQt5.QtWidgets.QHeaderView.dataChanged?4(QModelIndex, QModelIndex, list-of-int roles=[]) +PyQt5.QtWidgets.QHeaderView.rowsInserted?4(QModelIndex, int, int) +PyQt5.QtWidgets.QHeaderView.visualRect?4(QModelIndex) -> QRect +PyQt5.QtWidgets.QHeaderView.scrollTo?4(QModelIndex, QAbstractItemView.ScrollHint) +PyQt5.QtWidgets.QHeaderView.indexAt?4(QPoint) -> QModelIndex +PyQt5.QtWidgets.QHeaderView.isIndexHidden?4(QModelIndex) -> bool +PyQt5.QtWidgets.QHeaderView.moveCursor?4(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) -> QModelIndex +PyQt5.QtWidgets.QHeaderView.setSelection?4(QRect, QItemSelectionModel.SelectionFlags) +PyQt5.QtWidgets.QHeaderView.visualRegionForSelection?4(QItemSelection) -> QRegion +PyQt5.QtWidgets.QHeaderView.logicalIndexAt?4(int, int) -> int +PyQt5.QtWidgets.QHeaderView.logicalIndexAt?4(QPoint) -> int +PyQt5.QtWidgets.QHeaderView.hideSection?4(int) +PyQt5.QtWidgets.QHeaderView.showSection?4(int) +PyQt5.QtWidgets.QHeaderView.resizeSections?4(QHeaderView.ResizeMode) +PyQt5.QtWidgets.QHeaderView.hiddenSectionCount?4() -> int +PyQt5.QtWidgets.QHeaderView.defaultSectionSize?4() -> int +PyQt5.QtWidgets.QHeaderView.setDefaultSectionSize?4(int) +PyQt5.QtWidgets.QHeaderView.defaultAlignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QHeaderView.setDefaultAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QHeaderView.sectionsHidden?4() -> bool +PyQt5.QtWidgets.QHeaderView.swapSections?4(int, int) +PyQt5.QtWidgets.QHeaderView.cascadingSectionResizes?4() -> bool +PyQt5.QtWidgets.QHeaderView.setCascadingSectionResizes?4(bool) +PyQt5.QtWidgets.QHeaderView.minimumSectionSize?4() -> int +PyQt5.QtWidgets.QHeaderView.setMinimumSectionSize?4(int) +PyQt5.QtWidgets.QHeaderView.saveState?4() -> QByteArray +PyQt5.QtWidgets.QHeaderView.restoreState?4(QByteArray) -> bool +PyQt5.QtWidgets.QHeaderView.reset?4() +PyQt5.QtWidgets.QHeaderView.setOffsetToLastSection?4() +PyQt5.QtWidgets.QHeaderView.sectionEntered?4(int) +PyQt5.QtWidgets.QHeaderView.sortIndicatorChanged?4(int, Qt.SortOrder) +PyQt5.QtWidgets.QHeaderView.initStyleOption?4(QStyleOptionHeader) +PyQt5.QtWidgets.QHeaderView.setSectionsMovable?4(bool) +PyQt5.QtWidgets.QHeaderView.sectionsMovable?4() -> bool +PyQt5.QtWidgets.QHeaderView.setSectionsClickable?4(bool) +PyQt5.QtWidgets.QHeaderView.sectionsClickable?4() -> bool +PyQt5.QtWidgets.QHeaderView.sectionResizeMode?4(int) -> QHeaderView.ResizeMode +PyQt5.QtWidgets.QHeaderView.setSectionResizeMode?4(int, QHeaderView.ResizeMode) +PyQt5.QtWidgets.QHeaderView.setSectionResizeMode?4(QHeaderView.ResizeMode) +PyQt5.QtWidgets.QHeaderView.setVisible?4(bool) +PyQt5.QtWidgets.QHeaderView.setResizeContentsPrecision?4(int) +PyQt5.QtWidgets.QHeaderView.resizeContentsPrecision?4() -> int +PyQt5.QtWidgets.QHeaderView.maximumSectionSize?4() -> int +PyQt5.QtWidgets.QHeaderView.setMaximumSectionSize?4(int) +PyQt5.QtWidgets.QInputDialog.InputMode?10 +PyQt5.QtWidgets.QInputDialog.TextInput?10 +PyQt5.QtWidgets.QInputDialog.IntInput?10 +PyQt5.QtWidgets.QInputDialog.DoubleInput?10 +PyQt5.QtWidgets.QInputDialog.InputDialogOption?10 +PyQt5.QtWidgets.QInputDialog.NoButtons?10 +PyQt5.QtWidgets.QInputDialog.UseListViewForComboBoxItems?10 +PyQt5.QtWidgets.QInputDialog.UsePlainTextEditForTextInput?10 +PyQt5.QtWidgets.QInputDialog?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QInputDialog.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QInputDialog.getText?4(QWidget, str, str, QLineEdit.EchoMode echo=QLineEdit.Normal, str text=QString(), Qt.WindowFlags flags=0, Qt.InputMethodHints inputMethodHints=Qt.ImhNone) -> (str, bool) +PyQt5.QtWidgets.QInputDialog.getInt?4(QWidget, str, str, int value=0, int min=-2147483647, int max=2147483647, int step=1, Qt.WindowFlags flags=0) -> (int, bool) +PyQt5.QtWidgets.QInputDialog.getDouble?4(QWidget, str, str, float value=0, float min=-2147483647, float max=2147483647, int decimals=1, Qt.WindowFlags flags=0) -> (float, bool) +PyQt5.QtWidgets.QInputDialog.getItem?4(QWidget, str, str, list-of-str, int current=0, bool editable=True, Qt.WindowFlags flags=0, Qt.InputMethodHints inputMethodHints=Qt.ImhNone) -> (str, bool) +PyQt5.QtWidgets.QInputDialog.getMultiLineText?4(QWidget, str, str, str text='', Qt.WindowFlags flags=0, Qt.InputMethodHints inputMethodHints=Qt.ImhNone) -> (str, bool) +PyQt5.QtWidgets.QInputDialog.setInputMode?4(QInputDialog.InputMode) +PyQt5.QtWidgets.QInputDialog.inputMode?4() -> QInputDialog.InputMode +PyQt5.QtWidgets.QInputDialog.setLabelText?4(str) +PyQt5.QtWidgets.QInputDialog.labelText?4() -> str +PyQt5.QtWidgets.QInputDialog.setOption?4(QInputDialog.InputDialogOption, bool on=True) +PyQt5.QtWidgets.QInputDialog.testOption?4(QInputDialog.InputDialogOption) -> bool +PyQt5.QtWidgets.QInputDialog.setOptions?4(QInputDialog.InputDialogOptions) +PyQt5.QtWidgets.QInputDialog.options?4() -> QInputDialog.InputDialogOptions +PyQt5.QtWidgets.QInputDialog.setTextValue?4(str) +PyQt5.QtWidgets.QInputDialog.textValue?4() -> str +PyQt5.QtWidgets.QInputDialog.setTextEchoMode?4(QLineEdit.EchoMode) +PyQt5.QtWidgets.QInputDialog.textEchoMode?4() -> QLineEdit.EchoMode +PyQt5.QtWidgets.QInputDialog.setComboBoxEditable?4(bool) +PyQt5.QtWidgets.QInputDialog.isComboBoxEditable?4() -> bool +PyQt5.QtWidgets.QInputDialog.setComboBoxItems?4(list-of-str) +PyQt5.QtWidgets.QInputDialog.comboBoxItems?4() -> list-of-str +PyQt5.QtWidgets.QInputDialog.setIntValue?4(int) +PyQt5.QtWidgets.QInputDialog.intValue?4() -> int +PyQt5.QtWidgets.QInputDialog.setIntMinimum?4(int) +PyQt5.QtWidgets.QInputDialog.intMinimum?4() -> int +PyQt5.QtWidgets.QInputDialog.setIntMaximum?4(int) +PyQt5.QtWidgets.QInputDialog.intMaximum?4() -> int +PyQt5.QtWidgets.QInputDialog.setIntRange?4(int, int) +PyQt5.QtWidgets.QInputDialog.setIntStep?4(int) +PyQt5.QtWidgets.QInputDialog.intStep?4() -> int +PyQt5.QtWidgets.QInputDialog.setDoubleValue?4(float) +PyQt5.QtWidgets.QInputDialog.doubleValue?4() -> float +PyQt5.QtWidgets.QInputDialog.setDoubleMinimum?4(float) +PyQt5.QtWidgets.QInputDialog.doubleMinimum?4() -> float +PyQt5.QtWidgets.QInputDialog.setDoubleMaximum?4(float) +PyQt5.QtWidgets.QInputDialog.doubleMaximum?4() -> float +PyQt5.QtWidgets.QInputDialog.setDoubleRange?4(float, float) +PyQt5.QtWidgets.QInputDialog.setDoubleDecimals?4(int) +PyQt5.QtWidgets.QInputDialog.doubleDecimals?4() -> int +PyQt5.QtWidgets.QInputDialog.setOkButtonText?4(str) +PyQt5.QtWidgets.QInputDialog.okButtonText?4() -> str +PyQt5.QtWidgets.QInputDialog.setCancelButtonText?4(str) +PyQt5.QtWidgets.QInputDialog.cancelButtonText?4() -> str +PyQt5.QtWidgets.QInputDialog.open?4() +PyQt5.QtWidgets.QInputDialog.open?4(slot) +PyQt5.QtWidgets.QInputDialog.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QInputDialog.sizeHint?4() -> QSize +PyQt5.QtWidgets.QInputDialog.setVisible?4(bool) +PyQt5.QtWidgets.QInputDialog.done?4(int) +PyQt5.QtWidgets.QInputDialog.textValueChanged?4(str) +PyQt5.QtWidgets.QInputDialog.textValueSelected?4(str) +PyQt5.QtWidgets.QInputDialog.intValueChanged?4(int) +PyQt5.QtWidgets.QInputDialog.intValueSelected?4(int) +PyQt5.QtWidgets.QInputDialog.doubleValueChanged?4(float) +PyQt5.QtWidgets.QInputDialog.doubleValueSelected?4(float) +PyQt5.QtWidgets.QInputDialog.InputDialogOptions?1(QInputDialog.InputDialogOptions) +PyQt5.QtWidgets.QInputDialog.InputDialogOptions.__init__?1(self, QInputDialog.InputDialogOptions) +PyQt5.QtWidgets.QInputDialog.InputDialogOptions?1(int) +PyQt5.QtWidgets.QInputDialog.InputDialogOptions.__init__?1(self, int) +PyQt5.QtWidgets.QInputDialog.InputDialogOptions?1() +PyQt5.QtWidgets.QInputDialog.InputDialogOptions.__init__?1(self) +PyQt5.QtWidgets.QItemDelegate?1(QObject parent=None) +PyQt5.QtWidgets.QItemDelegate.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QItemDelegate.paint?4(QPainter, QStyleOptionViewItem, QModelIndex) +PyQt5.QtWidgets.QItemDelegate.sizeHint?4(QStyleOptionViewItem, QModelIndex) -> QSize +PyQt5.QtWidgets.QItemDelegate.createEditor?4(QWidget, QStyleOptionViewItem, QModelIndex) -> QWidget +PyQt5.QtWidgets.QItemDelegate.setEditorData?4(QWidget, QModelIndex) +PyQt5.QtWidgets.QItemDelegate.setModelData?4(QWidget, QAbstractItemModel, QModelIndex) +PyQt5.QtWidgets.QItemDelegate.updateEditorGeometry?4(QWidget, QStyleOptionViewItem, QModelIndex) +PyQt5.QtWidgets.QItemDelegate.itemEditorFactory?4() -> QItemEditorFactory +PyQt5.QtWidgets.QItemDelegate.setItemEditorFactory?4(QItemEditorFactory) +PyQt5.QtWidgets.QItemDelegate.hasClipping?4() -> bool +PyQt5.QtWidgets.QItemDelegate.setClipping?4(bool) +PyQt5.QtWidgets.QItemDelegate.drawBackground?4(QPainter, QStyleOptionViewItem, QModelIndex) +PyQt5.QtWidgets.QItemDelegate.drawCheck?4(QPainter, QStyleOptionViewItem, QRect, Qt.CheckState) +PyQt5.QtWidgets.QItemDelegate.drawDecoration?4(QPainter, QStyleOptionViewItem, QRect, QPixmap) +PyQt5.QtWidgets.QItemDelegate.drawDisplay?4(QPainter, QStyleOptionViewItem, QRect, str) +PyQt5.QtWidgets.QItemDelegate.drawFocus?4(QPainter, QStyleOptionViewItem, QRect) +PyQt5.QtWidgets.QItemDelegate.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QItemDelegate.editorEvent?4(QEvent, QAbstractItemModel, QStyleOptionViewItem, QModelIndex) -> bool +PyQt5.QtWidgets.QItemEditorCreatorBase?1() +PyQt5.QtWidgets.QItemEditorCreatorBase.__init__?1(self) +PyQt5.QtWidgets.QItemEditorCreatorBase?1(QItemEditorCreatorBase) +PyQt5.QtWidgets.QItemEditorCreatorBase.__init__?1(self, QItemEditorCreatorBase) +PyQt5.QtWidgets.QItemEditorCreatorBase.createWidget?4(QWidget) -> QWidget +PyQt5.QtWidgets.QItemEditorCreatorBase.valuePropertyName?4() -> QByteArray +PyQt5.QtWidgets.QItemEditorFactory?1() +PyQt5.QtWidgets.QItemEditorFactory.__init__?1(self) +PyQt5.QtWidgets.QItemEditorFactory?1(QItemEditorFactory) +PyQt5.QtWidgets.QItemEditorFactory.__init__?1(self, QItemEditorFactory) +PyQt5.QtWidgets.QItemEditorFactory.createEditor?4(int, QWidget) -> QWidget +PyQt5.QtWidgets.QItemEditorFactory.valuePropertyName?4(int) -> QByteArray +PyQt5.QtWidgets.QItemEditorFactory.registerEditor?4(int, QItemEditorCreatorBase) +PyQt5.QtWidgets.QItemEditorFactory.defaultFactory?4() -> QItemEditorFactory +PyQt5.QtWidgets.QItemEditorFactory.setDefaultFactory?4(QItemEditorFactory) +PyQt5.QtWidgets.QKeyEventTransition?1(QState sourceState=None) +PyQt5.QtWidgets.QKeyEventTransition.__init__?1(self, QState sourceState=None) +PyQt5.QtWidgets.QKeyEventTransition?1(QObject, QEvent.Type, int, QState sourceState=None) +PyQt5.QtWidgets.QKeyEventTransition.__init__?1(self, QObject, QEvent.Type, int, QState sourceState=None) +PyQt5.QtWidgets.QKeyEventTransition.key?4() -> int +PyQt5.QtWidgets.QKeyEventTransition.setKey?4(int) +PyQt5.QtWidgets.QKeyEventTransition.modifierMask?4() -> Qt.KeyboardModifiers +PyQt5.QtWidgets.QKeyEventTransition.setModifierMask?4(Qt.KeyboardModifiers) +PyQt5.QtWidgets.QKeyEventTransition.onTransition?4(QEvent) +PyQt5.QtWidgets.QKeyEventTransition.eventTest?4(QEvent) -> bool +PyQt5.QtWidgets.QKeySequenceEdit?1(QWidget parent=None) +PyQt5.QtWidgets.QKeySequenceEdit.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QKeySequenceEdit?1(QKeySequence, QWidget parent=None) +PyQt5.QtWidgets.QKeySequenceEdit.__init__?1(self, QKeySequence, QWidget parent=None) +PyQt5.QtWidgets.QKeySequenceEdit.keySequence?4() -> QKeySequence +PyQt5.QtWidgets.QKeySequenceEdit.setKeySequence?4(QKeySequence) +PyQt5.QtWidgets.QKeySequenceEdit.clear?4() +PyQt5.QtWidgets.QKeySequenceEdit.editingFinished?4() +PyQt5.QtWidgets.QKeySequenceEdit.keySequenceChanged?4(QKeySequence) +PyQt5.QtWidgets.QKeySequenceEdit.event?4(QEvent) -> bool +PyQt5.QtWidgets.QKeySequenceEdit.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QKeySequenceEdit.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QKeySequenceEdit.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QLabel?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QLabel.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QLabel?1(str, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QLabel.__init__?1(self, str, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QLabel.text?4() -> str +PyQt5.QtWidgets.QLabel.pixmap?4() -> QPixmap +PyQt5.QtWidgets.QLabel.picture?4() -> QPicture +PyQt5.QtWidgets.QLabel.movie?4() -> QMovie +PyQt5.QtWidgets.QLabel.textFormat?4() -> Qt.TextFormat +PyQt5.QtWidgets.QLabel.setTextFormat?4(Qt.TextFormat) +PyQt5.QtWidgets.QLabel.alignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QLabel.setAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QLabel.setWordWrap?4(bool) +PyQt5.QtWidgets.QLabel.wordWrap?4() -> bool +PyQt5.QtWidgets.QLabel.indent?4() -> int +PyQt5.QtWidgets.QLabel.setIndent?4(int) +PyQt5.QtWidgets.QLabel.margin?4() -> int +PyQt5.QtWidgets.QLabel.setMargin?4(int) +PyQt5.QtWidgets.QLabel.hasScaledContents?4() -> bool +PyQt5.QtWidgets.QLabel.setScaledContents?4(bool) +PyQt5.QtWidgets.QLabel.sizeHint?4() -> QSize +PyQt5.QtWidgets.QLabel.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QLabel.setBuddy?4(QWidget) +PyQt5.QtWidgets.QLabel.buddy?4() -> QWidget +PyQt5.QtWidgets.QLabel.heightForWidth?4(int) -> int +PyQt5.QtWidgets.QLabel.openExternalLinks?4() -> bool +PyQt5.QtWidgets.QLabel.setTextInteractionFlags?4(Qt.TextInteractionFlags) +PyQt5.QtWidgets.QLabel.textInteractionFlags?4() -> Qt.TextInteractionFlags +PyQt5.QtWidgets.QLabel.setOpenExternalLinks?4(bool) +PyQt5.QtWidgets.QLabel.clear?4() +PyQt5.QtWidgets.QLabel.setMovie?4(QMovie) +PyQt5.QtWidgets.QLabel.setNum?4(float) +PyQt5.QtWidgets.QLabel.setNum?4(int) +PyQt5.QtWidgets.QLabel.setPicture?4(QPicture) +PyQt5.QtWidgets.QLabel.setPixmap?4(QPixmap) +PyQt5.QtWidgets.QLabel.setText?4(str) +PyQt5.QtWidgets.QLabel.linkActivated?4(str) +PyQt5.QtWidgets.QLabel.linkHovered?4(str) +PyQt5.QtWidgets.QLabel.event?4(QEvent) -> bool +PyQt5.QtWidgets.QLabel.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QLabel.changeEvent?4(QEvent) +PyQt5.QtWidgets.QLabel.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QLabel.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QLabel.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QLabel.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QLabel.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QLabel.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QLabel.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QLabel.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QLabel.setSelection?4(int, int) +PyQt5.QtWidgets.QLabel.hasSelectedText?4() -> bool +PyQt5.QtWidgets.QLabel.selectedText?4() -> str +PyQt5.QtWidgets.QLabel.selectionStart?4() -> int +PyQt5.QtWidgets.QSpacerItem?1(int, int, QSizePolicy.Policy hPolicy=QSizePolicy.Minimum, QSizePolicy.Policy vPolicy=QSizePolicy.Minimum) +PyQt5.QtWidgets.QSpacerItem.__init__?1(self, int, int, QSizePolicy.Policy hPolicy=QSizePolicy.Minimum, QSizePolicy.Policy vPolicy=QSizePolicy.Minimum) +PyQt5.QtWidgets.QSpacerItem?1(QSpacerItem) +PyQt5.QtWidgets.QSpacerItem.__init__?1(self, QSpacerItem) +PyQt5.QtWidgets.QSpacerItem.changeSize?4(int, int, QSizePolicy.Policy hPolicy=QSizePolicy.Minimum, QSizePolicy.Policy vPolicy=QSizePolicy.Minimum) +PyQt5.QtWidgets.QSpacerItem.sizeHint?4() -> QSize +PyQt5.QtWidgets.QSpacerItem.minimumSize?4() -> QSize +PyQt5.QtWidgets.QSpacerItem.maximumSize?4() -> QSize +PyQt5.QtWidgets.QSpacerItem.expandingDirections?4() -> Qt.Orientations +PyQt5.QtWidgets.QSpacerItem.isEmpty?4() -> bool +PyQt5.QtWidgets.QSpacerItem.setGeometry?4(QRect) +PyQt5.QtWidgets.QSpacerItem.geometry?4() -> QRect +PyQt5.QtWidgets.QSpacerItem.spacerItem?4() -> QSpacerItem +PyQt5.QtWidgets.QWidgetItem?1(QWidget) +PyQt5.QtWidgets.QWidgetItem.__init__?1(self, QWidget) +PyQt5.QtWidgets.QWidgetItem.sizeHint?4() -> QSize +PyQt5.QtWidgets.QWidgetItem.minimumSize?4() -> QSize +PyQt5.QtWidgets.QWidgetItem.maximumSize?4() -> QSize +PyQt5.QtWidgets.QWidgetItem.expandingDirections?4() -> Qt.Orientations +PyQt5.QtWidgets.QWidgetItem.isEmpty?4() -> bool +PyQt5.QtWidgets.QWidgetItem.setGeometry?4(QRect) +PyQt5.QtWidgets.QWidgetItem.geometry?4() -> QRect +PyQt5.QtWidgets.QWidgetItem.widget?4() -> QWidget +PyQt5.QtWidgets.QWidgetItem.hasHeightForWidth?4() -> bool +PyQt5.QtWidgets.QWidgetItem.heightForWidth?4(int) -> int +PyQt5.QtWidgets.QWidgetItem.controlTypes?4() -> QSizePolicy.ControlTypes +PyQt5.QtWidgets.QLCDNumber.SegmentStyle?10 +PyQt5.QtWidgets.QLCDNumber.Outline?10 +PyQt5.QtWidgets.QLCDNumber.Filled?10 +PyQt5.QtWidgets.QLCDNumber.Flat?10 +PyQt5.QtWidgets.QLCDNumber.Mode?10 +PyQt5.QtWidgets.QLCDNumber.Hex?10 +PyQt5.QtWidgets.QLCDNumber.Dec?10 +PyQt5.QtWidgets.QLCDNumber.Oct?10 +PyQt5.QtWidgets.QLCDNumber.Bin?10 +PyQt5.QtWidgets.QLCDNumber?1(QWidget parent=None) +PyQt5.QtWidgets.QLCDNumber.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QLCDNumber?1(int, QWidget parent=None) +PyQt5.QtWidgets.QLCDNumber.__init__?1(self, int, QWidget parent=None) +PyQt5.QtWidgets.QLCDNumber.smallDecimalPoint?4() -> bool +PyQt5.QtWidgets.QLCDNumber.digitCount?4() -> int +PyQt5.QtWidgets.QLCDNumber.setDigitCount?4(int) +PyQt5.QtWidgets.QLCDNumber.setNumDigits?4(int) +PyQt5.QtWidgets.QLCDNumber.checkOverflow?4(float) -> bool +PyQt5.QtWidgets.QLCDNumber.checkOverflow?4(int) -> bool +PyQt5.QtWidgets.QLCDNumber.mode?4() -> QLCDNumber.Mode +PyQt5.QtWidgets.QLCDNumber.setMode?4(QLCDNumber.Mode) +PyQt5.QtWidgets.QLCDNumber.segmentStyle?4() -> QLCDNumber.SegmentStyle +PyQt5.QtWidgets.QLCDNumber.setSegmentStyle?4(QLCDNumber.SegmentStyle) +PyQt5.QtWidgets.QLCDNumber.value?4() -> float +PyQt5.QtWidgets.QLCDNumber.intValue?4() -> int +PyQt5.QtWidgets.QLCDNumber.sizeHint?4() -> QSize +PyQt5.QtWidgets.QLCDNumber.display?4(str) +PyQt5.QtWidgets.QLCDNumber.display?4(float) +PyQt5.QtWidgets.QLCDNumber.display?4(int) +PyQt5.QtWidgets.QLCDNumber.setHexMode?4() +PyQt5.QtWidgets.QLCDNumber.setDecMode?4() +PyQt5.QtWidgets.QLCDNumber.setOctMode?4() +PyQt5.QtWidgets.QLCDNumber.setBinMode?4() +PyQt5.QtWidgets.QLCDNumber.setSmallDecimalPoint?4(bool) +PyQt5.QtWidgets.QLCDNumber.overflow?4() +PyQt5.QtWidgets.QLCDNumber.event?4(QEvent) -> bool +PyQt5.QtWidgets.QLCDNumber.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QLineEdit.ActionPosition?10 +PyQt5.QtWidgets.QLineEdit.LeadingPosition?10 +PyQt5.QtWidgets.QLineEdit.TrailingPosition?10 +PyQt5.QtWidgets.QLineEdit.EchoMode?10 +PyQt5.QtWidgets.QLineEdit.Normal?10 +PyQt5.QtWidgets.QLineEdit.NoEcho?10 +PyQt5.QtWidgets.QLineEdit.Password?10 +PyQt5.QtWidgets.QLineEdit.PasswordEchoOnEdit?10 +PyQt5.QtWidgets.QLineEdit?1(QWidget parent=None) +PyQt5.QtWidgets.QLineEdit.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QLineEdit?1(str, QWidget parent=None) +PyQt5.QtWidgets.QLineEdit.__init__?1(self, str, QWidget parent=None) +PyQt5.QtWidgets.QLineEdit.text?4() -> str +PyQt5.QtWidgets.QLineEdit.displayText?4() -> str +PyQt5.QtWidgets.QLineEdit.maxLength?4() -> int +PyQt5.QtWidgets.QLineEdit.setMaxLength?4(int) +PyQt5.QtWidgets.QLineEdit.setFrame?4(bool) +PyQt5.QtWidgets.QLineEdit.hasFrame?4() -> bool +PyQt5.QtWidgets.QLineEdit.echoMode?4() -> QLineEdit.EchoMode +PyQt5.QtWidgets.QLineEdit.setEchoMode?4(QLineEdit.EchoMode) +PyQt5.QtWidgets.QLineEdit.isReadOnly?4() -> bool +PyQt5.QtWidgets.QLineEdit.setReadOnly?4(bool) +PyQt5.QtWidgets.QLineEdit.setValidator?4(QValidator) +PyQt5.QtWidgets.QLineEdit.validator?4() -> QValidator +PyQt5.QtWidgets.QLineEdit.sizeHint?4() -> QSize +PyQt5.QtWidgets.QLineEdit.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QLineEdit.cursorPosition?4() -> int +PyQt5.QtWidgets.QLineEdit.setCursorPosition?4(int) +PyQt5.QtWidgets.QLineEdit.cursorPositionAt?4(QPoint) -> int +PyQt5.QtWidgets.QLineEdit.setAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QLineEdit.alignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QLineEdit.cursorForward?4(bool, int steps=1) +PyQt5.QtWidgets.QLineEdit.cursorBackward?4(bool, int steps=1) +PyQt5.QtWidgets.QLineEdit.cursorWordForward?4(bool) +PyQt5.QtWidgets.QLineEdit.cursorWordBackward?4(bool) +PyQt5.QtWidgets.QLineEdit.backspace?4() +PyQt5.QtWidgets.QLineEdit.del_?4() +PyQt5.QtWidgets.QLineEdit.home?4(bool) +PyQt5.QtWidgets.QLineEdit.end?4(bool) +PyQt5.QtWidgets.QLineEdit.isModified?4() -> bool +PyQt5.QtWidgets.QLineEdit.setModified?4(bool) +PyQt5.QtWidgets.QLineEdit.setSelection?4(int, int) +PyQt5.QtWidgets.QLineEdit.hasSelectedText?4() -> bool +PyQt5.QtWidgets.QLineEdit.selectedText?4() -> str +PyQt5.QtWidgets.QLineEdit.selectionStart?4() -> int +PyQt5.QtWidgets.QLineEdit.isUndoAvailable?4() -> bool +PyQt5.QtWidgets.QLineEdit.isRedoAvailable?4() -> bool +PyQt5.QtWidgets.QLineEdit.setDragEnabled?4(bool) +PyQt5.QtWidgets.QLineEdit.dragEnabled?4() -> bool +PyQt5.QtWidgets.QLineEdit.inputMask?4() -> str +PyQt5.QtWidgets.QLineEdit.setInputMask?4(str) +PyQt5.QtWidgets.QLineEdit.hasAcceptableInput?4() -> bool +PyQt5.QtWidgets.QLineEdit.setText?4(str) +PyQt5.QtWidgets.QLineEdit.clear?4() +PyQt5.QtWidgets.QLineEdit.selectAll?4() +PyQt5.QtWidgets.QLineEdit.undo?4() +PyQt5.QtWidgets.QLineEdit.redo?4() +PyQt5.QtWidgets.QLineEdit.cut?4() +PyQt5.QtWidgets.QLineEdit.copy?4() +PyQt5.QtWidgets.QLineEdit.paste?4() +PyQt5.QtWidgets.QLineEdit.deselect?4() +PyQt5.QtWidgets.QLineEdit.insert?4(str) +PyQt5.QtWidgets.QLineEdit.createStandardContextMenu?4() -> QMenu +PyQt5.QtWidgets.QLineEdit.textChanged?4(str) +PyQt5.QtWidgets.QLineEdit.textEdited?4(str) +PyQt5.QtWidgets.QLineEdit.cursorPositionChanged?4(int, int) +PyQt5.QtWidgets.QLineEdit.returnPressed?4() +PyQt5.QtWidgets.QLineEdit.editingFinished?4() +PyQt5.QtWidgets.QLineEdit.selectionChanged?4() +PyQt5.QtWidgets.QLineEdit.initStyleOption?4(QStyleOptionFrame) +PyQt5.QtWidgets.QLineEdit.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QLineEdit.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QLineEdit.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QLineEdit.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtWidgets.QLineEdit.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QLineEdit.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QLineEdit.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QLineEdit.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QLineEdit.dragEnterEvent?4(QDragEnterEvent) +PyQt5.QtWidgets.QLineEdit.dragMoveEvent?4(QDragMoveEvent) +PyQt5.QtWidgets.QLineEdit.dragLeaveEvent?4(QDragLeaveEvent) +PyQt5.QtWidgets.QLineEdit.dropEvent?4(QDropEvent) +PyQt5.QtWidgets.QLineEdit.changeEvent?4(QEvent) +PyQt5.QtWidgets.QLineEdit.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QLineEdit.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWidgets.QLineEdit.cursorRect?4() -> QRect +PyQt5.QtWidgets.QLineEdit.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QLineEdit.event?4(QEvent) -> bool +PyQt5.QtWidgets.QLineEdit.setCompleter?4(QCompleter) +PyQt5.QtWidgets.QLineEdit.completer?4() -> QCompleter +PyQt5.QtWidgets.QLineEdit.setTextMargins?4(int, int, int, int) +PyQt5.QtWidgets.QLineEdit.getTextMargins?4() -> (int, int, int, int) +PyQt5.QtWidgets.QLineEdit.setTextMargins?4(QMargins) +PyQt5.QtWidgets.QLineEdit.textMargins?4() -> QMargins +PyQt5.QtWidgets.QLineEdit.placeholderText?4() -> str +PyQt5.QtWidgets.QLineEdit.setPlaceholderText?4(str) +PyQt5.QtWidgets.QLineEdit.setCursorMoveStyle?4(Qt.CursorMoveStyle) +PyQt5.QtWidgets.QLineEdit.cursorMoveStyle?4() -> Qt.CursorMoveStyle +PyQt5.QtWidgets.QLineEdit.setClearButtonEnabled?4(bool) +PyQt5.QtWidgets.QLineEdit.isClearButtonEnabled?4() -> bool +PyQt5.QtWidgets.QLineEdit.addAction?4(QAction) +PyQt5.QtWidgets.QLineEdit.addAction?4(QAction, QLineEdit.ActionPosition) +PyQt5.QtWidgets.QLineEdit.addAction?4(QIcon, QLineEdit.ActionPosition) -> QAction +PyQt5.QtWidgets.QListView.ViewMode?10 +PyQt5.QtWidgets.QListView.ListMode?10 +PyQt5.QtWidgets.QListView.IconMode?10 +PyQt5.QtWidgets.QListView.LayoutMode?10 +PyQt5.QtWidgets.QListView.SinglePass?10 +PyQt5.QtWidgets.QListView.Batched?10 +PyQt5.QtWidgets.QListView.ResizeMode?10 +PyQt5.QtWidgets.QListView.Fixed?10 +PyQt5.QtWidgets.QListView.Adjust?10 +PyQt5.QtWidgets.QListView.Flow?10 +PyQt5.QtWidgets.QListView.LeftToRight?10 +PyQt5.QtWidgets.QListView.TopToBottom?10 +PyQt5.QtWidgets.QListView.Movement?10 +PyQt5.QtWidgets.QListView.Static?10 +PyQt5.QtWidgets.QListView.Free?10 +PyQt5.QtWidgets.QListView.Snap?10 +PyQt5.QtWidgets.QListView?1(QWidget parent=None) +PyQt5.QtWidgets.QListView.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QListView.setMovement?4(QListView.Movement) +PyQt5.QtWidgets.QListView.movement?4() -> QListView.Movement +PyQt5.QtWidgets.QListView.setFlow?4(QListView.Flow) +PyQt5.QtWidgets.QListView.flow?4() -> QListView.Flow +PyQt5.QtWidgets.QListView.setWrapping?4(bool) +PyQt5.QtWidgets.QListView.isWrapping?4() -> bool +PyQt5.QtWidgets.QListView.setResizeMode?4(QListView.ResizeMode) +PyQt5.QtWidgets.QListView.resizeMode?4() -> QListView.ResizeMode +PyQt5.QtWidgets.QListView.setLayoutMode?4(QListView.LayoutMode) +PyQt5.QtWidgets.QListView.layoutMode?4() -> QListView.LayoutMode +PyQt5.QtWidgets.QListView.setSpacing?4(int) +PyQt5.QtWidgets.QListView.spacing?4() -> int +PyQt5.QtWidgets.QListView.setGridSize?4(QSize) +PyQt5.QtWidgets.QListView.gridSize?4() -> QSize +PyQt5.QtWidgets.QListView.setViewMode?4(QListView.ViewMode) +PyQt5.QtWidgets.QListView.viewMode?4() -> QListView.ViewMode +PyQt5.QtWidgets.QListView.clearPropertyFlags?4() +PyQt5.QtWidgets.QListView.isRowHidden?4(int) -> bool +PyQt5.QtWidgets.QListView.setRowHidden?4(int, bool) +PyQt5.QtWidgets.QListView.setModelColumn?4(int) +PyQt5.QtWidgets.QListView.modelColumn?4() -> int +PyQt5.QtWidgets.QListView.setUniformItemSizes?4(bool) +PyQt5.QtWidgets.QListView.uniformItemSizes?4() -> bool +PyQt5.QtWidgets.QListView.visualRect?4(QModelIndex) -> QRect +PyQt5.QtWidgets.QListView.scrollTo?4(QModelIndex, QAbstractItemView.ScrollHint hint=QAbstractItemView.EnsureVisible) +PyQt5.QtWidgets.QListView.indexAt?4(QPoint) -> QModelIndex +PyQt5.QtWidgets.QListView.reset?4() +PyQt5.QtWidgets.QListView.setRootIndex?4(QModelIndex) +PyQt5.QtWidgets.QListView.indexesMoved?4(list-of-QModelIndex) +PyQt5.QtWidgets.QListView.scrollContentsBy?4(int, int) +PyQt5.QtWidgets.QListView.dataChanged?4(QModelIndex, QModelIndex, list-of-int roles=[]) +PyQt5.QtWidgets.QListView.rowsInserted?4(QModelIndex, int, int) +PyQt5.QtWidgets.QListView.rowsAboutToBeRemoved?4(QModelIndex, int, int) +PyQt5.QtWidgets.QListView.event?4(QEvent) -> bool +PyQt5.QtWidgets.QListView.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QListView.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QListView.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QListView.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QListView.dragMoveEvent?4(QDragMoveEvent) +PyQt5.QtWidgets.QListView.dragLeaveEvent?4(QDragLeaveEvent) +PyQt5.QtWidgets.QListView.dropEvent?4(QDropEvent) +PyQt5.QtWidgets.QListView.startDrag?4(Qt.DropActions) +PyQt5.QtWidgets.QListView.viewOptions?4() -> QStyleOptionViewItem +PyQt5.QtWidgets.QListView.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QListView.horizontalOffset?4() -> int +PyQt5.QtWidgets.QListView.verticalOffset?4() -> int +PyQt5.QtWidgets.QListView.moveCursor?4(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) -> QModelIndex +PyQt5.QtWidgets.QListView.rectForIndex?4(QModelIndex) -> QRect +PyQt5.QtWidgets.QListView.setPositionForIndex?4(QPoint, QModelIndex) +PyQt5.QtWidgets.QListView.setSelection?4(QRect, QItemSelectionModel.SelectionFlags) +PyQt5.QtWidgets.QListView.visualRegionForSelection?4(QItemSelection) -> QRegion +PyQt5.QtWidgets.QListView.selectedIndexes?4() -> list-of-QModelIndex +PyQt5.QtWidgets.QListView.updateGeometries?4() +PyQt5.QtWidgets.QListView.isIndexHidden?4(QModelIndex) -> bool +PyQt5.QtWidgets.QListView.viewportSizeHint?4() -> QSize +PyQt5.QtWidgets.QListView.setBatchSize?4(int) +PyQt5.QtWidgets.QListView.batchSize?4() -> int +PyQt5.QtWidgets.QListView.setWordWrap?4(bool) +PyQt5.QtWidgets.QListView.wordWrap?4() -> bool +PyQt5.QtWidgets.QListView.setSelectionRectVisible?4(bool) +PyQt5.QtWidgets.QListView.isSelectionRectVisible?4() -> bool +PyQt5.QtWidgets.QListView.selectionChanged?4(QItemSelection, QItemSelection) +PyQt5.QtWidgets.QListView.currentChanged?4(QModelIndex, QModelIndex) +PyQt5.QtWidgets.QListWidgetItem.ItemType?10 +PyQt5.QtWidgets.QListWidgetItem.Type?10 +PyQt5.QtWidgets.QListWidgetItem.UserType?10 +PyQt5.QtWidgets.QListWidgetItem?1(QListWidget parent=None, int type=QListWidgetItem.Type) +PyQt5.QtWidgets.QListWidgetItem.__init__?1(self, QListWidget parent=None, int type=QListWidgetItem.Type) +PyQt5.QtWidgets.QListWidgetItem?1(str, QListWidget parent=None, int type=QListWidgetItem.Type) +PyQt5.QtWidgets.QListWidgetItem.__init__?1(self, str, QListWidget parent=None, int type=QListWidgetItem.Type) +PyQt5.QtWidgets.QListWidgetItem?1(QIcon, str, QListWidget parent=None, int type=QListWidgetItem.Type) +PyQt5.QtWidgets.QListWidgetItem.__init__?1(self, QIcon, str, QListWidget parent=None, int type=QListWidgetItem.Type) +PyQt5.QtWidgets.QListWidgetItem?1(QListWidgetItem) +PyQt5.QtWidgets.QListWidgetItem.__init__?1(self, QListWidgetItem) +PyQt5.QtWidgets.QListWidgetItem.clone?4() -> QListWidgetItem +PyQt5.QtWidgets.QListWidgetItem.listWidget?4() -> QListWidget +PyQt5.QtWidgets.QListWidgetItem.flags?4() -> Qt.ItemFlags +PyQt5.QtWidgets.QListWidgetItem.text?4() -> str +PyQt5.QtWidgets.QListWidgetItem.icon?4() -> QIcon +PyQt5.QtWidgets.QListWidgetItem.statusTip?4() -> str +PyQt5.QtWidgets.QListWidgetItem.toolTip?4() -> str +PyQt5.QtWidgets.QListWidgetItem.whatsThis?4() -> str +PyQt5.QtWidgets.QListWidgetItem.font?4() -> QFont +PyQt5.QtWidgets.QListWidgetItem.textAlignment?4() -> int +PyQt5.QtWidgets.QListWidgetItem.setTextAlignment?4(int) +PyQt5.QtWidgets.QListWidgetItem.checkState?4() -> Qt.CheckState +PyQt5.QtWidgets.QListWidgetItem.setCheckState?4(Qt.CheckState) +PyQt5.QtWidgets.QListWidgetItem.sizeHint?4() -> QSize +PyQt5.QtWidgets.QListWidgetItem.setSizeHint?4(QSize) +PyQt5.QtWidgets.QListWidgetItem.data?4(int) -> QVariant +PyQt5.QtWidgets.QListWidgetItem.setData?4(int, QVariant) +PyQt5.QtWidgets.QListWidgetItem.read?4(QDataStream) +PyQt5.QtWidgets.QListWidgetItem.write?4(QDataStream) +PyQt5.QtWidgets.QListWidgetItem.type?4() -> int +PyQt5.QtWidgets.QListWidgetItem.setFlags?4(Qt.ItemFlags) +PyQt5.QtWidgets.QListWidgetItem.setText?4(str) +PyQt5.QtWidgets.QListWidgetItem.setIcon?4(QIcon) +PyQt5.QtWidgets.QListWidgetItem.setStatusTip?4(str) +PyQt5.QtWidgets.QListWidgetItem.setToolTip?4(str) +PyQt5.QtWidgets.QListWidgetItem.setWhatsThis?4(str) +PyQt5.QtWidgets.QListWidgetItem.setFont?4(QFont) +PyQt5.QtWidgets.QListWidgetItem.background?4() -> QBrush +PyQt5.QtWidgets.QListWidgetItem.setBackground?4(QBrush) +PyQt5.QtWidgets.QListWidgetItem.foreground?4() -> QBrush +PyQt5.QtWidgets.QListWidgetItem.setForeground?4(QBrush) +PyQt5.QtWidgets.QListWidgetItem.setSelected?4(bool) +PyQt5.QtWidgets.QListWidgetItem.isSelected?4() -> bool +PyQt5.QtWidgets.QListWidgetItem.setHidden?4(bool) +PyQt5.QtWidgets.QListWidgetItem.isHidden?4() -> bool +PyQt5.QtWidgets.QListWidget?1(QWidget parent=None) +PyQt5.QtWidgets.QListWidget.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QListWidget.item?4(int) -> QListWidgetItem +PyQt5.QtWidgets.QListWidget.row?4(QListWidgetItem) -> int +PyQt5.QtWidgets.QListWidget.insertItem?4(int, QListWidgetItem) +PyQt5.QtWidgets.QListWidget.insertItem?4(int, str) +PyQt5.QtWidgets.QListWidget.insertItems?4(int, list-of-str) +PyQt5.QtWidgets.QListWidget.addItem?4(QListWidgetItem) +PyQt5.QtWidgets.QListWidget.addItem?4(str) +PyQt5.QtWidgets.QListWidget.addItems?4(list-of-str) +PyQt5.QtWidgets.QListWidget.takeItem?4(int) -> QListWidgetItem +PyQt5.QtWidgets.QListWidget.count?4() -> int +PyQt5.QtWidgets.QListWidget.currentItem?4() -> QListWidgetItem +PyQt5.QtWidgets.QListWidget.setCurrentItem?4(QListWidgetItem) +PyQt5.QtWidgets.QListWidget.setCurrentItem?4(QListWidgetItem, QItemSelectionModel.SelectionFlags) +PyQt5.QtWidgets.QListWidget.currentRow?4() -> int +PyQt5.QtWidgets.QListWidget.setCurrentRow?4(int) +PyQt5.QtWidgets.QListWidget.setCurrentRow?4(int, QItemSelectionModel.SelectionFlags) +PyQt5.QtWidgets.QListWidget.itemAt?4(QPoint) -> QListWidgetItem +PyQt5.QtWidgets.QListWidget.itemAt?4(int, int) -> QListWidgetItem +PyQt5.QtWidgets.QListWidget.itemWidget?4(QListWidgetItem) -> QWidget +PyQt5.QtWidgets.QListWidget.setItemWidget?4(QListWidgetItem, QWidget) +PyQt5.QtWidgets.QListWidget.visualItemRect?4(QListWidgetItem) -> QRect +PyQt5.QtWidgets.QListWidget.sortItems?4(Qt.SortOrder order=Qt.AscendingOrder) +PyQt5.QtWidgets.QListWidget.editItem?4(QListWidgetItem) +PyQt5.QtWidgets.QListWidget.openPersistentEditor?4(QListWidgetItem) +PyQt5.QtWidgets.QListWidget.closePersistentEditor?4(QListWidgetItem) +PyQt5.QtWidgets.QListWidget.selectedItems?4() -> list-of-QListWidgetItem +PyQt5.QtWidgets.QListWidget.findItems?4(str, Qt.MatchFlags) -> list-of-QListWidgetItem +PyQt5.QtWidgets.QListWidget.clear?4() +PyQt5.QtWidgets.QListWidget.scrollToItem?4(QListWidgetItem, QAbstractItemView.ScrollHint hint=QAbstractItemView.EnsureVisible) +PyQt5.QtWidgets.QListWidget.itemPressed?4(QListWidgetItem) +PyQt5.QtWidgets.QListWidget.itemClicked?4(QListWidgetItem) +PyQt5.QtWidgets.QListWidget.itemDoubleClicked?4(QListWidgetItem) +PyQt5.QtWidgets.QListWidget.itemActivated?4(QListWidgetItem) +PyQt5.QtWidgets.QListWidget.itemEntered?4(QListWidgetItem) +PyQt5.QtWidgets.QListWidget.itemChanged?4(QListWidgetItem) +PyQt5.QtWidgets.QListWidget.currentItemChanged?4(QListWidgetItem, QListWidgetItem) +PyQt5.QtWidgets.QListWidget.currentTextChanged?4(str) +PyQt5.QtWidgets.QListWidget.currentRowChanged?4(int) +PyQt5.QtWidgets.QListWidget.itemSelectionChanged?4() +PyQt5.QtWidgets.QListWidget.mimeTypes?4() -> list-of-str +PyQt5.QtWidgets.QListWidget.mimeData?4(list-of-QListWidgetItem) -> QMimeData +PyQt5.QtWidgets.QListWidget.dropMimeData?4(int, QMimeData, Qt.DropAction) -> bool +PyQt5.QtWidgets.QListWidget.supportedDropActions?4() -> Qt.DropActions +PyQt5.QtWidgets.QListWidget.items?4(QMimeData) -> list-of-QListWidgetItem +PyQt5.QtWidgets.QListWidget.indexFromItem?4(QListWidgetItem) -> QModelIndex +PyQt5.QtWidgets.QListWidget.itemFromIndex?4(QModelIndex) -> QListWidgetItem +PyQt5.QtWidgets.QListWidget.event?4(QEvent) -> bool +PyQt5.QtWidgets.QListWidget.setSortingEnabled?4(bool) +PyQt5.QtWidgets.QListWidget.isSortingEnabled?4() -> bool +PyQt5.QtWidgets.QListWidget.dropEvent?4(QDropEvent) +PyQt5.QtWidgets.QListWidget.removeItemWidget?4(QListWidgetItem) +PyQt5.QtWidgets.QMainWindow.DockOption?10 +PyQt5.QtWidgets.QMainWindow.AnimatedDocks?10 +PyQt5.QtWidgets.QMainWindow.AllowNestedDocks?10 +PyQt5.QtWidgets.QMainWindow.AllowTabbedDocks?10 +PyQt5.QtWidgets.QMainWindow.ForceTabbedDocks?10 +PyQt5.QtWidgets.QMainWindow.VerticalTabs?10 +PyQt5.QtWidgets.QMainWindow?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QMainWindow.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QMainWindow.iconSize?4() -> QSize +PyQt5.QtWidgets.QMainWindow.setIconSize?4(QSize) +PyQt5.QtWidgets.QMainWindow.toolButtonStyle?4() -> Qt.ToolButtonStyle +PyQt5.QtWidgets.QMainWindow.setToolButtonStyle?4(Qt.ToolButtonStyle) +PyQt5.QtWidgets.QMainWindow.menuBar?4() -> QMenuBar +PyQt5.QtWidgets.QMainWindow.setMenuBar?4(QMenuBar) +PyQt5.QtWidgets.QMainWindow.statusBar?4() -> QStatusBar +PyQt5.QtWidgets.QMainWindow.setStatusBar?4(QStatusBar) +PyQt5.QtWidgets.QMainWindow.centralWidget?4() -> QWidget +PyQt5.QtWidgets.QMainWindow.setCentralWidget?4(QWidget) +PyQt5.QtWidgets.QMainWindow.setCorner?4(Qt.Corner, Qt.DockWidgetArea) +PyQt5.QtWidgets.QMainWindow.corner?4(Qt.Corner) -> Qt.DockWidgetArea +PyQt5.QtWidgets.QMainWindow.addToolBarBreak?4(Qt.ToolBarArea area=Qt.TopToolBarArea) +PyQt5.QtWidgets.QMainWindow.insertToolBarBreak?4(QToolBar) +PyQt5.QtWidgets.QMainWindow.addToolBar?4(Qt.ToolBarArea, QToolBar) +PyQt5.QtWidgets.QMainWindow.addToolBar?4(QToolBar) +PyQt5.QtWidgets.QMainWindow.addToolBar?4(str) -> QToolBar +PyQt5.QtWidgets.QMainWindow.insertToolBar?4(QToolBar, QToolBar) +PyQt5.QtWidgets.QMainWindow.removeToolBar?4(QToolBar) +PyQt5.QtWidgets.QMainWindow.toolBarArea?4(QToolBar) -> Qt.ToolBarArea +PyQt5.QtWidgets.QMainWindow.addDockWidget?4(Qt.DockWidgetArea, QDockWidget) +PyQt5.QtWidgets.QMainWindow.addDockWidget?4(Qt.DockWidgetArea, QDockWidget, Qt.Orientation) +PyQt5.QtWidgets.QMainWindow.splitDockWidget?4(QDockWidget, QDockWidget, Qt.Orientation) +PyQt5.QtWidgets.QMainWindow.removeDockWidget?4(QDockWidget) +PyQt5.QtWidgets.QMainWindow.dockWidgetArea?4(QDockWidget) -> Qt.DockWidgetArea +PyQt5.QtWidgets.QMainWindow.saveState?4(int version=0) -> QByteArray +PyQt5.QtWidgets.QMainWindow.restoreState?4(QByteArray, int version=0) -> bool +PyQt5.QtWidgets.QMainWindow.createPopupMenu?4() -> QMenu +PyQt5.QtWidgets.QMainWindow.setAnimated?4(bool) +PyQt5.QtWidgets.QMainWindow.setDockNestingEnabled?4(bool) +PyQt5.QtWidgets.QMainWindow.iconSizeChanged?4(QSize) +PyQt5.QtWidgets.QMainWindow.toolButtonStyleChanged?4(Qt.ToolButtonStyle) +PyQt5.QtWidgets.QMainWindow.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QMainWindow.event?4(QEvent) -> bool +PyQt5.QtWidgets.QMainWindow.isAnimated?4() -> bool +PyQt5.QtWidgets.QMainWindow.isDockNestingEnabled?4() -> bool +PyQt5.QtWidgets.QMainWindow.isSeparator?4(QPoint) -> bool +PyQt5.QtWidgets.QMainWindow.menuWidget?4() -> QWidget +PyQt5.QtWidgets.QMainWindow.setMenuWidget?4(QWidget) +PyQt5.QtWidgets.QMainWindow.tabifyDockWidget?4(QDockWidget, QDockWidget) +PyQt5.QtWidgets.QMainWindow.setDockOptions?4(QMainWindow.DockOptions) +PyQt5.QtWidgets.QMainWindow.dockOptions?4() -> QMainWindow.DockOptions +PyQt5.QtWidgets.QMainWindow.removeToolBarBreak?4(QToolBar) +PyQt5.QtWidgets.QMainWindow.toolBarBreak?4(QToolBar) -> bool +PyQt5.QtWidgets.QMainWindow.setUnifiedTitleAndToolBarOnMac?4(bool) +PyQt5.QtWidgets.QMainWindow.unifiedTitleAndToolBarOnMac?4() -> bool +PyQt5.QtWidgets.QMainWindow.restoreDockWidget?4(QDockWidget) -> bool +PyQt5.QtWidgets.QMainWindow.documentMode?4() -> bool +PyQt5.QtWidgets.QMainWindow.setDocumentMode?4(bool) +PyQt5.QtWidgets.QMainWindow.tabShape?4() -> QTabWidget.TabShape +PyQt5.QtWidgets.QMainWindow.setTabShape?4(QTabWidget.TabShape) +PyQt5.QtWidgets.QMainWindow.tabPosition?4(Qt.DockWidgetArea) -> QTabWidget.TabPosition +PyQt5.QtWidgets.QMainWindow.setTabPosition?4(Qt.DockWidgetAreas, QTabWidget.TabPosition) +PyQt5.QtWidgets.QMainWindow.tabifiedDockWidgets?4(QDockWidget) -> list-of-QDockWidget +PyQt5.QtWidgets.QMainWindow.takeCentralWidget?4() -> QWidget +PyQt5.QtWidgets.QMainWindow.DockOptions?1(QMainWindow.DockOptions) +PyQt5.QtWidgets.QMainWindow.DockOptions.__init__?1(self, QMainWindow.DockOptions) +PyQt5.QtWidgets.QMainWindow.DockOptions?1(int) +PyQt5.QtWidgets.QMainWindow.DockOptions.__init__?1(self, int) +PyQt5.QtWidgets.QMainWindow.DockOptions?1() +PyQt5.QtWidgets.QMainWindow.DockOptions.__init__?1(self) +PyQt5.QtWidgets.QMdiArea.WindowOrder?10 +PyQt5.QtWidgets.QMdiArea.CreationOrder?10 +PyQt5.QtWidgets.QMdiArea.StackingOrder?10 +PyQt5.QtWidgets.QMdiArea.ActivationHistoryOrder?10 +PyQt5.QtWidgets.QMdiArea.ViewMode?10 +PyQt5.QtWidgets.QMdiArea.SubWindowView?10 +PyQt5.QtWidgets.QMdiArea.TabbedView?10 +PyQt5.QtWidgets.QMdiArea.AreaOption?10 +PyQt5.QtWidgets.QMdiArea.DontMaximizeSubWindowOnActivation?10 +PyQt5.QtWidgets.QMdiArea?1(QWidget parent=None) +PyQt5.QtWidgets.QMdiArea.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QMdiArea.sizeHint?4() -> QSize +PyQt5.QtWidgets.QMdiArea.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QMdiArea.activeSubWindow?4() -> QMdiSubWindow +PyQt5.QtWidgets.QMdiArea.addSubWindow?4(QWidget, Qt.WindowFlags flags=0) -> QMdiSubWindow +PyQt5.QtWidgets.QMdiArea.subWindowList?4(QMdiArea.WindowOrder order=QMdiArea.CreationOrder) -> list-of-QMdiSubWindow +PyQt5.QtWidgets.QMdiArea.currentSubWindow?4() -> QMdiSubWindow +PyQt5.QtWidgets.QMdiArea.removeSubWindow?4(QWidget) +PyQt5.QtWidgets.QMdiArea.background?4() -> QBrush +PyQt5.QtWidgets.QMdiArea.setBackground?4(QBrush) +PyQt5.QtWidgets.QMdiArea.setOption?4(QMdiArea.AreaOption, bool on=True) +PyQt5.QtWidgets.QMdiArea.testOption?4(QMdiArea.AreaOption) -> bool +PyQt5.QtWidgets.QMdiArea.subWindowActivated?4(QMdiSubWindow) +PyQt5.QtWidgets.QMdiArea.setActiveSubWindow?4(QMdiSubWindow) +PyQt5.QtWidgets.QMdiArea.tileSubWindows?4() +PyQt5.QtWidgets.QMdiArea.cascadeSubWindows?4() +PyQt5.QtWidgets.QMdiArea.closeActiveSubWindow?4() +PyQt5.QtWidgets.QMdiArea.closeAllSubWindows?4() +PyQt5.QtWidgets.QMdiArea.activateNextSubWindow?4() +PyQt5.QtWidgets.QMdiArea.activatePreviousSubWindow?4() +PyQt5.QtWidgets.QMdiArea.setupViewport?4(QWidget) +PyQt5.QtWidgets.QMdiArea.event?4(QEvent) -> bool +PyQt5.QtWidgets.QMdiArea.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QMdiArea.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QMdiArea.childEvent?4(QChildEvent) +PyQt5.QtWidgets.QMdiArea.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QMdiArea.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QMdiArea.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QMdiArea.viewportEvent?4(QEvent) -> bool +PyQt5.QtWidgets.QMdiArea.scrollContentsBy?4(int, int) +PyQt5.QtWidgets.QMdiArea.activationOrder?4() -> QMdiArea.WindowOrder +PyQt5.QtWidgets.QMdiArea.setActivationOrder?4(QMdiArea.WindowOrder) +PyQt5.QtWidgets.QMdiArea.setViewMode?4(QMdiArea.ViewMode) +PyQt5.QtWidgets.QMdiArea.viewMode?4() -> QMdiArea.ViewMode +PyQt5.QtWidgets.QMdiArea.setTabShape?4(QTabWidget.TabShape) +PyQt5.QtWidgets.QMdiArea.tabShape?4() -> QTabWidget.TabShape +PyQt5.QtWidgets.QMdiArea.setTabPosition?4(QTabWidget.TabPosition) +PyQt5.QtWidgets.QMdiArea.tabPosition?4() -> QTabWidget.TabPosition +PyQt5.QtWidgets.QMdiArea.documentMode?4() -> bool +PyQt5.QtWidgets.QMdiArea.setDocumentMode?4(bool) +PyQt5.QtWidgets.QMdiArea.setTabsClosable?4(bool) +PyQt5.QtWidgets.QMdiArea.tabsClosable?4() -> bool +PyQt5.QtWidgets.QMdiArea.setTabsMovable?4(bool) +PyQt5.QtWidgets.QMdiArea.tabsMovable?4() -> bool +PyQt5.QtWidgets.QMdiArea.AreaOptions?1(QMdiArea.AreaOptions) +PyQt5.QtWidgets.QMdiArea.AreaOptions.__init__?1(self, QMdiArea.AreaOptions) +PyQt5.QtWidgets.QMdiArea.AreaOptions?1(int) +PyQt5.QtWidgets.QMdiArea.AreaOptions.__init__?1(self, int) +PyQt5.QtWidgets.QMdiArea.AreaOptions?1() +PyQt5.QtWidgets.QMdiArea.AreaOptions.__init__?1(self) +PyQt5.QtWidgets.QMdiSubWindow.SubWindowOption?10 +PyQt5.QtWidgets.QMdiSubWindow.RubberBandResize?10 +PyQt5.QtWidgets.QMdiSubWindow.RubberBandMove?10 +PyQt5.QtWidgets.QMdiSubWindow?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QMdiSubWindow.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QMdiSubWindow.sizeHint?4() -> QSize +PyQt5.QtWidgets.QMdiSubWindow.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QMdiSubWindow.setWidget?4(QWidget) +PyQt5.QtWidgets.QMdiSubWindow.widget?4() -> QWidget +PyQt5.QtWidgets.QMdiSubWindow.isShaded?4() -> bool +PyQt5.QtWidgets.QMdiSubWindow.setOption?4(QMdiSubWindow.SubWindowOption, bool on=True) +PyQt5.QtWidgets.QMdiSubWindow.testOption?4(QMdiSubWindow.SubWindowOption) -> bool +PyQt5.QtWidgets.QMdiSubWindow.setKeyboardSingleStep?4(int) +PyQt5.QtWidgets.QMdiSubWindow.keyboardSingleStep?4() -> int +PyQt5.QtWidgets.QMdiSubWindow.setKeyboardPageStep?4(int) +PyQt5.QtWidgets.QMdiSubWindow.keyboardPageStep?4() -> int +PyQt5.QtWidgets.QMdiSubWindow.setSystemMenu?4(QMenu) +PyQt5.QtWidgets.QMdiSubWindow.systemMenu?4() -> QMenu +PyQt5.QtWidgets.QMdiSubWindow.mdiArea?4() -> QMdiArea +PyQt5.QtWidgets.QMdiSubWindow.windowStateChanged?4(Qt.WindowStates, Qt.WindowStates) +PyQt5.QtWidgets.QMdiSubWindow.aboutToActivate?4() +PyQt5.QtWidgets.QMdiSubWindow.showSystemMenu?4() +PyQt5.QtWidgets.QMdiSubWindow.showShaded?4() +PyQt5.QtWidgets.QMdiSubWindow.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QMdiSubWindow.event?4(QEvent) -> bool +PyQt5.QtWidgets.QMdiSubWindow.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QMdiSubWindow.hideEvent?4(QHideEvent) +PyQt5.QtWidgets.QMdiSubWindow.changeEvent?4(QEvent) +PyQt5.QtWidgets.QMdiSubWindow.closeEvent?4(QCloseEvent) +PyQt5.QtWidgets.QMdiSubWindow.leaveEvent?4(QEvent) +PyQt5.QtWidgets.QMdiSubWindow.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QMdiSubWindow.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QMdiSubWindow.moveEvent?4(QMoveEvent) +PyQt5.QtWidgets.QMdiSubWindow.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QMdiSubWindow.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QMdiSubWindow.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtWidgets.QMdiSubWindow.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QMdiSubWindow.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QMdiSubWindow.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QMdiSubWindow.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QMdiSubWindow.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QMdiSubWindow.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QMdiSubWindow.childEvent?4(QChildEvent) +PyQt5.QtWidgets.QMdiSubWindow.SubWindowOptions?1(QMdiSubWindow.SubWindowOptions) +PyQt5.QtWidgets.QMdiSubWindow.SubWindowOptions.__init__?1(self, QMdiSubWindow.SubWindowOptions) +PyQt5.QtWidgets.QMdiSubWindow.SubWindowOptions?1(int) +PyQt5.QtWidgets.QMdiSubWindow.SubWindowOptions.__init__?1(self, int) +PyQt5.QtWidgets.QMdiSubWindow.SubWindowOptions?1() +PyQt5.QtWidgets.QMdiSubWindow.SubWindowOptions.__init__?1(self) +PyQt5.QtWidgets.QMenu?1(QWidget parent=None) +PyQt5.QtWidgets.QMenu.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QMenu?1(str, QWidget parent=None) +PyQt5.QtWidgets.QMenu.__init__?1(self, str, QWidget parent=None) +PyQt5.QtWidgets.QMenu.addAction?4(QAction) +PyQt5.QtWidgets.QMenu.addAction?4(str) -> QAction +PyQt5.QtWidgets.QMenu.addAction?4(QIcon, str) -> QAction +PyQt5.QtWidgets.QMenu.addAction?4(str, slot, QKeySequence shortcut=0) -> QAction +PyQt5.QtWidgets.QMenu.addAction?4(QIcon, str, slot, QKeySequence shortcut=0) -> QAction +PyQt5.QtWidgets.QMenu.addMenu?4(QMenu) -> QAction +PyQt5.QtWidgets.QMenu.addMenu?4(str) -> QMenu +PyQt5.QtWidgets.QMenu.addMenu?4(QIcon, str) -> QMenu +PyQt5.QtWidgets.QMenu.addSeparator?4() -> QAction +PyQt5.QtWidgets.QMenu.insertMenu?4(QAction, QMenu) -> QAction +PyQt5.QtWidgets.QMenu.insertSeparator?4(QAction) -> QAction +PyQt5.QtWidgets.QMenu.clear?4() +PyQt5.QtWidgets.QMenu.setTearOffEnabled?4(bool) +PyQt5.QtWidgets.QMenu.isTearOffEnabled?4() -> bool +PyQt5.QtWidgets.QMenu.isTearOffMenuVisible?4() -> bool +PyQt5.QtWidgets.QMenu.hideTearOffMenu?4() +PyQt5.QtWidgets.QMenu.setDefaultAction?4(QAction) +PyQt5.QtWidgets.QMenu.defaultAction?4() -> QAction +PyQt5.QtWidgets.QMenu.setActiveAction?4(QAction) +PyQt5.QtWidgets.QMenu.activeAction?4() -> QAction +PyQt5.QtWidgets.QMenu.popup?4(QPoint, QAction action=None) +PyQt5.QtWidgets.QMenu.exec_?4() -> QAction +PyQt5.QtWidgets.QMenu.exec?4() -> QAction +PyQt5.QtWidgets.QMenu.exec_?4(QPoint, QAction action=None) -> QAction +PyQt5.QtWidgets.QMenu.exec?4(QPoint, QAction action=None) -> QAction +PyQt5.QtWidgets.QMenu.exec_?4(list-of-QAction, QPoint, QAction at=None, QWidget parent=None) -> QAction +PyQt5.QtWidgets.QMenu.exec?4(list-of-QAction, QPoint, QAction at=None, QWidget parent=None) -> QAction +PyQt5.QtWidgets.QMenu.sizeHint?4() -> QSize +PyQt5.QtWidgets.QMenu.actionGeometry?4(QAction) -> QRect +PyQt5.QtWidgets.QMenu.actionAt?4(QPoint) -> QAction +PyQt5.QtWidgets.QMenu.menuAction?4() -> QAction +PyQt5.QtWidgets.QMenu.title?4() -> str +PyQt5.QtWidgets.QMenu.setTitle?4(str) +PyQt5.QtWidgets.QMenu.icon?4() -> QIcon +PyQt5.QtWidgets.QMenu.setIcon?4(QIcon) +PyQt5.QtWidgets.QMenu.setNoReplayFor?4(QWidget) +PyQt5.QtWidgets.QMenu.aboutToHide?4() +PyQt5.QtWidgets.QMenu.aboutToShow?4() +PyQt5.QtWidgets.QMenu.hovered?4(QAction) +PyQt5.QtWidgets.QMenu.triggered?4(QAction) +PyQt5.QtWidgets.QMenu.columnCount?4() -> int +PyQt5.QtWidgets.QMenu.initStyleOption?4(QStyleOptionMenuItem, QAction) +PyQt5.QtWidgets.QMenu.changeEvent?4(QEvent) +PyQt5.QtWidgets.QMenu.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QMenu.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QMenu.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QMenu.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QMenu.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QMenu.enterEvent?4(QEvent) +PyQt5.QtWidgets.QMenu.leaveEvent?4(QEvent) +PyQt5.QtWidgets.QMenu.hideEvent?4(QHideEvent) +PyQt5.QtWidgets.QMenu.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QMenu.actionEvent?4(QActionEvent) +PyQt5.QtWidgets.QMenu.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QMenu.event?4(QEvent) -> bool +PyQt5.QtWidgets.QMenu.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QMenu.isEmpty?4() -> bool +PyQt5.QtWidgets.QMenu.separatorsCollapsible?4() -> bool +PyQt5.QtWidgets.QMenu.setSeparatorsCollapsible?4(bool) +PyQt5.QtWidgets.QMenu.addSection?4(str) -> QAction +PyQt5.QtWidgets.QMenu.addSection?4(QIcon, str) -> QAction +PyQt5.QtWidgets.QMenu.insertSection?4(QAction, str) -> QAction +PyQt5.QtWidgets.QMenu.insertSection?4(QAction, QIcon, str) -> QAction +PyQt5.QtWidgets.QMenu.toolTipsVisible?4() -> bool +PyQt5.QtWidgets.QMenu.setToolTipsVisible?4(bool) +PyQt5.QtWidgets.QMenuBar?1(QWidget parent=None) +PyQt5.QtWidgets.QMenuBar.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QMenuBar.addAction?4(QAction) +PyQt5.QtWidgets.QMenuBar.addAction?4(str) -> QAction +PyQt5.QtWidgets.QMenuBar.addAction?4(str, slot) -> QAction +PyQt5.QtWidgets.QMenuBar.addMenu?4(QMenu) -> QAction +PyQt5.QtWidgets.QMenuBar.addMenu?4(str) -> QMenu +PyQt5.QtWidgets.QMenuBar.addMenu?4(QIcon, str) -> QMenu +PyQt5.QtWidgets.QMenuBar.addSeparator?4() -> QAction +PyQt5.QtWidgets.QMenuBar.insertMenu?4(QAction, QMenu) -> QAction +PyQt5.QtWidgets.QMenuBar.insertSeparator?4(QAction) -> QAction +PyQt5.QtWidgets.QMenuBar.clear?4() +PyQt5.QtWidgets.QMenuBar.activeAction?4() -> QAction +PyQt5.QtWidgets.QMenuBar.setActiveAction?4(QAction) +PyQt5.QtWidgets.QMenuBar.setDefaultUp?4(bool) +PyQt5.QtWidgets.QMenuBar.isDefaultUp?4() -> bool +PyQt5.QtWidgets.QMenuBar.sizeHint?4() -> QSize +PyQt5.QtWidgets.QMenuBar.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QMenuBar.heightForWidth?4(int) -> int +PyQt5.QtWidgets.QMenuBar.actionGeometry?4(QAction) -> QRect +PyQt5.QtWidgets.QMenuBar.actionAt?4(QPoint) -> QAction +PyQt5.QtWidgets.QMenuBar.setCornerWidget?4(QWidget, Qt.Corner corner=Qt.TopRightCorner) +PyQt5.QtWidgets.QMenuBar.cornerWidget?4(Qt.Corner corner=Qt.TopRightCorner) -> QWidget +PyQt5.QtWidgets.QMenuBar.setVisible?4(bool) +PyQt5.QtWidgets.QMenuBar.triggered?4(QAction) +PyQt5.QtWidgets.QMenuBar.hovered?4(QAction) +PyQt5.QtWidgets.QMenuBar.initStyleOption?4(QStyleOptionMenuItem, QAction) +PyQt5.QtWidgets.QMenuBar.changeEvent?4(QEvent) +PyQt5.QtWidgets.QMenuBar.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QMenuBar.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QMenuBar.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QMenuBar.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QMenuBar.leaveEvent?4(QEvent) +PyQt5.QtWidgets.QMenuBar.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QMenuBar.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QMenuBar.actionEvent?4(QActionEvent) +PyQt5.QtWidgets.QMenuBar.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QMenuBar.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QMenuBar.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QMenuBar.event?4(QEvent) -> bool +PyQt5.QtWidgets.QMenuBar.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QMenuBar.isNativeMenuBar?4() -> bool +PyQt5.QtWidgets.QMenuBar.setNativeMenuBar?4(bool) +PyQt5.QtWidgets.QMessageBox.StandardButton?10 +PyQt5.QtWidgets.QMessageBox.NoButton?10 +PyQt5.QtWidgets.QMessageBox.Ok?10 +PyQt5.QtWidgets.QMessageBox.Save?10 +PyQt5.QtWidgets.QMessageBox.SaveAll?10 +PyQt5.QtWidgets.QMessageBox.Open?10 +PyQt5.QtWidgets.QMessageBox.Yes?10 +PyQt5.QtWidgets.QMessageBox.YesToAll?10 +PyQt5.QtWidgets.QMessageBox.No?10 +PyQt5.QtWidgets.QMessageBox.NoToAll?10 +PyQt5.QtWidgets.QMessageBox.Abort?10 +PyQt5.QtWidgets.QMessageBox.Retry?10 +PyQt5.QtWidgets.QMessageBox.Ignore?10 +PyQt5.QtWidgets.QMessageBox.Close?10 +PyQt5.QtWidgets.QMessageBox.Cancel?10 +PyQt5.QtWidgets.QMessageBox.Discard?10 +PyQt5.QtWidgets.QMessageBox.Help?10 +PyQt5.QtWidgets.QMessageBox.Apply?10 +PyQt5.QtWidgets.QMessageBox.Reset?10 +PyQt5.QtWidgets.QMessageBox.RestoreDefaults?10 +PyQt5.QtWidgets.QMessageBox.FirstButton?10 +PyQt5.QtWidgets.QMessageBox.LastButton?10 +PyQt5.QtWidgets.QMessageBox.YesAll?10 +PyQt5.QtWidgets.QMessageBox.NoAll?10 +PyQt5.QtWidgets.QMessageBox.Default?10 +PyQt5.QtWidgets.QMessageBox.Escape?10 +PyQt5.QtWidgets.QMessageBox.FlagMask?10 +PyQt5.QtWidgets.QMessageBox.ButtonMask?10 +PyQt5.QtWidgets.QMessageBox.Icon?10 +PyQt5.QtWidgets.QMessageBox.NoIcon?10 +PyQt5.QtWidgets.QMessageBox.Information?10 +PyQt5.QtWidgets.QMessageBox.Warning?10 +PyQt5.QtWidgets.QMessageBox.Critical?10 +PyQt5.QtWidgets.QMessageBox.Question?10 +PyQt5.QtWidgets.QMessageBox.ButtonRole?10 +PyQt5.QtWidgets.QMessageBox.InvalidRole?10 +PyQt5.QtWidgets.QMessageBox.AcceptRole?10 +PyQt5.QtWidgets.QMessageBox.RejectRole?10 +PyQt5.QtWidgets.QMessageBox.DestructiveRole?10 +PyQt5.QtWidgets.QMessageBox.ActionRole?10 +PyQt5.QtWidgets.QMessageBox.HelpRole?10 +PyQt5.QtWidgets.QMessageBox.YesRole?10 +PyQt5.QtWidgets.QMessageBox.NoRole?10 +PyQt5.QtWidgets.QMessageBox.ResetRole?10 +PyQt5.QtWidgets.QMessageBox.ApplyRole?10 +PyQt5.QtWidgets.QMessageBox?1(QWidget parent=None) +PyQt5.QtWidgets.QMessageBox.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QMessageBox?1(QMessageBox.Icon, str, str, QMessageBox.StandardButtons buttons=QMessageBox.NoButton, QWidget parent=None, Qt.WindowFlags flags=Qt.Dialog|Qt.MSWindowsFixedSizeDialogHint) +PyQt5.QtWidgets.QMessageBox.__init__?1(self, QMessageBox.Icon, str, str, QMessageBox.StandardButtons buttons=QMessageBox.NoButton, QWidget parent=None, Qt.WindowFlags flags=Qt.Dialog|Qt.MSWindowsFixedSizeDialogHint) +PyQt5.QtWidgets.QMessageBox.text?4() -> str +PyQt5.QtWidgets.QMessageBox.setText?4(str) +PyQt5.QtWidgets.QMessageBox.icon?4() -> QMessageBox.Icon +PyQt5.QtWidgets.QMessageBox.setIcon?4(QMessageBox.Icon) +PyQt5.QtWidgets.QMessageBox.iconPixmap?4() -> QPixmap +PyQt5.QtWidgets.QMessageBox.setIconPixmap?4(QPixmap) +PyQt5.QtWidgets.QMessageBox.textFormat?4() -> Qt.TextFormat +PyQt5.QtWidgets.QMessageBox.setTextFormat?4(Qt.TextFormat) +PyQt5.QtWidgets.QMessageBox.information?4(QWidget, str, str, QMessageBox.StandardButtons buttons=QMessageBox.Ok, QMessageBox.StandardButton defaultButton=QMessageBox.NoButton) -> QMessageBox.StandardButton +PyQt5.QtWidgets.QMessageBox.question?4(QWidget, str, str, QMessageBox.StandardButtons buttons=QFlags<QMessageBox.StandardButton>(QFlag(81920)), QMessageBox.StandardButton defaultButton=QMessageBox.NoButton) -> QMessageBox.StandardButton +PyQt5.QtWidgets.QMessageBox.warning?4(QWidget, str, str, QMessageBox.StandardButtons buttons=QMessageBox.Ok, QMessageBox.StandardButton defaultButton=QMessageBox.NoButton) -> QMessageBox.StandardButton +PyQt5.QtWidgets.QMessageBox.critical?4(QWidget, str, str, QMessageBox.StandardButtons buttons=QMessageBox.Ok, QMessageBox.StandardButton defaultButton=QMessageBox.NoButton) -> QMessageBox.StandardButton +PyQt5.QtWidgets.QMessageBox.about?4(QWidget, str, str) +PyQt5.QtWidgets.QMessageBox.aboutQt?4(QWidget, str title='') +PyQt5.QtWidgets.QMessageBox.standardIcon?4(QMessageBox.Icon) -> QPixmap +PyQt5.QtWidgets.QMessageBox.event?4(QEvent) -> bool +PyQt5.QtWidgets.QMessageBox.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QMessageBox.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QMessageBox.closeEvent?4(QCloseEvent) +PyQt5.QtWidgets.QMessageBox.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QMessageBox.changeEvent?4(QEvent) +PyQt5.QtWidgets.QMessageBox.addButton?4(QAbstractButton, QMessageBox.ButtonRole) +PyQt5.QtWidgets.QMessageBox.addButton?4(str, QMessageBox.ButtonRole) -> QPushButton +PyQt5.QtWidgets.QMessageBox.addButton?4(QMessageBox.StandardButton) -> QPushButton +PyQt5.QtWidgets.QMessageBox.removeButton?4(QAbstractButton) +PyQt5.QtWidgets.QMessageBox.setStandardButtons?4(QMessageBox.StandardButtons) +PyQt5.QtWidgets.QMessageBox.standardButtons?4() -> QMessageBox.StandardButtons +PyQt5.QtWidgets.QMessageBox.standardButton?4(QAbstractButton) -> QMessageBox.StandardButton +PyQt5.QtWidgets.QMessageBox.button?4(QMessageBox.StandardButton) -> QAbstractButton +PyQt5.QtWidgets.QMessageBox.defaultButton?4() -> QPushButton +PyQt5.QtWidgets.QMessageBox.setDefaultButton?4(QPushButton) +PyQt5.QtWidgets.QMessageBox.setDefaultButton?4(QMessageBox.StandardButton) +PyQt5.QtWidgets.QMessageBox.escapeButton?4() -> QAbstractButton +PyQt5.QtWidgets.QMessageBox.setEscapeButton?4(QAbstractButton) +PyQt5.QtWidgets.QMessageBox.setEscapeButton?4(QMessageBox.StandardButton) +PyQt5.QtWidgets.QMessageBox.clickedButton?4() -> QAbstractButton +PyQt5.QtWidgets.QMessageBox.informativeText?4() -> str +PyQt5.QtWidgets.QMessageBox.setInformativeText?4(str) +PyQt5.QtWidgets.QMessageBox.detailedText?4() -> str +PyQt5.QtWidgets.QMessageBox.setDetailedText?4(str) +PyQt5.QtWidgets.QMessageBox.setWindowTitle?4(str) +PyQt5.QtWidgets.QMessageBox.setWindowModality?4(Qt.WindowModality) +PyQt5.QtWidgets.QMessageBox.open?4() +PyQt5.QtWidgets.QMessageBox.open?4(slot) +PyQt5.QtWidgets.QMessageBox.buttons?4() -> list-of-QAbstractButton +PyQt5.QtWidgets.QMessageBox.buttonRole?4(QAbstractButton) -> QMessageBox.ButtonRole +PyQt5.QtWidgets.QMessageBox.buttonClicked?4(QAbstractButton) +PyQt5.QtWidgets.QMessageBox.setTextInteractionFlags?4(Qt.TextInteractionFlags) +PyQt5.QtWidgets.QMessageBox.textInteractionFlags?4() -> Qt.TextInteractionFlags +PyQt5.QtWidgets.QMessageBox.setCheckBox?4(QCheckBox) +PyQt5.QtWidgets.QMessageBox.checkBox?4() -> QCheckBox +PyQt5.QtWidgets.QMessageBox.StandardButtons?1(QMessageBox.StandardButtons) +PyQt5.QtWidgets.QMessageBox.StandardButtons.__init__?1(self, QMessageBox.StandardButtons) +PyQt5.QtWidgets.QMessageBox.StandardButtons?1(int) +PyQt5.QtWidgets.QMessageBox.StandardButtons.__init__?1(self, int) +PyQt5.QtWidgets.QMessageBox.StandardButtons?1() +PyQt5.QtWidgets.QMessageBox.StandardButtons.__init__?1(self) +PyQt5.QtWidgets.QMouseEventTransition?1(QState sourceState=None) +PyQt5.QtWidgets.QMouseEventTransition.__init__?1(self, QState sourceState=None) +PyQt5.QtWidgets.QMouseEventTransition?1(QObject, QEvent.Type, Qt.MouseButton, QState sourceState=None) +PyQt5.QtWidgets.QMouseEventTransition.__init__?1(self, QObject, QEvent.Type, Qt.MouseButton, QState sourceState=None) +PyQt5.QtWidgets.QMouseEventTransition.button?4() -> Qt.MouseButton +PyQt5.QtWidgets.QMouseEventTransition.setButton?4(Qt.MouseButton) +PyQt5.QtWidgets.QMouseEventTransition.modifierMask?4() -> Qt.KeyboardModifiers +PyQt5.QtWidgets.QMouseEventTransition.setModifierMask?4(Qt.KeyboardModifiers) +PyQt5.QtWidgets.QMouseEventTransition.hitTestPath?4() -> QPainterPath +PyQt5.QtWidgets.QMouseEventTransition.setHitTestPath?4(QPainterPath) +PyQt5.QtWidgets.QMouseEventTransition.onTransition?4(QEvent) +PyQt5.QtWidgets.QMouseEventTransition.eventTest?4(QEvent) -> bool +PyQt5.QtWidgets.QPlainTextEdit.LineWrapMode?10 +PyQt5.QtWidgets.QPlainTextEdit.NoWrap?10 +PyQt5.QtWidgets.QPlainTextEdit.WidgetWidth?10 +PyQt5.QtWidgets.QPlainTextEdit?1(QWidget parent=None) +PyQt5.QtWidgets.QPlainTextEdit.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QPlainTextEdit?1(str, QWidget parent=None) +PyQt5.QtWidgets.QPlainTextEdit.__init__?1(self, str, QWidget parent=None) +PyQt5.QtWidgets.QPlainTextEdit.setDocument?4(QTextDocument) +PyQt5.QtWidgets.QPlainTextEdit.document?4() -> QTextDocument +PyQt5.QtWidgets.QPlainTextEdit.setTextCursor?4(QTextCursor) +PyQt5.QtWidgets.QPlainTextEdit.textCursor?4() -> QTextCursor +PyQt5.QtWidgets.QPlainTextEdit.isReadOnly?4() -> bool +PyQt5.QtWidgets.QPlainTextEdit.setReadOnly?4(bool) +PyQt5.QtWidgets.QPlainTextEdit.setTextInteractionFlags?4(Qt.TextInteractionFlags) +PyQt5.QtWidgets.QPlainTextEdit.textInteractionFlags?4() -> Qt.TextInteractionFlags +PyQt5.QtWidgets.QPlainTextEdit.mergeCurrentCharFormat?4(QTextCharFormat) +PyQt5.QtWidgets.QPlainTextEdit.setCurrentCharFormat?4(QTextCharFormat) +PyQt5.QtWidgets.QPlainTextEdit.currentCharFormat?4() -> QTextCharFormat +PyQt5.QtWidgets.QPlainTextEdit.tabChangesFocus?4() -> bool +PyQt5.QtWidgets.QPlainTextEdit.setTabChangesFocus?4(bool) +PyQt5.QtWidgets.QPlainTextEdit.setDocumentTitle?4(str) +PyQt5.QtWidgets.QPlainTextEdit.documentTitle?4() -> str +PyQt5.QtWidgets.QPlainTextEdit.isUndoRedoEnabled?4() -> bool +PyQt5.QtWidgets.QPlainTextEdit.setUndoRedoEnabled?4(bool) +PyQt5.QtWidgets.QPlainTextEdit.setMaximumBlockCount?4(int) +PyQt5.QtWidgets.QPlainTextEdit.maximumBlockCount?4() -> int +PyQt5.QtWidgets.QPlainTextEdit.lineWrapMode?4() -> QPlainTextEdit.LineWrapMode +PyQt5.QtWidgets.QPlainTextEdit.setLineWrapMode?4(QPlainTextEdit.LineWrapMode) +PyQt5.QtWidgets.QPlainTextEdit.wordWrapMode?4() -> QTextOption.WrapMode +PyQt5.QtWidgets.QPlainTextEdit.setWordWrapMode?4(QTextOption.WrapMode) +PyQt5.QtWidgets.QPlainTextEdit.setBackgroundVisible?4(bool) +PyQt5.QtWidgets.QPlainTextEdit.backgroundVisible?4() -> bool +PyQt5.QtWidgets.QPlainTextEdit.setCenterOnScroll?4(bool) +PyQt5.QtWidgets.QPlainTextEdit.centerOnScroll?4() -> bool +PyQt5.QtWidgets.QPlainTextEdit.find?4(str, QTextDocument.FindFlags options=0) -> bool +PyQt5.QtWidgets.QPlainTextEdit.toPlainText?4() -> str +PyQt5.QtWidgets.QPlainTextEdit.ensureCursorVisible?4() +PyQt5.QtWidgets.QPlainTextEdit.loadResource?4(int, QUrl) -> QVariant +PyQt5.QtWidgets.QPlainTextEdit.createStandardContextMenu?4() -> QMenu +PyQt5.QtWidgets.QPlainTextEdit.cursorForPosition?4(QPoint) -> QTextCursor +PyQt5.QtWidgets.QPlainTextEdit.cursorRect?4(QTextCursor) -> QRect +PyQt5.QtWidgets.QPlainTextEdit.cursorRect?4() -> QRect +PyQt5.QtWidgets.QPlainTextEdit.overwriteMode?4() -> bool +PyQt5.QtWidgets.QPlainTextEdit.setOverwriteMode?4(bool) +PyQt5.QtWidgets.QPlainTextEdit.tabStopWidth?4() -> int +PyQt5.QtWidgets.QPlainTextEdit.setTabStopWidth?4(int) +PyQt5.QtWidgets.QPlainTextEdit.cursorWidth?4() -> int +PyQt5.QtWidgets.QPlainTextEdit.setCursorWidth?4(int) +PyQt5.QtWidgets.QPlainTextEdit.setExtraSelections?4(list-of-QTextEdit.ExtraSelection) +PyQt5.QtWidgets.QPlainTextEdit.extraSelections?4() -> list-of-QTextEdit.ExtraSelection +PyQt5.QtWidgets.QPlainTextEdit.moveCursor?4(QTextCursor.MoveOperation, QTextCursor.MoveMode mode=QTextCursor.MoveAnchor) +PyQt5.QtWidgets.QPlainTextEdit.canPaste?4() -> bool +PyQt5.QtWidgets.QPlainTextEdit.print_?4(QPagedPaintDevice) +PyQt5.QtWidgets.QPlainTextEdit.print?4(QPagedPaintDevice) +PyQt5.QtWidgets.QPlainTextEdit.blockCount?4() -> int +PyQt5.QtWidgets.QPlainTextEdit.setPlainText?4(str) +PyQt5.QtWidgets.QPlainTextEdit.cut?4() +PyQt5.QtWidgets.QPlainTextEdit.copy?4() +PyQt5.QtWidgets.QPlainTextEdit.paste?4() +PyQt5.QtWidgets.QPlainTextEdit.undo?4() +PyQt5.QtWidgets.QPlainTextEdit.redo?4() +PyQt5.QtWidgets.QPlainTextEdit.clear?4() +PyQt5.QtWidgets.QPlainTextEdit.selectAll?4() +PyQt5.QtWidgets.QPlainTextEdit.insertPlainText?4(str) +PyQt5.QtWidgets.QPlainTextEdit.appendPlainText?4(str) +PyQt5.QtWidgets.QPlainTextEdit.appendHtml?4(str) +PyQt5.QtWidgets.QPlainTextEdit.centerCursor?4() +PyQt5.QtWidgets.QPlainTextEdit.textChanged?4() +PyQt5.QtWidgets.QPlainTextEdit.undoAvailable?4(bool) +PyQt5.QtWidgets.QPlainTextEdit.redoAvailable?4(bool) +PyQt5.QtWidgets.QPlainTextEdit.copyAvailable?4(bool) +PyQt5.QtWidgets.QPlainTextEdit.selectionChanged?4() +PyQt5.QtWidgets.QPlainTextEdit.cursorPositionChanged?4() +PyQt5.QtWidgets.QPlainTextEdit.updateRequest?4(QRect, int) +PyQt5.QtWidgets.QPlainTextEdit.blockCountChanged?4(int) +PyQt5.QtWidgets.QPlainTextEdit.modificationChanged?4(bool) +PyQt5.QtWidgets.QPlainTextEdit.event?4(QEvent) -> bool +PyQt5.QtWidgets.QPlainTextEdit.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QPlainTextEdit.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QPlainTextEdit.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QPlainTextEdit.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QPlainTextEdit.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QPlainTextEdit.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QPlainTextEdit.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QPlainTextEdit.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QPlainTextEdit.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtWidgets.QPlainTextEdit.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QPlainTextEdit.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QPlainTextEdit.dragEnterEvent?4(QDragEnterEvent) +PyQt5.QtWidgets.QPlainTextEdit.dragLeaveEvent?4(QDragLeaveEvent) +PyQt5.QtWidgets.QPlainTextEdit.dragMoveEvent?4(QDragMoveEvent) +PyQt5.QtWidgets.QPlainTextEdit.dropEvent?4(QDropEvent) +PyQt5.QtWidgets.QPlainTextEdit.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QPlainTextEdit.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QPlainTextEdit.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QPlainTextEdit.changeEvent?4(QEvent) +PyQt5.QtWidgets.QPlainTextEdit.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QPlainTextEdit.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWidgets.QPlainTextEdit.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QPlainTextEdit.createMimeDataFromSelection?4() -> QMimeData +PyQt5.QtWidgets.QPlainTextEdit.canInsertFromMimeData?4(QMimeData) -> bool +PyQt5.QtWidgets.QPlainTextEdit.insertFromMimeData?4(QMimeData) +PyQt5.QtWidgets.QPlainTextEdit.scrollContentsBy?4(int, int) +PyQt5.QtWidgets.QPlainTextEdit.firstVisibleBlock?4() -> QTextBlock +PyQt5.QtWidgets.QPlainTextEdit.contentOffset?4() -> QPointF +PyQt5.QtWidgets.QPlainTextEdit.blockBoundingRect?4(QTextBlock) -> QRectF +PyQt5.QtWidgets.QPlainTextEdit.blockBoundingGeometry?4(QTextBlock) -> QRectF +PyQt5.QtWidgets.QPlainTextEdit.getPaintContext?4() -> QAbstractTextDocumentLayout.PaintContext +PyQt5.QtWidgets.QPlainTextEdit.anchorAt?4(QPoint) -> str +PyQt5.QtWidgets.QPlainTextEdit.zoomIn?4(int range=1) +PyQt5.QtWidgets.QPlainTextEdit.zoomOut?4(int range=1) +PyQt5.QtWidgets.QPlainTextEdit.setPlaceholderText?4(str) +PyQt5.QtWidgets.QPlainTextEdit.placeholderText?4() -> str +PyQt5.QtWidgets.QPlainTextEdit.find?4(QRegExp, QTextDocument.FindFlags options=0) -> bool +PyQt5.QtWidgets.QPlainTextEdit.inputMethodQuery?4(Qt.InputMethodQuery, QVariant) -> QVariant +PyQt5.QtWidgets.QPlainTextDocumentLayout?1(QTextDocument) +PyQt5.QtWidgets.QPlainTextDocumentLayout.__init__?1(self, QTextDocument) +PyQt5.QtWidgets.QPlainTextDocumentLayout.draw?4(QPainter, QAbstractTextDocumentLayout.PaintContext) +PyQt5.QtWidgets.QPlainTextDocumentLayout.hitTest?4(QPointF, Qt.HitTestAccuracy) -> int +PyQt5.QtWidgets.QPlainTextDocumentLayout.pageCount?4() -> int +PyQt5.QtWidgets.QPlainTextDocumentLayout.documentSize?4() -> QSizeF +PyQt5.QtWidgets.QPlainTextDocumentLayout.frameBoundingRect?4(QTextFrame) -> QRectF +PyQt5.QtWidgets.QPlainTextDocumentLayout.blockBoundingRect?4(QTextBlock) -> QRectF +PyQt5.QtWidgets.QPlainTextDocumentLayout.ensureBlockLayout?4(QTextBlock) +PyQt5.QtWidgets.QPlainTextDocumentLayout.setCursorWidth?4(int) +PyQt5.QtWidgets.QPlainTextDocumentLayout.cursorWidth?4() -> int +PyQt5.QtWidgets.QPlainTextDocumentLayout.requestUpdate?4() +PyQt5.QtWidgets.QPlainTextDocumentLayout.documentChanged?4(int, int, int) +PyQt5.QtWidgets.QProgressBar.Direction?10 +PyQt5.QtWidgets.QProgressBar.TopToBottom?10 +PyQt5.QtWidgets.QProgressBar.BottomToTop?10 +PyQt5.QtWidgets.QProgressBar?1(QWidget parent=None) +PyQt5.QtWidgets.QProgressBar.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QProgressBar.minimum?4() -> int +PyQt5.QtWidgets.QProgressBar.maximum?4() -> int +PyQt5.QtWidgets.QProgressBar.setRange?4(int, int) +PyQt5.QtWidgets.QProgressBar.value?4() -> int +PyQt5.QtWidgets.QProgressBar.text?4() -> str +PyQt5.QtWidgets.QProgressBar.setTextVisible?4(bool) +PyQt5.QtWidgets.QProgressBar.isTextVisible?4() -> bool +PyQt5.QtWidgets.QProgressBar.alignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QProgressBar.setAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QProgressBar.sizeHint?4() -> QSize +PyQt5.QtWidgets.QProgressBar.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QProgressBar.orientation?4() -> Qt.Orientation +PyQt5.QtWidgets.QProgressBar.setInvertedAppearance?4(bool) +PyQt5.QtWidgets.QProgressBar.setTextDirection?4(QProgressBar.Direction) +PyQt5.QtWidgets.QProgressBar.setFormat?4(str) +PyQt5.QtWidgets.QProgressBar.format?4() -> str +PyQt5.QtWidgets.QProgressBar.resetFormat?4() +PyQt5.QtWidgets.QProgressBar.reset?4() +PyQt5.QtWidgets.QProgressBar.setMinimum?4(int) +PyQt5.QtWidgets.QProgressBar.setMaximum?4(int) +PyQt5.QtWidgets.QProgressBar.setValue?4(int) +PyQt5.QtWidgets.QProgressBar.setOrientation?4(Qt.Orientation) +PyQt5.QtWidgets.QProgressBar.valueChanged?4(int) +PyQt5.QtWidgets.QProgressBar.initStyleOption?4(QStyleOptionProgressBar) +PyQt5.QtWidgets.QProgressBar.event?4(QEvent) -> bool +PyQt5.QtWidgets.QProgressBar.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QProgressDialog?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QProgressDialog.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QProgressDialog?1(str, str, int, int, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QProgressDialog.__init__?1(self, str, str, int, int, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QProgressDialog.setLabel?4(QLabel) +PyQt5.QtWidgets.QProgressDialog.setCancelButton?4(QPushButton) +PyQt5.QtWidgets.QProgressDialog.setBar?4(QProgressBar) +PyQt5.QtWidgets.QProgressDialog.wasCanceled?4() -> bool +PyQt5.QtWidgets.QProgressDialog.minimum?4() -> int +PyQt5.QtWidgets.QProgressDialog.maximum?4() -> int +PyQt5.QtWidgets.QProgressDialog.setRange?4(int, int) +PyQt5.QtWidgets.QProgressDialog.value?4() -> int +PyQt5.QtWidgets.QProgressDialog.sizeHint?4() -> QSize +PyQt5.QtWidgets.QProgressDialog.labelText?4() -> str +PyQt5.QtWidgets.QProgressDialog.minimumDuration?4() -> int +PyQt5.QtWidgets.QProgressDialog.setAutoReset?4(bool) +PyQt5.QtWidgets.QProgressDialog.autoReset?4() -> bool +PyQt5.QtWidgets.QProgressDialog.setAutoClose?4(bool) +PyQt5.QtWidgets.QProgressDialog.autoClose?4() -> bool +PyQt5.QtWidgets.QProgressDialog.cancel?4() +PyQt5.QtWidgets.QProgressDialog.reset?4() +PyQt5.QtWidgets.QProgressDialog.setMaximum?4(int) +PyQt5.QtWidgets.QProgressDialog.setMinimum?4(int) +PyQt5.QtWidgets.QProgressDialog.setValue?4(int) +PyQt5.QtWidgets.QProgressDialog.setLabelText?4(str) +PyQt5.QtWidgets.QProgressDialog.setCancelButtonText?4(str) +PyQt5.QtWidgets.QProgressDialog.setMinimumDuration?4(int) +PyQt5.QtWidgets.QProgressDialog.canceled?4() +PyQt5.QtWidgets.QProgressDialog.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QProgressDialog.closeEvent?4(QCloseEvent) +PyQt5.QtWidgets.QProgressDialog.changeEvent?4(QEvent) +PyQt5.QtWidgets.QProgressDialog.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QProgressDialog.forceShow?4() +PyQt5.QtWidgets.QProgressDialog.open?4() +PyQt5.QtWidgets.QProgressDialog.open?4(slot) +PyQt5.QtWidgets.QRadioButton?1(QWidget parent=None) +PyQt5.QtWidgets.QRadioButton.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QRadioButton?1(str, QWidget parent=None) +PyQt5.QtWidgets.QRadioButton.__init__?1(self, str, QWidget parent=None) +PyQt5.QtWidgets.QRadioButton.sizeHint?4() -> QSize +PyQt5.QtWidgets.QRadioButton.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QRadioButton.initStyleOption?4(QStyleOptionButton) +PyQt5.QtWidgets.QRadioButton.hitButton?4(QPoint) -> bool +PyQt5.QtWidgets.QRadioButton.event?4(QEvent) -> bool +PyQt5.QtWidgets.QRadioButton.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QRadioButton.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QRubberBand.Shape?10 +PyQt5.QtWidgets.QRubberBand.Line?10 +PyQt5.QtWidgets.QRubberBand.Rectangle?10 +PyQt5.QtWidgets.QRubberBand?1(QRubberBand.Shape, QWidget parent=None) +PyQt5.QtWidgets.QRubberBand.__init__?1(self, QRubberBand.Shape, QWidget parent=None) +PyQt5.QtWidgets.QRubberBand.shape?4() -> QRubberBand.Shape +PyQt5.QtWidgets.QRubberBand.setGeometry?4(QRect) +PyQt5.QtWidgets.QRubberBand.setGeometry?4(int, int, int, int) +PyQt5.QtWidgets.QRubberBand.move?4(QPoint) +PyQt5.QtWidgets.QRubberBand.move?4(int, int) +PyQt5.QtWidgets.QRubberBand.resize?4(int, int) +PyQt5.QtWidgets.QRubberBand.resize?4(QSize) +PyQt5.QtWidgets.QRubberBand.initStyleOption?4(QStyleOptionRubberBand) +PyQt5.QtWidgets.QRubberBand.event?4(QEvent) -> bool +PyQt5.QtWidgets.QRubberBand.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QRubberBand.changeEvent?4(QEvent) +PyQt5.QtWidgets.QRubberBand.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QRubberBand.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QRubberBand.moveEvent?4(QMoveEvent) +PyQt5.QtWidgets.QScrollArea?1(QWidget parent=None) +PyQt5.QtWidgets.QScrollArea.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QScrollArea.widget?4() -> QWidget +PyQt5.QtWidgets.QScrollArea.setWidget?4(QWidget) +PyQt5.QtWidgets.QScrollArea.takeWidget?4() -> QWidget +PyQt5.QtWidgets.QScrollArea.widgetResizable?4() -> bool +PyQt5.QtWidgets.QScrollArea.setWidgetResizable?4(bool) +PyQt5.QtWidgets.QScrollArea.alignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QScrollArea.setAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QScrollArea.sizeHint?4() -> QSize +PyQt5.QtWidgets.QScrollArea.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QScrollArea.ensureVisible?4(int, int, int xMargin=50, int yMargin=50) +PyQt5.QtWidgets.QScrollArea.ensureWidgetVisible?4(QWidget, int xMargin=50, int yMargin=50) +PyQt5.QtWidgets.QScrollArea.event?4(QEvent) -> bool +PyQt5.QtWidgets.QScrollArea.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QScrollArea.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QScrollArea.scrollContentsBy?4(int, int) +PyQt5.QtWidgets.QScrollArea.viewportSizeHint?4() -> QSize +PyQt5.QtWidgets.QScrollBar?1(QWidget parent=None) +PyQt5.QtWidgets.QScrollBar.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QScrollBar?1(Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QScrollBar.__init__?1(self, Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QScrollBar.sizeHint?4() -> QSize +PyQt5.QtWidgets.QScrollBar.event?4(QEvent) -> bool +PyQt5.QtWidgets.QScrollBar.initStyleOption?4(QStyleOptionSlider) +PyQt5.QtWidgets.QScrollBar.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QScrollBar.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QScrollBar.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QScrollBar.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QScrollBar.hideEvent?4(QHideEvent) +PyQt5.QtWidgets.QScrollBar.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QScrollBar.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QScrollBar.sliderChange?4(QAbstractSlider.SliderChange) +PyQt5.QtWidgets.QScroller.Input?10 +PyQt5.QtWidgets.QScroller.InputPress?10 +PyQt5.QtWidgets.QScroller.InputMove?10 +PyQt5.QtWidgets.QScroller.InputRelease?10 +PyQt5.QtWidgets.QScroller.ScrollerGestureType?10 +PyQt5.QtWidgets.QScroller.TouchGesture?10 +PyQt5.QtWidgets.QScroller.LeftMouseButtonGesture?10 +PyQt5.QtWidgets.QScroller.RightMouseButtonGesture?10 +PyQt5.QtWidgets.QScroller.MiddleMouseButtonGesture?10 +PyQt5.QtWidgets.QScroller.State?10 +PyQt5.QtWidgets.QScroller.Inactive?10 +PyQt5.QtWidgets.QScroller.Pressed?10 +PyQt5.QtWidgets.QScroller.Dragging?10 +PyQt5.QtWidgets.QScroller.Scrolling?10 +PyQt5.QtWidgets.QScroller.hasScroller?4(QObject) -> bool +PyQt5.QtWidgets.QScroller.scroller?4(QObject) -> QScroller +PyQt5.QtWidgets.QScroller.grabGesture?4(QObject, QScroller.ScrollerGestureType scrollGestureType=QScroller.TouchGesture) -> Qt.GestureType +PyQt5.QtWidgets.QScroller.grabbedGesture?4(QObject) -> Qt.GestureType +PyQt5.QtWidgets.QScroller.ungrabGesture?4(QObject) +PyQt5.QtWidgets.QScroller.activeScrollers?4() -> list-of-QScroller +PyQt5.QtWidgets.QScroller.target?4() -> QObject +PyQt5.QtWidgets.QScroller.state?4() -> QScroller.State +PyQt5.QtWidgets.QScroller.handleInput?4(QScroller.Input, QPointF, int timestamp=0) -> bool +PyQt5.QtWidgets.QScroller.stop?4() +PyQt5.QtWidgets.QScroller.velocity?4() -> QPointF +PyQt5.QtWidgets.QScroller.finalPosition?4() -> QPointF +PyQt5.QtWidgets.QScroller.pixelPerMeter?4() -> QPointF +PyQt5.QtWidgets.QScroller.scrollerProperties?4() -> QScrollerProperties +PyQt5.QtWidgets.QScroller.setSnapPositionsX?4(list-of-float) +PyQt5.QtWidgets.QScroller.setSnapPositionsX?4(float, float) +PyQt5.QtWidgets.QScroller.setSnapPositionsY?4(list-of-float) +PyQt5.QtWidgets.QScroller.setSnapPositionsY?4(float, float) +PyQt5.QtWidgets.QScroller.setScrollerProperties?4(QScrollerProperties) +PyQt5.QtWidgets.QScroller.scrollTo?4(QPointF) +PyQt5.QtWidgets.QScroller.scrollTo?4(QPointF, int) +PyQt5.QtWidgets.QScroller.ensureVisible?4(QRectF, float, float) +PyQt5.QtWidgets.QScroller.ensureVisible?4(QRectF, float, float, int) +PyQt5.QtWidgets.QScroller.resendPrepareEvent?4() +PyQt5.QtWidgets.QScroller.stateChanged?4(QScroller.State) +PyQt5.QtWidgets.QScroller.scrollerPropertiesChanged?4(QScrollerProperties) +PyQt5.QtWidgets.QScrollerProperties.ScrollMetric?10 +PyQt5.QtWidgets.QScrollerProperties.MousePressEventDelay?10 +PyQt5.QtWidgets.QScrollerProperties.DragStartDistance?10 +PyQt5.QtWidgets.QScrollerProperties.DragVelocitySmoothingFactor?10 +PyQt5.QtWidgets.QScrollerProperties.AxisLockThreshold?10 +PyQt5.QtWidgets.QScrollerProperties.ScrollingCurve?10 +PyQt5.QtWidgets.QScrollerProperties.DecelerationFactor?10 +PyQt5.QtWidgets.QScrollerProperties.MinimumVelocity?10 +PyQt5.QtWidgets.QScrollerProperties.MaximumVelocity?10 +PyQt5.QtWidgets.QScrollerProperties.MaximumClickThroughVelocity?10 +PyQt5.QtWidgets.QScrollerProperties.AcceleratingFlickMaximumTime?10 +PyQt5.QtWidgets.QScrollerProperties.AcceleratingFlickSpeedupFactor?10 +PyQt5.QtWidgets.QScrollerProperties.SnapPositionRatio?10 +PyQt5.QtWidgets.QScrollerProperties.SnapTime?10 +PyQt5.QtWidgets.QScrollerProperties.OvershootDragResistanceFactor?10 +PyQt5.QtWidgets.QScrollerProperties.OvershootDragDistanceFactor?10 +PyQt5.QtWidgets.QScrollerProperties.OvershootScrollDistanceFactor?10 +PyQt5.QtWidgets.QScrollerProperties.OvershootScrollTime?10 +PyQt5.QtWidgets.QScrollerProperties.HorizontalOvershootPolicy?10 +PyQt5.QtWidgets.QScrollerProperties.VerticalOvershootPolicy?10 +PyQt5.QtWidgets.QScrollerProperties.FrameRate?10 +PyQt5.QtWidgets.QScrollerProperties.ScrollMetricCount?10 +PyQt5.QtWidgets.QScrollerProperties.FrameRates?10 +PyQt5.QtWidgets.QScrollerProperties.Standard?10 +PyQt5.QtWidgets.QScrollerProperties.Fps60?10 +PyQt5.QtWidgets.QScrollerProperties.Fps30?10 +PyQt5.QtWidgets.QScrollerProperties.Fps20?10 +PyQt5.QtWidgets.QScrollerProperties.OvershootPolicy?10 +PyQt5.QtWidgets.QScrollerProperties.OvershootWhenScrollable?10 +PyQt5.QtWidgets.QScrollerProperties.OvershootAlwaysOff?10 +PyQt5.QtWidgets.QScrollerProperties.OvershootAlwaysOn?10 +PyQt5.QtWidgets.QScrollerProperties?1() +PyQt5.QtWidgets.QScrollerProperties.__init__?1(self) +PyQt5.QtWidgets.QScrollerProperties?1(QScrollerProperties) +PyQt5.QtWidgets.QScrollerProperties.__init__?1(self, QScrollerProperties) +PyQt5.QtWidgets.QScrollerProperties.setDefaultScrollerProperties?4(QScrollerProperties) +PyQt5.QtWidgets.QScrollerProperties.unsetDefaultScrollerProperties?4() +PyQt5.QtWidgets.QScrollerProperties.scrollMetric?4(QScrollerProperties.ScrollMetric) -> QVariant +PyQt5.QtWidgets.QScrollerProperties.setScrollMetric?4(QScrollerProperties.ScrollMetric, QVariant) +PyQt5.QtWidgets.QShortcut?1(QWidget) +PyQt5.QtWidgets.QShortcut.__init__?1(self, QWidget) +PyQt5.QtWidgets.QShortcut?1(QKeySequence, QWidget, slot member=0, slot ambiguousMember=0, Qt.ShortcutContext context=Qt.WindowShortcut) +PyQt5.QtWidgets.QShortcut.__init__?1(self, QKeySequence, QWidget, slot member=0, slot ambiguousMember=0, Qt.ShortcutContext context=Qt.WindowShortcut) +PyQt5.QtWidgets.QShortcut.setKey?4(QKeySequence) +PyQt5.QtWidgets.QShortcut.key?4() -> QKeySequence +PyQt5.QtWidgets.QShortcut.setEnabled?4(bool) +PyQt5.QtWidgets.QShortcut.isEnabled?4() -> bool +PyQt5.QtWidgets.QShortcut.setContext?4(Qt.ShortcutContext) +PyQt5.QtWidgets.QShortcut.context?4() -> Qt.ShortcutContext +PyQt5.QtWidgets.QShortcut.setWhatsThis?4(str) +PyQt5.QtWidgets.QShortcut.whatsThis?4() -> str +PyQt5.QtWidgets.QShortcut.id?4() -> int +PyQt5.QtWidgets.QShortcut.parentWidget?4() -> QWidget +PyQt5.QtWidgets.QShortcut.setAutoRepeat?4(bool) +PyQt5.QtWidgets.QShortcut.autoRepeat?4() -> bool +PyQt5.QtWidgets.QShortcut.activated?4() +PyQt5.QtWidgets.QShortcut.activatedAmbiguously?4() +PyQt5.QtWidgets.QShortcut.event?4(QEvent) -> bool +PyQt5.QtWidgets.QSizeGrip?1(QWidget) +PyQt5.QtWidgets.QSizeGrip.__init__?1(self, QWidget) +PyQt5.QtWidgets.QSizeGrip.sizeHint?4() -> QSize +PyQt5.QtWidgets.QSizeGrip.setVisible?4(bool) +PyQt5.QtWidgets.QSizeGrip.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QSizeGrip.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QSizeGrip.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QSizeGrip.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QSizeGrip.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QSizeGrip.event?4(QEvent) -> bool +PyQt5.QtWidgets.QSizeGrip.moveEvent?4(QMoveEvent) +PyQt5.QtWidgets.QSizeGrip.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QSizeGrip.hideEvent?4(QHideEvent) +PyQt5.QtWidgets.QSizePolicy.ControlType?10 +PyQt5.QtWidgets.QSizePolicy.DefaultType?10 +PyQt5.QtWidgets.QSizePolicy.ButtonBox?10 +PyQt5.QtWidgets.QSizePolicy.CheckBox?10 +PyQt5.QtWidgets.QSizePolicy.ComboBox?10 +PyQt5.QtWidgets.QSizePolicy.Frame?10 +PyQt5.QtWidgets.QSizePolicy.GroupBox?10 +PyQt5.QtWidgets.QSizePolicy.Label?10 +PyQt5.QtWidgets.QSizePolicy.Line?10 +PyQt5.QtWidgets.QSizePolicy.LineEdit?10 +PyQt5.QtWidgets.QSizePolicy.PushButton?10 +PyQt5.QtWidgets.QSizePolicy.RadioButton?10 +PyQt5.QtWidgets.QSizePolicy.Slider?10 +PyQt5.QtWidgets.QSizePolicy.SpinBox?10 +PyQt5.QtWidgets.QSizePolicy.TabWidget?10 +PyQt5.QtWidgets.QSizePolicy.ToolButton?10 +PyQt5.QtWidgets.QSizePolicy.Policy?10 +PyQt5.QtWidgets.QSizePolicy.Fixed?10 +PyQt5.QtWidgets.QSizePolicy.Minimum?10 +PyQt5.QtWidgets.QSizePolicy.Maximum?10 +PyQt5.QtWidgets.QSizePolicy.Preferred?10 +PyQt5.QtWidgets.QSizePolicy.MinimumExpanding?10 +PyQt5.QtWidgets.QSizePolicy.Expanding?10 +PyQt5.QtWidgets.QSizePolicy.Ignored?10 +PyQt5.QtWidgets.QSizePolicy.PolicyFlag?10 +PyQt5.QtWidgets.QSizePolicy.GrowFlag?10 +PyQt5.QtWidgets.QSizePolicy.ExpandFlag?10 +PyQt5.QtWidgets.QSizePolicy.ShrinkFlag?10 +PyQt5.QtWidgets.QSizePolicy.IgnoreFlag?10 +PyQt5.QtWidgets.QSizePolicy?1() +PyQt5.QtWidgets.QSizePolicy.__init__?1(self) +PyQt5.QtWidgets.QSizePolicy?1(QSizePolicy.Policy, QSizePolicy.Policy, QSizePolicy.ControlType type=QSizePolicy.DefaultType) +PyQt5.QtWidgets.QSizePolicy.__init__?1(self, QSizePolicy.Policy, QSizePolicy.Policy, QSizePolicy.ControlType type=QSizePolicy.DefaultType) +PyQt5.QtWidgets.QSizePolicy?1(QVariant) +PyQt5.QtWidgets.QSizePolicy.__init__?1(self, QVariant) +PyQt5.QtWidgets.QSizePolicy?1(QSizePolicy) +PyQt5.QtWidgets.QSizePolicy.__init__?1(self, QSizePolicy) +PyQt5.QtWidgets.QSizePolicy.horizontalPolicy?4() -> QSizePolicy.Policy +PyQt5.QtWidgets.QSizePolicy.verticalPolicy?4() -> QSizePolicy.Policy +PyQt5.QtWidgets.QSizePolicy.setHorizontalPolicy?4(QSizePolicy.Policy) +PyQt5.QtWidgets.QSizePolicy.setVerticalPolicy?4(QSizePolicy.Policy) +PyQt5.QtWidgets.QSizePolicy.expandingDirections?4() -> Qt.Orientations +PyQt5.QtWidgets.QSizePolicy.setHeightForWidth?4(bool) +PyQt5.QtWidgets.QSizePolicy.hasHeightForWidth?4() -> bool +PyQt5.QtWidgets.QSizePolicy.horizontalStretch?4() -> int +PyQt5.QtWidgets.QSizePolicy.verticalStretch?4() -> int +PyQt5.QtWidgets.QSizePolicy.setHorizontalStretch?4(int) +PyQt5.QtWidgets.QSizePolicy.setVerticalStretch?4(int) +PyQt5.QtWidgets.QSizePolicy.transpose?4() +PyQt5.QtWidgets.QSizePolicy.controlType?4() -> QSizePolicy.ControlType +PyQt5.QtWidgets.QSizePolicy.setControlType?4(QSizePolicy.ControlType) +PyQt5.QtWidgets.QSizePolicy.setWidthForHeight?4(bool) +PyQt5.QtWidgets.QSizePolicy.hasWidthForHeight?4() -> bool +PyQt5.QtWidgets.QSizePolicy.retainSizeWhenHidden?4() -> bool +PyQt5.QtWidgets.QSizePolicy.setRetainSizeWhenHidden?4(bool) +PyQt5.QtWidgets.QSizePolicy.ControlTypes?1(QSizePolicy.ControlTypes) +PyQt5.QtWidgets.QSizePolicy.ControlTypes.__init__?1(self, QSizePolicy.ControlTypes) +PyQt5.QtWidgets.QSizePolicy.ControlTypes?1(int) +PyQt5.QtWidgets.QSizePolicy.ControlTypes.__init__?1(self, int) +PyQt5.QtWidgets.QSizePolicy.ControlTypes?1() +PyQt5.QtWidgets.QSizePolicy.ControlTypes.__init__?1(self) +PyQt5.QtWidgets.QSlider.TickPosition?10 +PyQt5.QtWidgets.QSlider.NoTicks?10 +PyQt5.QtWidgets.QSlider.TicksAbove?10 +PyQt5.QtWidgets.QSlider.TicksLeft?10 +PyQt5.QtWidgets.QSlider.TicksBelow?10 +PyQt5.QtWidgets.QSlider.TicksRight?10 +PyQt5.QtWidgets.QSlider.TicksBothSides?10 +PyQt5.QtWidgets.QSlider?1(QWidget parent=None) +PyQt5.QtWidgets.QSlider.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QSlider?1(Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QSlider.__init__?1(self, Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QSlider.sizeHint?4() -> QSize +PyQt5.QtWidgets.QSlider.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QSlider.setTickPosition?4(QSlider.TickPosition) +PyQt5.QtWidgets.QSlider.tickPosition?4() -> QSlider.TickPosition +PyQt5.QtWidgets.QSlider.setTickInterval?4(int) +PyQt5.QtWidgets.QSlider.tickInterval?4() -> int +PyQt5.QtWidgets.QSlider.event?4(QEvent) -> bool +PyQt5.QtWidgets.QSlider.initStyleOption?4(QStyleOptionSlider) +PyQt5.QtWidgets.QSlider.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QSlider.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QSlider.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QSlider.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QSpinBox?1(QWidget parent=None) +PyQt5.QtWidgets.QSpinBox.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QSpinBox.value?4() -> int +PyQt5.QtWidgets.QSpinBox.prefix?4() -> str +PyQt5.QtWidgets.QSpinBox.setPrefix?4(str) +PyQt5.QtWidgets.QSpinBox.suffix?4() -> str +PyQt5.QtWidgets.QSpinBox.setSuffix?4(str) +PyQt5.QtWidgets.QSpinBox.cleanText?4() -> str +PyQt5.QtWidgets.QSpinBox.singleStep?4() -> int +PyQt5.QtWidgets.QSpinBox.setSingleStep?4(int) +PyQt5.QtWidgets.QSpinBox.minimum?4() -> int +PyQt5.QtWidgets.QSpinBox.setMinimum?4(int) +PyQt5.QtWidgets.QSpinBox.maximum?4() -> int +PyQt5.QtWidgets.QSpinBox.setMaximum?4(int) +PyQt5.QtWidgets.QSpinBox.setRange?4(int, int) +PyQt5.QtWidgets.QSpinBox.validate?4(str, int) -> (QValidator.State, str, int) +PyQt5.QtWidgets.QSpinBox.valueFromText?4(str) -> int +PyQt5.QtWidgets.QSpinBox.textFromValue?4(int) -> str +PyQt5.QtWidgets.QSpinBox.fixup?4(str) -> str +PyQt5.QtWidgets.QSpinBox.event?4(QEvent) -> bool +PyQt5.QtWidgets.QSpinBox.setValue?4(int) +PyQt5.QtWidgets.QSpinBox.valueChanged?4(int) +PyQt5.QtWidgets.QSpinBox.valueChanged?4(str) +PyQt5.QtWidgets.QSpinBox.displayIntegerBase?4() -> int +PyQt5.QtWidgets.QSpinBox.setDisplayIntegerBase?4(int) +PyQt5.QtWidgets.QDoubleSpinBox?1(QWidget parent=None) +PyQt5.QtWidgets.QDoubleSpinBox.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QDoubleSpinBox.value?4() -> float +PyQt5.QtWidgets.QDoubleSpinBox.prefix?4() -> str +PyQt5.QtWidgets.QDoubleSpinBox.setPrefix?4(str) +PyQt5.QtWidgets.QDoubleSpinBox.suffix?4() -> str +PyQt5.QtWidgets.QDoubleSpinBox.setSuffix?4(str) +PyQt5.QtWidgets.QDoubleSpinBox.cleanText?4() -> str +PyQt5.QtWidgets.QDoubleSpinBox.singleStep?4() -> float +PyQt5.QtWidgets.QDoubleSpinBox.setSingleStep?4(float) +PyQt5.QtWidgets.QDoubleSpinBox.minimum?4() -> float +PyQt5.QtWidgets.QDoubleSpinBox.setMinimum?4(float) +PyQt5.QtWidgets.QDoubleSpinBox.maximum?4() -> float +PyQt5.QtWidgets.QDoubleSpinBox.setMaximum?4(float) +PyQt5.QtWidgets.QDoubleSpinBox.setRange?4(float, float) +PyQt5.QtWidgets.QDoubleSpinBox.decimals?4() -> int +PyQt5.QtWidgets.QDoubleSpinBox.setDecimals?4(int) +PyQt5.QtWidgets.QDoubleSpinBox.validate?4(str, int) -> (QValidator.State, str, int) +PyQt5.QtWidgets.QDoubleSpinBox.valueFromText?4(str) -> float +PyQt5.QtWidgets.QDoubleSpinBox.textFromValue?4(float) -> str +PyQt5.QtWidgets.QDoubleSpinBox.fixup?4(str) -> str +PyQt5.QtWidgets.QDoubleSpinBox.setValue?4(float) +PyQt5.QtWidgets.QDoubleSpinBox.valueChanged?4(float) +PyQt5.QtWidgets.QDoubleSpinBox.valueChanged?4(str) +PyQt5.QtWidgets.QSplashScreen?1(QPixmap pixmap=QPixmap(), Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QSplashScreen.__init__?1(self, QPixmap pixmap=QPixmap(), Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QSplashScreen?1(QWidget, QPixmap pixmap=QPixmap(), Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QSplashScreen.__init__?1(self, QWidget, QPixmap pixmap=QPixmap(), Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QSplashScreen.setPixmap?4(QPixmap) +PyQt5.QtWidgets.QSplashScreen.pixmap?4() -> QPixmap +PyQt5.QtWidgets.QSplashScreen.finish?4(QWidget) +PyQt5.QtWidgets.QSplashScreen.repaint?4() +PyQt5.QtWidgets.QSplashScreen.message?4() -> str +PyQt5.QtWidgets.QSplashScreen.showMessage?4(str, int alignment=Qt.AlignLeft, QColor color=Qt.black) +PyQt5.QtWidgets.QSplashScreen.clearMessage?4() +PyQt5.QtWidgets.QSplashScreen.messageChanged?4(str) +PyQt5.QtWidgets.QSplashScreen.drawContents?4(QPainter) +PyQt5.QtWidgets.QSplashScreen.event?4(QEvent) -> bool +PyQt5.QtWidgets.QSplashScreen.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QSplitter?1(QWidget parent=None) +PyQt5.QtWidgets.QSplitter.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QSplitter?1(Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QSplitter.__init__?1(self, Qt.Orientation, QWidget parent=None) +PyQt5.QtWidgets.QSplitter.addWidget?4(QWidget) +PyQt5.QtWidgets.QSplitter.insertWidget?4(int, QWidget) +PyQt5.QtWidgets.QSplitter.setOrientation?4(Qt.Orientation) +PyQt5.QtWidgets.QSplitter.orientation?4() -> Qt.Orientation +PyQt5.QtWidgets.QSplitter.setChildrenCollapsible?4(bool) +PyQt5.QtWidgets.QSplitter.childrenCollapsible?4() -> bool +PyQt5.QtWidgets.QSplitter.setCollapsible?4(int, bool) +PyQt5.QtWidgets.QSplitter.isCollapsible?4(int) -> bool +PyQt5.QtWidgets.QSplitter.setOpaqueResize?4(bool opaque=True) +PyQt5.QtWidgets.QSplitter.opaqueResize?4() -> bool +PyQt5.QtWidgets.QSplitter.refresh?4() +PyQt5.QtWidgets.QSplitter.sizeHint?4() -> QSize +PyQt5.QtWidgets.QSplitter.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QSplitter.sizes?4() -> list-of-int +PyQt5.QtWidgets.QSplitter.setSizes?4(list-of-int) +PyQt5.QtWidgets.QSplitter.saveState?4() -> QByteArray +PyQt5.QtWidgets.QSplitter.restoreState?4(QByteArray) -> bool +PyQt5.QtWidgets.QSplitter.handleWidth?4() -> int +PyQt5.QtWidgets.QSplitter.setHandleWidth?4(int) +PyQt5.QtWidgets.QSplitter.indexOf?4(QWidget) -> int +PyQt5.QtWidgets.QSplitter.widget?4(int) -> QWidget +PyQt5.QtWidgets.QSplitter.count?4() -> int +PyQt5.QtWidgets.QSplitter.getRange?4(int) -> (int, int) +PyQt5.QtWidgets.QSplitter.handle?4(int) -> QSplitterHandle +PyQt5.QtWidgets.QSplitter.setStretchFactor?4(int, int) +PyQt5.QtWidgets.QSplitter.splitterMoved?4(int, int) +PyQt5.QtWidgets.QSplitter.createHandle?4() -> QSplitterHandle +PyQt5.QtWidgets.QSplitter.childEvent?4(QChildEvent) +PyQt5.QtWidgets.QSplitter.event?4(QEvent) -> bool +PyQt5.QtWidgets.QSplitter.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QSplitter.changeEvent?4(QEvent) +PyQt5.QtWidgets.QSplitter.moveSplitter?4(int, int) +PyQt5.QtWidgets.QSplitter.setRubberBand?4(int) +PyQt5.QtWidgets.QSplitter.closestLegalPosition?4(int, int) -> int +PyQt5.QtWidgets.QSplitterHandle?1(Qt.Orientation, QSplitter) +PyQt5.QtWidgets.QSplitterHandle.__init__?1(self, Qt.Orientation, QSplitter) +PyQt5.QtWidgets.QSplitterHandle.setOrientation?4(Qt.Orientation) +PyQt5.QtWidgets.QSplitterHandle.orientation?4() -> Qt.Orientation +PyQt5.QtWidgets.QSplitterHandle.opaqueResize?4() -> bool +PyQt5.QtWidgets.QSplitterHandle.splitter?4() -> QSplitter +PyQt5.QtWidgets.QSplitterHandle.sizeHint?4() -> QSize +PyQt5.QtWidgets.QSplitterHandle.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QSplitterHandle.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QSplitterHandle.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QSplitterHandle.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QSplitterHandle.event?4(QEvent) -> bool +PyQt5.QtWidgets.QSplitterHandle.moveSplitter?4(int) +PyQt5.QtWidgets.QSplitterHandle.closestLegalPosition?4(int) -> int +PyQt5.QtWidgets.QSplitterHandle.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QStackedLayout.StackingMode?10 +PyQt5.QtWidgets.QStackedLayout.StackOne?10 +PyQt5.QtWidgets.QStackedLayout.StackAll?10 +PyQt5.QtWidgets.QStackedLayout?1() +PyQt5.QtWidgets.QStackedLayout.__init__?1(self) +PyQt5.QtWidgets.QStackedLayout?1(QWidget) +PyQt5.QtWidgets.QStackedLayout.__init__?1(self, QWidget) +PyQt5.QtWidgets.QStackedLayout?1(QLayout) +PyQt5.QtWidgets.QStackedLayout.__init__?1(self, QLayout) +PyQt5.QtWidgets.QStackedLayout.addWidget?4(QWidget) -> int +PyQt5.QtWidgets.QStackedLayout.insertWidget?4(int, QWidget) -> int +PyQt5.QtWidgets.QStackedLayout.currentWidget?4() -> QWidget +PyQt5.QtWidgets.QStackedLayout.currentIndex?4() -> int +PyQt5.QtWidgets.QStackedLayout.widget?4(int) -> QWidget +PyQt5.QtWidgets.QStackedLayout.widget?4() -> QWidget +PyQt5.QtWidgets.QStackedLayout.count?4() -> int +PyQt5.QtWidgets.QStackedLayout.addItem?4(QLayoutItem) +PyQt5.QtWidgets.QStackedLayout.sizeHint?4() -> QSize +PyQt5.QtWidgets.QStackedLayout.minimumSize?4() -> QSize +PyQt5.QtWidgets.QStackedLayout.itemAt?4(int) -> QLayoutItem +PyQt5.QtWidgets.QStackedLayout.takeAt?4(int) -> QLayoutItem +PyQt5.QtWidgets.QStackedLayout.setGeometry?4(QRect) +PyQt5.QtWidgets.QStackedLayout.widgetRemoved?4(int) +PyQt5.QtWidgets.QStackedLayout.currentChanged?4(int) +PyQt5.QtWidgets.QStackedLayout.setCurrentIndex?4(int) +PyQt5.QtWidgets.QStackedLayout.setCurrentWidget?4(QWidget) +PyQt5.QtWidgets.QStackedLayout.stackingMode?4() -> QStackedLayout.StackingMode +PyQt5.QtWidgets.QStackedLayout.setStackingMode?4(QStackedLayout.StackingMode) +PyQt5.QtWidgets.QStackedLayout.hasHeightForWidth?4() -> bool +PyQt5.QtWidgets.QStackedLayout.heightForWidth?4(int) -> int +PyQt5.QtWidgets.QStackedWidget?1(QWidget parent=None) +PyQt5.QtWidgets.QStackedWidget.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QStackedWidget.addWidget?4(QWidget) -> int +PyQt5.QtWidgets.QStackedWidget.insertWidget?4(int, QWidget) -> int +PyQt5.QtWidgets.QStackedWidget.removeWidget?4(QWidget) +PyQt5.QtWidgets.QStackedWidget.currentWidget?4() -> QWidget +PyQt5.QtWidgets.QStackedWidget.currentIndex?4() -> int +PyQt5.QtWidgets.QStackedWidget.indexOf?4(QWidget) -> int +PyQt5.QtWidgets.QStackedWidget.widget?4(int) -> QWidget +PyQt5.QtWidgets.QStackedWidget.count?4() -> int +PyQt5.QtWidgets.QStackedWidget.setCurrentIndex?4(int) +PyQt5.QtWidgets.QStackedWidget.setCurrentWidget?4(QWidget) +PyQt5.QtWidgets.QStackedWidget.currentChanged?4(int) +PyQt5.QtWidgets.QStackedWidget.widgetRemoved?4(int) +PyQt5.QtWidgets.QStackedWidget.event?4(QEvent) -> bool +PyQt5.QtWidgets.QStatusBar?1(QWidget parent=None) +PyQt5.QtWidgets.QStatusBar.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QStatusBar.addWidget?4(QWidget, int stretch=0) +PyQt5.QtWidgets.QStatusBar.addPermanentWidget?4(QWidget, int stretch=0) +PyQt5.QtWidgets.QStatusBar.removeWidget?4(QWidget) +PyQt5.QtWidgets.QStatusBar.setSizeGripEnabled?4(bool) +PyQt5.QtWidgets.QStatusBar.isSizeGripEnabled?4() -> bool +PyQt5.QtWidgets.QStatusBar.currentMessage?4() -> str +PyQt5.QtWidgets.QStatusBar.insertWidget?4(int, QWidget, int stretch=0) -> int +PyQt5.QtWidgets.QStatusBar.insertPermanentWidget?4(int, QWidget, int stretch=0) -> int +PyQt5.QtWidgets.QStatusBar.showMessage?4(str, int msecs=0) +PyQt5.QtWidgets.QStatusBar.clearMessage?4() +PyQt5.QtWidgets.QStatusBar.messageChanged?4(str) +PyQt5.QtWidgets.QStatusBar.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QStatusBar.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QStatusBar.reformat?4() +PyQt5.QtWidgets.QStatusBar.hideOrShow?4() +PyQt5.QtWidgets.QStatusBar.event?4(QEvent) -> bool +PyQt5.QtWidgets.QStatusBar.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QStyle.State?1(QStyle.State) +PyQt5.QtWidgets.QStyle.State.__init__?1(self, QStyle.State) +PyQt5.QtWidgets.QStyle.State?1(int) +PyQt5.QtWidgets.QStyle.State.__init__?1(self, int) +PyQt5.QtWidgets.QStyle.State?1() +PyQt5.QtWidgets.QStyle.State.__init__?1(self) +PyQt5.QtWidgets.QStyle.SubControls?1(QStyle.SubControls) +PyQt5.QtWidgets.QStyle.SubControls.__init__?1(self, QStyle.SubControls) +PyQt5.QtWidgets.QStyle.SubControls?1(int) +PyQt5.QtWidgets.QStyle.SubControls.__init__?1(self, int) +PyQt5.QtWidgets.QStyle.SubControls?1() +PyQt5.QtWidgets.QStyle.SubControls.__init__?1(self) +PyQt5.QtWidgets.QStyledItemDelegate?1(QObject parent=None) +PyQt5.QtWidgets.QStyledItemDelegate.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QStyledItemDelegate.paint?4(QPainter, QStyleOptionViewItem, QModelIndex) +PyQt5.QtWidgets.QStyledItemDelegate.sizeHint?4(QStyleOptionViewItem, QModelIndex) -> QSize +PyQt5.QtWidgets.QStyledItemDelegate.createEditor?4(QWidget, QStyleOptionViewItem, QModelIndex) -> QWidget +PyQt5.QtWidgets.QStyledItemDelegate.setEditorData?4(QWidget, QModelIndex) +PyQt5.QtWidgets.QStyledItemDelegate.setModelData?4(QWidget, QAbstractItemModel, QModelIndex) +PyQt5.QtWidgets.QStyledItemDelegate.updateEditorGeometry?4(QWidget, QStyleOptionViewItem, QModelIndex) +PyQt5.QtWidgets.QStyledItemDelegate.itemEditorFactory?4() -> QItemEditorFactory +PyQt5.QtWidgets.QStyledItemDelegate.setItemEditorFactory?4(QItemEditorFactory) +PyQt5.QtWidgets.QStyledItemDelegate.displayText?4(QVariant, QLocale) -> str +PyQt5.QtWidgets.QStyledItemDelegate.initStyleOption?4(QStyleOptionViewItem, QModelIndex) +PyQt5.QtWidgets.QStyledItemDelegate.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QStyledItemDelegate.editorEvent?4(QEvent, QAbstractItemModel, QStyleOptionViewItem, QModelIndex) -> bool +PyQt5.QtWidgets.QStyleFactory?1() +PyQt5.QtWidgets.QStyleFactory.__init__?1(self) +PyQt5.QtWidgets.QStyleFactory?1(QStyleFactory) +PyQt5.QtWidgets.QStyleFactory.__init__?1(self, QStyleFactory) +PyQt5.QtWidgets.QStyleFactory.keys?4() -> list-of-str +PyQt5.QtWidgets.QStyleFactory.create?4(str) -> QStyle +PyQt5.QtWidgets.QStyleOption.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOption.Version?10 +PyQt5.QtWidgets.QStyleOption.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOption.Type?10 +PyQt5.QtWidgets.QStyleOption.OptionType?10 +PyQt5.QtWidgets.QStyleOption.SO_Default?10 +PyQt5.QtWidgets.QStyleOption.SO_FocusRect?10 +PyQt5.QtWidgets.QStyleOption.SO_Button?10 +PyQt5.QtWidgets.QStyleOption.SO_Tab?10 +PyQt5.QtWidgets.QStyleOption.SO_MenuItem?10 +PyQt5.QtWidgets.QStyleOption.SO_Frame?10 +PyQt5.QtWidgets.QStyleOption.SO_ProgressBar?10 +PyQt5.QtWidgets.QStyleOption.SO_ToolBox?10 +PyQt5.QtWidgets.QStyleOption.SO_Header?10 +PyQt5.QtWidgets.QStyleOption.SO_DockWidget?10 +PyQt5.QtWidgets.QStyleOption.SO_ViewItem?10 +PyQt5.QtWidgets.QStyleOption.SO_TabWidgetFrame?10 +PyQt5.QtWidgets.QStyleOption.SO_TabBarBase?10 +PyQt5.QtWidgets.QStyleOption.SO_RubberBand?10 +PyQt5.QtWidgets.QStyleOption.SO_ToolBar?10 +PyQt5.QtWidgets.QStyleOption.SO_Complex?10 +PyQt5.QtWidgets.QStyleOption.SO_Slider?10 +PyQt5.QtWidgets.QStyleOption.SO_SpinBox?10 +PyQt5.QtWidgets.QStyleOption.SO_ToolButton?10 +PyQt5.QtWidgets.QStyleOption.SO_ComboBox?10 +PyQt5.QtWidgets.QStyleOption.SO_TitleBar?10 +PyQt5.QtWidgets.QStyleOption.SO_GroupBox?10 +PyQt5.QtWidgets.QStyleOption.SO_ComplexCustomBase?10 +PyQt5.QtWidgets.QStyleOption.SO_GraphicsItem?10 +PyQt5.QtWidgets.QStyleOption.SO_SizeGrip?10 +PyQt5.QtWidgets.QStyleOption.SO_CustomBase?10 +PyQt5.QtWidgets.QStyleOption.direction?7 +PyQt5.QtWidgets.QStyleOption.fontMetrics?7 +PyQt5.QtWidgets.QStyleOption.palette?7 +PyQt5.QtWidgets.QStyleOption.rect?7 +PyQt5.QtWidgets.QStyleOption.state?7 +PyQt5.QtWidgets.QStyleOption.styleObject?7 +PyQt5.QtWidgets.QStyleOption.type?7 +PyQt5.QtWidgets.QStyleOption.version?7 +PyQt5.QtWidgets.QStyleOption?1(int version=QStyleOption.Version, int type=QStyleOption.SO_Default) +PyQt5.QtWidgets.QStyleOption.__init__?1(self, int version=QStyleOption.Version, int type=QStyleOption.SO_Default) +PyQt5.QtWidgets.QStyleOption?1(QStyleOption) +PyQt5.QtWidgets.QStyleOption.__init__?1(self, QStyleOption) +PyQt5.QtWidgets.QStyleOption.initFrom?4(QWidget) +PyQt5.QtWidgets.QStyleOptionFocusRect.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionFocusRect.Version?10 +PyQt5.QtWidgets.QStyleOptionFocusRect.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionFocusRect.Type?10 +PyQt5.QtWidgets.QStyleOptionFocusRect.backgroundColor?7 +PyQt5.QtWidgets.QStyleOptionFocusRect?1() +PyQt5.QtWidgets.QStyleOptionFocusRect.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionFocusRect?1(QStyleOptionFocusRect) +PyQt5.QtWidgets.QStyleOptionFocusRect.__init__?1(self, QStyleOptionFocusRect) +PyQt5.QtWidgets.QStyleOptionFrame.FrameFeature?10 +PyQt5.QtWidgets.QStyleOptionFrame.None?10 +PyQt5.QtWidgets.QStyleOptionFrame.Flat?10 +PyQt5.QtWidgets.QStyleOptionFrame.Rounded?10 +PyQt5.QtWidgets.QStyleOptionFrame.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionFrame.Version?10 +PyQt5.QtWidgets.QStyleOptionFrame.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionFrame.Type?10 +PyQt5.QtWidgets.QStyleOptionFrame.features?7 +PyQt5.QtWidgets.QStyleOptionFrame.frameShape?7 +PyQt5.QtWidgets.QStyleOptionFrame.lineWidth?7 +PyQt5.QtWidgets.QStyleOptionFrame.midLineWidth?7 +PyQt5.QtWidgets.QStyleOptionFrame?1() +PyQt5.QtWidgets.QStyleOptionFrame.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionFrame?1(QStyleOptionFrame) +PyQt5.QtWidgets.QStyleOptionFrame.__init__?1(self, QStyleOptionFrame) +PyQt5.QtWidgets.QStyleOptionFrame.FrameFeatures?1(QStyleOptionFrame.FrameFeatures) +PyQt5.QtWidgets.QStyleOptionFrame.FrameFeatures.__init__?1(self, QStyleOptionFrame.FrameFeatures) +PyQt5.QtWidgets.QStyleOptionFrame.FrameFeatures?1(int) +PyQt5.QtWidgets.QStyleOptionFrame.FrameFeatures.__init__?1(self, int) +PyQt5.QtWidgets.QStyleOptionFrame.FrameFeatures?1() +PyQt5.QtWidgets.QStyleOptionFrame.FrameFeatures.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.Version?10 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.Type?10 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.leftCornerWidgetSize?7 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.lineWidth?7 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.midLineWidth?7 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.rightCornerWidgetSize?7 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.selectedTabRect?7 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.shape?7 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.tabBarRect?7 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.tabBarSize?7 +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame?1() +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame?1(QStyleOptionTabWidgetFrame) +PyQt5.QtWidgets.QStyleOptionTabWidgetFrame.__init__?1(self, QStyleOptionTabWidgetFrame) +PyQt5.QtWidgets.QStyleOptionTabBarBase.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionTabBarBase.Version?10 +PyQt5.QtWidgets.QStyleOptionTabBarBase.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionTabBarBase.Type?10 +PyQt5.QtWidgets.QStyleOptionTabBarBase.documentMode?7 +PyQt5.QtWidgets.QStyleOptionTabBarBase.selectedTabRect?7 +PyQt5.QtWidgets.QStyleOptionTabBarBase.shape?7 +PyQt5.QtWidgets.QStyleOptionTabBarBase.tabBarRect?7 +PyQt5.QtWidgets.QStyleOptionTabBarBase?1() +PyQt5.QtWidgets.QStyleOptionTabBarBase.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionTabBarBase?1(QStyleOptionTabBarBase) +PyQt5.QtWidgets.QStyleOptionTabBarBase.__init__?1(self, QStyleOptionTabBarBase) +PyQt5.QtWidgets.QStyleOptionHeader.SortIndicator?10 +PyQt5.QtWidgets.QStyleOptionHeader.None?10 +PyQt5.QtWidgets.QStyleOptionHeader.SortUp?10 +PyQt5.QtWidgets.QStyleOptionHeader.SortDown?10 +PyQt5.QtWidgets.QStyleOptionHeader.SelectedPosition?10 +PyQt5.QtWidgets.QStyleOptionHeader.NotAdjacent?10 +PyQt5.QtWidgets.QStyleOptionHeader.NextIsSelected?10 +PyQt5.QtWidgets.QStyleOptionHeader.PreviousIsSelected?10 +PyQt5.QtWidgets.QStyleOptionHeader.NextAndPreviousAreSelected?10 +PyQt5.QtWidgets.QStyleOptionHeader.SectionPosition?10 +PyQt5.QtWidgets.QStyleOptionHeader.Beginning?10 +PyQt5.QtWidgets.QStyleOptionHeader.Middle?10 +PyQt5.QtWidgets.QStyleOptionHeader.End?10 +PyQt5.QtWidgets.QStyleOptionHeader.OnlyOneSection?10 +PyQt5.QtWidgets.QStyleOptionHeader.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionHeader.Version?10 +PyQt5.QtWidgets.QStyleOptionHeader.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionHeader.Type?10 +PyQt5.QtWidgets.QStyleOptionHeader.icon?7 +PyQt5.QtWidgets.QStyleOptionHeader.iconAlignment?7 +PyQt5.QtWidgets.QStyleOptionHeader.orientation?7 +PyQt5.QtWidgets.QStyleOptionHeader.position?7 +PyQt5.QtWidgets.QStyleOptionHeader.section?7 +PyQt5.QtWidgets.QStyleOptionHeader.selectedPosition?7 +PyQt5.QtWidgets.QStyleOptionHeader.sortIndicator?7 +PyQt5.QtWidgets.QStyleOptionHeader.text?7 +PyQt5.QtWidgets.QStyleOptionHeader.textAlignment?7 +PyQt5.QtWidgets.QStyleOptionHeader?1() +PyQt5.QtWidgets.QStyleOptionHeader.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionHeader?1(QStyleOptionHeader) +PyQt5.QtWidgets.QStyleOptionHeader.__init__?1(self, QStyleOptionHeader) +PyQt5.QtWidgets.QStyleOptionButton.ButtonFeature?10 +PyQt5.QtWidgets.QStyleOptionButton.None?10 +PyQt5.QtWidgets.QStyleOptionButton.Flat?10 +PyQt5.QtWidgets.QStyleOptionButton.HasMenu?10 +PyQt5.QtWidgets.QStyleOptionButton.DefaultButton?10 +PyQt5.QtWidgets.QStyleOptionButton.AutoDefaultButton?10 +PyQt5.QtWidgets.QStyleOptionButton.CommandLinkButton?10 +PyQt5.QtWidgets.QStyleOptionButton.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionButton.Version?10 +PyQt5.QtWidgets.QStyleOptionButton.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionButton.Type?10 +PyQt5.QtWidgets.QStyleOptionButton.features?7 +PyQt5.QtWidgets.QStyleOptionButton.icon?7 +PyQt5.QtWidgets.QStyleOptionButton.iconSize?7 +PyQt5.QtWidgets.QStyleOptionButton.text?7 +PyQt5.QtWidgets.QStyleOptionButton?1() +PyQt5.QtWidgets.QStyleOptionButton.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionButton?1(QStyleOptionButton) +PyQt5.QtWidgets.QStyleOptionButton.__init__?1(self, QStyleOptionButton) +PyQt5.QtWidgets.QStyleOptionButton.ButtonFeatures?1(QStyleOptionButton.ButtonFeatures) +PyQt5.QtWidgets.QStyleOptionButton.ButtonFeatures.__init__?1(self, QStyleOptionButton.ButtonFeatures) +PyQt5.QtWidgets.QStyleOptionButton.ButtonFeatures?1(int) +PyQt5.QtWidgets.QStyleOptionButton.ButtonFeatures.__init__?1(self, int) +PyQt5.QtWidgets.QStyleOptionButton.ButtonFeatures?1() +PyQt5.QtWidgets.QStyleOptionButton.ButtonFeatures.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionTab.TabFeature?10 +PyQt5.QtWidgets.QStyleOptionTab.None?10 +PyQt5.QtWidgets.QStyleOptionTab.HasFrame?10 +PyQt5.QtWidgets.QStyleOptionTab.CornerWidget?10 +PyQt5.QtWidgets.QStyleOptionTab.NoCornerWidgets?10 +PyQt5.QtWidgets.QStyleOptionTab.LeftCornerWidget?10 +PyQt5.QtWidgets.QStyleOptionTab.RightCornerWidget?10 +PyQt5.QtWidgets.QStyleOptionTab.SelectedPosition?10 +PyQt5.QtWidgets.QStyleOptionTab.NotAdjacent?10 +PyQt5.QtWidgets.QStyleOptionTab.NextIsSelected?10 +PyQt5.QtWidgets.QStyleOptionTab.PreviousIsSelected?10 +PyQt5.QtWidgets.QStyleOptionTab.TabPosition?10 +PyQt5.QtWidgets.QStyleOptionTab.Beginning?10 +PyQt5.QtWidgets.QStyleOptionTab.Middle?10 +PyQt5.QtWidgets.QStyleOptionTab.End?10 +PyQt5.QtWidgets.QStyleOptionTab.OnlyOneTab?10 +PyQt5.QtWidgets.QStyleOptionTab.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionTab.Version?10 +PyQt5.QtWidgets.QStyleOptionTab.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionTab.Type?10 +PyQt5.QtWidgets.QStyleOptionTab.cornerWidgets?7 +PyQt5.QtWidgets.QStyleOptionTab.documentMode?7 +PyQt5.QtWidgets.QStyleOptionTab.features?7 +PyQt5.QtWidgets.QStyleOptionTab.icon?7 +PyQt5.QtWidgets.QStyleOptionTab.iconSize?7 +PyQt5.QtWidgets.QStyleOptionTab.leftButtonSize?7 +PyQt5.QtWidgets.QStyleOptionTab.position?7 +PyQt5.QtWidgets.QStyleOptionTab.rightButtonSize?7 +PyQt5.QtWidgets.QStyleOptionTab.row?7 +PyQt5.QtWidgets.QStyleOptionTab.selectedPosition?7 +PyQt5.QtWidgets.QStyleOptionTab.shape?7 +PyQt5.QtWidgets.QStyleOptionTab.text?7 +PyQt5.QtWidgets.QStyleOptionTab?1() +PyQt5.QtWidgets.QStyleOptionTab.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionTab?1(QStyleOptionTab) +PyQt5.QtWidgets.QStyleOptionTab.__init__?1(self, QStyleOptionTab) +PyQt5.QtWidgets.QStyleOptionTab.CornerWidgets?1(QStyleOptionTab.CornerWidgets) +PyQt5.QtWidgets.QStyleOptionTab.CornerWidgets.__init__?1(self, QStyleOptionTab.CornerWidgets) +PyQt5.QtWidgets.QStyleOptionTab.CornerWidgets?1(int) +PyQt5.QtWidgets.QStyleOptionTab.CornerWidgets.__init__?1(self, int) +PyQt5.QtWidgets.QStyleOptionTab.CornerWidgets?1() +PyQt5.QtWidgets.QStyleOptionTab.CornerWidgets.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionTab.TabFeatures?1(QStyleOptionTab.TabFeatures) +PyQt5.QtWidgets.QStyleOptionTab.TabFeatures.__init__?1(self, QStyleOptionTab.TabFeatures) +PyQt5.QtWidgets.QStyleOptionTab.TabFeatures?1(int) +PyQt5.QtWidgets.QStyleOptionTab.TabFeatures.__init__?1(self, int) +PyQt5.QtWidgets.QStyleOptionTab.TabFeatures?1() +PyQt5.QtWidgets.QStyleOptionTab.TabFeatures.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionProgressBar.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionProgressBar.Version?10 +PyQt5.QtWidgets.QStyleOptionProgressBar.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionProgressBar.Type?10 +PyQt5.QtWidgets.QStyleOptionProgressBar.bottomToTop?7 +PyQt5.QtWidgets.QStyleOptionProgressBar.invertedAppearance?7 +PyQt5.QtWidgets.QStyleOptionProgressBar.maximum?7 +PyQt5.QtWidgets.QStyleOptionProgressBar.minimum?7 +PyQt5.QtWidgets.QStyleOptionProgressBar.orientation?7 +PyQt5.QtWidgets.QStyleOptionProgressBar.progress?7 +PyQt5.QtWidgets.QStyleOptionProgressBar.text?7 +PyQt5.QtWidgets.QStyleOptionProgressBar.textAlignment?7 +PyQt5.QtWidgets.QStyleOptionProgressBar.textVisible?7 +PyQt5.QtWidgets.QStyleOptionProgressBar?1() +PyQt5.QtWidgets.QStyleOptionProgressBar.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionProgressBar?1(QStyleOptionProgressBar) +PyQt5.QtWidgets.QStyleOptionProgressBar.__init__?1(self, QStyleOptionProgressBar) +PyQt5.QtWidgets.QStyleOptionMenuItem.CheckType?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.NotCheckable?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.Exclusive?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.NonExclusive?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.MenuItemType?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.Normal?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.DefaultItem?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.Separator?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.SubMenu?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.Scroller?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.TearOff?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.Margin?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.EmptyArea?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.Version?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.Type?10 +PyQt5.QtWidgets.QStyleOptionMenuItem.checkType?7 +PyQt5.QtWidgets.QStyleOptionMenuItem.checked?7 +PyQt5.QtWidgets.QStyleOptionMenuItem.font?7 +PyQt5.QtWidgets.QStyleOptionMenuItem.icon?7 +PyQt5.QtWidgets.QStyleOptionMenuItem.maxIconWidth?7 +PyQt5.QtWidgets.QStyleOptionMenuItem.menuHasCheckableItems?7 +PyQt5.QtWidgets.QStyleOptionMenuItem.menuItemType?7 +PyQt5.QtWidgets.QStyleOptionMenuItem.menuRect?7 +PyQt5.QtWidgets.QStyleOptionMenuItem.tabWidth?7 +PyQt5.QtWidgets.QStyleOptionMenuItem.text?7 +PyQt5.QtWidgets.QStyleOptionMenuItem?1() +PyQt5.QtWidgets.QStyleOptionMenuItem.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionMenuItem?1(QStyleOptionMenuItem) +PyQt5.QtWidgets.QStyleOptionMenuItem.__init__?1(self, QStyleOptionMenuItem) +PyQt5.QtWidgets.QStyleOptionDockWidget.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionDockWidget.Version?10 +PyQt5.QtWidgets.QStyleOptionDockWidget.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionDockWidget.Type?10 +PyQt5.QtWidgets.QStyleOptionDockWidget.closable?7 +PyQt5.QtWidgets.QStyleOptionDockWidget.floatable?7 +PyQt5.QtWidgets.QStyleOptionDockWidget.movable?7 +PyQt5.QtWidgets.QStyleOptionDockWidget.title?7 +PyQt5.QtWidgets.QStyleOptionDockWidget.verticalTitleBar?7 +PyQt5.QtWidgets.QStyleOptionDockWidget?1() +PyQt5.QtWidgets.QStyleOptionDockWidget.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionDockWidget?1(QStyleOptionDockWidget) +PyQt5.QtWidgets.QStyleOptionDockWidget.__init__?1(self, QStyleOptionDockWidget) +PyQt5.QtWidgets.QStyleOptionViewItem.ViewItemPosition?10 +PyQt5.QtWidgets.QStyleOptionViewItem.Invalid?10 +PyQt5.QtWidgets.QStyleOptionViewItem.Beginning?10 +PyQt5.QtWidgets.QStyleOptionViewItem.Middle?10 +PyQt5.QtWidgets.QStyleOptionViewItem.End?10 +PyQt5.QtWidgets.QStyleOptionViewItem.OnlyOne?10 +PyQt5.QtWidgets.QStyleOptionViewItem.ViewItemFeature?10 +PyQt5.QtWidgets.QStyleOptionViewItem.None?10 +PyQt5.QtWidgets.QStyleOptionViewItem.WrapText?10 +PyQt5.QtWidgets.QStyleOptionViewItem.Alternate?10 +PyQt5.QtWidgets.QStyleOptionViewItem.HasCheckIndicator?10 +PyQt5.QtWidgets.QStyleOptionViewItem.HasDisplay?10 +PyQt5.QtWidgets.QStyleOptionViewItem.HasDecoration?10 +PyQt5.QtWidgets.QStyleOptionViewItem.Position?10 +PyQt5.QtWidgets.QStyleOptionViewItem.Left?10 +PyQt5.QtWidgets.QStyleOptionViewItem.Right?10 +PyQt5.QtWidgets.QStyleOptionViewItem.Top?10 +PyQt5.QtWidgets.QStyleOptionViewItem.Bottom?10 +PyQt5.QtWidgets.QStyleOptionViewItem.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionViewItem.Version?10 +PyQt5.QtWidgets.QStyleOptionViewItem.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionViewItem.Type?10 +PyQt5.QtWidgets.QStyleOptionViewItem.backgroundBrush?7 +PyQt5.QtWidgets.QStyleOptionViewItem.checkState?7 +PyQt5.QtWidgets.QStyleOptionViewItem.decorationAlignment?7 +PyQt5.QtWidgets.QStyleOptionViewItem.decorationPosition?7 +PyQt5.QtWidgets.QStyleOptionViewItem.decorationSize?7 +PyQt5.QtWidgets.QStyleOptionViewItem.displayAlignment?7 +PyQt5.QtWidgets.QStyleOptionViewItem.features?7 +PyQt5.QtWidgets.QStyleOptionViewItem.font?7 +PyQt5.QtWidgets.QStyleOptionViewItem.icon?7 +PyQt5.QtWidgets.QStyleOptionViewItem.index?7 +PyQt5.QtWidgets.QStyleOptionViewItem.locale?7 +PyQt5.QtWidgets.QStyleOptionViewItem.showDecorationSelected?7 +PyQt5.QtWidgets.QStyleOptionViewItem.text?7 +PyQt5.QtWidgets.QStyleOptionViewItem.textElideMode?7 +PyQt5.QtWidgets.QStyleOptionViewItem.viewItemPosition?7 +PyQt5.QtWidgets.QStyleOptionViewItem.widget?7 +PyQt5.QtWidgets.QStyleOptionViewItem?1() +PyQt5.QtWidgets.QStyleOptionViewItem.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionViewItem?1(QStyleOptionViewItem) +PyQt5.QtWidgets.QStyleOptionViewItem.__init__?1(self, QStyleOptionViewItem) +PyQt5.QtWidgets.QStyleOptionViewItem.ViewItemFeatures?1(QStyleOptionViewItem.ViewItemFeatures) +PyQt5.QtWidgets.QStyleOptionViewItem.ViewItemFeatures.__init__?1(self, QStyleOptionViewItem.ViewItemFeatures) +PyQt5.QtWidgets.QStyleOptionViewItem.ViewItemFeatures?1(int) +PyQt5.QtWidgets.QStyleOptionViewItem.ViewItemFeatures.__init__?1(self, int) +PyQt5.QtWidgets.QStyleOptionViewItem.ViewItemFeatures?1() +PyQt5.QtWidgets.QStyleOptionViewItem.ViewItemFeatures.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionToolBox.SelectedPosition?10 +PyQt5.QtWidgets.QStyleOptionToolBox.NotAdjacent?10 +PyQt5.QtWidgets.QStyleOptionToolBox.NextIsSelected?10 +PyQt5.QtWidgets.QStyleOptionToolBox.PreviousIsSelected?10 +PyQt5.QtWidgets.QStyleOptionToolBox.TabPosition?10 +PyQt5.QtWidgets.QStyleOptionToolBox.Beginning?10 +PyQt5.QtWidgets.QStyleOptionToolBox.Middle?10 +PyQt5.QtWidgets.QStyleOptionToolBox.End?10 +PyQt5.QtWidgets.QStyleOptionToolBox.OnlyOneTab?10 +PyQt5.QtWidgets.QStyleOptionToolBox.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionToolBox.Version?10 +PyQt5.QtWidgets.QStyleOptionToolBox.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionToolBox.Type?10 +PyQt5.QtWidgets.QStyleOptionToolBox.icon?7 +PyQt5.QtWidgets.QStyleOptionToolBox.position?7 +PyQt5.QtWidgets.QStyleOptionToolBox.selectedPosition?7 +PyQt5.QtWidgets.QStyleOptionToolBox.text?7 +PyQt5.QtWidgets.QStyleOptionToolBox?1() +PyQt5.QtWidgets.QStyleOptionToolBox.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionToolBox?1(QStyleOptionToolBox) +PyQt5.QtWidgets.QStyleOptionToolBox.__init__?1(self, QStyleOptionToolBox) +PyQt5.QtWidgets.QStyleOptionRubberBand.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionRubberBand.Version?10 +PyQt5.QtWidgets.QStyleOptionRubberBand.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionRubberBand.Type?10 +PyQt5.QtWidgets.QStyleOptionRubberBand.opaque?7 +PyQt5.QtWidgets.QStyleOptionRubberBand.shape?7 +PyQt5.QtWidgets.QStyleOptionRubberBand?1() +PyQt5.QtWidgets.QStyleOptionRubberBand.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionRubberBand?1(QStyleOptionRubberBand) +PyQt5.QtWidgets.QStyleOptionRubberBand.__init__?1(self, QStyleOptionRubberBand) +PyQt5.QtWidgets.QStyleOptionComplex.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionComplex.Version?10 +PyQt5.QtWidgets.QStyleOptionComplex.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionComplex.Type?10 +PyQt5.QtWidgets.QStyleOptionComplex.activeSubControls?7 +PyQt5.QtWidgets.QStyleOptionComplex.subControls?7 +PyQt5.QtWidgets.QStyleOptionComplex?1(int version=QStyleOptionComplex.Version, int type=QStyleOption.SO_Complex) +PyQt5.QtWidgets.QStyleOptionComplex.__init__?1(self, int version=QStyleOptionComplex.Version, int type=QStyleOption.SO_Complex) +PyQt5.QtWidgets.QStyleOptionComplex?1(QStyleOptionComplex) +PyQt5.QtWidgets.QStyleOptionComplex.__init__?1(self, QStyleOptionComplex) +PyQt5.QtWidgets.QStyleOptionSlider.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionSlider.Version?10 +PyQt5.QtWidgets.QStyleOptionSlider.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionSlider.Type?10 +PyQt5.QtWidgets.QStyleOptionSlider.dialWrapping?7 +PyQt5.QtWidgets.QStyleOptionSlider.maximum?7 +PyQt5.QtWidgets.QStyleOptionSlider.minimum?7 +PyQt5.QtWidgets.QStyleOptionSlider.notchTarget?7 +PyQt5.QtWidgets.QStyleOptionSlider.orientation?7 +PyQt5.QtWidgets.QStyleOptionSlider.pageStep?7 +PyQt5.QtWidgets.QStyleOptionSlider.singleStep?7 +PyQt5.QtWidgets.QStyleOptionSlider.sliderPosition?7 +PyQt5.QtWidgets.QStyleOptionSlider.sliderValue?7 +PyQt5.QtWidgets.QStyleOptionSlider.tickInterval?7 +PyQt5.QtWidgets.QStyleOptionSlider.tickPosition?7 +PyQt5.QtWidgets.QStyleOptionSlider.upsideDown?7 +PyQt5.QtWidgets.QStyleOptionSlider?1() +PyQt5.QtWidgets.QStyleOptionSlider.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionSlider?1(QStyleOptionSlider) +PyQt5.QtWidgets.QStyleOptionSlider.__init__?1(self, QStyleOptionSlider) +PyQt5.QtWidgets.QStyleOptionSpinBox.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionSpinBox.Version?10 +PyQt5.QtWidgets.QStyleOptionSpinBox.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionSpinBox.Type?10 +PyQt5.QtWidgets.QStyleOptionSpinBox.buttonSymbols?7 +PyQt5.QtWidgets.QStyleOptionSpinBox.frame?7 +PyQt5.QtWidgets.QStyleOptionSpinBox.stepEnabled?7 +PyQt5.QtWidgets.QStyleOptionSpinBox?1() +PyQt5.QtWidgets.QStyleOptionSpinBox.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionSpinBox?1(QStyleOptionSpinBox) +PyQt5.QtWidgets.QStyleOptionSpinBox.__init__?1(self, QStyleOptionSpinBox) +PyQt5.QtWidgets.QStyleOptionToolButton.ToolButtonFeature?10 +PyQt5.QtWidgets.QStyleOptionToolButton.None?10 +PyQt5.QtWidgets.QStyleOptionToolButton.Arrow?10 +PyQt5.QtWidgets.QStyleOptionToolButton.Menu?10 +PyQt5.QtWidgets.QStyleOptionToolButton.PopupDelay?10 +PyQt5.QtWidgets.QStyleOptionToolButton.MenuButtonPopup?10 +PyQt5.QtWidgets.QStyleOptionToolButton.HasMenu?10 +PyQt5.QtWidgets.QStyleOptionToolButton.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionToolButton.Version?10 +PyQt5.QtWidgets.QStyleOptionToolButton.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionToolButton.Type?10 +PyQt5.QtWidgets.QStyleOptionToolButton.arrowType?7 +PyQt5.QtWidgets.QStyleOptionToolButton.features?7 +PyQt5.QtWidgets.QStyleOptionToolButton.font?7 +PyQt5.QtWidgets.QStyleOptionToolButton.icon?7 +PyQt5.QtWidgets.QStyleOptionToolButton.iconSize?7 +PyQt5.QtWidgets.QStyleOptionToolButton.pos?7 +PyQt5.QtWidgets.QStyleOptionToolButton.text?7 +PyQt5.QtWidgets.QStyleOptionToolButton.toolButtonStyle?7 +PyQt5.QtWidgets.QStyleOptionToolButton?1() +PyQt5.QtWidgets.QStyleOptionToolButton.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionToolButton?1(QStyleOptionToolButton) +PyQt5.QtWidgets.QStyleOptionToolButton.__init__?1(self, QStyleOptionToolButton) +PyQt5.QtWidgets.QStyleOptionToolButton.ToolButtonFeatures?1(QStyleOptionToolButton.ToolButtonFeatures) +PyQt5.QtWidgets.QStyleOptionToolButton.ToolButtonFeatures.__init__?1(self, QStyleOptionToolButton.ToolButtonFeatures) +PyQt5.QtWidgets.QStyleOptionToolButton.ToolButtonFeatures?1(int) +PyQt5.QtWidgets.QStyleOptionToolButton.ToolButtonFeatures.__init__?1(self, int) +PyQt5.QtWidgets.QStyleOptionToolButton.ToolButtonFeatures?1() +PyQt5.QtWidgets.QStyleOptionToolButton.ToolButtonFeatures.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionComboBox.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionComboBox.Version?10 +PyQt5.QtWidgets.QStyleOptionComboBox.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionComboBox.Type?10 +PyQt5.QtWidgets.QStyleOptionComboBox.currentIcon?7 +PyQt5.QtWidgets.QStyleOptionComboBox.currentText?7 +PyQt5.QtWidgets.QStyleOptionComboBox.editable?7 +PyQt5.QtWidgets.QStyleOptionComboBox.frame?7 +PyQt5.QtWidgets.QStyleOptionComboBox.iconSize?7 +PyQt5.QtWidgets.QStyleOptionComboBox.popupRect?7 +PyQt5.QtWidgets.QStyleOptionComboBox?1() +PyQt5.QtWidgets.QStyleOptionComboBox.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionComboBox?1(QStyleOptionComboBox) +PyQt5.QtWidgets.QStyleOptionComboBox.__init__?1(self, QStyleOptionComboBox) +PyQt5.QtWidgets.QStyleOptionTitleBar.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionTitleBar.Version?10 +PyQt5.QtWidgets.QStyleOptionTitleBar.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionTitleBar.Type?10 +PyQt5.QtWidgets.QStyleOptionTitleBar.icon?7 +PyQt5.QtWidgets.QStyleOptionTitleBar.text?7 +PyQt5.QtWidgets.QStyleOptionTitleBar.titleBarFlags?7 +PyQt5.QtWidgets.QStyleOptionTitleBar.titleBarState?7 +PyQt5.QtWidgets.QStyleOptionTitleBar?1() +PyQt5.QtWidgets.QStyleOptionTitleBar.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionTitleBar?1(QStyleOptionTitleBar) +PyQt5.QtWidgets.QStyleOptionTitleBar.__init__?1(self, QStyleOptionTitleBar) +PyQt5.QtWidgets.QStyleHintReturn.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleHintReturn.Version?10 +PyQt5.QtWidgets.QStyleHintReturn.StyleOptionType?10 +PyQt5.QtWidgets.QStyleHintReturn.Type?10 +PyQt5.QtWidgets.QStyleHintReturn.HintReturnType?10 +PyQt5.QtWidgets.QStyleHintReturn.SH_Default?10 +PyQt5.QtWidgets.QStyleHintReturn.SH_Mask?10 +PyQt5.QtWidgets.QStyleHintReturn.SH_Variant?10 +PyQt5.QtWidgets.QStyleHintReturn.type?7 +PyQt5.QtWidgets.QStyleHintReturn.version?7 +PyQt5.QtWidgets.QStyleHintReturn?1(int version=QStyleOption.Version, int type=QStyleHintReturn.SH_Default) +PyQt5.QtWidgets.QStyleHintReturn.__init__?1(self, int version=QStyleOption.Version, int type=QStyleHintReturn.SH_Default) +PyQt5.QtWidgets.QStyleHintReturn?1(QStyleHintReturn) +PyQt5.QtWidgets.QStyleHintReturn.__init__?1(self, QStyleHintReturn) +PyQt5.QtWidgets.QStyleHintReturnMask.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleHintReturnMask.Version?10 +PyQt5.QtWidgets.QStyleHintReturnMask.StyleOptionType?10 +PyQt5.QtWidgets.QStyleHintReturnMask.Type?10 +PyQt5.QtWidgets.QStyleHintReturnMask.region?7 +PyQt5.QtWidgets.QStyleHintReturnMask?1() +PyQt5.QtWidgets.QStyleHintReturnMask.__init__?1(self) +PyQt5.QtWidgets.QStyleHintReturnMask?1(QStyleHintReturnMask) +PyQt5.QtWidgets.QStyleHintReturnMask.__init__?1(self, QStyleHintReturnMask) +PyQt5.QtWidgets.QStyleOptionToolBar.ToolBarFeature?10 +PyQt5.QtWidgets.QStyleOptionToolBar.None?10 +PyQt5.QtWidgets.QStyleOptionToolBar.Movable?10 +PyQt5.QtWidgets.QStyleOptionToolBar.ToolBarPosition?10 +PyQt5.QtWidgets.QStyleOptionToolBar.Beginning?10 +PyQt5.QtWidgets.QStyleOptionToolBar.Middle?10 +PyQt5.QtWidgets.QStyleOptionToolBar.End?10 +PyQt5.QtWidgets.QStyleOptionToolBar.OnlyOne?10 +PyQt5.QtWidgets.QStyleOptionToolBar.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionToolBar.Version?10 +PyQt5.QtWidgets.QStyleOptionToolBar.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionToolBar.Type?10 +PyQt5.QtWidgets.QStyleOptionToolBar.features?7 +PyQt5.QtWidgets.QStyleOptionToolBar.lineWidth?7 +PyQt5.QtWidgets.QStyleOptionToolBar.midLineWidth?7 +PyQt5.QtWidgets.QStyleOptionToolBar.positionOfLine?7 +PyQt5.QtWidgets.QStyleOptionToolBar.positionWithinLine?7 +PyQt5.QtWidgets.QStyleOptionToolBar.toolBarArea?7 +PyQt5.QtWidgets.QStyleOptionToolBar?1() +PyQt5.QtWidgets.QStyleOptionToolBar.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionToolBar?1(QStyleOptionToolBar) +PyQt5.QtWidgets.QStyleOptionToolBar.__init__?1(self, QStyleOptionToolBar) +PyQt5.QtWidgets.QStyleOptionToolBar.ToolBarFeatures?1(QStyleOptionToolBar.ToolBarFeatures) +PyQt5.QtWidgets.QStyleOptionToolBar.ToolBarFeatures.__init__?1(self, QStyleOptionToolBar.ToolBarFeatures) +PyQt5.QtWidgets.QStyleOptionToolBar.ToolBarFeatures?1(int) +PyQt5.QtWidgets.QStyleOptionToolBar.ToolBarFeatures.__init__?1(self, int) +PyQt5.QtWidgets.QStyleOptionToolBar.ToolBarFeatures?1() +PyQt5.QtWidgets.QStyleOptionToolBar.ToolBarFeatures.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionGroupBox.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionGroupBox.Version?10 +PyQt5.QtWidgets.QStyleOptionGroupBox.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionGroupBox.Type?10 +PyQt5.QtWidgets.QStyleOptionGroupBox.features?7 +PyQt5.QtWidgets.QStyleOptionGroupBox.lineWidth?7 +PyQt5.QtWidgets.QStyleOptionGroupBox.midLineWidth?7 +PyQt5.QtWidgets.QStyleOptionGroupBox.text?7 +PyQt5.QtWidgets.QStyleOptionGroupBox.textAlignment?7 +PyQt5.QtWidgets.QStyleOptionGroupBox.textColor?7 +PyQt5.QtWidgets.QStyleOptionGroupBox?1() +PyQt5.QtWidgets.QStyleOptionGroupBox.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionGroupBox?1(QStyleOptionGroupBox) +PyQt5.QtWidgets.QStyleOptionGroupBox.__init__?1(self, QStyleOptionGroupBox) +PyQt5.QtWidgets.QStyleOptionSizeGrip.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionSizeGrip.Version?10 +PyQt5.QtWidgets.QStyleOptionSizeGrip.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionSizeGrip.Type?10 +PyQt5.QtWidgets.QStyleOptionSizeGrip.corner?7 +PyQt5.QtWidgets.QStyleOptionSizeGrip?1() +PyQt5.QtWidgets.QStyleOptionSizeGrip.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionSizeGrip?1(QStyleOptionSizeGrip) +PyQt5.QtWidgets.QStyleOptionSizeGrip.__init__?1(self, QStyleOptionSizeGrip) +PyQt5.QtWidgets.QStyleOptionGraphicsItem.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleOptionGraphicsItem.Version?10 +PyQt5.QtWidgets.QStyleOptionGraphicsItem.StyleOptionType?10 +PyQt5.QtWidgets.QStyleOptionGraphicsItem.Type?10 +PyQt5.QtWidgets.QStyleOptionGraphicsItem.exposedRect?7 +PyQt5.QtWidgets.QStyleOptionGraphicsItem?1() +PyQt5.QtWidgets.QStyleOptionGraphicsItem.__init__?1(self) +PyQt5.QtWidgets.QStyleOptionGraphicsItem?1(QStyleOptionGraphicsItem) +PyQt5.QtWidgets.QStyleOptionGraphicsItem.__init__?1(self, QStyleOptionGraphicsItem) +PyQt5.QtWidgets.QStyleOptionGraphicsItem.levelOfDetailFromTransform?4(QTransform) -> float +PyQt5.QtWidgets.QStyleHintReturnVariant.StyleOptionVersion?10 +PyQt5.QtWidgets.QStyleHintReturnVariant.Version?10 +PyQt5.QtWidgets.QStyleHintReturnVariant.StyleOptionType?10 +PyQt5.QtWidgets.QStyleHintReturnVariant.Type?10 +PyQt5.QtWidgets.QStyleHintReturnVariant.variant?7 +PyQt5.QtWidgets.QStyleHintReturnVariant?1() +PyQt5.QtWidgets.QStyleHintReturnVariant.__init__?1(self) +PyQt5.QtWidgets.QStyleHintReturnVariant?1(QStyleHintReturnVariant) +PyQt5.QtWidgets.QStyleHintReturnVariant.__init__?1(self, QStyleHintReturnVariant) +PyQt5.QtWidgets.QStylePainter?1() +PyQt5.QtWidgets.QStylePainter.__init__?1(self) +PyQt5.QtWidgets.QStylePainter?1(QWidget) +PyQt5.QtWidgets.QStylePainter.__init__?1(self, QWidget) +PyQt5.QtWidgets.QStylePainter?1(QPaintDevice, QWidget) +PyQt5.QtWidgets.QStylePainter.__init__?1(self, QPaintDevice, QWidget) +PyQt5.QtWidgets.QStylePainter.begin?4(QWidget) -> bool +PyQt5.QtWidgets.QStylePainter.begin?4(QPaintDevice, QWidget) -> bool +PyQt5.QtWidgets.QStylePainter.style?4() -> QStyle +PyQt5.QtWidgets.QStylePainter.drawPrimitive?4(QStyle.PrimitiveElement, QStyleOption) +PyQt5.QtWidgets.QStylePainter.drawControl?4(QStyle.ControlElement, QStyleOption) +PyQt5.QtWidgets.QStylePainter.drawComplexControl?4(QStyle.ComplexControl, QStyleOptionComplex) +PyQt5.QtWidgets.QStylePainter.drawItemText?4(QRect, int, QPalette, bool, str, QPalette.ColorRole textRole=QPalette.NoRole) +PyQt5.QtWidgets.QStylePainter.drawItemPixmap?4(QRect, int, QPixmap) +PyQt5.QtWidgets.QSystemTrayIcon.MessageIcon?10 +PyQt5.QtWidgets.QSystemTrayIcon.NoIcon?10 +PyQt5.QtWidgets.QSystemTrayIcon.Information?10 +PyQt5.QtWidgets.QSystemTrayIcon.Warning?10 +PyQt5.QtWidgets.QSystemTrayIcon.Critical?10 +PyQt5.QtWidgets.QSystemTrayIcon.ActivationReason?10 +PyQt5.QtWidgets.QSystemTrayIcon.Unknown?10 +PyQt5.QtWidgets.QSystemTrayIcon.Context?10 +PyQt5.QtWidgets.QSystemTrayIcon.DoubleClick?10 +PyQt5.QtWidgets.QSystemTrayIcon.Trigger?10 +PyQt5.QtWidgets.QSystemTrayIcon.MiddleClick?10 +PyQt5.QtWidgets.QSystemTrayIcon?1(QObject parent=None) +PyQt5.QtWidgets.QSystemTrayIcon.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QSystemTrayIcon?1(QIcon, QObject parent=None) +PyQt5.QtWidgets.QSystemTrayIcon.__init__?1(self, QIcon, QObject parent=None) +PyQt5.QtWidgets.QSystemTrayIcon.setContextMenu?4(QMenu) +PyQt5.QtWidgets.QSystemTrayIcon.contextMenu?4() -> QMenu +PyQt5.QtWidgets.QSystemTrayIcon.geometry?4() -> QRect +PyQt5.QtWidgets.QSystemTrayIcon.icon?4() -> QIcon +PyQt5.QtWidgets.QSystemTrayIcon.setIcon?4(QIcon) +PyQt5.QtWidgets.QSystemTrayIcon.toolTip?4() -> str +PyQt5.QtWidgets.QSystemTrayIcon.setToolTip?4(str) +PyQt5.QtWidgets.QSystemTrayIcon.isSystemTrayAvailable?4() -> bool +PyQt5.QtWidgets.QSystemTrayIcon.supportsMessages?4() -> bool +PyQt5.QtWidgets.QSystemTrayIcon.showMessage?4(str, str, QSystemTrayIcon.MessageIcon icon=QSystemTrayIcon.Information, int msecs=10000) +PyQt5.QtWidgets.QSystemTrayIcon.isVisible?4() -> bool +PyQt5.QtWidgets.QSystemTrayIcon.hide?4() +PyQt5.QtWidgets.QSystemTrayIcon.setVisible?4(bool) +PyQt5.QtWidgets.QSystemTrayIcon.show?4() +PyQt5.QtWidgets.QSystemTrayIcon.activated?4(QSystemTrayIcon.ActivationReason) +PyQt5.QtWidgets.QSystemTrayIcon.messageClicked?4() +PyQt5.QtWidgets.QSystemTrayIcon.event?4(QEvent) -> bool +PyQt5.QtWidgets.QTabBar.SelectionBehavior?10 +PyQt5.QtWidgets.QTabBar.SelectLeftTab?10 +PyQt5.QtWidgets.QTabBar.SelectRightTab?10 +PyQt5.QtWidgets.QTabBar.SelectPreviousTab?10 +PyQt5.QtWidgets.QTabBar.ButtonPosition?10 +PyQt5.QtWidgets.QTabBar.LeftSide?10 +PyQt5.QtWidgets.QTabBar.RightSide?10 +PyQt5.QtWidgets.QTabBar.Shape?10 +PyQt5.QtWidgets.QTabBar.RoundedNorth?10 +PyQt5.QtWidgets.QTabBar.RoundedSouth?10 +PyQt5.QtWidgets.QTabBar.RoundedWest?10 +PyQt5.QtWidgets.QTabBar.RoundedEast?10 +PyQt5.QtWidgets.QTabBar.TriangularNorth?10 +PyQt5.QtWidgets.QTabBar.TriangularSouth?10 +PyQt5.QtWidgets.QTabBar.TriangularWest?10 +PyQt5.QtWidgets.QTabBar.TriangularEast?10 +PyQt5.QtWidgets.QTabBar?1(QWidget parent=None) +PyQt5.QtWidgets.QTabBar.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QTabBar.shape?4() -> QTabBar.Shape +PyQt5.QtWidgets.QTabBar.setShape?4(QTabBar.Shape) +PyQt5.QtWidgets.QTabBar.addTab?4(str) -> int +PyQt5.QtWidgets.QTabBar.addTab?4(QIcon, str) -> int +PyQt5.QtWidgets.QTabBar.insertTab?4(int, str) -> int +PyQt5.QtWidgets.QTabBar.insertTab?4(int, QIcon, str) -> int +PyQt5.QtWidgets.QTabBar.removeTab?4(int) +PyQt5.QtWidgets.QTabBar.isTabEnabled?4(int) -> bool +PyQt5.QtWidgets.QTabBar.setTabEnabled?4(int, bool) +PyQt5.QtWidgets.QTabBar.tabText?4(int) -> str +PyQt5.QtWidgets.QTabBar.setTabText?4(int, str) +PyQt5.QtWidgets.QTabBar.tabTextColor?4(int) -> QColor +PyQt5.QtWidgets.QTabBar.setTabTextColor?4(int, QColor) +PyQt5.QtWidgets.QTabBar.tabIcon?4(int) -> QIcon +PyQt5.QtWidgets.QTabBar.setTabIcon?4(int, QIcon) +PyQt5.QtWidgets.QTabBar.setTabToolTip?4(int, str) +PyQt5.QtWidgets.QTabBar.tabToolTip?4(int) -> str +PyQt5.QtWidgets.QTabBar.setTabWhatsThis?4(int, str) +PyQt5.QtWidgets.QTabBar.tabWhatsThis?4(int) -> str +PyQt5.QtWidgets.QTabBar.setTabData?4(int, QVariant) +PyQt5.QtWidgets.QTabBar.tabData?4(int) -> QVariant +PyQt5.QtWidgets.QTabBar.tabAt?4(QPoint) -> int +PyQt5.QtWidgets.QTabBar.tabRect?4(int) -> QRect +PyQt5.QtWidgets.QTabBar.currentIndex?4() -> int +PyQt5.QtWidgets.QTabBar.count?4() -> int +PyQt5.QtWidgets.QTabBar.sizeHint?4() -> QSize +PyQt5.QtWidgets.QTabBar.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QTabBar.setDrawBase?4(bool) +PyQt5.QtWidgets.QTabBar.drawBase?4() -> bool +PyQt5.QtWidgets.QTabBar.iconSize?4() -> QSize +PyQt5.QtWidgets.QTabBar.setIconSize?4(QSize) +PyQt5.QtWidgets.QTabBar.elideMode?4() -> Qt.TextElideMode +PyQt5.QtWidgets.QTabBar.setElideMode?4(Qt.TextElideMode) +PyQt5.QtWidgets.QTabBar.setUsesScrollButtons?4(bool) +PyQt5.QtWidgets.QTabBar.usesScrollButtons?4() -> bool +PyQt5.QtWidgets.QTabBar.setCurrentIndex?4(int) +PyQt5.QtWidgets.QTabBar.currentChanged?4(int) +PyQt5.QtWidgets.QTabBar.initStyleOption?4(QStyleOptionTab, int) +PyQt5.QtWidgets.QTabBar.tabSizeHint?4(int) -> QSize +PyQt5.QtWidgets.QTabBar.tabInserted?4(int) +PyQt5.QtWidgets.QTabBar.tabRemoved?4(int) +PyQt5.QtWidgets.QTabBar.tabLayoutChange?4() +PyQt5.QtWidgets.QTabBar.event?4(QEvent) -> bool +PyQt5.QtWidgets.QTabBar.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QTabBar.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QTabBar.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QTabBar.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTabBar.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTabBar.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTabBar.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QTabBar.changeEvent?4(QEvent) +PyQt5.QtWidgets.QTabBar.moveTab?4(int, int) +PyQt5.QtWidgets.QTabBar.tabsClosable?4() -> bool +PyQt5.QtWidgets.QTabBar.setTabsClosable?4(bool) +PyQt5.QtWidgets.QTabBar.setTabButton?4(int, QTabBar.ButtonPosition, QWidget) +PyQt5.QtWidgets.QTabBar.tabButton?4(int, QTabBar.ButtonPosition) -> QWidget +PyQt5.QtWidgets.QTabBar.selectionBehaviorOnRemove?4() -> QTabBar.SelectionBehavior +PyQt5.QtWidgets.QTabBar.setSelectionBehaviorOnRemove?4(QTabBar.SelectionBehavior) +PyQt5.QtWidgets.QTabBar.expanding?4() -> bool +PyQt5.QtWidgets.QTabBar.setExpanding?4(bool) +PyQt5.QtWidgets.QTabBar.isMovable?4() -> bool +PyQt5.QtWidgets.QTabBar.setMovable?4(bool) +PyQt5.QtWidgets.QTabBar.documentMode?4() -> bool +PyQt5.QtWidgets.QTabBar.setDocumentMode?4(bool) +PyQt5.QtWidgets.QTabBar.tabCloseRequested?4(int) +PyQt5.QtWidgets.QTabBar.tabMoved?4(int, int) +PyQt5.QtWidgets.QTabBar.hideEvent?4(QHideEvent) +PyQt5.QtWidgets.QTabBar.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QTabBar.minimumTabSizeHint?4(int) -> QSize +PyQt5.QtWidgets.QTabBar.tabBarClicked?4(int) +PyQt5.QtWidgets.QTabBar.tabBarDoubleClicked?4(int) +PyQt5.QtWidgets.QTableView?1(QWidget parent=None) +PyQt5.QtWidgets.QTableView.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QTableView.setModel?4(QAbstractItemModel) +PyQt5.QtWidgets.QTableView.setRootIndex?4(QModelIndex) +PyQt5.QtWidgets.QTableView.setSelectionModel?4(QItemSelectionModel) +PyQt5.QtWidgets.QTableView.horizontalHeader?4() -> QHeaderView +PyQt5.QtWidgets.QTableView.verticalHeader?4() -> QHeaderView +PyQt5.QtWidgets.QTableView.setHorizontalHeader?4(QHeaderView) +PyQt5.QtWidgets.QTableView.setVerticalHeader?4(QHeaderView) +PyQt5.QtWidgets.QTableView.rowViewportPosition?4(int) -> int +PyQt5.QtWidgets.QTableView.setRowHeight?4(int, int) +PyQt5.QtWidgets.QTableView.rowHeight?4(int) -> int +PyQt5.QtWidgets.QTableView.rowAt?4(int) -> int +PyQt5.QtWidgets.QTableView.columnViewportPosition?4(int) -> int +PyQt5.QtWidgets.QTableView.setColumnWidth?4(int, int) +PyQt5.QtWidgets.QTableView.columnWidth?4(int) -> int +PyQt5.QtWidgets.QTableView.columnAt?4(int) -> int +PyQt5.QtWidgets.QTableView.isRowHidden?4(int) -> bool +PyQt5.QtWidgets.QTableView.setRowHidden?4(int, bool) +PyQt5.QtWidgets.QTableView.isColumnHidden?4(int) -> bool +PyQt5.QtWidgets.QTableView.setColumnHidden?4(int, bool) +PyQt5.QtWidgets.QTableView.showGrid?4() -> bool +PyQt5.QtWidgets.QTableView.setShowGrid?4(bool) +PyQt5.QtWidgets.QTableView.gridStyle?4() -> Qt.PenStyle +PyQt5.QtWidgets.QTableView.setGridStyle?4(Qt.PenStyle) +PyQt5.QtWidgets.QTableView.visualRect?4(QModelIndex) -> QRect +PyQt5.QtWidgets.QTableView.scrollTo?4(QModelIndex, QAbstractItemView.ScrollHint hint=QAbstractItemView.EnsureVisible) +PyQt5.QtWidgets.QTableView.indexAt?4(QPoint) -> QModelIndex +PyQt5.QtWidgets.QTableView.selectRow?4(int) +PyQt5.QtWidgets.QTableView.selectColumn?4(int) +PyQt5.QtWidgets.QTableView.hideRow?4(int) +PyQt5.QtWidgets.QTableView.hideColumn?4(int) +PyQt5.QtWidgets.QTableView.showRow?4(int) +PyQt5.QtWidgets.QTableView.showColumn?4(int) +PyQt5.QtWidgets.QTableView.resizeRowToContents?4(int) +PyQt5.QtWidgets.QTableView.resizeRowsToContents?4() +PyQt5.QtWidgets.QTableView.resizeColumnToContents?4(int) +PyQt5.QtWidgets.QTableView.resizeColumnsToContents?4() +PyQt5.QtWidgets.QTableView.rowMoved?4(int, int, int) +PyQt5.QtWidgets.QTableView.columnMoved?4(int, int, int) +PyQt5.QtWidgets.QTableView.rowResized?4(int, int, int) +PyQt5.QtWidgets.QTableView.columnResized?4(int, int, int) +PyQt5.QtWidgets.QTableView.rowCountChanged?4(int, int) +PyQt5.QtWidgets.QTableView.columnCountChanged?4(int, int) +PyQt5.QtWidgets.QTableView.scrollContentsBy?4(int, int) +PyQt5.QtWidgets.QTableView.viewOptions?4() -> QStyleOptionViewItem +PyQt5.QtWidgets.QTableView.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QTableView.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QTableView.horizontalOffset?4() -> int +PyQt5.QtWidgets.QTableView.verticalOffset?4() -> int +PyQt5.QtWidgets.QTableView.moveCursor?4(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) -> QModelIndex +PyQt5.QtWidgets.QTableView.setSelection?4(QRect, QItemSelectionModel.SelectionFlags) +PyQt5.QtWidgets.QTableView.visualRegionForSelection?4(QItemSelection) -> QRegion +PyQt5.QtWidgets.QTableView.selectedIndexes?4() -> list-of-QModelIndex +PyQt5.QtWidgets.QTableView.updateGeometries?4() +PyQt5.QtWidgets.QTableView.sizeHintForRow?4(int) -> int +PyQt5.QtWidgets.QTableView.sizeHintForColumn?4(int) -> int +PyQt5.QtWidgets.QTableView.verticalScrollbarAction?4(int) +PyQt5.QtWidgets.QTableView.horizontalScrollbarAction?4(int) +PyQt5.QtWidgets.QTableView.isIndexHidden?4(QModelIndex) -> bool +PyQt5.QtWidgets.QTableView.viewportSizeHint?4() -> QSize +PyQt5.QtWidgets.QTableView.setSortingEnabled?4(bool) +PyQt5.QtWidgets.QTableView.isSortingEnabled?4() -> bool +PyQt5.QtWidgets.QTableView.setSpan?4(int, int, int, int) +PyQt5.QtWidgets.QTableView.rowSpan?4(int, int) -> int +PyQt5.QtWidgets.QTableView.columnSpan?4(int, int) -> int +PyQt5.QtWidgets.QTableView.sortByColumn?4(int, Qt.SortOrder) +PyQt5.QtWidgets.QTableView.setWordWrap?4(bool) +PyQt5.QtWidgets.QTableView.wordWrap?4() -> bool +PyQt5.QtWidgets.QTableView.setCornerButtonEnabled?4(bool) +PyQt5.QtWidgets.QTableView.isCornerButtonEnabled?4() -> bool +PyQt5.QtWidgets.QTableView.clearSpans?4() +PyQt5.QtWidgets.QTableView.selectionChanged?4(QItemSelection, QItemSelection) +PyQt5.QtWidgets.QTableView.currentChanged?4(QModelIndex, QModelIndex) +PyQt5.QtWidgets.QTableWidgetSelectionRange?1() +PyQt5.QtWidgets.QTableWidgetSelectionRange.__init__?1(self) +PyQt5.QtWidgets.QTableWidgetSelectionRange?1(int, int, int, int) +PyQt5.QtWidgets.QTableWidgetSelectionRange.__init__?1(self, int, int, int, int) +PyQt5.QtWidgets.QTableWidgetSelectionRange?1(QTableWidgetSelectionRange) +PyQt5.QtWidgets.QTableWidgetSelectionRange.__init__?1(self, QTableWidgetSelectionRange) +PyQt5.QtWidgets.QTableWidgetSelectionRange.topRow?4() -> int +PyQt5.QtWidgets.QTableWidgetSelectionRange.bottomRow?4() -> int +PyQt5.QtWidgets.QTableWidgetSelectionRange.leftColumn?4() -> int +PyQt5.QtWidgets.QTableWidgetSelectionRange.rightColumn?4() -> int +PyQt5.QtWidgets.QTableWidgetSelectionRange.rowCount?4() -> int +PyQt5.QtWidgets.QTableWidgetSelectionRange.columnCount?4() -> int +PyQt5.QtWidgets.QTableWidgetItem.ItemType?10 +PyQt5.QtWidgets.QTableWidgetItem.Type?10 +PyQt5.QtWidgets.QTableWidgetItem.UserType?10 +PyQt5.QtWidgets.QTableWidgetItem?1(int type=QTableWidgetItem.Type) +PyQt5.QtWidgets.QTableWidgetItem.__init__?1(self, int type=QTableWidgetItem.Type) +PyQt5.QtWidgets.QTableWidgetItem?1(str, int type=QTableWidgetItem.Type) +PyQt5.QtWidgets.QTableWidgetItem.__init__?1(self, str, int type=QTableWidgetItem.Type) +PyQt5.QtWidgets.QTableWidgetItem?1(QIcon, str, int type=QTableWidgetItem.Type) +PyQt5.QtWidgets.QTableWidgetItem.__init__?1(self, QIcon, str, int type=QTableWidgetItem.Type) +PyQt5.QtWidgets.QTableWidgetItem?1(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidgetItem.__init__?1(self, QTableWidgetItem) +PyQt5.QtWidgets.QTableWidgetItem.clone?4() -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidgetItem.tableWidget?4() -> QTableWidget +PyQt5.QtWidgets.QTableWidgetItem.flags?4() -> Qt.ItemFlags +PyQt5.QtWidgets.QTableWidgetItem.text?4() -> str +PyQt5.QtWidgets.QTableWidgetItem.icon?4() -> QIcon +PyQt5.QtWidgets.QTableWidgetItem.statusTip?4() -> str +PyQt5.QtWidgets.QTableWidgetItem.toolTip?4() -> str +PyQt5.QtWidgets.QTableWidgetItem.whatsThis?4() -> str +PyQt5.QtWidgets.QTableWidgetItem.font?4() -> QFont +PyQt5.QtWidgets.QTableWidgetItem.textAlignment?4() -> int +PyQt5.QtWidgets.QTableWidgetItem.setTextAlignment?4(int) +PyQt5.QtWidgets.QTableWidgetItem.checkState?4() -> Qt.CheckState +PyQt5.QtWidgets.QTableWidgetItem.setCheckState?4(Qt.CheckState) +PyQt5.QtWidgets.QTableWidgetItem.data?4(int) -> QVariant +PyQt5.QtWidgets.QTableWidgetItem.setData?4(int, QVariant) +PyQt5.QtWidgets.QTableWidgetItem.read?4(QDataStream) +PyQt5.QtWidgets.QTableWidgetItem.write?4(QDataStream) +PyQt5.QtWidgets.QTableWidgetItem.type?4() -> int +PyQt5.QtWidgets.QTableWidgetItem.setFlags?4(Qt.ItemFlags) +PyQt5.QtWidgets.QTableWidgetItem.setText?4(str) +PyQt5.QtWidgets.QTableWidgetItem.setIcon?4(QIcon) +PyQt5.QtWidgets.QTableWidgetItem.setStatusTip?4(str) +PyQt5.QtWidgets.QTableWidgetItem.setToolTip?4(str) +PyQt5.QtWidgets.QTableWidgetItem.setWhatsThis?4(str) +PyQt5.QtWidgets.QTableWidgetItem.setFont?4(QFont) +PyQt5.QtWidgets.QTableWidgetItem.sizeHint?4() -> QSize +PyQt5.QtWidgets.QTableWidgetItem.setSizeHint?4(QSize) +PyQt5.QtWidgets.QTableWidgetItem.background?4() -> QBrush +PyQt5.QtWidgets.QTableWidgetItem.setBackground?4(QBrush) +PyQt5.QtWidgets.QTableWidgetItem.foreground?4() -> QBrush +PyQt5.QtWidgets.QTableWidgetItem.setForeground?4(QBrush) +PyQt5.QtWidgets.QTableWidgetItem.row?4() -> int +PyQt5.QtWidgets.QTableWidgetItem.column?4() -> int +PyQt5.QtWidgets.QTableWidgetItem.setSelected?4(bool) +PyQt5.QtWidgets.QTableWidgetItem.isSelected?4() -> bool +PyQt5.QtWidgets.QTableWidget?1(QWidget parent=None) +PyQt5.QtWidgets.QTableWidget.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QTableWidget?1(int, int, QWidget parent=None) +PyQt5.QtWidgets.QTableWidget.__init__?1(self, int, int, QWidget parent=None) +PyQt5.QtWidgets.QTableWidget.setRowCount?4(int) +PyQt5.QtWidgets.QTableWidget.rowCount?4() -> int +PyQt5.QtWidgets.QTableWidget.setColumnCount?4(int) +PyQt5.QtWidgets.QTableWidget.columnCount?4() -> int +PyQt5.QtWidgets.QTableWidget.row?4(QTableWidgetItem) -> int +PyQt5.QtWidgets.QTableWidget.column?4(QTableWidgetItem) -> int +PyQt5.QtWidgets.QTableWidget.item?4(int, int) -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.setItem?4(int, int, QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.takeItem?4(int, int) -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.verticalHeaderItem?4(int) -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.setVerticalHeaderItem?4(int, QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.takeVerticalHeaderItem?4(int) -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.horizontalHeaderItem?4(int) -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.setHorizontalHeaderItem?4(int, QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.takeHorizontalHeaderItem?4(int) -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.setVerticalHeaderLabels?4(list-of-str) +PyQt5.QtWidgets.QTableWidget.setHorizontalHeaderLabels?4(list-of-str) +PyQt5.QtWidgets.QTableWidget.currentRow?4() -> int +PyQt5.QtWidgets.QTableWidget.currentColumn?4() -> int +PyQt5.QtWidgets.QTableWidget.currentItem?4() -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.setCurrentItem?4(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.setCurrentItem?4(QTableWidgetItem, QItemSelectionModel.SelectionFlags) +PyQt5.QtWidgets.QTableWidget.setCurrentCell?4(int, int) +PyQt5.QtWidgets.QTableWidget.setCurrentCell?4(int, int, QItemSelectionModel.SelectionFlags) +PyQt5.QtWidgets.QTableWidget.sortItems?4(int, Qt.SortOrder order=Qt.AscendingOrder) +PyQt5.QtWidgets.QTableWidget.setSortingEnabled?4(bool) +PyQt5.QtWidgets.QTableWidget.isSortingEnabled?4() -> bool +PyQt5.QtWidgets.QTableWidget.editItem?4(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.openPersistentEditor?4(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.closePersistentEditor?4(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.cellWidget?4(int, int) -> QWidget +PyQt5.QtWidgets.QTableWidget.setCellWidget?4(int, int, QWidget) +PyQt5.QtWidgets.QTableWidget.removeCellWidget?4(int, int) +PyQt5.QtWidgets.QTableWidget.setRangeSelected?4(QTableWidgetSelectionRange, bool) +PyQt5.QtWidgets.QTableWidget.selectedRanges?4() -> list-of-QTableWidgetSelectionRange +PyQt5.QtWidgets.QTableWidget.selectedItems?4() -> list-of-QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.findItems?4(str, Qt.MatchFlags) -> list-of-QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.visualRow?4(int) -> int +PyQt5.QtWidgets.QTableWidget.visualColumn?4(int) -> int +PyQt5.QtWidgets.QTableWidget.itemAt?4(QPoint) -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.itemAt?4(int, int) -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.visualItemRect?4(QTableWidgetItem) -> QRect +PyQt5.QtWidgets.QTableWidget.itemPrototype?4() -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.setItemPrototype?4(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.scrollToItem?4(QTableWidgetItem, QAbstractItemView.ScrollHint hint=QAbstractItemView.EnsureVisible) +PyQt5.QtWidgets.QTableWidget.insertRow?4(int) +PyQt5.QtWidgets.QTableWidget.insertColumn?4(int) +PyQt5.QtWidgets.QTableWidget.removeRow?4(int) +PyQt5.QtWidgets.QTableWidget.removeColumn?4(int) +PyQt5.QtWidgets.QTableWidget.clear?4() +PyQt5.QtWidgets.QTableWidget.clearContents?4() +PyQt5.QtWidgets.QTableWidget.itemPressed?4(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.itemClicked?4(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.itemDoubleClicked?4(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.itemActivated?4(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.itemEntered?4(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.itemChanged?4(QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.currentItemChanged?4(QTableWidgetItem, QTableWidgetItem) +PyQt5.QtWidgets.QTableWidget.itemSelectionChanged?4() +PyQt5.QtWidgets.QTableWidget.cellPressed?4(int, int) +PyQt5.QtWidgets.QTableWidget.cellClicked?4(int, int) +PyQt5.QtWidgets.QTableWidget.cellDoubleClicked?4(int, int) +PyQt5.QtWidgets.QTableWidget.cellActivated?4(int, int) +PyQt5.QtWidgets.QTableWidget.cellEntered?4(int, int) +PyQt5.QtWidgets.QTableWidget.cellChanged?4(int, int) +PyQt5.QtWidgets.QTableWidget.currentCellChanged?4(int, int, int, int) +PyQt5.QtWidgets.QTableWidget.mimeTypes?4() -> list-of-str +PyQt5.QtWidgets.QTableWidget.mimeData?4(list-of-QTableWidgetItem) -> QMimeData +PyQt5.QtWidgets.QTableWidget.dropMimeData?4(int, int, QMimeData, Qt.DropAction) -> bool +PyQt5.QtWidgets.QTableWidget.supportedDropActions?4() -> Qt.DropActions +PyQt5.QtWidgets.QTableWidget.items?4(QMimeData) -> list-of-QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.indexFromItem?4(QTableWidgetItem) -> QModelIndex +PyQt5.QtWidgets.QTableWidget.itemFromIndex?4(QModelIndex) -> QTableWidgetItem +PyQt5.QtWidgets.QTableWidget.event?4(QEvent) -> bool +PyQt5.QtWidgets.QTableWidget.dropEvent?4(QDropEvent) +PyQt5.QtWidgets.QTabWidget.TabShape?10 +PyQt5.QtWidgets.QTabWidget.Rounded?10 +PyQt5.QtWidgets.QTabWidget.Triangular?10 +PyQt5.QtWidgets.QTabWidget.TabPosition?10 +PyQt5.QtWidgets.QTabWidget.North?10 +PyQt5.QtWidgets.QTabWidget.South?10 +PyQt5.QtWidgets.QTabWidget.West?10 +PyQt5.QtWidgets.QTabWidget.East?10 +PyQt5.QtWidgets.QTabWidget?1(QWidget parent=None) +PyQt5.QtWidgets.QTabWidget.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QTabWidget.clear?4() +PyQt5.QtWidgets.QTabWidget.addTab?4(QWidget, str) -> int +PyQt5.QtWidgets.QTabWidget.addTab?4(QWidget, QIcon, str) -> int +PyQt5.QtWidgets.QTabWidget.insertTab?4(int, QWidget, str) -> int +PyQt5.QtWidgets.QTabWidget.insertTab?4(int, QWidget, QIcon, str) -> int +PyQt5.QtWidgets.QTabWidget.removeTab?4(int) +PyQt5.QtWidgets.QTabWidget.isTabEnabled?4(int) -> bool +PyQt5.QtWidgets.QTabWidget.setTabEnabled?4(int, bool) +PyQt5.QtWidgets.QTabWidget.tabText?4(int) -> str +PyQt5.QtWidgets.QTabWidget.setTabText?4(int, str) +PyQt5.QtWidgets.QTabWidget.tabIcon?4(int) -> QIcon +PyQt5.QtWidgets.QTabWidget.setTabIcon?4(int, QIcon) +PyQt5.QtWidgets.QTabWidget.setTabToolTip?4(int, str) +PyQt5.QtWidgets.QTabWidget.tabToolTip?4(int) -> str +PyQt5.QtWidgets.QTabWidget.setTabWhatsThis?4(int, str) +PyQt5.QtWidgets.QTabWidget.tabWhatsThis?4(int) -> str +PyQt5.QtWidgets.QTabWidget.currentIndex?4() -> int +PyQt5.QtWidgets.QTabWidget.currentWidget?4() -> QWidget +PyQt5.QtWidgets.QTabWidget.widget?4(int) -> QWidget +PyQt5.QtWidgets.QTabWidget.indexOf?4(QWidget) -> int +PyQt5.QtWidgets.QTabWidget.count?4() -> int +PyQt5.QtWidgets.QTabWidget.tabPosition?4() -> QTabWidget.TabPosition +PyQt5.QtWidgets.QTabWidget.setTabPosition?4(QTabWidget.TabPosition) +PyQt5.QtWidgets.QTabWidget.tabShape?4() -> QTabWidget.TabShape +PyQt5.QtWidgets.QTabWidget.setTabShape?4(QTabWidget.TabShape) +PyQt5.QtWidgets.QTabWidget.sizeHint?4() -> QSize +PyQt5.QtWidgets.QTabWidget.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QTabWidget.setCornerWidget?4(QWidget, Qt.Corner corner=Qt.TopRightCorner) +PyQt5.QtWidgets.QTabWidget.cornerWidget?4(Qt.Corner corner=Qt.TopRightCorner) -> QWidget +PyQt5.QtWidgets.QTabWidget.setCurrentIndex?4(int) +PyQt5.QtWidgets.QTabWidget.setCurrentWidget?4(QWidget) +PyQt5.QtWidgets.QTabWidget.currentChanged?4(int) +PyQt5.QtWidgets.QTabWidget.initStyleOption?4(QStyleOptionTabWidgetFrame) +PyQt5.QtWidgets.QTabWidget.tabInserted?4(int) +PyQt5.QtWidgets.QTabWidget.tabRemoved?4(int) +PyQt5.QtWidgets.QTabWidget.event?4(QEvent) -> bool +PyQt5.QtWidgets.QTabWidget.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QTabWidget.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QTabWidget.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QTabWidget.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QTabWidget.setTabBar?4(QTabBar) +PyQt5.QtWidgets.QTabWidget.tabBar?4() -> QTabBar +PyQt5.QtWidgets.QTabWidget.changeEvent?4(QEvent) +PyQt5.QtWidgets.QTabWidget.elideMode?4() -> Qt.TextElideMode +PyQt5.QtWidgets.QTabWidget.setElideMode?4(Qt.TextElideMode) +PyQt5.QtWidgets.QTabWidget.iconSize?4() -> QSize +PyQt5.QtWidgets.QTabWidget.setIconSize?4(QSize) +PyQt5.QtWidgets.QTabWidget.usesScrollButtons?4() -> bool +PyQt5.QtWidgets.QTabWidget.setUsesScrollButtons?4(bool) +PyQt5.QtWidgets.QTabWidget.tabsClosable?4() -> bool +PyQt5.QtWidgets.QTabWidget.setTabsClosable?4(bool) +PyQt5.QtWidgets.QTabWidget.isMovable?4() -> bool +PyQt5.QtWidgets.QTabWidget.setMovable?4(bool) +PyQt5.QtWidgets.QTabWidget.documentMode?4() -> bool +PyQt5.QtWidgets.QTabWidget.setDocumentMode?4(bool) +PyQt5.QtWidgets.QTabWidget.tabCloseRequested?4(int) +PyQt5.QtWidgets.QTabWidget.heightForWidth?4(int) -> int +PyQt5.QtWidgets.QTabWidget.hasHeightForWidth?4() -> bool +PyQt5.QtWidgets.QTabWidget.tabBarClicked?4(int) +PyQt5.QtWidgets.QTabWidget.tabBarDoubleClicked?4(int) +PyQt5.QtWidgets.QTextEdit.AutoFormattingFlag?10 +PyQt5.QtWidgets.QTextEdit.AutoNone?10 +PyQt5.QtWidgets.QTextEdit.AutoBulletList?10 +PyQt5.QtWidgets.QTextEdit.AutoAll?10 +PyQt5.QtWidgets.QTextEdit.LineWrapMode?10 +PyQt5.QtWidgets.QTextEdit.NoWrap?10 +PyQt5.QtWidgets.QTextEdit.WidgetWidth?10 +PyQt5.QtWidgets.QTextEdit.FixedPixelWidth?10 +PyQt5.QtWidgets.QTextEdit.FixedColumnWidth?10 +PyQt5.QtWidgets.QTextEdit?1(QWidget parent=None) +PyQt5.QtWidgets.QTextEdit.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QTextEdit?1(str, QWidget parent=None) +PyQt5.QtWidgets.QTextEdit.__init__?1(self, str, QWidget parent=None) +PyQt5.QtWidgets.QTextEdit.setDocument?4(QTextDocument) +PyQt5.QtWidgets.QTextEdit.document?4() -> QTextDocument +PyQt5.QtWidgets.QTextEdit.setTextCursor?4(QTextCursor) +PyQt5.QtWidgets.QTextEdit.textCursor?4() -> QTextCursor +PyQt5.QtWidgets.QTextEdit.isReadOnly?4() -> bool +PyQt5.QtWidgets.QTextEdit.setReadOnly?4(bool) +PyQt5.QtWidgets.QTextEdit.fontPointSize?4() -> float +PyQt5.QtWidgets.QTextEdit.fontFamily?4() -> str +PyQt5.QtWidgets.QTextEdit.fontWeight?4() -> int +PyQt5.QtWidgets.QTextEdit.fontUnderline?4() -> bool +PyQt5.QtWidgets.QTextEdit.fontItalic?4() -> bool +PyQt5.QtWidgets.QTextEdit.textColor?4() -> QColor +PyQt5.QtWidgets.QTextEdit.currentFont?4() -> QFont +PyQt5.QtWidgets.QTextEdit.alignment?4() -> Qt.Alignment +PyQt5.QtWidgets.QTextEdit.mergeCurrentCharFormat?4(QTextCharFormat) +PyQt5.QtWidgets.QTextEdit.setCurrentCharFormat?4(QTextCharFormat) +PyQt5.QtWidgets.QTextEdit.currentCharFormat?4() -> QTextCharFormat +PyQt5.QtWidgets.QTextEdit.autoFormatting?4() -> QTextEdit.AutoFormatting +PyQt5.QtWidgets.QTextEdit.setAutoFormatting?4(QTextEdit.AutoFormatting) +PyQt5.QtWidgets.QTextEdit.tabChangesFocus?4() -> bool +PyQt5.QtWidgets.QTextEdit.setTabChangesFocus?4(bool) +PyQt5.QtWidgets.QTextEdit.setDocumentTitle?4(str) +PyQt5.QtWidgets.QTextEdit.documentTitle?4() -> str +PyQt5.QtWidgets.QTextEdit.isUndoRedoEnabled?4() -> bool +PyQt5.QtWidgets.QTextEdit.setUndoRedoEnabled?4(bool) +PyQt5.QtWidgets.QTextEdit.lineWrapMode?4() -> QTextEdit.LineWrapMode +PyQt5.QtWidgets.QTextEdit.setLineWrapMode?4(QTextEdit.LineWrapMode) +PyQt5.QtWidgets.QTextEdit.lineWrapColumnOrWidth?4() -> int +PyQt5.QtWidgets.QTextEdit.setLineWrapColumnOrWidth?4(int) +PyQt5.QtWidgets.QTextEdit.wordWrapMode?4() -> QTextOption.WrapMode +PyQt5.QtWidgets.QTextEdit.setWordWrapMode?4(QTextOption.WrapMode) +PyQt5.QtWidgets.QTextEdit.find?4(str, QTextDocument.FindFlags options=0) -> bool +PyQt5.QtWidgets.QTextEdit.toPlainText?4() -> str +PyQt5.QtWidgets.QTextEdit.toHtml?4() -> str +PyQt5.QtWidgets.QTextEdit.append?4(str) +PyQt5.QtWidgets.QTextEdit.ensureCursorVisible?4() +PyQt5.QtWidgets.QTextEdit.loadResource?4(int, QUrl) -> QVariant +PyQt5.QtWidgets.QTextEdit.createStandardContextMenu?4() -> QMenu +PyQt5.QtWidgets.QTextEdit.createStandardContextMenu?4(QPoint) -> QMenu +PyQt5.QtWidgets.QTextEdit.cursorForPosition?4(QPoint) -> QTextCursor +PyQt5.QtWidgets.QTextEdit.cursorRect?4(QTextCursor) -> QRect +PyQt5.QtWidgets.QTextEdit.cursorRect?4() -> QRect +PyQt5.QtWidgets.QTextEdit.anchorAt?4(QPoint) -> str +PyQt5.QtWidgets.QTextEdit.overwriteMode?4() -> bool +PyQt5.QtWidgets.QTextEdit.setOverwriteMode?4(bool) +PyQt5.QtWidgets.QTextEdit.tabStopWidth?4() -> int +PyQt5.QtWidgets.QTextEdit.setTabStopWidth?4(int) +PyQt5.QtWidgets.QTextEdit.acceptRichText?4() -> bool +PyQt5.QtWidgets.QTextEdit.setAcceptRichText?4(bool) +PyQt5.QtWidgets.QTextEdit.setTextInteractionFlags?4(Qt.TextInteractionFlags) +PyQt5.QtWidgets.QTextEdit.textInteractionFlags?4() -> Qt.TextInteractionFlags +PyQt5.QtWidgets.QTextEdit.setCursorWidth?4(int) +PyQt5.QtWidgets.QTextEdit.cursorWidth?4() -> int +PyQt5.QtWidgets.QTextEdit.setExtraSelections?4(list-of-QTextEdit.ExtraSelection) +PyQt5.QtWidgets.QTextEdit.extraSelections?4() -> list-of-QTextEdit.ExtraSelection +PyQt5.QtWidgets.QTextEdit.canPaste?4() -> bool +PyQt5.QtWidgets.QTextEdit.moveCursor?4(QTextCursor.MoveOperation, QTextCursor.MoveMode mode=QTextCursor.MoveAnchor) +PyQt5.QtWidgets.QTextEdit.print_?4(QPagedPaintDevice) +PyQt5.QtWidgets.QTextEdit.print?4(QPagedPaintDevice) +PyQt5.QtWidgets.QTextEdit.setFontPointSize?4(float) +PyQt5.QtWidgets.QTextEdit.setFontFamily?4(str) +PyQt5.QtWidgets.QTextEdit.setFontWeight?4(int) +PyQt5.QtWidgets.QTextEdit.setFontUnderline?4(bool) +PyQt5.QtWidgets.QTextEdit.setFontItalic?4(bool) +PyQt5.QtWidgets.QTextEdit.setText?4(str) +PyQt5.QtWidgets.QTextEdit.setTextColor?4(QColor) +PyQt5.QtWidgets.QTextEdit.setCurrentFont?4(QFont) +PyQt5.QtWidgets.QTextEdit.setAlignment?4(Qt.Alignment) +PyQt5.QtWidgets.QTextEdit.setPlainText?4(str) +PyQt5.QtWidgets.QTextEdit.setHtml?4(str) +PyQt5.QtWidgets.QTextEdit.cut?4() +PyQt5.QtWidgets.QTextEdit.copy?4() +PyQt5.QtWidgets.QTextEdit.paste?4() +PyQt5.QtWidgets.QTextEdit.clear?4() +PyQt5.QtWidgets.QTextEdit.selectAll?4() +PyQt5.QtWidgets.QTextEdit.insertPlainText?4(str) +PyQt5.QtWidgets.QTextEdit.insertHtml?4(str) +PyQt5.QtWidgets.QTextEdit.scrollToAnchor?4(str) +PyQt5.QtWidgets.QTextEdit.redo?4() +PyQt5.QtWidgets.QTextEdit.undo?4() +PyQt5.QtWidgets.QTextEdit.zoomIn?4(int range=1) +PyQt5.QtWidgets.QTextEdit.zoomOut?4(int range=1) +PyQt5.QtWidgets.QTextEdit.textChanged?4() +PyQt5.QtWidgets.QTextEdit.undoAvailable?4(bool) +PyQt5.QtWidgets.QTextEdit.redoAvailable?4(bool) +PyQt5.QtWidgets.QTextEdit.currentCharFormatChanged?4(QTextCharFormat) +PyQt5.QtWidgets.QTextEdit.copyAvailable?4(bool) +PyQt5.QtWidgets.QTextEdit.selectionChanged?4() +PyQt5.QtWidgets.QTextEdit.cursorPositionChanged?4() +PyQt5.QtWidgets.QTextEdit.event?4(QEvent) -> bool +PyQt5.QtWidgets.QTextEdit.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QTextEdit.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QTextEdit.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtWidgets.QTextEdit.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QTextEdit.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QTextEdit.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTextEdit.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTextEdit.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTextEdit.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTextEdit.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QTextEdit.contextMenuEvent?4(QContextMenuEvent) +PyQt5.QtWidgets.QTextEdit.dragEnterEvent?4(QDragEnterEvent) +PyQt5.QtWidgets.QTextEdit.dragLeaveEvent?4(QDragLeaveEvent) +PyQt5.QtWidgets.QTextEdit.dragMoveEvent?4(QDragMoveEvent) +PyQt5.QtWidgets.QTextEdit.dropEvent?4(QDropEvent) +PyQt5.QtWidgets.QTextEdit.focusInEvent?4(QFocusEvent) +PyQt5.QtWidgets.QTextEdit.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QTextEdit.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QTextEdit.changeEvent?4(QEvent) +PyQt5.QtWidgets.QTextEdit.wheelEvent?4(QWheelEvent) +PyQt5.QtWidgets.QTextEdit.createMimeDataFromSelection?4() -> QMimeData +PyQt5.QtWidgets.QTextEdit.canInsertFromMimeData?4(QMimeData) -> bool +PyQt5.QtWidgets.QTextEdit.insertFromMimeData?4(QMimeData) +PyQt5.QtWidgets.QTextEdit.inputMethodEvent?4(QInputMethodEvent) +PyQt5.QtWidgets.QTextEdit.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtWidgets.QTextEdit.scrollContentsBy?4(int, int) +PyQt5.QtWidgets.QTextEdit.textBackgroundColor?4() -> QColor +PyQt5.QtWidgets.QTextEdit.setTextBackgroundColor?4(QColor) +PyQt5.QtWidgets.QTextEdit.setPlaceholderText?4(str) +PyQt5.QtWidgets.QTextEdit.placeholderText?4() -> str +PyQt5.QtWidgets.QTextEdit.find?4(QRegExp, QTextDocument.FindFlags options=0) -> bool +PyQt5.QtWidgets.QTextEdit.inputMethodQuery?4(Qt.InputMethodQuery, QVariant) -> QVariant +PyQt5.QtWidgets.QTextBrowser?1(QWidget parent=None) +PyQt5.QtWidgets.QTextBrowser.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QTextBrowser.source?4() -> QUrl +PyQt5.QtWidgets.QTextBrowser.searchPaths?4() -> list-of-str +PyQt5.QtWidgets.QTextBrowser.setSearchPaths?4(list-of-str) +PyQt5.QtWidgets.QTextBrowser.loadResource?4(int, QUrl) -> QVariant +PyQt5.QtWidgets.QTextBrowser.setSource?4(QUrl) +PyQt5.QtWidgets.QTextBrowser.backward?4() +PyQt5.QtWidgets.QTextBrowser.forward?4() +PyQt5.QtWidgets.QTextBrowser.home?4() +PyQt5.QtWidgets.QTextBrowser.reload?4() +PyQt5.QtWidgets.QTextBrowser.backwardAvailable?4(bool) +PyQt5.QtWidgets.QTextBrowser.forwardAvailable?4(bool) +PyQt5.QtWidgets.QTextBrowser.sourceChanged?4(QUrl) +PyQt5.QtWidgets.QTextBrowser.highlighted?4(QUrl) +PyQt5.QtWidgets.QTextBrowser.highlighted?4(str) +PyQt5.QtWidgets.QTextBrowser.anchorClicked?4(QUrl) +PyQt5.QtWidgets.QTextBrowser.event?4(QEvent) -> bool +PyQt5.QtWidgets.QTextBrowser.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QTextBrowser.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTextBrowser.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTextBrowser.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTextBrowser.focusOutEvent?4(QFocusEvent) +PyQt5.QtWidgets.QTextBrowser.focusNextPrevChild?4(bool) -> bool +PyQt5.QtWidgets.QTextBrowser.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QTextBrowser.isBackwardAvailable?4() -> bool +PyQt5.QtWidgets.QTextBrowser.isForwardAvailable?4() -> bool +PyQt5.QtWidgets.QTextBrowser.clearHistory?4() +PyQt5.QtWidgets.QTextBrowser.openExternalLinks?4() -> bool +PyQt5.QtWidgets.QTextBrowser.setOpenExternalLinks?4(bool) +PyQt5.QtWidgets.QTextBrowser.openLinks?4() -> bool +PyQt5.QtWidgets.QTextBrowser.setOpenLinks?4(bool) +PyQt5.QtWidgets.QTextBrowser.historyTitle?4(int) -> str +PyQt5.QtWidgets.QTextBrowser.historyUrl?4(int) -> QUrl +PyQt5.QtWidgets.QTextBrowser.backwardHistoryCount?4() -> int +PyQt5.QtWidgets.QTextBrowser.forwardHistoryCount?4() -> int +PyQt5.QtWidgets.QTextBrowser.historyChanged?4() +PyQt5.QtWidgets.QTextEdit.ExtraSelection.cursor?7 +PyQt5.QtWidgets.QTextEdit.ExtraSelection.format?7 +PyQt5.QtWidgets.QTextEdit.ExtraSelection?1() +PyQt5.QtWidgets.QTextEdit.ExtraSelection.__init__?1(self) +PyQt5.QtWidgets.QTextEdit.ExtraSelection?1(QTextEdit.ExtraSelection) +PyQt5.QtWidgets.QTextEdit.ExtraSelection.__init__?1(self, QTextEdit.ExtraSelection) +PyQt5.QtWidgets.QTextEdit.AutoFormatting?1(QTextEdit.AutoFormatting) +PyQt5.QtWidgets.QTextEdit.AutoFormatting.__init__?1(self, QTextEdit.AutoFormatting) +PyQt5.QtWidgets.QTextEdit.AutoFormatting?1(int) +PyQt5.QtWidgets.QTextEdit.AutoFormatting.__init__?1(self, int) +PyQt5.QtWidgets.QTextEdit.AutoFormatting?1() +PyQt5.QtWidgets.QTextEdit.AutoFormatting.__init__?1(self) +PyQt5.QtWidgets.QToolBar?1(str, QWidget parent=None) +PyQt5.QtWidgets.QToolBar.__init__?1(self, str, QWidget parent=None) +PyQt5.QtWidgets.QToolBar?1(QWidget parent=None) +PyQt5.QtWidgets.QToolBar.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QToolBar.setMovable?4(bool) +PyQt5.QtWidgets.QToolBar.isMovable?4() -> bool +PyQt5.QtWidgets.QToolBar.setAllowedAreas?4(Qt.ToolBarAreas) +PyQt5.QtWidgets.QToolBar.allowedAreas?4() -> Qt.ToolBarAreas +PyQt5.QtWidgets.QToolBar.isAreaAllowed?4(Qt.ToolBarArea) -> bool +PyQt5.QtWidgets.QToolBar.setOrientation?4(Qt.Orientation) +PyQt5.QtWidgets.QToolBar.orientation?4() -> Qt.Orientation +PyQt5.QtWidgets.QToolBar.clear?4() +PyQt5.QtWidgets.QToolBar.addAction?4(QAction) +PyQt5.QtWidgets.QToolBar.addAction?4(str) -> QAction +PyQt5.QtWidgets.QToolBar.addAction?4(QIcon, str) -> QAction +PyQt5.QtWidgets.QToolBar.addAction?4(str, slot) -> QAction +PyQt5.QtWidgets.QToolBar.addAction?4(QIcon, str, slot) -> QAction +PyQt5.QtWidgets.QToolBar.addSeparator?4() -> QAction +PyQt5.QtWidgets.QToolBar.insertSeparator?4(QAction) -> QAction +PyQt5.QtWidgets.QToolBar.addWidget?4(QWidget) -> QAction +PyQt5.QtWidgets.QToolBar.insertWidget?4(QAction, QWidget) -> QAction +PyQt5.QtWidgets.QToolBar.actionGeometry?4(QAction) -> QRect +PyQt5.QtWidgets.QToolBar.actionAt?4(QPoint) -> QAction +PyQt5.QtWidgets.QToolBar.actionAt?4(int, int) -> QAction +PyQt5.QtWidgets.QToolBar.toggleViewAction?4() -> QAction +PyQt5.QtWidgets.QToolBar.iconSize?4() -> QSize +PyQt5.QtWidgets.QToolBar.toolButtonStyle?4() -> Qt.ToolButtonStyle +PyQt5.QtWidgets.QToolBar.widgetForAction?4(QAction) -> QWidget +PyQt5.QtWidgets.QToolBar.setIconSize?4(QSize) +PyQt5.QtWidgets.QToolBar.setToolButtonStyle?4(Qt.ToolButtonStyle) +PyQt5.QtWidgets.QToolBar.actionTriggered?4(QAction) +PyQt5.QtWidgets.QToolBar.movableChanged?4(bool) +PyQt5.QtWidgets.QToolBar.allowedAreasChanged?4(Qt.ToolBarAreas) +PyQt5.QtWidgets.QToolBar.orientationChanged?4(Qt.Orientation) +PyQt5.QtWidgets.QToolBar.iconSizeChanged?4(QSize) +PyQt5.QtWidgets.QToolBar.toolButtonStyleChanged?4(Qt.ToolButtonStyle) +PyQt5.QtWidgets.QToolBar.topLevelChanged?4(bool) +PyQt5.QtWidgets.QToolBar.visibilityChanged?4(bool) +PyQt5.QtWidgets.QToolBar.initStyleOption?4(QStyleOptionToolBar) +PyQt5.QtWidgets.QToolBar.actionEvent?4(QActionEvent) +PyQt5.QtWidgets.QToolBar.changeEvent?4(QEvent) +PyQt5.QtWidgets.QToolBar.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QToolBar.event?4(QEvent) -> bool +PyQt5.QtWidgets.QToolBar.isFloatable?4() -> bool +PyQt5.QtWidgets.QToolBar.setFloatable?4(bool) +PyQt5.QtWidgets.QToolBar.isFloating?4() -> bool +PyQt5.QtWidgets.QToolBox?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QToolBox.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QToolBox.addItem?4(QWidget, str) -> int +PyQt5.QtWidgets.QToolBox.addItem?4(QWidget, QIcon, str) -> int +PyQt5.QtWidgets.QToolBox.insertItem?4(int, QWidget, str) -> int +PyQt5.QtWidgets.QToolBox.insertItem?4(int, QWidget, QIcon, str) -> int +PyQt5.QtWidgets.QToolBox.removeItem?4(int) +PyQt5.QtWidgets.QToolBox.setItemEnabled?4(int, bool) +PyQt5.QtWidgets.QToolBox.isItemEnabled?4(int) -> bool +PyQt5.QtWidgets.QToolBox.setItemText?4(int, str) +PyQt5.QtWidgets.QToolBox.itemText?4(int) -> str +PyQt5.QtWidgets.QToolBox.setItemIcon?4(int, QIcon) +PyQt5.QtWidgets.QToolBox.itemIcon?4(int) -> QIcon +PyQt5.QtWidgets.QToolBox.setItemToolTip?4(int, str) +PyQt5.QtWidgets.QToolBox.itemToolTip?4(int) -> str +PyQt5.QtWidgets.QToolBox.currentIndex?4() -> int +PyQt5.QtWidgets.QToolBox.currentWidget?4() -> QWidget +PyQt5.QtWidgets.QToolBox.widget?4(int) -> QWidget +PyQt5.QtWidgets.QToolBox.indexOf?4(QWidget) -> int +PyQt5.QtWidgets.QToolBox.count?4() -> int +PyQt5.QtWidgets.QToolBox.setCurrentIndex?4(int) +PyQt5.QtWidgets.QToolBox.setCurrentWidget?4(QWidget) +PyQt5.QtWidgets.QToolBox.currentChanged?4(int) +PyQt5.QtWidgets.QToolBox.itemInserted?4(int) +PyQt5.QtWidgets.QToolBox.itemRemoved?4(int) +PyQt5.QtWidgets.QToolBox.event?4(QEvent) -> bool +PyQt5.QtWidgets.QToolBox.showEvent?4(QShowEvent) +PyQt5.QtWidgets.QToolBox.changeEvent?4(QEvent) +PyQt5.QtWidgets.QToolButton.ToolButtonPopupMode?10 +PyQt5.QtWidgets.QToolButton.DelayedPopup?10 +PyQt5.QtWidgets.QToolButton.MenuButtonPopup?10 +PyQt5.QtWidgets.QToolButton.InstantPopup?10 +PyQt5.QtWidgets.QToolButton?1(QWidget parent=None) +PyQt5.QtWidgets.QToolButton.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QToolButton.sizeHint?4() -> QSize +PyQt5.QtWidgets.QToolButton.minimumSizeHint?4() -> QSize +PyQt5.QtWidgets.QToolButton.toolButtonStyle?4() -> Qt.ToolButtonStyle +PyQt5.QtWidgets.QToolButton.arrowType?4() -> Qt.ArrowType +PyQt5.QtWidgets.QToolButton.setArrowType?4(Qt.ArrowType) +PyQt5.QtWidgets.QToolButton.setMenu?4(QMenu) +PyQt5.QtWidgets.QToolButton.menu?4() -> QMenu +PyQt5.QtWidgets.QToolButton.setPopupMode?4(QToolButton.ToolButtonPopupMode) +PyQt5.QtWidgets.QToolButton.popupMode?4() -> QToolButton.ToolButtonPopupMode +PyQt5.QtWidgets.QToolButton.defaultAction?4() -> QAction +PyQt5.QtWidgets.QToolButton.setAutoRaise?4(bool) +PyQt5.QtWidgets.QToolButton.autoRaise?4() -> bool +PyQt5.QtWidgets.QToolButton.showMenu?4() +PyQt5.QtWidgets.QToolButton.setToolButtonStyle?4(Qt.ToolButtonStyle) +PyQt5.QtWidgets.QToolButton.setDefaultAction?4(QAction) +PyQt5.QtWidgets.QToolButton.triggered?4(QAction) +PyQt5.QtWidgets.QToolButton.initStyleOption?4(QStyleOptionToolButton) +PyQt5.QtWidgets.QToolButton.event?4(QEvent) -> bool +PyQt5.QtWidgets.QToolButton.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QToolButton.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QToolButton.actionEvent?4(QActionEvent) +PyQt5.QtWidgets.QToolButton.enterEvent?4(QEvent) +PyQt5.QtWidgets.QToolButton.leaveEvent?4(QEvent) +PyQt5.QtWidgets.QToolButton.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QToolButton.changeEvent?4(QEvent) +PyQt5.QtWidgets.QToolButton.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QToolButton.nextCheckState?4() +PyQt5.QtWidgets.QToolButton.hitButton?4(QPoint) -> bool +PyQt5.QtWidgets.QToolTip?1(QToolTip) +PyQt5.QtWidgets.QToolTip.__init__?1(self, QToolTip) +PyQt5.QtWidgets.QToolTip.showText?4(QPoint, str, QWidget widget=None) +PyQt5.QtWidgets.QToolTip.showText?4(QPoint, str, QWidget, QRect) +PyQt5.QtWidgets.QToolTip.showText?4(QPoint, str, QWidget, QRect, int) +PyQt5.QtWidgets.QToolTip.palette?4() -> QPalette +PyQt5.QtWidgets.QToolTip.hideText?4() +PyQt5.QtWidgets.QToolTip.setPalette?4(QPalette) +PyQt5.QtWidgets.QToolTip.font?4() -> QFont +PyQt5.QtWidgets.QToolTip.setFont?4(QFont) +PyQt5.QtWidgets.QToolTip.isVisible?4() -> bool +PyQt5.QtWidgets.QToolTip.text?4() -> str +PyQt5.QtWidgets.QTreeView?1(QWidget parent=None) +PyQt5.QtWidgets.QTreeView.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QTreeView.setModel?4(QAbstractItemModel) +PyQt5.QtWidgets.QTreeView.setRootIndex?4(QModelIndex) +PyQt5.QtWidgets.QTreeView.setSelectionModel?4(QItemSelectionModel) +PyQt5.QtWidgets.QTreeView.header?4() -> QHeaderView +PyQt5.QtWidgets.QTreeView.setHeader?4(QHeaderView) +PyQt5.QtWidgets.QTreeView.indentation?4() -> int +PyQt5.QtWidgets.QTreeView.setIndentation?4(int) +PyQt5.QtWidgets.QTreeView.rootIsDecorated?4() -> bool +PyQt5.QtWidgets.QTreeView.setRootIsDecorated?4(bool) +PyQt5.QtWidgets.QTreeView.uniformRowHeights?4() -> bool +PyQt5.QtWidgets.QTreeView.setUniformRowHeights?4(bool) +PyQt5.QtWidgets.QTreeView.itemsExpandable?4() -> bool +PyQt5.QtWidgets.QTreeView.setItemsExpandable?4(bool) +PyQt5.QtWidgets.QTreeView.columnViewportPosition?4(int) -> int +PyQt5.QtWidgets.QTreeView.columnWidth?4(int) -> int +PyQt5.QtWidgets.QTreeView.columnAt?4(int) -> int +PyQt5.QtWidgets.QTreeView.isColumnHidden?4(int) -> bool +PyQt5.QtWidgets.QTreeView.setColumnHidden?4(int, bool) +PyQt5.QtWidgets.QTreeView.isRowHidden?4(int, QModelIndex) -> bool +PyQt5.QtWidgets.QTreeView.setRowHidden?4(int, QModelIndex, bool) +PyQt5.QtWidgets.QTreeView.isExpanded?4(QModelIndex) -> bool +PyQt5.QtWidgets.QTreeView.setExpanded?4(QModelIndex, bool) +PyQt5.QtWidgets.QTreeView.keyboardSearch?4(str) +PyQt5.QtWidgets.QTreeView.visualRect?4(QModelIndex) -> QRect +PyQt5.QtWidgets.QTreeView.scrollTo?4(QModelIndex, QAbstractItemView.ScrollHint hint=QAbstractItemView.EnsureVisible) +PyQt5.QtWidgets.QTreeView.indexAt?4(QPoint) -> QModelIndex +PyQt5.QtWidgets.QTreeView.indexAbove?4(QModelIndex) -> QModelIndex +PyQt5.QtWidgets.QTreeView.indexBelow?4(QModelIndex) -> QModelIndex +PyQt5.QtWidgets.QTreeView.reset?4() +PyQt5.QtWidgets.QTreeView.expanded?4(QModelIndex) +PyQt5.QtWidgets.QTreeView.collapsed?4(QModelIndex) +PyQt5.QtWidgets.QTreeView.dataChanged?4(QModelIndex, QModelIndex, list-of-int roles=[]) +PyQt5.QtWidgets.QTreeView.hideColumn?4(int) +PyQt5.QtWidgets.QTreeView.showColumn?4(int) +PyQt5.QtWidgets.QTreeView.expand?4(QModelIndex) +PyQt5.QtWidgets.QTreeView.expandAll?4() +PyQt5.QtWidgets.QTreeView.collapse?4(QModelIndex) +PyQt5.QtWidgets.QTreeView.collapseAll?4() +PyQt5.QtWidgets.QTreeView.resizeColumnToContents?4(int) +PyQt5.QtWidgets.QTreeView.selectAll?4() +PyQt5.QtWidgets.QTreeView.columnResized?4(int, int, int) +PyQt5.QtWidgets.QTreeView.columnCountChanged?4(int, int) +PyQt5.QtWidgets.QTreeView.columnMoved?4() +PyQt5.QtWidgets.QTreeView.reexpand?4() +PyQt5.QtWidgets.QTreeView.rowsRemoved?4(QModelIndex, int, int) +PyQt5.QtWidgets.QTreeView.scrollContentsBy?4(int, int) +PyQt5.QtWidgets.QTreeView.rowsInserted?4(QModelIndex, int, int) +PyQt5.QtWidgets.QTreeView.rowsAboutToBeRemoved?4(QModelIndex, int, int) +PyQt5.QtWidgets.QTreeView.moveCursor?4(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) -> QModelIndex +PyQt5.QtWidgets.QTreeView.horizontalOffset?4() -> int +PyQt5.QtWidgets.QTreeView.verticalOffset?4() -> int +PyQt5.QtWidgets.QTreeView.setSelection?4(QRect, QItemSelectionModel.SelectionFlags) +PyQt5.QtWidgets.QTreeView.visualRegionForSelection?4(QItemSelection) -> QRegion +PyQt5.QtWidgets.QTreeView.selectedIndexes?4() -> list-of-QModelIndex +PyQt5.QtWidgets.QTreeView.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QTreeView.timerEvent?4(QTimerEvent) +PyQt5.QtWidgets.QTreeView.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTreeView.drawRow?4(QPainter, QStyleOptionViewItem, QModelIndex) +PyQt5.QtWidgets.QTreeView.drawBranches?4(QPainter, QRect, QModelIndex) +PyQt5.QtWidgets.QTreeView.drawTree?4(QPainter, QRegion) +PyQt5.QtWidgets.QTreeView.mousePressEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTreeView.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTreeView.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtWidgets.QTreeView.keyPressEvent?4(QKeyEvent) +PyQt5.QtWidgets.QTreeView.updateGeometries?4() +PyQt5.QtWidgets.QTreeView.sizeHintForColumn?4(int) -> int +PyQt5.QtWidgets.QTreeView.indexRowSizeHint?4(QModelIndex) -> int +PyQt5.QtWidgets.QTreeView.horizontalScrollbarAction?4(int) +PyQt5.QtWidgets.QTreeView.isIndexHidden?4(QModelIndex) -> bool +PyQt5.QtWidgets.QTreeView.setColumnWidth?4(int, int) +PyQt5.QtWidgets.QTreeView.setSortingEnabled?4(bool) +PyQt5.QtWidgets.QTreeView.isSortingEnabled?4() -> bool +PyQt5.QtWidgets.QTreeView.setAnimated?4(bool) +PyQt5.QtWidgets.QTreeView.isAnimated?4() -> bool +PyQt5.QtWidgets.QTreeView.setAllColumnsShowFocus?4(bool) +PyQt5.QtWidgets.QTreeView.allColumnsShowFocus?4() -> bool +PyQt5.QtWidgets.QTreeView.sortByColumn?4(int, Qt.SortOrder) +PyQt5.QtWidgets.QTreeView.autoExpandDelay?4() -> int +PyQt5.QtWidgets.QTreeView.setAutoExpandDelay?4(int) +PyQt5.QtWidgets.QTreeView.isFirstColumnSpanned?4(int, QModelIndex) -> bool +PyQt5.QtWidgets.QTreeView.setFirstColumnSpanned?4(int, QModelIndex, bool) +PyQt5.QtWidgets.QTreeView.setWordWrap?4(bool) +PyQt5.QtWidgets.QTreeView.wordWrap?4() -> bool +PyQt5.QtWidgets.QTreeView.expandToDepth?4(int) +PyQt5.QtWidgets.QTreeView.dragMoveEvent?4(QDragMoveEvent) +PyQt5.QtWidgets.QTreeView.viewportEvent?4(QEvent) -> bool +PyQt5.QtWidgets.QTreeView.rowHeight?4(QModelIndex) -> int +PyQt5.QtWidgets.QTreeView.selectionChanged?4(QItemSelection, QItemSelection) +PyQt5.QtWidgets.QTreeView.currentChanged?4(QModelIndex, QModelIndex) +PyQt5.QtWidgets.QTreeView.expandsOnDoubleClick?4() -> bool +PyQt5.QtWidgets.QTreeView.setExpandsOnDoubleClick?4(bool) +PyQt5.QtWidgets.QTreeView.isHeaderHidden?4() -> bool +PyQt5.QtWidgets.QTreeView.setHeaderHidden?4(bool) +PyQt5.QtWidgets.QTreeView.setTreePosition?4(int) +PyQt5.QtWidgets.QTreeView.treePosition?4() -> int +PyQt5.QtWidgets.QTreeView.viewportSizeHint?4() -> QSize +PyQt5.QtWidgets.QTreeWidgetItem.ChildIndicatorPolicy?10 +PyQt5.QtWidgets.QTreeWidgetItem.ShowIndicator?10 +PyQt5.QtWidgets.QTreeWidgetItem.DontShowIndicator?10 +PyQt5.QtWidgets.QTreeWidgetItem.DontShowIndicatorWhenChildless?10 +PyQt5.QtWidgets.QTreeWidgetItem.ItemType?10 +PyQt5.QtWidgets.QTreeWidgetItem.Type?10 +PyQt5.QtWidgets.QTreeWidgetItem.UserType?10 +PyQt5.QtWidgets.QTreeWidgetItem?1(int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem.__init__?1(self, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem?1(list-of-str, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem.__init__?1(self, list-of-str, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem?1(QTreeWidget, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem.__init__?1(self, QTreeWidget, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem?1(QTreeWidget, list-of-str, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem.__init__?1(self, QTreeWidget, list-of-str, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem?1(QTreeWidget, QTreeWidgetItem, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem.__init__?1(self, QTreeWidget, QTreeWidgetItem, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem?1(QTreeWidgetItem, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem.__init__?1(self, QTreeWidgetItem, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem?1(QTreeWidgetItem, list-of-str, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem.__init__?1(self, QTreeWidgetItem, list-of-str, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem?1(QTreeWidgetItem, QTreeWidgetItem, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem.__init__?1(self, QTreeWidgetItem, QTreeWidgetItem, int type=QTreeWidgetItem.Type) +PyQt5.QtWidgets.QTreeWidgetItem?1(QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidgetItem.__init__?1(self, QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidgetItem.clone?4() -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidgetItem.treeWidget?4() -> QTreeWidget +PyQt5.QtWidgets.QTreeWidgetItem.flags?4() -> Qt.ItemFlags +PyQt5.QtWidgets.QTreeWidgetItem.text?4(int) -> str +PyQt5.QtWidgets.QTreeWidgetItem.icon?4(int) -> QIcon +PyQt5.QtWidgets.QTreeWidgetItem.statusTip?4(int) -> str +PyQt5.QtWidgets.QTreeWidgetItem.toolTip?4(int) -> str +PyQt5.QtWidgets.QTreeWidgetItem.whatsThis?4(int) -> str +PyQt5.QtWidgets.QTreeWidgetItem.font?4(int) -> QFont +PyQt5.QtWidgets.QTreeWidgetItem.textAlignment?4(int) -> int +PyQt5.QtWidgets.QTreeWidgetItem.setTextAlignment?4(int, int) +PyQt5.QtWidgets.QTreeWidgetItem.checkState?4(int) -> Qt.CheckState +PyQt5.QtWidgets.QTreeWidgetItem.setCheckState?4(int, Qt.CheckState) +PyQt5.QtWidgets.QTreeWidgetItem.data?4(int, int) -> QVariant +PyQt5.QtWidgets.QTreeWidgetItem.setData?4(int, int, QVariant) +PyQt5.QtWidgets.QTreeWidgetItem.read?4(QDataStream) +PyQt5.QtWidgets.QTreeWidgetItem.write?4(QDataStream) +PyQt5.QtWidgets.QTreeWidgetItem.parent?4() -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidgetItem.child?4(int) -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidgetItem.childCount?4() -> int +PyQt5.QtWidgets.QTreeWidgetItem.columnCount?4() -> int +PyQt5.QtWidgets.QTreeWidgetItem.addChild?4(QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidgetItem.insertChild?4(int, QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidgetItem.takeChild?4(int) -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidgetItem.type?4() -> int +PyQt5.QtWidgets.QTreeWidgetItem.setFlags?4(Qt.ItemFlags) +PyQt5.QtWidgets.QTreeWidgetItem.setText?4(int, str) +PyQt5.QtWidgets.QTreeWidgetItem.setIcon?4(int, QIcon) +PyQt5.QtWidgets.QTreeWidgetItem.setStatusTip?4(int, str) +PyQt5.QtWidgets.QTreeWidgetItem.setToolTip?4(int, str) +PyQt5.QtWidgets.QTreeWidgetItem.setWhatsThis?4(int, str) +PyQt5.QtWidgets.QTreeWidgetItem.setFont?4(int, QFont) +PyQt5.QtWidgets.QTreeWidgetItem.indexOfChild?4(QTreeWidgetItem) -> int +PyQt5.QtWidgets.QTreeWidgetItem.sizeHint?4(int) -> QSize +PyQt5.QtWidgets.QTreeWidgetItem.setSizeHint?4(int, QSize) +PyQt5.QtWidgets.QTreeWidgetItem.addChildren?4(list-of-QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidgetItem.insertChildren?4(int, list-of-QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidgetItem.takeChildren?4() -> list-of-QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidgetItem.background?4(int) -> QBrush +PyQt5.QtWidgets.QTreeWidgetItem.setBackground?4(int, QBrush) +PyQt5.QtWidgets.QTreeWidgetItem.foreground?4(int) -> QBrush +PyQt5.QtWidgets.QTreeWidgetItem.setForeground?4(int, QBrush) +PyQt5.QtWidgets.QTreeWidgetItem.sortChildren?4(int, Qt.SortOrder) +PyQt5.QtWidgets.QTreeWidgetItem.setSelected?4(bool) +PyQt5.QtWidgets.QTreeWidgetItem.isSelected?4() -> bool +PyQt5.QtWidgets.QTreeWidgetItem.setHidden?4(bool) +PyQt5.QtWidgets.QTreeWidgetItem.isHidden?4() -> bool +PyQt5.QtWidgets.QTreeWidgetItem.setExpanded?4(bool) +PyQt5.QtWidgets.QTreeWidgetItem.isExpanded?4() -> bool +PyQt5.QtWidgets.QTreeWidgetItem.setChildIndicatorPolicy?4(QTreeWidgetItem.ChildIndicatorPolicy) +PyQt5.QtWidgets.QTreeWidgetItem.childIndicatorPolicy?4() -> QTreeWidgetItem.ChildIndicatorPolicy +PyQt5.QtWidgets.QTreeWidgetItem.removeChild?4(QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidgetItem.setFirstColumnSpanned?4(bool) +PyQt5.QtWidgets.QTreeWidgetItem.isFirstColumnSpanned?4() -> bool +PyQt5.QtWidgets.QTreeWidgetItem.setDisabled?4(bool) +PyQt5.QtWidgets.QTreeWidgetItem.isDisabled?4() -> bool +PyQt5.QtWidgets.QTreeWidgetItem.emitDataChanged?4() +PyQt5.QtWidgets.QTreeWidget?1(QWidget parent=None) +PyQt5.QtWidgets.QTreeWidget.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QTreeWidget.columnCount?4() -> int +PyQt5.QtWidgets.QTreeWidget.setColumnCount?4(int) +PyQt5.QtWidgets.QTreeWidget.topLevelItem?4(int) -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.topLevelItemCount?4() -> int +PyQt5.QtWidgets.QTreeWidget.insertTopLevelItem?4(int, QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidget.addTopLevelItem?4(QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidget.takeTopLevelItem?4(int) -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.indexOfTopLevelItem?4(QTreeWidgetItem) -> int +PyQt5.QtWidgets.QTreeWidget.insertTopLevelItems?4(int, list-of-QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidget.addTopLevelItems?4(list-of-QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidget.headerItem?4() -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.setHeaderItem?4(QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidget.setHeaderLabels?4(list-of-str) +PyQt5.QtWidgets.QTreeWidget.currentItem?4() -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.currentColumn?4() -> int +PyQt5.QtWidgets.QTreeWidget.setCurrentItem?4(QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidget.setCurrentItem?4(QTreeWidgetItem, int) +PyQt5.QtWidgets.QTreeWidget.setCurrentItem?4(QTreeWidgetItem, int, QItemSelectionModel.SelectionFlags) +PyQt5.QtWidgets.QTreeWidget.itemAt?4(QPoint) -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.itemAt?4(int, int) -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.visualItemRect?4(QTreeWidgetItem) -> QRect +PyQt5.QtWidgets.QTreeWidget.sortColumn?4() -> int +PyQt5.QtWidgets.QTreeWidget.sortItems?4(int, Qt.SortOrder) +PyQt5.QtWidgets.QTreeWidget.editItem?4(QTreeWidgetItem, int column=0) +PyQt5.QtWidgets.QTreeWidget.openPersistentEditor?4(QTreeWidgetItem, int column=0) +PyQt5.QtWidgets.QTreeWidget.closePersistentEditor?4(QTreeWidgetItem, int column=0) +PyQt5.QtWidgets.QTreeWidget.itemWidget?4(QTreeWidgetItem, int) -> QWidget +PyQt5.QtWidgets.QTreeWidget.setItemWidget?4(QTreeWidgetItem, int, QWidget) +PyQt5.QtWidgets.QTreeWidget.selectedItems?4() -> list-of-QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.findItems?4(str, Qt.MatchFlags, int column=0) -> list-of-QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.scrollToItem?4(QTreeWidgetItem, QAbstractItemView.ScrollHint hint=QAbstractItemView.EnsureVisible) +PyQt5.QtWidgets.QTreeWidget.expandItem?4(QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidget.collapseItem?4(QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidget.clear?4() +PyQt5.QtWidgets.QTreeWidget.itemPressed?4(QTreeWidgetItem, int) +PyQt5.QtWidgets.QTreeWidget.itemClicked?4(QTreeWidgetItem, int) +PyQt5.QtWidgets.QTreeWidget.itemDoubleClicked?4(QTreeWidgetItem, int) +PyQt5.QtWidgets.QTreeWidget.itemActivated?4(QTreeWidgetItem, int) +PyQt5.QtWidgets.QTreeWidget.itemEntered?4(QTreeWidgetItem, int) +PyQt5.QtWidgets.QTreeWidget.itemChanged?4(QTreeWidgetItem, int) +PyQt5.QtWidgets.QTreeWidget.itemExpanded?4(QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidget.itemCollapsed?4(QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidget.currentItemChanged?4(QTreeWidgetItem, QTreeWidgetItem) +PyQt5.QtWidgets.QTreeWidget.itemSelectionChanged?4() +PyQt5.QtWidgets.QTreeWidget.mimeTypes?4() -> list-of-str +PyQt5.QtWidgets.QTreeWidget.mimeData?4(list-of-QTreeWidgetItem) -> QMimeData +PyQt5.QtWidgets.QTreeWidget.dropMimeData?4(QTreeWidgetItem, int, QMimeData, Qt.DropAction) -> bool +PyQt5.QtWidgets.QTreeWidget.supportedDropActions?4() -> Qt.DropActions +PyQt5.QtWidgets.QTreeWidget.indexFromItem?4(QTreeWidgetItem, int column=0) -> QModelIndex +PyQt5.QtWidgets.QTreeWidget.itemFromIndex?4(QModelIndex) -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.event?4(QEvent) -> bool +PyQt5.QtWidgets.QTreeWidget.dropEvent?4(QDropEvent) +PyQt5.QtWidgets.QTreeWidget.invisibleRootItem?4() -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.setHeaderLabel?4(str) +PyQt5.QtWidgets.QTreeWidget.isFirstItemColumnSpanned?4(QTreeWidgetItem) -> bool +PyQt5.QtWidgets.QTreeWidget.setFirstItemColumnSpanned?4(QTreeWidgetItem, bool) +PyQt5.QtWidgets.QTreeWidget.itemAbove?4(QTreeWidgetItem) -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.itemBelow?4(QTreeWidgetItem) -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidget.removeItemWidget?4(QTreeWidgetItem, int) +PyQt5.QtWidgets.QTreeWidget.setSelectionModel?4(QItemSelectionModel) +PyQt5.QtWidgets.QTreeWidgetItemIterator.IteratorFlag?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.All?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.Hidden?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.NotHidden?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.Selected?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.Unselected?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.Selectable?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.NotSelectable?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.DragEnabled?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.DragDisabled?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.DropEnabled?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.DropDisabled?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.HasChildren?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.NoChildren?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.Checked?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.NotChecked?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.Enabled?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.Disabled?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.Editable?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.NotEditable?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator.UserFlag?10 +PyQt5.QtWidgets.QTreeWidgetItemIterator?1(QTreeWidgetItemIterator) +PyQt5.QtWidgets.QTreeWidgetItemIterator.__init__?1(self, QTreeWidgetItemIterator) +PyQt5.QtWidgets.QTreeWidgetItemIterator?1(QTreeWidget, QTreeWidgetItemIterator.IteratorFlags flags=QTreeWidgetItemIterator.All) +PyQt5.QtWidgets.QTreeWidgetItemIterator.__init__?1(self, QTreeWidget, QTreeWidgetItemIterator.IteratorFlags flags=QTreeWidgetItemIterator.All) +PyQt5.QtWidgets.QTreeWidgetItemIterator?1(QTreeWidgetItem, QTreeWidgetItemIterator.IteratorFlags flags=QTreeWidgetItemIterator.All) +PyQt5.QtWidgets.QTreeWidgetItemIterator.__init__?1(self, QTreeWidgetItem, QTreeWidgetItemIterator.IteratorFlags flags=QTreeWidgetItemIterator.All) +PyQt5.QtWidgets.QTreeWidgetItemIterator.value?4() -> QTreeWidgetItem +PyQt5.QtWidgets.QTreeWidgetItemIterator.IteratorFlags?1(QTreeWidgetItemIterator.IteratorFlags) +PyQt5.QtWidgets.QTreeWidgetItemIterator.IteratorFlags.__init__?1(self, QTreeWidgetItemIterator.IteratorFlags) +PyQt5.QtWidgets.QTreeWidgetItemIterator.IteratorFlags?1(int) +PyQt5.QtWidgets.QTreeWidgetItemIterator.IteratorFlags.__init__?1(self, int) +PyQt5.QtWidgets.QTreeWidgetItemIterator.IteratorFlags?1() +PyQt5.QtWidgets.QTreeWidgetItemIterator.IteratorFlags.__init__?1(self) +PyQt5.QtWidgets.QUndoGroup?1(QObject parent=None) +PyQt5.QtWidgets.QUndoGroup.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QUndoGroup.addStack?4(QUndoStack) +PyQt5.QtWidgets.QUndoGroup.removeStack?4(QUndoStack) +PyQt5.QtWidgets.QUndoGroup.stacks?4() -> list-of-QUndoStack +PyQt5.QtWidgets.QUndoGroup.activeStack?4() -> QUndoStack +PyQt5.QtWidgets.QUndoGroup.createRedoAction?4(QObject, str prefix='') -> QAction +PyQt5.QtWidgets.QUndoGroup.createUndoAction?4(QObject, str prefix='') -> QAction +PyQt5.QtWidgets.QUndoGroup.canUndo?4() -> bool +PyQt5.QtWidgets.QUndoGroup.canRedo?4() -> bool +PyQt5.QtWidgets.QUndoGroup.undoText?4() -> str +PyQt5.QtWidgets.QUndoGroup.redoText?4() -> str +PyQt5.QtWidgets.QUndoGroup.isClean?4() -> bool +PyQt5.QtWidgets.QUndoGroup.redo?4() +PyQt5.QtWidgets.QUndoGroup.setActiveStack?4(QUndoStack) +PyQt5.QtWidgets.QUndoGroup.undo?4() +PyQt5.QtWidgets.QUndoGroup.activeStackChanged?4(QUndoStack) +PyQt5.QtWidgets.QUndoGroup.canRedoChanged?4(bool) +PyQt5.QtWidgets.QUndoGroup.canUndoChanged?4(bool) +PyQt5.QtWidgets.QUndoGroup.cleanChanged?4(bool) +PyQt5.QtWidgets.QUndoGroup.indexChanged?4(int) +PyQt5.QtWidgets.QUndoGroup.redoTextChanged?4(str) +PyQt5.QtWidgets.QUndoGroup.undoTextChanged?4(str) +PyQt5.QtWidgets.QUndoCommand?1(QUndoCommand parent=None) +PyQt5.QtWidgets.QUndoCommand.__init__?1(self, QUndoCommand parent=None) +PyQt5.QtWidgets.QUndoCommand?1(str, QUndoCommand parent=None) +PyQt5.QtWidgets.QUndoCommand.__init__?1(self, str, QUndoCommand parent=None) +PyQt5.QtWidgets.QUndoCommand.id?4() -> int +PyQt5.QtWidgets.QUndoCommand.mergeWith?4(QUndoCommand) -> bool +PyQt5.QtWidgets.QUndoCommand.redo?4() +PyQt5.QtWidgets.QUndoCommand.setText?4(str) +PyQt5.QtWidgets.QUndoCommand.text?4() -> str +PyQt5.QtWidgets.QUndoCommand.undo?4() +PyQt5.QtWidgets.QUndoCommand.childCount?4() -> int +PyQt5.QtWidgets.QUndoCommand.child?4(int) -> QUndoCommand +PyQt5.QtWidgets.QUndoCommand.actionText?4() -> str +PyQt5.QtWidgets.QUndoStack?1(QObject parent=None) +PyQt5.QtWidgets.QUndoStack.__init__?1(self, QObject parent=None) +PyQt5.QtWidgets.QUndoStack.clear?4() +PyQt5.QtWidgets.QUndoStack.push?4(QUndoCommand) +PyQt5.QtWidgets.QUndoStack.canUndo?4() -> bool +PyQt5.QtWidgets.QUndoStack.canRedo?4() -> bool +PyQt5.QtWidgets.QUndoStack.undoText?4() -> str +PyQt5.QtWidgets.QUndoStack.redoText?4() -> str +PyQt5.QtWidgets.QUndoStack.count?4() -> int +PyQt5.QtWidgets.QUndoStack.index?4() -> int +PyQt5.QtWidgets.QUndoStack.text?4(int) -> str +PyQt5.QtWidgets.QUndoStack.createUndoAction?4(QObject, str prefix='') -> QAction +PyQt5.QtWidgets.QUndoStack.createRedoAction?4(QObject, str prefix='') -> QAction +PyQt5.QtWidgets.QUndoStack.isActive?4() -> bool +PyQt5.QtWidgets.QUndoStack.isClean?4() -> bool +PyQt5.QtWidgets.QUndoStack.cleanIndex?4() -> int +PyQt5.QtWidgets.QUndoStack.beginMacro?4(str) +PyQt5.QtWidgets.QUndoStack.endMacro?4() +PyQt5.QtWidgets.QUndoStack.redo?4() +PyQt5.QtWidgets.QUndoStack.setActive?4(bool active=True) +PyQt5.QtWidgets.QUndoStack.setClean?4() +PyQt5.QtWidgets.QUndoStack.setIndex?4(int) +PyQt5.QtWidgets.QUndoStack.undo?4() +PyQt5.QtWidgets.QUndoStack.canRedoChanged?4(bool) +PyQt5.QtWidgets.QUndoStack.canUndoChanged?4(bool) +PyQt5.QtWidgets.QUndoStack.cleanChanged?4(bool) +PyQt5.QtWidgets.QUndoStack.indexChanged?4(int) +PyQt5.QtWidgets.QUndoStack.redoTextChanged?4(str) +PyQt5.QtWidgets.QUndoStack.undoTextChanged?4(str) +PyQt5.QtWidgets.QUndoStack.setUndoLimit?4(int) +PyQt5.QtWidgets.QUndoStack.undoLimit?4() -> int +PyQt5.QtWidgets.QUndoStack.command?4(int) -> QUndoCommand +PyQt5.QtWidgets.QUndoView?1(QWidget parent=None) +PyQt5.QtWidgets.QUndoView.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QUndoView?1(QUndoStack, QWidget parent=None) +PyQt5.QtWidgets.QUndoView.__init__?1(self, QUndoStack, QWidget parent=None) +PyQt5.QtWidgets.QUndoView?1(QUndoGroup, QWidget parent=None) +PyQt5.QtWidgets.QUndoView.__init__?1(self, QUndoGroup, QWidget parent=None) +PyQt5.QtWidgets.QUndoView.stack?4() -> QUndoStack +PyQt5.QtWidgets.QUndoView.group?4() -> QUndoGroup +PyQt5.QtWidgets.QUndoView.setEmptyLabel?4(str) +PyQt5.QtWidgets.QUndoView.emptyLabel?4() -> str +PyQt5.QtWidgets.QUndoView.setCleanIcon?4(QIcon) +PyQt5.QtWidgets.QUndoView.cleanIcon?4() -> QIcon +PyQt5.QtWidgets.QUndoView.setStack?4(QUndoStack) +PyQt5.QtWidgets.QUndoView.setGroup?4(QUndoGroup) +PyQt5.QtWidgets.QWhatsThis?1(QWhatsThis) +PyQt5.QtWidgets.QWhatsThis.__init__?1(self, QWhatsThis) +PyQt5.QtWidgets.QWhatsThis.enterWhatsThisMode?4() +PyQt5.QtWidgets.QWhatsThis.inWhatsThisMode?4() -> bool +PyQt5.QtWidgets.QWhatsThis.leaveWhatsThisMode?4() +PyQt5.QtWidgets.QWhatsThis.showText?4(QPoint, str, QWidget widget=None) +PyQt5.QtWidgets.QWhatsThis.hideText?4() +PyQt5.QtWidgets.QWhatsThis.createAction?4(QObject parent=None) -> QAction +PyQt5.QtWidgets.QWidget.RenderFlags?1(QWidget.RenderFlags) +PyQt5.QtWidgets.QWidget.RenderFlags.__init__?1(self, QWidget.RenderFlags) +PyQt5.QtWidgets.QWidget.RenderFlags?1(int) +PyQt5.QtWidgets.QWidget.RenderFlags.__init__?1(self, int) +PyQt5.QtWidgets.QWidget.RenderFlags?1() +PyQt5.QtWidgets.QWidget.RenderFlags.__init__?1(self) +PyQt5.QtWidgets.QWidgetAction?1(QObject) +PyQt5.QtWidgets.QWidgetAction.__init__?1(self, QObject) +PyQt5.QtWidgets.QWidgetAction.setDefaultWidget?4(QWidget) +PyQt5.QtWidgets.QWidgetAction.defaultWidget?4() -> QWidget +PyQt5.QtWidgets.QWidgetAction.requestWidget?4(QWidget) -> QWidget +PyQt5.QtWidgets.QWidgetAction.releaseWidget?4(QWidget) +PyQt5.QtWidgets.QWidgetAction.event?4(QEvent) -> bool +PyQt5.QtWidgets.QWidgetAction.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtWidgets.QWidgetAction.createWidget?4(QWidget) -> QWidget +PyQt5.QtWidgets.QWidgetAction.deleteWidget?4(QWidget) +PyQt5.QtWidgets.QWidgetAction.createdWidgets?4() -> list-of-QWidget +PyQt5.QtWidgets.QWizard.WizardOption?10 +PyQt5.QtWidgets.QWizard.IndependentPages?10 +PyQt5.QtWidgets.QWizard.IgnoreSubTitles?10 +PyQt5.QtWidgets.QWizard.ExtendedWatermarkPixmap?10 +PyQt5.QtWidgets.QWizard.NoDefaultButton?10 +PyQt5.QtWidgets.QWizard.NoBackButtonOnStartPage?10 +PyQt5.QtWidgets.QWizard.NoBackButtonOnLastPage?10 +PyQt5.QtWidgets.QWizard.DisabledBackButtonOnLastPage?10 +PyQt5.QtWidgets.QWizard.HaveNextButtonOnLastPage?10 +PyQt5.QtWidgets.QWizard.HaveFinishButtonOnEarlyPages?10 +PyQt5.QtWidgets.QWizard.NoCancelButton?10 +PyQt5.QtWidgets.QWizard.CancelButtonOnLeft?10 +PyQt5.QtWidgets.QWizard.HaveHelpButton?10 +PyQt5.QtWidgets.QWizard.HelpButtonOnRight?10 +PyQt5.QtWidgets.QWizard.HaveCustomButton1?10 +PyQt5.QtWidgets.QWizard.HaveCustomButton2?10 +PyQt5.QtWidgets.QWizard.HaveCustomButton3?10 +PyQt5.QtWidgets.QWizard.NoCancelButtonOnLastPage?10 +PyQt5.QtWidgets.QWizard.WizardStyle?10 +PyQt5.QtWidgets.QWizard.ClassicStyle?10 +PyQt5.QtWidgets.QWizard.ModernStyle?10 +PyQt5.QtWidgets.QWizard.MacStyle?10 +PyQt5.QtWidgets.QWizard.AeroStyle?10 +PyQt5.QtWidgets.QWizard.WizardPixmap?10 +PyQt5.QtWidgets.QWizard.WatermarkPixmap?10 +PyQt5.QtWidgets.QWizard.LogoPixmap?10 +PyQt5.QtWidgets.QWizard.BannerPixmap?10 +PyQt5.QtWidgets.QWizard.BackgroundPixmap?10 +PyQt5.QtWidgets.QWizard.WizardButton?10 +PyQt5.QtWidgets.QWizard.BackButton?10 +PyQt5.QtWidgets.QWizard.NextButton?10 +PyQt5.QtWidgets.QWizard.CommitButton?10 +PyQt5.QtWidgets.QWizard.FinishButton?10 +PyQt5.QtWidgets.QWizard.CancelButton?10 +PyQt5.QtWidgets.QWizard.HelpButton?10 +PyQt5.QtWidgets.QWizard.CustomButton1?10 +PyQt5.QtWidgets.QWizard.CustomButton2?10 +PyQt5.QtWidgets.QWizard.CustomButton3?10 +PyQt5.QtWidgets.QWizard.Stretch?10 +PyQt5.QtWidgets.QWizard?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QWizard.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtWidgets.QWizard.addPage?4(QWizardPage) -> int +PyQt5.QtWidgets.QWizard.setPage?4(int, QWizardPage) +PyQt5.QtWidgets.QWizard.page?4(int) -> QWizardPage +PyQt5.QtWidgets.QWizard.hasVisitedPage?4(int) -> bool +PyQt5.QtWidgets.QWizard.visitedPages?4() -> list-of-int +PyQt5.QtWidgets.QWizard.setStartId?4(int) +PyQt5.QtWidgets.QWizard.startId?4() -> int +PyQt5.QtWidgets.QWizard.currentPage?4() -> QWizardPage +PyQt5.QtWidgets.QWizard.currentId?4() -> int +PyQt5.QtWidgets.QWizard.validateCurrentPage?4() -> bool +PyQt5.QtWidgets.QWizard.nextId?4() -> int +PyQt5.QtWidgets.QWizard.setField?4(str, QVariant) +PyQt5.QtWidgets.QWizard.field?4(str) -> QVariant +PyQt5.QtWidgets.QWizard.setWizardStyle?4(QWizard.WizardStyle) +PyQt5.QtWidgets.QWizard.wizardStyle?4() -> QWizard.WizardStyle +PyQt5.QtWidgets.QWizard.setOption?4(QWizard.WizardOption, bool on=True) +PyQt5.QtWidgets.QWizard.testOption?4(QWizard.WizardOption) -> bool +PyQt5.QtWidgets.QWizard.setOptions?4(QWizard.WizardOptions) +PyQt5.QtWidgets.QWizard.options?4() -> QWizard.WizardOptions +PyQt5.QtWidgets.QWizard.setButtonText?4(QWizard.WizardButton, str) +PyQt5.QtWidgets.QWizard.buttonText?4(QWizard.WizardButton) -> str +PyQt5.QtWidgets.QWizard.setButtonLayout?4(list-of-QWizard.WizardButton) +PyQt5.QtWidgets.QWizard.setButton?4(QWizard.WizardButton, QAbstractButton) +PyQt5.QtWidgets.QWizard.button?4(QWizard.WizardButton) -> QAbstractButton +PyQt5.QtWidgets.QWizard.setTitleFormat?4(Qt.TextFormat) +PyQt5.QtWidgets.QWizard.titleFormat?4() -> Qt.TextFormat +PyQt5.QtWidgets.QWizard.setSubTitleFormat?4(Qt.TextFormat) +PyQt5.QtWidgets.QWizard.subTitleFormat?4() -> Qt.TextFormat +PyQt5.QtWidgets.QWizard.setPixmap?4(QWizard.WizardPixmap, QPixmap) +PyQt5.QtWidgets.QWizard.pixmap?4(QWizard.WizardPixmap) -> QPixmap +PyQt5.QtWidgets.QWizard.setDefaultProperty?4(str, str, str) +PyQt5.QtWidgets.QWizard.setVisible?4(bool) +PyQt5.QtWidgets.QWizard.sizeHint?4() -> QSize +PyQt5.QtWidgets.QWizard.currentIdChanged?4(int) +PyQt5.QtWidgets.QWizard.helpRequested?4() +PyQt5.QtWidgets.QWizard.customButtonClicked?4(int) +PyQt5.QtWidgets.QWizard.back?4() +PyQt5.QtWidgets.QWizard.next?4() +PyQt5.QtWidgets.QWizard.restart?4() +PyQt5.QtWidgets.QWizard.event?4(QEvent) -> bool +PyQt5.QtWidgets.QWizard.resizeEvent?4(QResizeEvent) +PyQt5.QtWidgets.QWizard.paintEvent?4(QPaintEvent) +PyQt5.QtWidgets.QWizard.done?4(int) +PyQt5.QtWidgets.QWizard.initializePage?4(int) +PyQt5.QtWidgets.QWizard.cleanupPage?4(int) +PyQt5.QtWidgets.QWizard.removePage?4(int) +PyQt5.QtWidgets.QWizard.pageIds?4() -> list-of-int +PyQt5.QtWidgets.QWizard.setSideWidget?4(QWidget) +PyQt5.QtWidgets.QWizard.sideWidget?4() -> QWidget +PyQt5.QtWidgets.QWizard.pageAdded?4(int) +PyQt5.QtWidgets.QWizard.pageRemoved?4(int) +PyQt5.QtWidgets.QWizard.WizardOptions?1(QWizard.WizardOptions) +PyQt5.QtWidgets.QWizard.WizardOptions.__init__?1(self, QWizard.WizardOptions) +PyQt5.QtWidgets.QWizard.WizardOptions?1(int) +PyQt5.QtWidgets.QWizard.WizardOptions.__init__?1(self, int) +PyQt5.QtWidgets.QWizard.WizardOptions?1() +PyQt5.QtWidgets.QWizard.WizardOptions.__init__?1(self) +PyQt5.QtWidgets.QWizardPage?1(QWidget parent=None) +PyQt5.QtWidgets.QWizardPage.__init__?1(self, QWidget parent=None) +PyQt5.QtWidgets.QWizardPage.setTitle?4(str) +PyQt5.QtWidgets.QWizardPage.title?4() -> str +PyQt5.QtWidgets.QWizardPage.setSubTitle?4(str) +PyQt5.QtWidgets.QWizardPage.subTitle?4() -> str +PyQt5.QtWidgets.QWizardPage.setPixmap?4(QWizard.WizardPixmap, QPixmap) +PyQt5.QtWidgets.QWizardPage.pixmap?4(QWizard.WizardPixmap) -> QPixmap +PyQt5.QtWidgets.QWizardPage.setFinalPage?4(bool) +PyQt5.QtWidgets.QWizardPage.isFinalPage?4() -> bool +PyQt5.QtWidgets.QWizardPage.setCommitPage?4(bool) +PyQt5.QtWidgets.QWizardPage.isCommitPage?4() -> bool +PyQt5.QtWidgets.QWizardPage.setButtonText?4(QWizard.WizardButton, str) +PyQt5.QtWidgets.QWizardPage.buttonText?4(QWizard.WizardButton) -> str +PyQt5.QtWidgets.QWizardPage.initializePage?4() +PyQt5.QtWidgets.QWizardPage.cleanupPage?4() +PyQt5.QtWidgets.QWizardPage.validatePage?4() -> bool +PyQt5.QtWidgets.QWizardPage.isComplete?4() -> bool +PyQt5.QtWidgets.QWizardPage.nextId?4() -> int +PyQt5.QtWidgets.QWizardPage.completeChanged?4() +PyQt5.QtWidgets.QWizardPage.setField?4(str, QVariant) +PyQt5.QtWidgets.QWizardPage.field?4(str) -> QVariant +PyQt5.QtWidgets.QWizardPage.registerField?4(str, QWidget, str property=None, signal changedSignal=0) +PyQt5.QtWidgets.QWizardPage.registerField?4(str, QWidget, str property=None, str changedSignal=None) +PyQt5.QtWidgets.QWizardPage.wizard?4() -> QWizard +PyQt5.QtXmlPatterns.QAbstractMessageHandler?1(QObject parent=None) +PyQt5.QtXmlPatterns.QAbstractMessageHandler.__init__?1(self, QObject parent=None) +PyQt5.QtXmlPatterns.QAbstractMessageHandler.message?4(QtMsgType, str, QUrl identifier=QUrl(), QSourceLocation sourceLocation=QSourceLocation()) +PyQt5.QtXmlPatterns.QAbstractMessageHandler.handleMessage?4(QtMsgType, str, QUrl, QSourceLocation) +PyQt5.QtXmlPatterns.QAbstractUriResolver?1(QObject parent=None) +PyQt5.QtXmlPatterns.QAbstractUriResolver.__init__?1(self, QObject parent=None) +PyQt5.QtXmlPatterns.QAbstractUriResolver.resolve?4(QUrl, QUrl) -> QUrl +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.DocumentOrder?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.Precedes?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.Is?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.Follows?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.NodeKind?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.Attribute?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.Comment?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.Document?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.Element?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.Namespace?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.ProcessingInstruction?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.Text?10 +PyQt5.QtXmlPatterns.QXmlNodeModelIndex?1() +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.__init__?1(self) +PyQt5.QtXmlPatterns.QXmlNodeModelIndex?1(QXmlNodeModelIndex) +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.__init__?1(self, QXmlNodeModelIndex) +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.data?4() -> int +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.internalPointer?4() -> object +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.model?4() -> QAbstractXmlNodeModel +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.additionalData?4() -> int +PyQt5.QtXmlPatterns.QXmlNodeModelIndex.isNull?4() -> bool +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.SimpleAxis?10 +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.Parent?10 +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.FirstChild?10 +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.PreviousSibling?10 +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.NextSibling?10 +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel?1() +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.__init__?1(self) +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.baseUri?4(QXmlNodeModelIndex) -> QUrl +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.documentUri?4(QXmlNodeModelIndex) -> QUrl +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.kind?4(QXmlNodeModelIndex) -> QXmlNodeModelIndex.NodeKind +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.compareOrder?4(QXmlNodeModelIndex, QXmlNodeModelIndex) -> QXmlNodeModelIndex.DocumentOrder +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.root?4(QXmlNodeModelIndex) -> QXmlNodeModelIndex +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.name?4(QXmlNodeModelIndex) -> QXmlName +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.stringValue?4(QXmlNodeModelIndex) -> str +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.typedValue?4(QXmlNodeModelIndex) -> QVariant +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.namespaceBindings?4(QXmlNodeModelIndex) -> list-of-QXmlName +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.elementById?4(QXmlName) -> QXmlNodeModelIndex +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.nodesByIdref?4(QXmlName) -> list-of-QXmlNodeModelIndex +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.sourceLocation?4(QXmlNodeModelIndex) -> QSourceLocation +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.nextFromSimpleAxis?4(QAbstractXmlNodeModel.SimpleAxis, QXmlNodeModelIndex) -> QXmlNodeModelIndex +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.attributes?4(QXmlNodeModelIndex) -> list-of-QXmlNodeModelIndex +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.createIndex?4(int) -> QXmlNodeModelIndex +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.createIndex?4(int, int) -> QXmlNodeModelIndex +PyQt5.QtXmlPatterns.QAbstractXmlNodeModel.createIndex?4(object, int additionalData=0) -> QXmlNodeModelIndex +PyQt5.QtXmlPatterns.QXmlItem?1() +PyQt5.QtXmlPatterns.QXmlItem.__init__?1(self) +PyQt5.QtXmlPatterns.QXmlItem?1(QXmlItem) +PyQt5.QtXmlPatterns.QXmlItem.__init__?1(self, QXmlItem) +PyQt5.QtXmlPatterns.QXmlItem?1(QXmlNodeModelIndex) +PyQt5.QtXmlPatterns.QXmlItem.__init__?1(self, QXmlNodeModelIndex) +PyQt5.QtXmlPatterns.QXmlItem?1(QVariant) +PyQt5.QtXmlPatterns.QXmlItem.__init__?1(self, QVariant) +PyQt5.QtXmlPatterns.QXmlItem.isNull?4() -> bool +PyQt5.QtXmlPatterns.QXmlItem.isNode?4() -> bool +PyQt5.QtXmlPatterns.QXmlItem.isAtomicValue?4() -> bool +PyQt5.QtXmlPatterns.QXmlItem.toAtomicValue?4() -> QVariant +PyQt5.QtXmlPatterns.QXmlItem.toNodeModelIndex?4() -> QXmlNodeModelIndex +PyQt5.QtXmlPatterns.QAbstractXmlReceiver?1() +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.__init__?1(self) +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.startElement?4(QXmlName) +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.endElement?4() +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.attribute?4(QXmlName, QStringRef) +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.comment?4(str) +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.characters?4(QStringRef) +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.startDocument?4() +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.endDocument?4() +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.processingInstruction?4(QXmlName, str) +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.atomicValue?4(QVariant) +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.namespaceBinding?4(QXmlName) +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.startOfSequence?4() +PyQt5.QtXmlPatterns.QAbstractXmlReceiver.endOfSequence?4() +PyQt5.QtXmlPatterns.QSimpleXmlNodeModel?1(QXmlNamePool) +PyQt5.QtXmlPatterns.QSimpleXmlNodeModel.__init__?1(self, QXmlNamePool) +PyQt5.QtXmlPatterns.QSimpleXmlNodeModel.baseUri?4(QXmlNodeModelIndex) -> QUrl +PyQt5.QtXmlPatterns.QSimpleXmlNodeModel.namePool?4() -> QXmlNamePool +PyQt5.QtXmlPatterns.QSimpleXmlNodeModel.namespaceBindings?4(QXmlNodeModelIndex) -> list-of-QXmlName +PyQt5.QtXmlPatterns.QSimpleXmlNodeModel.stringValue?4(QXmlNodeModelIndex) -> str +PyQt5.QtXmlPatterns.QSimpleXmlNodeModel.elementById?4(QXmlName) -> QXmlNodeModelIndex +PyQt5.QtXmlPatterns.QSimpleXmlNodeModel.nodesByIdref?4(QXmlName) -> list-of-QXmlNodeModelIndex +PyQt5.QtXmlPatterns.QSourceLocation?1() +PyQt5.QtXmlPatterns.QSourceLocation.__init__?1(self) +PyQt5.QtXmlPatterns.QSourceLocation?1(QSourceLocation) +PyQt5.QtXmlPatterns.QSourceLocation.__init__?1(self, QSourceLocation) +PyQt5.QtXmlPatterns.QSourceLocation?1(QUrl, int line=-1, int column=-1) +PyQt5.QtXmlPatterns.QSourceLocation.__init__?1(self, QUrl, int line=-1, int column=-1) +PyQt5.QtXmlPatterns.QSourceLocation.column?4() -> int +PyQt5.QtXmlPatterns.QSourceLocation.setColumn?4(int) +PyQt5.QtXmlPatterns.QSourceLocation.line?4() -> int +PyQt5.QtXmlPatterns.QSourceLocation.setLine?4(int) +PyQt5.QtXmlPatterns.QSourceLocation.uri?4() -> QUrl +PyQt5.QtXmlPatterns.QSourceLocation.setUri?4(QUrl) +PyQt5.QtXmlPatterns.QSourceLocation.isNull?4() -> bool +PyQt5.QtXmlPatterns.QXmlSerializer?1(QXmlQuery, QIODevice) +PyQt5.QtXmlPatterns.QXmlSerializer.__init__?1(self, QXmlQuery, QIODevice) +PyQt5.QtXmlPatterns.QXmlSerializer.namespaceBinding?4(QXmlName) +PyQt5.QtXmlPatterns.QXmlSerializer.characters?4(QStringRef) +PyQt5.QtXmlPatterns.QXmlSerializer.comment?4(str) +PyQt5.QtXmlPatterns.QXmlSerializer.startElement?4(QXmlName) +PyQt5.QtXmlPatterns.QXmlSerializer.endElement?4() +PyQt5.QtXmlPatterns.QXmlSerializer.attribute?4(QXmlName, QStringRef) +PyQt5.QtXmlPatterns.QXmlSerializer.processingInstruction?4(QXmlName, str) +PyQt5.QtXmlPatterns.QXmlSerializer.atomicValue?4(QVariant) +PyQt5.QtXmlPatterns.QXmlSerializer.startDocument?4() +PyQt5.QtXmlPatterns.QXmlSerializer.endDocument?4() +PyQt5.QtXmlPatterns.QXmlSerializer.startOfSequence?4() +PyQt5.QtXmlPatterns.QXmlSerializer.endOfSequence?4() +PyQt5.QtXmlPatterns.QXmlSerializer.outputDevice?4() -> QIODevice +PyQt5.QtXmlPatterns.QXmlSerializer.setCodec?4(QTextCodec) +PyQt5.QtXmlPatterns.QXmlSerializer.codec?4() -> QTextCodec +PyQt5.QtXmlPatterns.QXmlFormatter?1(QXmlQuery, QIODevice) +PyQt5.QtXmlPatterns.QXmlFormatter.__init__?1(self, QXmlQuery, QIODevice) +PyQt5.QtXmlPatterns.QXmlFormatter.characters?4(QStringRef) +PyQt5.QtXmlPatterns.QXmlFormatter.comment?4(str) +PyQt5.QtXmlPatterns.QXmlFormatter.startElement?4(QXmlName) +PyQt5.QtXmlPatterns.QXmlFormatter.endElement?4() +PyQt5.QtXmlPatterns.QXmlFormatter.attribute?4(QXmlName, QStringRef) +PyQt5.QtXmlPatterns.QXmlFormatter.processingInstruction?4(QXmlName, str) +PyQt5.QtXmlPatterns.QXmlFormatter.atomicValue?4(QVariant) +PyQt5.QtXmlPatterns.QXmlFormatter.startDocument?4() +PyQt5.QtXmlPatterns.QXmlFormatter.endDocument?4() +PyQt5.QtXmlPatterns.QXmlFormatter.startOfSequence?4() +PyQt5.QtXmlPatterns.QXmlFormatter.endOfSequence?4() +PyQt5.QtXmlPatterns.QXmlFormatter.indentationDepth?4() -> int +PyQt5.QtXmlPatterns.QXmlFormatter.setIndentationDepth?4(int) +PyQt5.QtXmlPatterns.QXmlName?1() +PyQt5.QtXmlPatterns.QXmlName.__init__?1(self) +PyQt5.QtXmlPatterns.QXmlName?1(QXmlNamePool, str, str namespaceUri='', str prefix='') +PyQt5.QtXmlPatterns.QXmlName.__init__?1(self, QXmlNamePool, str, str namespaceUri='', str prefix='') +PyQt5.QtXmlPatterns.QXmlName?1(QXmlName) +PyQt5.QtXmlPatterns.QXmlName.__init__?1(self, QXmlName) +PyQt5.QtXmlPatterns.QXmlName.namespaceUri?4(QXmlNamePool) -> str +PyQt5.QtXmlPatterns.QXmlName.prefix?4(QXmlNamePool) -> str +PyQt5.QtXmlPatterns.QXmlName.localName?4(QXmlNamePool) -> str +PyQt5.QtXmlPatterns.QXmlName.toClarkName?4(QXmlNamePool) -> str +PyQt5.QtXmlPatterns.QXmlName.isNull?4() -> bool +PyQt5.QtXmlPatterns.QXmlName.isNCName?4(str) -> bool +PyQt5.QtXmlPatterns.QXmlName.fromClarkName?4(str, QXmlNamePool) -> QXmlName +PyQt5.QtXmlPatterns.QXmlNamePool?1() +PyQt5.QtXmlPatterns.QXmlNamePool.__init__?1(self) +PyQt5.QtXmlPatterns.QXmlNamePool?1(QXmlNamePool) +PyQt5.QtXmlPatterns.QXmlNamePool.__init__?1(self, QXmlNamePool) +PyQt5.QtXmlPatterns.QXmlQuery.QueryLanguage?10 +PyQt5.QtXmlPatterns.QXmlQuery.XQuery10?10 +PyQt5.QtXmlPatterns.QXmlQuery.XSLT20?10 +PyQt5.QtXmlPatterns.QXmlQuery?1() +PyQt5.QtXmlPatterns.QXmlQuery.__init__?1(self) +PyQt5.QtXmlPatterns.QXmlQuery?1(QXmlQuery) +PyQt5.QtXmlPatterns.QXmlQuery.__init__?1(self, QXmlQuery) +PyQt5.QtXmlPatterns.QXmlQuery?1(QXmlNamePool) +PyQt5.QtXmlPatterns.QXmlQuery.__init__?1(self, QXmlNamePool) +PyQt5.QtXmlPatterns.QXmlQuery?1(QXmlQuery.QueryLanguage, QXmlNamePool pool=QXmlNamePool()) +PyQt5.QtXmlPatterns.QXmlQuery.__init__?1(self, QXmlQuery.QueryLanguage, QXmlNamePool pool=QXmlNamePool()) +PyQt5.QtXmlPatterns.QXmlQuery.setMessageHandler?4(QAbstractMessageHandler) +PyQt5.QtXmlPatterns.QXmlQuery.messageHandler?4() -> QAbstractMessageHandler +PyQt5.QtXmlPatterns.QXmlQuery.setQuery?4(str, QUrl documentUri=QUrl()) +PyQt5.QtXmlPatterns.QXmlQuery.setQuery?4(QIODevice, QUrl documentUri=QUrl()) +PyQt5.QtXmlPatterns.QXmlQuery.setQuery?4(QUrl, QUrl baseUri=QUrl()) +PyQt5.QtXmlPatterns.QXmlQuery.namePool?4() -> QXmlNamePool +PyQt5.QtXmlPatterns.QXmlQuery.bindVariable?4(QXmlName, QXmlItem) +PyQt5.QtXmlPatterns.QXmlQuery.bindVariable?4(QXmlName, QIODevice) +PyQt5.QtXmlPatterns.QXmlQuery.bindVariable?4(QXmlName, QXmlQuery) +PyQt5.QtXmlPatterns.QXmlQuery.bindVariable?4(str, QXmlItem) +PyQt5.QtXmlPatterns.QXmlQuery.bindVariable?4(str, QIODevice) +PyQt5.QtXmlPatterns.QXmlQuery.bindVariable?4(str, QXmlQuery) +PyQt5.QtXmlPatterns.QXmlQuery.isValid?4() -> bool +PyQt5.QtXmlPatterns.QXmlQuery.evaluateTo?4(QXmlResultItems) +PyQt5.QtXmlPatterns.QXmlQuery.evaluateTo?4(QAbstractXmlReceiver) -> bool +PyQt5.QtXmlPatterns.QXmlQuery.evaluateToStringList?4() -> list-of-str +PyQt5.QtXmlPatterns.QXmlQuery.evaluateTo?4(QIODevice) -> bool +PyQt5.QtXmlPatterns.QXmlQuery.evaluateToString?4() -> str +PyQt5.QtXmlPatterns.QXmlQuery.setUriResolver?4(QAbstractUriResolver) +PyQt5.QtXmlPatterns.QXmlQuery.uriResolver?4() -> QAbstractUriResolver +PyQt5.QtXmlPatterns.QXmlQuery.setFocus?4(QXmlItem) +PyQt5.QtXmlPatterns.QXmlQuery.setFocus?4(QUrl) -> bool +PyQt5.QtXmlPatterns.QXmlQuery.setFocus?4(QIODevice) -> bool +PyQt5.QtXmlPatterns.QXmlQuery.setFocus?4(str) -> bool +PyQt5.QtXmlPatterns.QXmlQuery.setInitialTemplateName?4(QXmlName) +PyQt5.QtXmlPatterns.QXmlQuery.setInitialTemplateName?4(str) +PyQt5.QtXmlPatterns.QXmlQuery.initialTemplateName?4() -> QXmlName +PyQt5.QtXmlPatterns.QXmlQuery.setNetworkAccessManager?4(QNetworkAccessManager) +PyQt5.QtXmlPatterns.QXmlQuery.networkAccessManager?4() -> QNetworkAccessManager +PyQt5.QtXmlPatterns.QXmlQuery.queryLanguage?4() -> QXmlQuery.QueryLanguage +PyQt5.QtXmlPatterns.QXmlResultItems?1() +PyQt5.QtXmlPatterns.QXmlResultItems.__init__?1(self) +PyQt5.QtXmlPatterns.QXmlResultItems.hasError?4() -> bool +PyQt5.QtXmlPatterns.QXmlResultItems.next?4() -> QXmlItem +PyQt5.QtXmlPatterns.QXmlResultItems.current?4() -> QXmlItem +PyQt5.QtXmlPatterns.QXmlSchema?1() +PyQt5.QtXmlPatterns.QXmlSchema.__init__?1(self) +PyQt5.QtXmlPatterns.QXmlSchema?1(QXmlSchema) +PyQt5.QtXmlPatterns.QXmlSchema.__init__?1(self, QXmlSchema) +PyQt5.QtXmlPatterns.QXmlSchema.load?4(QUrl) -> bool +PyQt5.QtXmlPatterns.QXmlSchema.load?4(QIODevice, QUrl documentUri=QUrl()) -> bool +PyQt5.QtXmlPatterns.QXmlSchema.load?4(QByteArray, QUrl documentUri=QUrl()) -> bool +PyQt5.QtXmlPatterns.QXmlSchema.isValid?4() -> bool +PyQt5.QtXmlPatterns.QXmlSchema.namePool?4() -> QXmlNamePool +PyQt5.QtXmlPatterns.QXmlSchema.documentUri?4() -> QUrl +PyQt5.QtXmlPatterns.QXmlSchema.setMessageHandler?4(QAbstractMessageHandler) +PyQt5.QtXmlPatterns.QXmlSchema.messageHandler?4() -> QAbstractMessageHandler +PyQt5.QtXmlPatterns.QXmlSchema.setUriResolver?4(QAbstractUriResolver) +PyQt5.QtXmlPatterns.QXmlSchema.uriResolver?4() -> QAbstractUriResolver +PyQt5.QtXmlPatterns.QXmlSchema.setNetworkAccessManager?4(QNetworkAccessManager) +PyQt5.QtXmlPatterns.QXmlSchema.networkAccessManager?4() -> QNetworkAccessManager +PyQt5.QtXmlPatterns.QXmlSchemaValidator?1() +PyQt5.QtXmlPatterns.QXmlSchemaValidator.__init__?1(self) +PyQt5.QtXmlPatterns.QXmlSchemaValidator?1(QXmlSchema) +PyQt5.QtXmlPatterns.QXmlSchemaValidator.__init__?1(self, QXmlSchema) +PyQt5.QtXmlPatterns.QXmlSchemaValidator.setSchema?4(QXmlSchema) +PyQt5.QtXmlPatterns.QXmlSchemaValidator.validate?4(QUrl) -> bool +PyQt5.QtXmlPatterns.QXmlSchemaValidator.validate?4(QIODevice, QUrl documentUri=QUrl()) -> bool +PyQt5.QtXmlPatterns.QXmlSchemaValidator.validate?4(QByteArray, QUrl documentUri=QUrl()) -> bool +PyQt5.QtXmlPatterns.QXmlSchemaValidator.namePool?4() -> QXmlNamePool +PyQt5.QtXmlPatterns.QXmlSchemaValidator.schema?4() -> QXmlSchema +PyQt5.QtXmlPatterns.QXmlSchemaValidator.setMessageHandler?4(QAbstractMessageHandler) +PyQt5.QtXmlPatterns.QXmlSchemaValidator.messageHandler?4() -> QAbstractMessageHandler +PyQt5.QtXmlPatterns.QXmlSchemaValidator.setUriResolver?4(QAbstractUriResolver) +PyQt5.QtXmlPatterns.QXmlSchemaValidator.uriResolver?4() -> QAbstractUriResolver +PyQt5.QtXmlPatterns.QXmlSchemaValidator.setNetworkAccessManager?4(QNetworkAccessManager) +PyQt5.QtXmlPatterns.QXmlSchemaValidator.networkAccessManager?4() -> QNetworkAccessManager +PyQt5.QtDesigner.QDesignerActionEditorInterface?1(QWidget, Qt.WindowFlags flags=0) +PyQt5.QtDesigner.QDesignerActionEditorInterface.__init__?1(self, QWidget, Qt.WindowFlags flags=0) +PyQt5.QtDesigner.QDesignerActionEditorInterface.core?4() -> QDesignerFormEditorInterface +PyQt5.QtDesigner.QDesignerActionEditorInterface.manageAction?4(QAction) +PyQt5.QtDesigner.QDesignerActionEditorInterface.unmanageAction?4(QAction) +PyQt5.QtDesigner.QDesignerActionEditorInterface.setFormWindow?4(QDesignerFormWindowInterface) +PyQt5.QtDesigner.QAbstractFormBuilder?1() +PyQt5.QtDesigner.QAbstractFormBuilder.__init__?1(self) +PyQt5.QtDesigner.QAbstractFormBuilder.load?4(QIODevice, QWidget parent=None) -> QWidget +PyQt5.QtDesigner.QAbstractFormBuilder.save?4(QIODevice, QWidget) +PyQt5.QtDesigner.QAbstractFormBuilder.setWorkingDirectory?4(QDir) +PyQt5.QtDesigner.QAbstractFormBuilder.workingDirectory?4() -> QDir +PyQt5.QtDesigner.QAbstractFormBuilder.errorString?4() -> str +PyQt5.QtDesigner.QDesignerFormEditorInterface?1(QObject parent=None) +PyQt5.QtDesigner.QDesignerFormEditorInterface.__init__?1(self, QObject parent=None) +PyQt5.QtDesigner.QDesignerFormEditorInterface.extensionManager?4() -> QExtensionManager +PyQt5.QtDesigner.QDesignerFormEditorInterface.topLevel?4() -> QWidget +PyQt5.QtDesigner.QDesignerFormEditorInterface.widgetBox?4() -> QDesignerWidgetBoxInterface +PyQt5.QtDesigner.QDesignerFormEditorInterface.propertyEditor?4() -> QDesignerPropertyEditorInterface +PyQt5.QtDesigner.QDesignerFormEditorInterface.objectInspector?4() -> QDesignerObjectInspectorInterface +PyQt5.QtDesigner.QDesignerFormEditorInterface.formWindowManager?4() -> QDesignerFormWindowManagerInterface +PyQt5.QtDesigner.QDesignerFormEditorInterface.actionEditor?4() -> QDesignerActionEditorInterface +PyQt5.QtDesigner.QDesignerFormEditorInterface.setWidgetBox?4(QDesignerWidgetBoxInterface) +PyQt5.QtDesigner.QDesignerFormEditorInterface.setPropertyEditor?4(QDesignerPropertyEditorInterface) +PyQt5.QtDesigner.QDesignerFormEditorInterface.setObjectInspector?4(QDesignerObjectInspectorInterface) +PyQt5.QtDesigner.QDesignerFormEditorInterface.setActionEditor?4(QDesignerActionEditorInterface) +PyQt5.QtDesigner.QDesignerFormWindowInterface.FeatureFlag?10 +PyQt5.QtDesigner.QDesignerFormWindowInterface.EditFeature?10 +PyQt5.QtDesigner.QDesignerFormWindowInterface.GridFeature?10 +PyQt5.QtDesigner.QDesignerFormWindowInterface.TabOrderFeature?10 +PyQt5.QtDesigner.QDesignerFormWindowInterface.DefaultFeature?10 +PyQt5.QtDesigner.QDesignerFormWindowInterface?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtDesigner.QDesignerFormWindowInterface.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtDesigner.QDesignerFormWindowInterface.fileName?4() -> str +PyQt5.QtDesigner.QDesignerFormWindowInterface.absoluteDir?4() -> QDir +PyQt5.QtDesigner.QDesignerFormWindowInterface.contents?4() -> str +PyQt5.QtDesigner.QDesignerFormWindowInterface.setContents?4(QIODevice, str errorMessage=None) -> bool +PyQt5.QtDesigner.QDesignerFormWindowInterface.features?4() -> QDesignerFormWindowInterface.Feature +PyQt5.QtDesigner.QDesignerFormWindowInterface.hasFeature?4(QDesignerFormWindowInterface.Feature) -> bool +PyQt5.QtDesigner.QDesignerFormWindowInterface.author?4() -> str +PyQt5.QtDesigner.QDesignerFormWindowInterface.setAuthor?4(str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.comment?4() -> str +PyQt5.QtDesigner.QDesignerFormWindowInterface.setComment?4(str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.layoutDefault?4() -> (int, int) +PyQt5.QtDesigner.QDesignerFormWindowInterface.setLayoutDefault?4(int, int) +PyQt5.QtDesigner.QDesignerFormWindowInterface.layoutFunction?4() -> (str, str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.setLayoutFunction?4(str, str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.pixmapFunction?4() -> str +PyQt5.QtDesigner.QDesignerFormWindowInterface.setPixmapFunction?4(str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.exportMacro?4() -> str +PyQt5.QtDesigner.QDesignerFormWindowInterface.setExportMacro?4(str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.includeHints?4() -> list-of-str +PyQt5.QtDesigner.QDesignerFormWindowInterface.setIncludeHints?4(list-of-str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.core?4() -> QDesignerFormEditorInterface +PyQt5.QtDesigner.QDesignerFormWindowInterface.cursor?4() -> QDesignerFormWindowCursorInterface +PyQt5.QtDesigner.QDesignerFormWindowInterface.grid?4() -> QPoint +PyQt5.QtDesigner.QDesignerFormWindowInterface.mainContainer?4() -> QWidget +PyQt5.QtDesigner.QDesignerFormWindowInterface.setMainContainer?4(QWidget) +PyQt5.QtDesigner.QDesignerFormWindowInterface.isManaged?4(QWidget) -> bool +PyQt5.QtDesigner.QDesignerFormWindowInterface.isDirty?4() -> bool +PyQt5.QtDesigner.QDesignerFormWindowInterface.findFormWindow?4(QWidget) -> QDesignerFormWindowInterface +PyQt5.QtDesigner.QDesignerFormWindowInterface.findFormWindow?4(QObject) -> QDesignerFormWindowInterface +PyQt5.QtDesigner.QDesignerFormWindowInterface.emitSelectionChanged?4() +PyQt5.QtDesigner.QDesignerFormWindowInterface.resourceFiles?4() -> list-of-str +PyQt5.QtDesigner.QDesignerFormWindowInterface.addResourceFile?4(str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.removeResourceFile?4(str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.manageWidget?4(QWidget) +PyQt5.QtDesigner.QDesignerFormWindowInterface.unmanageWidget?4(QWidget) +PyQt5.QtDesigner.QDesignerFormWindowInterface.setFeatures?4(QDesignerFormWindowInterface.Feature) +PyQt5.QtDesigner.QDesignerFormWindowInterface.setDirty?4(bool) +PyQt5.QtDesigner.QDesignerFormWindowInterface.clearSelection?4(bool update=True) +PyQt5.QtDesigner.QDesignerFormWindowInterface.selectWidget?4(QWidget, bool select=True) +PyQt5.QtDesigner.QDesignerFormWindowInterface.setGrid?4(QPoint) +PyQt5.QtDesigner.QDesignerFormWindowInterface.setFileName?4(str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.setContents?4(str) -> bool +PyQt5.QtDesigner.QDesignerFormWindowInterface.mainContainerChanged?4(QWidget) +PyQt5.QtDesigner.QDesignerFormWindowInterface.fileNameChanged?4(str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.featureChanged?4(QDesignerFormWindowInterface.Feature) +PyQt5.QtDesigner.QDesignerFormWindowInterface.selectionChanged?4() +PyQt5.QtDesigner.QDesignerFormWindowInterface.geometryChanged?4() +PyQt5.QtDesigner.QDesignerFormWindowInterface.resourceFilesChanged?4() +PyQt5.QtDesigner.QDesignerFormWindowInterface.widgetManaged?4(QWidget) +PyQt5.QtDesigner.QDesignerFormWindowInterface.widgetUnmanaged?4(QWidget) +PyQt5.QtDesigner.QDesignerFormWindowInterface.aboutToUnmanageWidget?4(QWidget) +PyQt5.QtDesigner.QDesignerFormWindowInterface.activated?4(QWidget) +PyQt5.QtDesigner.QDesignerFormWindowInterface.changed?4() +PyQt5.QtDesigner.QDesignerFormWindowInterface.widgetRemoved?4(QWidget) +PyQt5.QtDesigner.QDesignerFormWindowInterface.objectRemoved?4(QObject) +PyQt5.QtDesigner.QDesignerFormWindowInterface.checkContents?4() -> list-of-str +PyQt5.QtDesigner.QDesignerFormWindowInterface.activeResourceFilePaths?4() -> list-of-str +PyQt5.QtDesigner.QDesignerFormWindowInterface.formContainer?4() -> QWidget +PyQt5.QtDesigner.QDesignerFormWindowInterface.activateResourceFilePaths?4(list-of-str) -> (int, str) +PyQt5.QtDesigner.QDesignerFormWindowInterface.Feature?1(QDesignerFormWindowInterface.Feature) +PyQt5.QtDesigner.QDesignerFormWindowInterface.Feature.__init__?1(self, QDesignerFormWindowInterface.Feature) +PyQt5.QtDesigner.QDesignerFormWindowInterface.Feature?1(int) +PyQt5.QtDesigner.QDesignerFormWindowInterface.Feature.__init__?1(self, int) +PyQt5.QtDesigner.QDesignerFormWindowInterface.Feature?1() +PyQt5.QtDesigner.QDesignerFormWindowInterface.Feature.__init__?1(self) +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.MoveMode?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.MoveAnchor?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.KeepAnchor?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.MoveOperation?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.NoMove?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.Start?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.End?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.Next?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.Prev?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.Left?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.Right?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.Up?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.Down?10 +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface?1() +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.__init__?1(self) +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface?1(QDesignerFormWindowCursorInterface) +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.__init__?1(self, QDesignerFormWindowCursorInterface) +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.formWindow?4() -> QDesignerFormWindowInterface +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.movePosition?4(QDesignerFormWindowCursorInterface.MoveOperation, QDesignerFormWindowCursorInterface.MoveMode mode=QDesignerFormWindowCursorInterface.MoveAnchor) -> bool +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.position?4() -> int +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.setPosition?4(int, QDesignerFormWindowCursorInterface.MoveMode mode=QDesignerFormWindowCursorInterface.MoveAnchor) +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.current?4() -> QWidget +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.widgetCount?4() -> int +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.widget?4(int) -> QWidget +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.hasSelection?4() -> bool +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.selectedWidgetCount?4() -> int +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.selectedWidget?4(int) -> QWidget +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.setProperty?4(str, QVariant) +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.setWidgetProperty?4(QWidget, str, QVariant) +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.resetWidgetProperty?4(QWidget, str) +PyQt5.QtDesigner.QDesignerFormWindowCursorInterface.isWidgetSelected?4(QWidget) -> bool +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.ActionGroup?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.StyledPreviewActionGroup?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.Action?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.CutAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.CopyAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.PasteAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.DeleteAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.SelectAllAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.LowerAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.RaiseAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.UndoAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.RedoAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.HorizontalLayoutAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.VerticalLayoutAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.SplitHorizontalAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.SplitVerticalAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.GridLayoutAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.FormLayoutAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.BreakLayoutAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.AdjustSizeAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.SimplifyLayoutAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.DefaultPreviewAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.FormWindowSettingsDialogAction?10 +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface?1(QObject parent=None) +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.__init__?1(self, QObject parent=None) +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.actionFormLayout?4() -> QAction +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.actionSimplifyLayout?4() -> QAction +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.activeFormWindow?4() -> QDesignerFormWindowInterface +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.formWindowCount?4() -> int +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.formWindow?4(int) -> QDesignerFormWindowInterface +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.createFormWindow?4(QWidget parent=None, Qt.WindowFlags flags=0) -> QDesignerFormWindowInterface +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.core?4() -> QDesignerFormEditorInterface +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.formWindowAdded?4(QDesignerFormWindowInterface) +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.formWindowRemoved?4(QDesignerFormWindowInterface) +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.activeFormWindowChanged?4(QDesignerFormWindowInterface) +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.formWindowSettingsChanged?4(QDesignerFormWindowInterface) +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.addFormWindow?4(QDesignerFormWindowInterface) +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.removeFormWindow?4(QDesignerFormWindowInterface) +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.setActiveFormWindow?4(QDesignerFormWindowInterface) +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.action?4(QDesignerFormWindowManagerInterface.Action) -> QAction +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.actionGroup?4(QDesignerFormWindowManagerInterface.ActionGroup) -> QActionGroup +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.showPreview?4() +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.closeAllPreviews?4() +PyQt5.QtDesigner.QDesignerFormWindowManagerInterface.showPluginDialog?4() +PyQt5.QtDesigner.QDesignerObjectInspectorInterface?1(QWidget, Qt.WindowFlags flags=0) +PyQt5.QtDesigner.QDesignerObjectInspectorInterface.__init__?1(self, QWidget, Qt.WindowFlags flags=0) +PyQt5.QtDesigner.QDesignerObjectInspectorInterface.core?4() -> QDesignerFormEditorInterface +PyQt5.QtDesigner.QDesignerObjectInspectorInterface.setFormWindow?4(QDesignerFormWindowInterface) +PyQt5.QtDesigner.QDesignerPropertyEditorInterface?1(QWidget, Qt.WindowFlags flags=0) +PyQt5.QtDesigner.QDesignerPropertyEditorInterface.__init__?1(self, QWidget, Qt.WindowFlags flags=0) +PyQt5.QtDesigner.QDesignerPropertyEditorInterface.core?4() -> QDesignerFormEditorInterface +PyQt5.QtDesigner.QDesignerPropertyEditorInterface.isReadOnly?4() -> bool +PyQt5.QtDesigner.QDesignerPropertyEditorInterface.object?4() -> QObject +PyQt5.QtDesigner.QDesignerPropertyEditorInterface.currentPropertyName?4() -> str +PyQt5.QtDesigner.QDesignerPropertyEditorInterface.propertyChanged?4(str, QVariant) +PyQt5.QtDesigner.QDesignerPropertyEditorInterface.setObject?4(QObject) +PyQt5.QtDesigner.QDesignerPropertyEditorInterface.setPropertyValue?4(str, QVariant, bool changed=True) +PyQt5.QtDesigner.QDesignerPropertyEditorInterface.setReadOnly?4(bool) +PyQt5.QtDesigner.QDesignerWidgetBoxInterface?1(QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtDesigner.QDesignerWidgetBoxInterface.__init__?1(self, QWidget parent=None, Qt.WindowFlags flags=0) +PyQt5.QtDesigner.QDesignerWidgetBoxInterface.setFileName?4(str) +PyQt5.QtDesigner.QDesignerWidgetBoxInterface.fileName?4() -> str +PyQt5.QtDesigner.QDesignerWidgetBoxInterface.load?4() -> bool +PyQt5.QtDesigner.QDesignerWidgetBoxInterface.save?4() -> bool +PyQt5.QtDesigner.QDesignerContainerExtension?1() +PyQt5.QtDesigner.QDesignerContainerExtension.__init__?1(self) +PyQt5.QtDesigner.QDesignerContainerExtension?1(QDesignerContainerExtension) +PyQt5.QtDesigner.QDesignerContainerExtension.__init__?1(self, QDesignerContainerExtension) +PyQt5.QtDesigner.QDesignerContainerExtension.count?4() -> int +PyQt5.QtDesigner.QDesignerContainerExtension.widget?4(int) -> QWidget +PyQt5.QtDesigner.QDesignerContainerExtension.currentIndex?4() -> int +PyQt5.QtDesigner.QDesignerContainerExtension.setCurrentIndex?4(int) +PyQt5.QtDesigner.QDesignerContainerExtension.addWidget?4(QWidget) +PyQt5.QtDesigner.QDesignerContainerExtension.insertWidget?4(int, QWidget) +PyQt5.QtDesigner.QDesignerContainerExtension.remove?4(int) +PyQt5.QtDesigner.QDesignerContainerExtension.canAddWidget?4() -> bool +PyQt5.QtDesigner.QDesignerContainerExtension.canRemove?4(int) -> bool +PyQt5.QtDesigner.QDesignerCustomWidgetInterface?1() +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.__init__?1(self) +PyQt5.QtDesigner.QDesignerCustomWidgetInterface?1(QDesignerCustomWidgetInterface) +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.__init__?1(self, QDesignerCustomWidgetInterface) +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.name?4() -> str +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.group?4() -> str +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.toolTip?4() -> str +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.whatsThis?4() -> str +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.includeFile?4() -> str +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.icon?4() -> QIcon +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.isContainer?4() -> bool +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.createWidget?4(QWidget) -> QWidget +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.isInitialized?4() -> bool +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.initialize?4(QDesignerFormEditorInterface) +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.domXml?4() -> str +PyQt5.QtDesigner.QDesignerCustomWidgetInterface.codeTemplate?4() -> str +PyQt5.QtDesigner.QDesignerCustomWidgetCollectionInterface?1() +PyQt5.QtDesigner.QDesignerCustomWidgetCollectionInterface.__init__?1(self) +PyQt5.QtDesigner.QDesignerCustomWidgetCollectionInterface?1(QDesignerCustomWidgetCollectionInterface) +PyQt5.QtDesigner.QDesignerCustomWidgetCollectionInterface.__init__?1(self, QDesignerCustomWidgetCollectionInterface) +PyQt5.QtDesigner.QDesignerCustomWidgetCollectionInterface.customWidgets?4() -> list-of-QDesignerCustomWidgetInterface +PyQt5.QtDesigner.QAbstractExtensionFactory?1() +PyQt5.QtDesigner.QAbstractExtensionFactory.__init__?1(self) +PyQt5.QtDesigner.QAbstractExtensionFactory?1(QAbstractExtensionFactory) +PyQt5.QtDesigner.QAbstractExtensionFactory.__init__?1(self, QAbstractExtensionFactory) +PyQt5.QtDesigner.QAbstractExtensionFactory.extension?4(QObject, str) -> QObject +PyQt5.QtDesigner.QExtensionFactory?1(QExtensionManager parent=None) +PyQt5.QtDesigner.QExtensionFactory.__init__?1(self, QExtensionManager parent=None) +PyQt5.QtDesigner.QExtensionFactory.extension?4(QObject, str) -> QObject +PyQt5.QtDesigner.QExtensionFactory.extensionManager?4() -> QExtensionManager +PyQt5.QtDesigner.QExtensionFactory.createExtension?4(QObject, str, QObject) -> QObject +PyQt5.QtDesigner.QAbstractExtensionManager?1() +PyQt5.QtDesigner.QAbstractExtensionManager.__init__?1(self) +PyQt5.QtDesigner.QAbstractExtensionManager?1(QAbstractExtensionManager) +PyQt5.QtDesigner.QAbstractExtensionManager.__init__?1(self, QAbstractExtensionManager) +PyQt5.QtDesigner.QAbstractExtensionManager.registerExtensions?4(QAbstractExtensionFactory, str) +PyQt5.QtDesigner.QAbstractExtensionManager.unregisterExtensions?4(QAbstractExtensionFactory, str) +PyQt5.QtDesigner.QAbstractExtensionManager.extension?4(QObject, str) -> QObject +PyQt5.QtDesigner.QFormBuilder?1() +PyQt5.QtDesigner.QFormBuilder.__init__?1(self) +PyQt5.QtDesigner.QFormBuilder.pluginPaths?4() -> list-of-str +PyQt5.QtDesigner.QFormBuilder.clearPluginPaths?4() +PyQt5.QtDesigner.QFormBuilder.addPluginPath?4(str) +PyQt5.QtDesigner.QFormBuilder.setPluginPath?4(list-of-str) +PyQt5.QtDesigner.QFormBuilder.customWidgets?4() -> list-of-QDesignerCustomWidgetInterface +PyQt5.QtDesigner.QDesignerMemberSheetExtension?1() +PyQt5.QtDesigner.QDesignerMemberSheetExtension.__init__?1(self) +PyQt5.QtDesigner.QDesignerMemberSheetExtension?1(QDesignerMemberSheetExtension) +PyQt5.QtDesigner.QDesignerMemberSheetExtension.__init__?1(self, QDesignerMemberSheetExtension) +PyQt5.QtDesigner.QDesignerMemberSheetExtension.count?4() -> int +PyQt5.QtDesigner.QDesignerMemberSheetExtension.indexOf?4(str) -> int +PyQt5.QtDesigner.QDesignerMemberSheetExtension.memberName?4(int) -> str +PyQt5.QtDesigner.QDesignerMemberSheetExtension.memberGroup?4(int) -> str +PyQt5.QtDesigner.QDesignerMemberSheetExtension.setMemberGroup?4(int, str) +PyQt5.QtDesigner.QDesignerMemberSheetExtension.isVisible?4(int) -> bool +PyQt5.QtDesigner.QDesignerMemberSheetExtension.setVisible?4(int, bool) +PyQt5.QtDesigner.QDesignerMemberSheetExtension.isSignal?4(int) -> bool +PyQt5.QtDesigner.QDesignerMemberSheetExtension.isSlot?4(int) -> bool +PyQt5.QtDesigner.QDesignerMemberSheetExtension.inheritedFromWidget?4(int) -> bool +PyQt5.QtDesigner.QDesignerMemberSheetExtension.declaredInClass?4(int) -> str +PyQt5.QtDesigner.QDesignerMemberSheetExtension.signature?4(int) -> str +PyQt5.QtDesigner.QDesignerMemberSheetExtension.parameterTypes?4(int) -> list-of-QByteArray +PyQt5.QtDesigner.QDesignerMemberSheetExtension.parameterNames?4(int) -> list-of-QByteArray +PyQt5.QtDesigner.QDesignerPropertySheetExtension?1() +PyQt5.QtDesigner.QDesignerPropertySheetExtension.__init__?1(self) +PyQt5.QtDesigner.QDesignerPropertySheetExtension?1(QDesignerPropertySheetExtension) +PyQt5.QtDesigner.QDesignerPropertySheetExtension.__init__?1(self, QDesignerPropertySheetExtension) +PyQt5.QtDesigner.QDesignerPropertySheetExtension.count?4() -> int +PyQt5.QtDesigner.QDesignerPropertySheetExtension.indexOf?4(str) -> int +PyQt5.QtDesigner.QDesignerPropertySheetExtension.propertyName?4(int) -> str +PyQt5.QtDesigner.QDesignerPropertySheetExtension.propertyGroup?4(int) -> str +PyQt5.QtDesigner.QDesignerPropertySheetExtension.setPropertyGroup?4(int, str) +PyQt5.QtDesigner.QDesignerPropertySheetExtension.hasReset?4(int) -> bool +PyQt5.QtDesigner.QDesignerPropertySheetExtension.reset?4(int) -> bool +PyQt5.QtDesigner.QDesignerPropertySheetExtension.isVisible?4(int) -> bool +PyQt5.QtDesigner.QDesignerPropertySheetExtension.setVisible?4(int, bool) +PyQt5.QtDesigner.QDesignerPropertySheetExtension.isAttribute?4(int) -> bool +PyQt5.QtDesigner.QDesignerPropertySheetExtension.setAttribute?4(int, bool) +PyQt5.QtDesigner.QDesignerPropertySheetExtension.property?4(int) -> QVariant +PyQt5.QtDesigner.QDesignerPropertySheetExtension.setProperty?4(int, QVariant) +PyQt5.QtDesigner.QDesignerPropertySheetExtension.isChanged?4(int) -> bool +PyQt5.QtDesigner.QDesignerPropertySheetExtension.setChanged?4(int, bool) +PyQt5.QtDesigner.QDesignerPropertySheetExtension.isEnabled?4(int) -> bool +PyQt5.QtDesigner.QExtensionManager?1(QObject parent=None) +PyQt5.QtDesigner.QExtensionManager.__init__?1(self, QObject parent=None) +PyQt5.QtDesigner.QExtensionManager.registerExtensions?4(QAbstractExtensionFactory, str iid='') +PyQt5.QtDesigner.QExtensionManager.unregisterExtensions?4(QAbstractExtensionFactory, str iid='') +PyQt5.QtDesigner.QExtensionManager.extension?4(QObject, str) -> QObject +PyQt5.QtDesigner.QDesignerTaskMenuExtension?1() +PyQt5.QtDesigner.QDesignerTaskMenuExtension.__init__?1(self) +PyQt5.QtDesigner.QDesignerTaskMenuExtension?1(QDesignerTaskMenuExtension) +PyQt5.QtDesigner.QDesignerTaskMenuExtension.__init__?1(self, QDesignerTaskMenuExtension) +PyQt5.QtDesigner.QDesignerTaskMenuExtension.taskActions?4() -> list-of-QAction +PyQt5.QtDesigner.QDesignerTaskMenuExtension.preferredEditAction?4() -> QAction +PyQt5.QtDesigner.QPyDesignerMemberSheetExtension?1(QObject) +PyQt5.QtDesigner.QPyDesignerMemberSheetExtension.__init__?1(self, QObject) +PyQt5.QtDesigner.QPyDesignerPropertySheetExtension?1(QObject) +PyQt5.QtDesigner.QPyDesignerPropertySheetExtension.__init__?1(self, QObject) +PyQt5.QtDesigner.QPyDesignerContainerExtension?1(QObject) +PyQt5.QtDesigner.QPyDesignerContainerExtension.__init__?1(self, QObject) +PyQt5.QtDesigner.QPyDesignerCustomWidgetPlugin?1(QObject parent=None) +PyQt5.QtDesigner.QPyDesignerCustomWidgetPlugin.__init__?1(self, QObject parent=None) +PyQt5.QtDesigner.QPyDesignerTaskMenuExtension?1(QObject) +PyQt5.QtDesigner.QPyDesignerTaskMenuExtension.__init__?1(self, QObject) +PyQt5.QtDesigner.QPyDesignerCustomWidgetCollectionPlugin?1(QObject parent=None) +PyQt5.QtDesigner.QPyDesignerCustomWidgetCollectionPlugin.__init__?1(self, QObject parent=None) +PyQt5.QtDBus.QDBusAbstractAdaptor?1(QObject) +PyQt5.QtDBus.QDBusAbstractAdaptor.__init__?1(self, QObject) +PyQt5.QtDBus.QDBusAbstractAdaptor.setAutoRelaySignals?4(bool) +PyQt5.QtDBus.QDBusAbstractAdaptor.autoRelaySignals?4() -> bool +PyQt5.QtDBus.QDBusAbstractInterface?1(str, str, str, QDBusConnection, QObject) +PyQt5.QtDBus.QDBusAbstractInterface.__init__?1(self, str, str, str, QDBusConnection, QObject) +PyQt5.QtDBus.QDBusAbstractInterface.isValid?4() -> bool +PyQt5.QtDBus.QDBusAbstractInterface.connection?4() -> QDBusConnection +PyQt5.QtDBus.QDBusAbstractInterface.service?4() -> str +PyQt5.QtDBus.QDBusAbstractInterface.path?4() -> str +PyQt5.QtDBus.QDBusAbstractInterface.interface?4() -> str +PyQt5.QtDBus.QDBusAbstractInterface.lastError?4() -> QDBusError +PyQt5.QtDBus.QDBusAbstractInterface.setTimeout?4(int) +PyQt5.QtDBus.QDBusAbstractInterface.timeout?4() -> int +PyQt5.QtDBus.QDBusAbstractInterface.call?4(str, QVariant arg1=QVariant(), QVariant arg2=QVariant(), QVariant arg3=QVariant(), QVariant arg4=QVariant(), QVariant arg5=QVariant(), QVariant arg6=QVariant(), QVariant arg7=QVariant(), QVariant arg8=QVariant()) -> QDBusMessage +PyQt5.QtDBus.QDBusAbstractInterface.call?4(QDBus.CallMode, str, QVariant arg1=QVariant(), QVariant arg2=QVariant(), QVariant arg3=QVariant(), QVariant arg4=QVariant(), QVariant arg5=QVariant(), QVariant arg6=QVariant(), QVariant arg7=QVariant(), QVariant arg8=QVariant()) -> QDBusMessage +PyQt5.QtDBus.QDBusAbstractInterface.callWithArgumentList?4(QDBus.CallMode, str, list-of-QVariant) -> QDBusMessage +PyQt5.QtDBus.QDBusAbstractInterface.callWithCallback?4(str, list-of-QVariant, slot, slot) -> bool +PyQt5.QtDBus.QDBusAbstractInterface.callWithCallback?4(str, list-of-QVariant, slot) -> bool +PyQt5.QtDBus.QDBusAbstractInterface.asyncCall?4(str, QVariant arg1=QVariant(), QVariant arg2=QVariant(), QVariant arg3=QVariant(), QVariant arg4=QVariant(), QVariant arg5=QVariant(), QVariant arg6=QVariant(), QVariant arg7=QVariant(), QVariant arg8=QVariant()) -> QDBusPendingCall +PyQt5.QtDBus.QDBusAbstractInterface.asyncCallWithArgumentList?4(str, list-of-QVariant) -> QDBusPendingCall +PyQt5.QtDBus.QDBusAbstractInterface.connectNotify?4(QMetaMethod) +PyQt5.QtDBus.QDBusAbstractInterface.disconnectNotify?4(QMetaMethod) +PyQt5.QtDBus.QDBusArgument?1() +PyQt5.QtDBus.QDBusArgument.__init__?1(self) +PyQt5.QtDBus.QDBusArgument?1(QDBusArgument) +PyQt5.QtDBus.QDBusArgument.__init__?1(self, QDBusArgument) +PyQt5.QtDBus.QDBusArgument?1(object, int id=QMetaType.Int) +PyQt5.QtDBus.QDBusArgument.__init__?1(self, object, int id=QMetaType.Int) +PyQt5.QtDBus.QDBusArgument.add?4(object, int id=QMetaType.Int) +PyQt5.QtDBus.QDBusArgument.beginStructure?4() +PyQt5.QtDBus.QDBusArgument.endStructure?4() +PyQt5.QtDBus.QDBusArgument.beginArray?4(int) +PyQt5.QtDBus.QDBusArgument.endArray?4() +PyQt5.QtDBus.QDBusArgument.beginMap?4(int, int) +PyQt5.QtDBus.QDBusArgument.endMap?4() +PyQt5.QtDBus.QDBusArgument.beginMapEntry?4() +PyQt5.QtDBus.QDBusArgument.endMapEntry?4() +PyQt5.QtDBus.QDBus.CallMode?10 +PyQt5.QtDBus.QDBus.NoBlock?10 +PyQt5.QtDBus.QDBus.Block?10 +PyQt5.QtDBus.QDBus.BlockWithGui?10 +PyQt5.QtDBus.QDBus.AutoDetect?10 +PyQt5.QtDBus.QDBusConnection.ConnectionCapability?10 +PyQt5.QtDBus.QDBusConnection.UnixFileDescriptorPassing?10 +PyQt5.QtDBus.QDBusConnection.UnregisterMode?10 +PyQt5.QtDBus.QDBusConnection.UnregisterNode?10 +PyQt5.QtDBus.QDBusConnection.UnregisterTree?10 +PyQt5.QtDBus.QDBusConnection.RegisterOption?10 +PyQt5.QtDBus.QDBusConnection.ExportAdaptors?10 +PyQt5.QtDBus.QDBusConnection.ExportScriptableSlots?10 +PyQt5.QtDBus.QDBusConnection.ExportScriptableSignals?10 +PyQt5.QtDBus.QDBusConnection.ExportScriptableProperties?10 +PyQt5.QtDBus.QDBusConnection.ExportScriptableInvokables?10 +PyQt5.QtDBus.QDBusConnection.ExportScriptableContents?10 +PyQt5.QtDBus.QDBusConnection.ExportNonScriptableSlots?10 +PyQt5.QtDBus.QDBusConnection.ExportNonScriptableSignals?10 +PyQt5.QtDBus.QDBusConnection.ExportNonScriptableProperties?10 +PyQt5.QtDBus.QDBusConnection.ExportNonScriptableInvokables?10 +PyQt5.QtDBus.QDBusConnection.ExportNonScriptableContents?10 +PyQt5.QtDBus.QDBusConnection.ExportAllSlots?10 +PyQt5.QtDBus.QDBusConnection.ExportAllSignals?10 +PyQt5.QtDBus.QDBusConnection.ExportAllProperties?10 +PyQt5.QtDBus.QDBusConnection.ExportAllInvokables?10 +PyQt5.QtDBus.QDBusConnection.ExportAllContents?10 +PyQt5.QtDBus.QDBusConnection.ExportAllSignal?10 +PyQt5.QtDBus.QDBusConnection.ExportChildObjects?10 +PyQt5.QtDBus.QDBusConnection.BusType?10 +PyQt5.QtDBus.QDBusConnection.SessionBus?10 +PyQt5.QtDBus.QDBusConnection.SystemBus?10 +PyQt5.QtDBus.QDBusConnection.ActivationBus?10 +PyQt5.QtDBus.QDBusConnection?1(str) +PyQt5.QtDBus.QDBusConnection.__init__?1(self, str) +PyQt5.QtDBus.QDBusConnection?1(QDBusConnection) +PyQt5.QtDBus.QDBusConnection.__init__?1(self, QDBusConnection) +PyQt5.QtDBus.QDBusConnection.isConnected?4() -> bool +PyQt5.QtDBus.QDBusConnection.baseService?4() -> str +PyQt5.QtDBus.QDBusConnection.lastError?4() -> QDBusError +PyQt5.QtDBus.QDBusConnection.name?4() -> str +PyQt5.QtDBus.QDBusConnection.connectionCapabilities?4() -> QDBusConnection.ConnectionCapabilities +PyQt5.QtDBus.QDBusConnection.send?4(QDBusMessage) -> bool +PyQt5.QtDBus.QDBusConnection.callWithCallback?4(QDBusMessage, slot, slot, int timeout=-1) -> bool +PyQt5.QtDBus.QDBusConnection.call?4(QDBusMessage, QDBus.CallMode mode=QDBus.Block, int timeout=-1) -> QDBusMessage +PyQt5.QtDBus.QDBusConnection.asyncCall?4(QDBusMessage, int timeout=-1) -> QDBusPendingCall +PyQt5.QtDBus.QDBusConnection.connect?4(str, str, str, str, slot) -> bool +PyQt5.QtDBus.QDBusConnection.connect?4(str, str, str, str, str, slot) -> bool +PyQt5.QtDBus.QDBusConnection.connect?4(str, str, str, str, list-of-str, str, slot) -> bool +PyQt5.QtDBus.QDBusConnection.disconnect?4(str, str, str, str, slot) -> bool +PyQt5.QtDBus.QDBusConnection.disconnect?4(str, str, str, str, str, slot) -> bool +PyQt5.QtDBus.QDBusConnection.disconnect?4(str, str, str, str, list-of-str, str, slot) -> bool +PyQt5.QtDBus.QDBusConnection.registerObject?4(str, QObject, QDBusConnection.RegisterOptions options=QDBusConnection.ExportAdaptors) -> bool +PyQt5.QtDBus.QDBusConnection.unregisterObject?4(str, QDBusConnection.UnregisterMode mode=QDBusConnection.UnregisterNode) +PyQt5.QtDBus.QDBusConnection.objectRegisteredAt?4(str) -> QObject +PyQt5.QtDBus.QDBusConnection.registerService?4(str) -> bool +PyQt5.QtDBus.QDBusConnection.unregisterService?4(str) -> bool +PyQt5.QtDBus.QDBusConnection.interface?4() -> QDBusConnectionInterface +PyQt5.QtDBus.QDBusConnection.connectToBus?4(QDBusConnection.BusType, str) -> QDBusConnection +PyQt5.QtDBus.QDBusConnection.connectToBus?4(str, str) -> QDBusConnection +PyQt5.QtDBus.QDBusConnection.connectToPeer?4(str, str) -> QDBusConnection +PyQt5.QtDBus.QDBusConnection.disconnectFromBus?4(str) +PyQt5.QtDBus.QDBusConnection.disconnectFromPeer?4(str) +PyQt5.QtDBus.QDBusConnection.localMachineId?4() -> QByteArray +PyQt5.QtDBus.QDBusConnection.sessionBus?4() -> QDBusConnection +PyQt5.QtDBus.QDBusConnection.systemBus?4() -> QDBusConnection +PyQt5.QtDBus.QDBusConnection.sender?4() -> QDBusConnection +PyQt5.QtDBus.QDBusConnection.RegisterOptions?1(QDBusConnection.RegisterOptions) +PyQt5.QtDBus.QDBusConnection.RegisterOptions.__init__?1(self, QDBusConnection.RegisterOptions) +PyQt5.QtDBus.QDBusConnection.RegisterOptions?1(int) +PyQt5.QtDBus.QDBusConnection.RegisterOptions.__init__?1(self, int) +PyQt5.QtDBus.QDBusConnection.RegisterOptions?1() +PyQt5.QtDBus.QDBusConnection.RegisterOptions.__init__?1(self) +PyQt5.QtDBus.QDBusConnection.ConnectionCapabilities?1(QDBusConnection.ConnectionCapabilities) +PyQt5.QtDBus.QDBusConnection.ConnectionCapabilities.__init__?1(self, QDBusConnection.ConnectionCapabilities) +PyQt5.QtDBus.QDBusConnection.ConnectionCapabilities?1(int) +PyQt5.QtDBus.QDBusConnection.ConnectionCapabilities.__init__?1(self, int) +PyQt5.QtDBus.QDBusConnection.ConnectionCapabilities?1() +PyQt5.QtDBus.QDBusConnection.ConnectionCapabilities.__init__?1(self) +PyQt5.QtDBus.QDBusConnectionInterface.RegisterServiceReply?10 +PyQt5.QtDBus.QDBusConnectionInterface.ServiceNotRegistered?10 +PyQt5.QtDBus.QDBusConnectionInterface.ServiceRegistered?10 +PyQt5.QtDBus.QDBusConnectionInterface.ServiceQueued?10 +PyQt5.QtDBus.QDBusConnectionInterface.ServiceReplacementOptions?10 +PyQt5.QtDBus.QDBusConnectionInterface.DontAllowReplacement?10 +PyQt5.QtDBus.QDBusConnectionInterface.AllowReplacement?10 +PyQt5.QtDBus.QDBusConnectionInterface.ServiceQueueOptions?10 +PyQt5.QtDBus.QDBusConnectionInterface.DontQueueService?10 +PyQt5.QtDBus.QDBusConnectionInterface.QueueService?10 +PyQt5.QtDBus.QDBusConnectionInterface.ReplaceExistingService?10 +PyQt5.QtDBus.QDBusConnectionInterface.registeredServiceNames?4() -> QDBusReply +PyQt5.QtDBus.QDBusConnectionInterface.isServiceRegistered?4(str) -> QDBusReply +PyQt5.QtDBus.QDBusConnectionInterface.serviceOwner?4(str) -> QDBusReply +PyQt5.QtDBus.QDBusConnectionInterface.unregisterService?4(str) -> QDBusReply +PyQt5.QtDBus.QDBusConnectionInterface.registerService?4(str, QDBusConnectionInterface.ServiceQueueOptions qoption=QDBusConnectionInterface.DontQueueService, QDBusConnectionInterface.ServiceReplacementOptions roption=QDBusConnectionInterface.DontAllowReplacement) -> QDBusReply +PyQt5.QtDBus.QDBusConnectionInterface.servicePid?4(str) -> QDBusReply +PyQt5.QtDBus.QDBusConnectionInterface.serviceUid?4(str) -> QDBusReply +PyQt5.QtDBus.QDBusConnectionInterface.startService?4(str) -> QDBusReply +PyQt5.QtDBus.QDBusConnectionInterface.serviceRegistered?4(str) +PyQt5.QtDBus.QDBusConnectionInterface.serviceUnregistered?4(str) +PyQt5.QtDBus.QDBusConnectionInterface.callWithCallbackFailed?4(QDBusError, QDBusMessage) +PyQt5.QtDBus.QDBusConnectionInterface.connectNotify?4(QMetaMethod) +PyQt5.QtDBus.QDBusConnectionInterface.disconnectNotify?4(QMetaMethod) +PyQt5.QtDBus.QDBusError.ErrorType?10 +PyQt5.QtDBus.QDBusError.NoError?10 +PyQt5.QtDBus.QDBusError.Other?10 +PyQt5.QtDBus.QDBusError.Failed?10 +PyQt5.QtDBus.QDBusError.NoMemory?10 +PyQt5.QtDBus.QDBusError.ServiceUnknown?10 +PyQt5.QtDBus.QDBusError.NoReply?10 +PyQt5.QtDBus.QDBusError.BadAddress?10 +PyQt5.QtDBus.QDBusError.NotSupported?10 +PyQt5.QtDBus.QDBusError.LimitsExceeded?10 +PyQt5.QtDBus.QDBusError.AccessDenied?10 +PyQt5.QtDBus.QDBusError.NoServer?10 +PyQt5.QtDBus.QDBusError.Timeout?10 +PyQt5.QtDBus.QDBusError.NoNetwork?10 +PyQt5.QtDBus.QDBusError.AddressInUse?10 +PyQt5.QtDBus.QDBusError.Disconnected?10 +PyQt5.QtDBus.QDBusError.InvalidArgs?10 +PyQt5.QtDBus.QDBusError.UnknownMethod?10 +PyQt5.QtDBus.QDBusError.TimedOut?10 +PyQt5.QtDBus.QDBusError.InvalidSignature?10 +PyQt5.QtDBus.QDBusError.UnknownInterface?10 +PyQt5.QtDBus.QDBusError.InternalError?10 +PyQt5.QtDBus.QDBusError.UnknownObject?10 +PyQt5.QtDBus.QDBusError.InvalidService?10 +PyQt5.QtDBus.QDBusError.InvalidObjectPath?10 +PyQt5.QtDBus.QDBusError.InvalidInterface?10 +PyQt5.QtDBus.QDBusError.InvalidMember?10 +PyQt5.QtDBus.QDBusError.UnknownProperty?10 +PyQt5.QtDBus.QDBusError.PropertyReadOnly?10 +PyQt5.QtDBus.QDBusError?1(QDBusError) +PyQt5.QtDBus.QDBusError.__init__?1(self, QDBusError) +PyQt5.QtDBus.QDBusError.type?4() -> QDBusError.ErrorType +PyQt5.QtDBus.QDBusError.name?4() -> str +PyQt5.QtDBus.QDBusError.message?4() -> str +PyQt5.QtDBus.QDBusError.isValid?4() -> bool +PyQt5.QtDBus.QDBusError.errorString?4(QDBusError.ErrorType) -> str +PyQt5.QtDBus.QDBusObjectPath?1() +PyQt5.QtDBus.QDBusObjectPath.__init__?1(self) +PyQt5.QtDBus.QDBusObjectPath?1(str) +PyQt5.QtDBus.QDBusObjectPath.__init__?1(self, str) +PyQt5.QtDBus.QDBusObjectPath?1(QDBusObjectPath) +PyQt5.QtDBus.QDBusObjectPath.__init__?1(self, QDBusObjectPath) +PyQt5.QtDBus.QDBusObjectPath.path?4() -> str +PyQt5.QtDBus.QDBusObjectPath.setPath?4(str) +PyQt5.QtDBus.QDBusSignature?1() +PyQt5.QtDBus.QDBusSignature.__init__?1(self) +PyQt5.QtDBus.QDBusSignature?1(str) +PyQt5.QtDBus.QDBusSignature.__init__?1(self, str) +PyQt5.QtDBus.QDBusSignature?1(QDBusSignature) +PyQt5.QtDBus.QDBusSignature.__init__?1(self, QDBusSignature) +PyQt5.QtDBus.QDBusSignature.signature?4() -> str +PyQt5.QtDBus.QDBusSignature.setSignature?4(str) +PyQt5.QtDBus.QDBusVariant?1() +PyQt5.QtDBus.QDBusVariant.__init__?1(self) +PyQt5.QtDBus.QDBusVariant?1(QVariant) +PyQt5.QtDBus.QDBusVariant.__init__?1(self, QVariant) +PyQt5.QtDBus.QDBusVariant?1(QDBusVariant) +PyQt5.QtDBus.QDBusVariant.__init__?1(self, QDBusVariant) +PyQt5.QtDBus.QDBusVariant.variant?4() -> QVariant +PyQt5.QtDBus.QDBusVariant.setVariant?4(QVariant) +PyQt5.QtDBus.QDBusInterface?1(str, str, str interface=QString(), QDBusConnection connection=QDBusConnection.sessionBus(), QObject parent=None) +PyQt5.QtDBus.QDBusInterface.__init__?1(self, str, str, str interface=QString(), QDBusConnection connection=QDBusConnection.sessionBus(), QObject parent=None) +PyQt5.QtDBus.QDBusMessage.MessageType?10 +PyQt5.QtDBus.QDBusMessage.InvalidMessage?10 +PyQt5.QtDBus.QDBusMessage.MethodCallMessage?10 +PyQt5.QtDBus.QDBusMessage.ReplyMessage?10 +PyQt5.QtDBus.QDBusMessage.ErrorMessage?10 +PyQt5.QtDBus.QDBusMessage.SignalMessage?10 +PyQt5.QtDBus.QDBusMessage?1() +PyQt5.QtDBus.QDBusMessage.__init__?1(self) +PyQt5.QtDBus.QDBusMessage?1(QDBusMessage) +PyQt5.QtDBus.QDBusMessage.__init__?1(self, QDBusMessage) +PyQt5.QtDBus.QDBusMessage.createSignal?4(str, str, str) -> QDBusMessage +PyQt5.QtDBus.QDBusMessage.createMethodCall?4(str, str, str, str) -> QDBusMessage +PyQt5.QtDBus.QDBusMessage.createError?4(str, str) -> QDBusMessage +PyQt5.QtDBus.QDBusMessage.createError?4(QDBusError) -> QDBusMessage +PyQt5.QtDBus.QDBusMessage.createError?4(QDBusError.ErrorType, str) -> QDBusMessage +PyQt5.QtDBus.QDBusMessage.createReply?4(list-of-QVariant arguments=QList<QVariant>()) -> QDBusMessage +PyQt5.QtDBus.QDBusMessage.createReply?4(QVariant) -> QDBusMessage +PyQt5.QtDBus.QDBusMessage.createErrorReply?4(str, str) -> QDBusMessage +PyQt5.QtDBus.QDBusMessage.createErrorReply?4(QDBusError) -> QDBusMessage +PyQt5.QtDBus.QDBusMessage.createErrorReply?4(QDBusError.ErrorType, str) -> QDBusMessage +PyQt5.QtDBus.QDBusMessage.service?4() -> str +PyQt5.QtDBus.QDBusMessage.path?4() -> str +PyQt5.QtDBus.QDBusMessage.interface?4() -> str +PyQt5.QtDBus.QDBusMessage.member?4() -> str +PyQt5.QtDBus.QDBusMessage.errorName?4() -> str +PyQt5.QtDBus.QDBusMessage.errorMessage?4() -> str +PyQt5.QtDBus.QDBusMessage.type?4() -> QDBusMessage.MessageType +PyQt5.QtDBus.QDBusMessage.signature?4() -> str +PyQt5.QtDBus.QDBusMessage.isReplyRequired?4() -> bool +PyQt5.QtDBus.QDBusMessage.setDelayedReply?4(bool) +PyQt5.QtDBus.QDBusMessage.isDelayedReply?4() -> bool +PyQt5.QtDBus.QDBusMessage.setAutoStartService?4(bool) +PyQt5.QtDBus.QDBusMessage.autoStartService?4() -> bool +PyQt5.QtDBus.QDBusMessage.setArguments?4(list-of-QVariant) +PyQt5.QtDBus.QDBusMessage.arguments?4() -> list-of-QVariant +PyQt5.QtDBus.QDBusPendingCall?1(QDBusPendingCall) +PyQt5.QtDBus.QDBusPendingCall.__init__?1(self, QDBusPendingCall) +PyQt5.QtDBus.QDBusPendingCall.fromError?4(QDBusError) -> QDBusPendingCall +PyQt5.QtDBus.QDBusPendingCall.fromCompletedCall?4(QDBusMessage) -> QDBusPendingCall +PyQt5.QtDBus.QDBusPendingCall.swap?4(QDBusPendingCall) +PyQt5.QtDBus.QDBusPendingCallWatcher?1(QDBusPendingCall, QObject parent=None) +PyQt5.QtDBus.QDBusPendingCallWatcher.__init__?1(self, QDBusPendingCall, QObject parent=None) +PyQt5.QtDBus.QDBusPendingCallWatcher.isFinished?4() -> bool +PyQt5.QtDBus.QDBusPendingCallWatcher.waitForFinished?4() +PyQt5.QtDBus.QDBusPendingCallWatcher.finished?4(QDBusPendingCallWatcher) +PyQt5.QtDBus.QDBusServiceWatcher.WatchModeFlag?10 +PyQt5.QtDBus.QDBusServiceWatcher.WatchForRegistration?10 +PyQt5.QtDBus.QDBusServiceWatcher.WatchForUnregistration?10 +PyQt5.QtDBus.QDBusServiceWatcher.WatchForOwnerChange?10 +PyQt5.QtDBus.QDBusServiceWatcher?1(QObject parent=None) +PyQt5.QtDBus.QDBusServiceWatcher.__init__?1(self, QObject parent=None) +PyQt5.QtDBus.QDBusServiceWatcher?1(str, QDBusConnection, QDBusServiceWatcher.WatchMode watchMode=QDBusServiceWatcher.WatchForOwnerChange, QObject parent=None) +PyQt5.QtDBus.QDBusServiceWatcher.__init__?1(self, str, QDBusConnection, QDBusServiceWatcher.WatchMode watchMode=QDBusServiceWatcher.WatchForOwnerChange, QObject parent=None) +PyQt5.QtDBus.QDBusServiceWatcher.watchedServices?4() -> list-of-str +PyQt5.QtDBus.QDBusServiceWatcher.setWatchedServices?4(list-of-str) +PyQt5.QtDBus.QDBusServiceWatcher.addWatchedService?4(str) +PyQt5.QtDBus.QDBusServiceWatcher.removeWatchedService?4(str) -> bool +PyQt5.QtDBus.QDBusServiceWatcher.watchMode?4() -> QDBusServiceWatcher.WatchMode +PyQt5.QtDBus.QDBusServiceWatcher.setWatchMode?4(QDBusServiceWatcher.WatchMode) +PyQt5.QtDBus.QDBusServiceWatcher.connection?4() -> QDBusConnection +PyQt5.QtDBus.QDBusServiceWatcher.setConnection?4(QDBusConnection) +PyQt5.QtDBus.QDBusServiceWatcher.serviceRegistered?4(str) +PyQt5.QtDBus.QDBusServiceWatcher.serviceUnregistered?4(str) +PyQt5.QtDBus.QDBusServiceWatcher.serviceOwnerChanged?4(str, str, str) +PyQt5.QtDBus.QDBusServiceWatcher.WatchMode?1(QDBusServiceWatcher.WatchMode) +PyQt5.QtDBus.QDBusServiceWatcher.WatchMode.__init__?1(self, QDBusServiceWatcher.WatchMode) +PyQt5.QtDBus.QDBusServiceWatcher.WatchMode?1(int) +PyQt5.QtDBus.QDBusServiceWatcher.WatchMode.__init__?1(self, int) +PyQt5.QtDBus.QDBusServiceWatcher.WatchMode?1() +PyQt5.QtDBus.QDBusServiceWatcher.WatchMode.__init__?1(self) +PyQt5.QtDBus.QDBusUnixFileDescriptor?1() +PyQt5.QtDBus.QDBusUnixFileDescriptor.__init__?1(self) +PyQt5.QtDBus.QDBusUnixFileDescriptor?1(int) +PyQt5.QtDBus.QDBusUnixFileDescriptor.__init__?1(self, int) +PyQt5.QtDBus.QDBusUnixFileDescriptor?1(QDBusUnixFileDescriptor) +PyQt5.QtDBus.QDBusUnixFileDescriptor.__init__?1(self, QDBusUnixFileDescriptor) +PyQt5.QtDBus.QDBusUnixFileDescriptor.isValid?4() -> bool +PyQt5.QtDBus.QDBusUnixFileDescriptor.fileDescriptor?4() -> int +PyQt5.QtDBus.QDBusUnixFileDescriptor.setFileDescriptor?4(int) +PyQt5.QtDBus.QDBusUnixFileDescriptor.isSupported?4() -> bool +PyQt5.QtDBus.QDBusUnixFileDescriptor.swap?4(QDBusUnixFileDescriptor) +PyQt5.QtDBus.QDBusPendingReply?1() +PyQt5.QtDBus.QDBusPendingReply.__init__?1(self) +PyQt5.QtDBus.QDBusPendingReply?1(QDBusPendingReply) +PyQt5.QtDBus.QDBusPendingReply.__init__?1(self, QDBusPendingReply) +PyQt5.QtDBus.QDBusPendingReply?1(QDBusPendingCall) +PyQt5.QtDBus.QDBusPendingReply.__init__?1(self, QDBusPendingCall) +PyQt5.QtDBus.QDBusPendingReply?1(QDBusMessage) +PyQt5.QtDBus.QDBusPendingReply.__init__?1(self, QDBusMessage) +PyQt5.QtDBus.QDBusPendingReply.argumentAt?4(int) -> QVariant +PyQt5.QtDBus.QDBusPendingReply.error?4() -> QDBusError +PyQt5.QtDBus.QDBusPendingReply.isError?4() -> bool +PyQt5.QtDBus.QDBusPendingReply.isFinished?4() -> bool +PyQt5.QtDBus.QDBusPendingReply.isValid?4() -> bool +PyQt5.QtDBus.QDBusPendingReply.reply?4() -> QDBusMessage +PyQt5.QtDBus.QDBusPendingReply.waitForFinished?4() +PyQt5.QtDBus.QDBusPendingReply.value?4(object type=None) -> object +PyQt5.QtDBus.QDBusReply?1(QDBusMessage) +PyQt5.QtDBus.QDBusReply.__init__?1(self, QDBusMessage) +PyQt5.QtDBus.QDBusReply?1(QDBusPendingCall) +PyQt5.QtDBus.QDBusReply.__init__?1(self, QDBusPendingCall) +PyQt5.QtDBus.QDBusReply?1(QDBusError) +PyQt5.QtDBus.QDBusReply.__init__?1(self, QDBusError) +PyQt5.QtDBus.QDBusReply?1(QDBusReply) +PyQt5.QtDBus.QDBusReply.__init__?1(self, QDBusReply) +PyQt5.QtDBus.QDBusReply.error?4() -> QDBusError +PyQt5.QtDBus.QDBusReply.isValid?4() -> bool +PyQt5.QtDBus.QDBusReply.value?4(object type=None) -> object +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0?1() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.__init__?1(self) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.initializeOpenGLFunctions?4() -> bool +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glViewport?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDepthRange?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIsEnabled?4(int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetTexLevelParameteriv?4(int, int, int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetTexLevelParameterfv?4(int, int, int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetTexParameteriv?4(int, int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetTexParameterfv?4(int, int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetString?4(int) -> str +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetIntegerv?4(int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetFloatv?4(int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetError?4() -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetDoublev?4(int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetBooleanv?4(int) -> bool-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glReadBuffer?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPixelStorei?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPixelStoref?4(int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDepthFunc?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glStencilOp?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glStencilFunc?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLogicOp?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBlendFunc?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFlush?4() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFinish?4() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEnable?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDisable?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDepthMask?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColorMask?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glStencilMask?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glClearDepth?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glClearStencil?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glClearColor?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glClear?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDrawBuffer?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexImage2D?4(int, int, int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexImage1D?4(int, int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexParameteriv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexParameteri?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexParameterfv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexParameterf?4(int, int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glScissor?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPolygonMode?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPointSize?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLineWidth?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glHint?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFrontFace?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCullFace?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexubv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexub?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIsTexture?4(int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGenTextures?4(int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDeleteTextures?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBindTexture?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexSubImage2D?4(int, int, int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexSubImage1D?4(int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCopyTexSubImage2D?4(int, int, int, int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCopyTexSubImage1D?4(int, int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCopyTexImage2D?4(int, int, int, int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCopyTexImage1D?4(int, int, int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPolygonOffset?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDrawElements?4(int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDrawArrays?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCopyTexSubImage3D?4(int, int, int, int, int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexSubImage3D?4(int, int, int, int, int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexImage3D?4(int, int, int, int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDrawRangeElements?4(int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBlendEquation?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBlendColor?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCompressedTexSubImage1D?4(int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCompressedTexSubImage2D?4(int, int, int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCompressedTexSubImage3D?4(int, int, int, int, int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCompressedTexImage1D?4(int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCompressedTexImage2D?4(int, int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCompressedTexImage3D?4(int, int, int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSampleCoverage?4(float, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glActiveTexture?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPointParameteriv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPointParameteri?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPointParameterfv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPointParameterf?4(int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBlendFuncSeparate?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetBufferParameteriv?4(int, int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUnmapBuffer?4(int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBufferSubData?4(int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBufferData?4(int, int, sequence-or-buffer, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIsBuffer?4(int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGenBuffers?4(int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDeleteBuffers?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBindBuffer?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetQueryiv?4(int, int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEndQuery?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBeginQuery?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIsQuery?4(int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDeleteQueries?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGenQueries?4(int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttribPointer?4(int, int, int, int, int, sequence-or-buffer-or-offset) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glValidateProgram?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniformMatrix4fv?4(int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniformMatrix3fv?4(int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniformMatrix2fv?4(int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform4iv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform3iv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform2iv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform1iv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform4fv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform3fv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform2fv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform1fv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform4i?4(int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform3i?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform2i?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform1i?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform4f?4(int, float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform3f?4(int, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform2f?4(int, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUniform1f?4(int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glUseProgram?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLinkProgram?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIsShader?4(int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIsProgram?4(int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetVertexAttribiv?4(int, int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetVertexAttribfv?4(int, int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetVertexAttribdv?4(int, int) -> double-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetUniformLocation?4(int, str) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetShaderSource?4(int) -> bytes +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetShaderInfoLog?4(int) -> bytes +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetShaderiv?4(int, int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetProgramInfoLog?4(int) -> bytes +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetProgramiv?4(int, int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetAttribLocation?4(int, str) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetAttachedShaders?4(int) -> tuple-of-int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetActiveUniform?4(int, int) -> str, int, int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetActiveAttrib?4(int, int) -> str, int, int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEnableVertexAttribArray?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDisableVertexAttribArray?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDetachShader?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDeleteShader?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDeleteProgram?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCreateShader?4(int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCreateProgram?4() -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCompileShader?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBindAttribLocation?4(int, int, str) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glAttachShader?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glStencilMaskSeparate?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glStencilFuncSeparate?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glStencilOpSeparate?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDrawBuffers?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBlendEquationSeparate?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTranslatef?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTranslated?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glScalef?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glScaled?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRotatef?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRotated?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPushMatrix?4() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPopMatrix?4() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glOrtho?4(float, float, float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultMatrixd?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultMatrixf?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMatrixMode?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLoadMatrixd?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLoadMatrixf?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLoadIdentity?4() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFrustum?4(float, float, float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIsList?4(int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetTexGeniv?4(int, int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetTexGenfv?4(int, int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetTexGendv?4(int, int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetTexEnviv?4(int, int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetTexEnvfv?4(int, int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetMaterialiv?4(int, int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetMaterialfv?4(int, int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetLightiv?4(int, int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetLightfv?4(int, int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetClipPlane?4(int) -> tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDrawPixels?4(int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCopyPixels?4(int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPixelMapusv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPixelMapuiv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPixelMapfv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPixelTransferi?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPixelTransferf?4(int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPixelZoom?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glAlphaFunc?4(int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalPoint2?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalMesh2?4(int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalPoint1?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalMesh1?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalCoord2fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalCoord2f?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalCoord2dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalCoord2d?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalCoord1fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalCoord1f?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalCoord1dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEvalCoord1d?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMapGrid2f?4(int, float, float, int, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMapGrid2d?4(int, float, float, int, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMapGrid1f?4(int, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMapGrid1d?4(int, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMap2f?4(int, float, float, int, int, float, float, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMap2d?4(int, float, float, int, int, float, float, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMap1f?4(int, float, float, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMap1d?4(int, float, float, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPushAttrib?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPopAttrib?4() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glAccum?4(int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexMask?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glClearIndex?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glClearAccum?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPushName?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPopName?4() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPassThrough?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLoadName?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glInitNames?4() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRenderMode?4(int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexGeniv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexGeni?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexGenfv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexGenf?4(int, int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexGendv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexGend?4(int, int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexEnviv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexEnvi?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexEnvfv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexEnvf?4(int, int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glShadeModel?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPolygonStipple?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMaterialiv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMateriali?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMaterialfv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMaterialf?4(int, int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLineStipple?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLightModeliv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLightModeli?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLightModelfv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLightModelf?4(int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLightiv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLighti?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLightfv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLightf?4(int, int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFogiv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFogi?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFogfv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFogf?4(int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColorMaterial?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glClipPlane?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex4sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex4s?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex4iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex4i?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex4fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex4f?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex4dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex4d?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex3sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex3s?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex3iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex3i?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex3fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex3f?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex3dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex3d?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex2sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex2s?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex2iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex2i?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex2fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex2f?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex2dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertex2d?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord4sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord4s?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord4iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord4i?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord4fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord4f?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord4dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord4d?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord3sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord3s?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord3iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord3i?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord3fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord3f?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord3dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord3d?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord2sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord2s?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord2iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord2i?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord2fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord2f?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord2dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord2d?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord1sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord1s?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord1iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord1i?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord1fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord1f?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord1dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoord1d?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRects?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRecti?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRectf?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRectd?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos4sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos4s?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos4iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos4i?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos4fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos4f?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos4dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos4d?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos3sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos3s?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos3iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos3i?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos3fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos3f?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos3dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos3d?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos2sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos2s?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos2iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos2i?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos2fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos2f?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos2dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glRasterPos2d?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNormal3sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNormal3s?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNormal3iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNormal3i?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNormal3fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNormal3f?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNormal3dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNormal3d?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNormal3bv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNormal3b?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexsv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexs?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexiv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexi?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexfv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexf?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexdv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexd?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEnd?4() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEdgeFlagv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEdgeFlag?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4usv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4us?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4uiv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4ui?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4ubv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4ub?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4s?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4i?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4f?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4d?4(float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4bv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor4b?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3usv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3us?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3uiv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3ui?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3ubv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3ub?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3s?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3i?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3f?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3d?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3bv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColor3b?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBitmap?4(int, int, float, float, float, float, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glBegin?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glListBase?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGenLists?4(int) -> int +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDeleteLists?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCallList?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEndList?4() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNewList?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPushClientAttrib?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glPopClientAttrib?4() +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexPointer?4(int, int, int, sequence-or-buffer-or-offset) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glTexCoordPointer?4(int, int, int, sequence-or-buffer-or-offset) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glNormalPointer?4(int, int, sequence-or-buffer-or-offset) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glIndexPointer?4(int, int, sequence-or-buffer-or-offset) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEnableClientState?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glEdgeFlagPointer?4(int, sequence-or-buffer-or-offset) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glDisableClientState?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColorPointer?4(int, int, int, sequence-or-buffer-or-offset) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glArrayElement?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glResetMinmax?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glResetHistogram?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMinmax?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glHistogram?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetConvolutionParameteriv?4(int, int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetConvolutionParameterfv?4(int, int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCopyConvolutionFilter2D?4(int, int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCopyConvolutionFilter1D?4(int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glConvolutionParameteriv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glConvolutionParameteri?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glConvolutionParameterfv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glConvolutionParameterf?4(int, int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glConvolutionFilter2D?4(int, int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glConvolutionFilter1D?4(int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCopyColorSubTable?4(int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColorSubTable?4(int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetColorTableParameteriv?4(int, int) -> int-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glGetColorTableParameterfv?4(int, int) -> float-or-tuple +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glCopyColorTable?4(int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColorTableParameteriv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColorTableParameterfv?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glColorTable?4(int, int, int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultTransposeMatrixd?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultTransposeMatrixf?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLoadTransposeMatrixd?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glLoadTransposeMatrixf?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord4sv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord4s?4(int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord4iv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord4i?4(int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord4fv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord4f?4(int, float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord4dv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord4d?4(int, float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord3sv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord3s?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord3iv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord3i?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord3fv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord3f?4(int, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord3dv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord3d?4(int, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord2sv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord2s?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord2iv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord2i?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord2fv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord2f?4(int, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord2dv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord2d?4(int, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord1sv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord1s?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord1iv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord1i?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord1fv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord1f?4(int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord1dv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glMultiTexCoord1d?4(int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glClientActiveTexture?4(int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos3sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos3s?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos3iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos3i?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos3fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos3f?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos3dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos3d?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos2sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos2s?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos2iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos2i?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos2fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos2f?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos2dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glWindowPos2d?4(float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColorPointer?4(int, int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3usv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3us?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3uiv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3ui?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3ubv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3ub?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3sv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3s?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3iv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3i?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3fv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3f?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3dv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3d?4(float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3bv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glSecondaryColor3b?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFogCoordPointer?4(int, int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFogCoorddv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFogCoordd?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFogCoordfv?4(sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glFogCoordf?4(float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4usv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4uiv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4ubv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4sv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4s?4(int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4iv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4fv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4f?4(int, float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4dv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4d?4(int, float, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4bv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4Nusv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4Nuiv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4Nubv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4Nub?4(int, int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4Nsv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4Niv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib4Nbv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib3sv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib3s?4(int, int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib3fv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib3f?4(int, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib3dv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib3d?4(int, float, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib2sv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib2s?4(int, int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib2fv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib2f?4(int, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib2dv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib2d?4(int, float, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib1sv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib1s?4(int, int) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib1fv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib1f?4(int, float) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib1dv?4(int, sequence-or-buffer) +PyQt5._QOpenGLFunctions_2_0.QOpenGLFunctions_2_0.glVertexAttrib1d?4(int, float) +PyQt5.QtSensors.QSensorReading.timestamp?4() -> int +PyQt5.QtSensors.QSensorReading.setTimestamp?4(int) +PyQt5.QtSensors.QSensorReading.valueCount?4() -> int +PyQt5.QtSensors.QSensorReading.value?4(int) -> QVariant +PyQt5.QtSensors.QAccelerometerReading.x?4() -> float +PyQt5.QtSensors.QAccelerometerReading.setX?4(float) +PyQt5.QtSensors.QAccelerometerReading.y?4() -> float +PyQt5.QtSensors.QAccelerometerReading.setY?4(float) +PyQt5.QtSensors.QAccelerometerReading.z?4() -> float +PyQt5.QtSensors.QAccelerometerReading.setZ?4(float) +PyQt5.QtSensors.QSensorFilter?1() +PyQt5.QtSensors.QSensorFilter.__init__?1(self) +PyQt5.QtSensors.QSensorFilter?1(QSensorFilter) +PyQt5.QtSensors.QSensorFilter.__init__?1(self, QSensorFilter) +PyQt5.QtSensors.QSensorFilter.filter?4(QSensorReading) -> bool +PyQt5.QtSensors.QAccelerometerFilter?1() +PyQt5.QtSensors.QAccelerometerFilter.__init__?1(self) +PyQt5.QtSensors.QAccelerometerFilter?1(QAccelerometerFilter) +PyQt5.QtSensors.QAccelerometerFilter.__init__?1(self, QAccelerometerFilter) +PyQt5.QtSensors.QAccelerometerFilter.filter?4(QAccelerometerReading) -> bool +PyQt5.QtSensors.QSensor.AxesOrientationMode?10 +PyQt5.QtSensors.QSensor.FixedOrientation?10 +PyQt5.QtSensors.QSensor.AutomaticOrientation?10 +PyQt5.QtSensors.QSensor.UserOrientation?10 +PyQt5.QtSensors.QSensor.Feature?10 +PyQt5.QtSensors.QSensor.Buffering?10 +PyQt5.QtSensors.QSensor.AlwaysOn?10 +PyQt5.QtSensors.QSensor.GeoValues?10 +PyQt5.QtSensors.QSensor.FieldOfView?10 +PyQt5.QtSensors.QSensor.AccelerationMode?10 +PyQt5.QtSensors.QSensor.SkipDuplicates?10 +PyQt5.QtSensors.QSensor.AxesOrientation?10 +PyQt5.QtSensors.QSensor.PressureSensorTemperature?10 +PyQt5.QtSensors.QSensor?1(QByteArray, QObject parent=None) +PyQt5.QtSensors.QSensor.__init__?1(self, QByteArray, QObject parent=None) +PyQt5.QtSensors.QSensor.identifier?4() -> QByteArray +PyQt5.QtSensors.QSensor.setIdentifier?4(QByteArray) +PyQt5.QtSensors.QSensor.type?4() -> QByteArray +PyQt5.QtSensors.QSensor.connectToBackend?4() -> bool +PyQt5.QtSensors.QSensor.isConnectedToBackend?4() -> bool +PyQt5.QtSensors.QSensor.isBusy?4() -> bool +PyQt5.QtSensors.QSensor.setActive?4(bool) +PyQt5.QtSensors.QSensor.isActive?4() -> bool +PyQt5.QtSensors.QSensor.isAlwaysOn?4() -> bool +PyQt5.QtSensors.QSensor.setAlwaysOn?4(bool) +PyQt5.QtSensors.QSensor.skipDuplicates?4() -> bool +PyQt5.QtSensors.QSensor.setSkipDuplicates?4(bool) +PyQt5.QtSensors.QSensor.availableDataRates?4() -> list-of-tuple-of-int-int +PyQt5.QtSensors.QSensor.dataRate?4() -> int +PyQt5.QtSensors.QSensor.setDataRate?4(int) +PyQt5.QtSensors.QSensor.outputRanges?4() -> list-of-qoutputrange +PyQt5.QtSensors.QSensor.outputRange?4() -> int +PyQt5.QtSensors.QSensor.setOutputRange?4(int) +PyQt5.QtSensors.QSensor.description?4() -> str +PyQt5.QtSensors.QSensor.error?4() -> int +PyQt5.QtSensors.QSensor.addFilter?4(QSensorFilter) +PyQt5.QtSensors.QSensor.removeFilter?4(QSensorFilter) +PyQt5.QtSensors.QSensor.filters?4() -> list-of-QSensorFilter +PyQt5.QtSensors.QSensor.reading?4() -> QSensorReading +PyQt5.QtSensors.QSensor.sensorTypes?4() -> list-of-QByteArray +PyQt5.QtSensors.QSensor.sensorsForType?4(QByteArray) -> list-of-QByteArray +PyQt5.QtSensors.QSensor.defaultSensorForType?4(QByteArray) -> QByteArray +PyQt5.QtSensors.QSensor.isFeatureSupported?4(QSensor.Feature) -> bool +PyQt5.QtSensors.QSensor.axesOrientationMode?4() -> QSensor.AxesOrientationMode +PyQt5.QtSensors.QSensor.setAxesOrientationMode?4(QSensor.AxesOrientationMode) +PyQt5.QtSensors.QSensor.currentOrientation?4() -> int +PyQt5.QtSensors.QSensor.setCurrentOrientation?4(int) +PyQt5.QtSensors.QSensor.userOrientation?4() -> int +PyQt5.QtSensors.QSensor.setUserOrientation?4(int) +PyQt5.QtSensors.QSensor.maxBufferSize?4() -> int +PyQt5.QtSensors.QSensor.setMaxBufferSize?4(int) +PyQt5.QtSensors.QSensor.efficientBufferSize?4() -> int +PyQt5.QtSensors.QSensor.setEfficientBufferSize?4(int) +PyQt5.QtSensors.QSensor.bufferSize?4() -> int +PyQt5.QtSensors.QSensor.setBufferSize?4(int) +PyQt5.QtSensors.QSensor.start?4() -> bool +PyQt5.QtSensors.QSensor.stop?4() +PyQt5.QtSensors.QSensor.busyChanged?4() +PyQt5.QtSensors.QSensor.activeChanged?4() +PyQt5.QtSensors.QSensor.readingChanged?4() +PyQt5.QtSensors.QSensor.sensorError?4(int) +PyQt5.QtSensors.QSensor.availableSensorsChanged?4() +PyQt5.QtSensors.QSensor.alwaysOnChanged?4() +PyQt5.QtSensors.QSensor.dataRateChanged?4() +PyQt5.QtSensors.QSensor.skipDuplicatesChanged?4(bool) +PyQt5.QtSensors.QSensor.axesOrientationModeChanged?4(QSensor.AxesOrientationMode) +PyQt5.QtSensors.QSensor.currentOrientationChanged?4(int) +PyQt5.QtSensors.QSensor.userOrientationChanged?4(int) +PyQt5.QtSensors.QSensor.maxBufferSizeChanged?4(int) +PyQt5.QtSensors.QSensor.efficientBufferSizeChanged?4(int) +PyQt5.QtSensors.QSensor.bufferSizeChanged?4(int) +PyQt5.QtSensors.QAccelerometer.AccelerationMode?10 +PyQt5.QtSensors.QAccelerometer.Combined?10 +PyQt5.QtSensors.QAccelerometer.Gravity?10 +PyQt5.QtSensors.QAccelerometer.User?10 +PyQt5.QtSensors.QAccelerometer?1(QObject parent=None) +PyQt5.QtSensors.QAccelerometer.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QAccelerometer.accelerationMode?4() -> QAccelerometer.AccelerationMode +PyQt5.QtSensors.QAccelerometer.setAccelerationMode?4(QAccelerometer.AccelerationMode) +PyQt5.QtSensors.QAccelerometer.reading?4() -> QAccelerometerReading +PyQt5.QtSensors.QAccelerometer.accelerationModeChanged?4(QAccelerometer.AccelerationMode) +PyQt5.QtSensors.QAltimeterReading.altitude?4() -> float +PyQt5.QtSensors.QAltimeterReading.setAltitude?4(float) +PyQt5.QtSensors.QAltimeterFilter?1() +PyQt5.QtSensors.QAltimeterFilter.__init__?1(self) +PyQt5.QtSensors.QAltimeterFilter?1(QAltimeterFilter) +PyQt5.QtSensors.QAltimeterFilter.__init__?1(self, QAltimeterFilter) +PyQt5.QtSensors.QAltimeterFilter.filter?4(QAltimeterReading) -> bool +PyQt5.QtSensors.QAltimeter?1(QObject parent=None) +PyQt5.QtSensors.QAltimeter.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QAltimeter.reading?4() -> QAltimeterReading +PyQt5.QtSensors.QAmbientLightReading.LightLevel?10 +PyQt5.QtSensors.QAmbientLightReading.Undefined?10 +PyQt5.QtSensors.QAmbientLightReading.Dark?10 +PyQt5.QtSensors.QAmbientLightReading.Twilight?10 +PyQt5.QtSensors.QAmbientLightReading.Light?10 +PyQt5.QtSensors.QAmbientLightReading.Bright?10 +PyQt5.QtSensors.QAmbientLightReading.Sunny?10 +PyQt5.QtSensors.QAmbientLightReading.lightLevel?4() -> QAmbientLightReading.LightLevel +PyQt5.QtSensors.QAmbientLightReading.setLightLevel?4(QAmbientLightReading.LightLevel) +PyQt5.QtSensors.QAmbientLightFilter?1() +PyQt5.QtSensors.QAmbientLightFilter.__init__?1(self) +PyQt5.QtSensors.QAmbientLightFilter?1(QAmbientLightFilter) +PyQt5.QtSensors.QAmbientLightFilter.__init__?1(self, QAmbientLightFilter) +PyQt5.QtSensors.QAmbientLightFilter.filter?4(QAmbientLightReading) -> bool +PyQt5.QtSensors.QAmbientLightSensor?1(QObject parent=None) +PyQt5.QtSensors.QAmbientLightSensor.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QAmbientLightSensor.reading?4() -> QAmbientLightReading +PyQt5.QtSensors.QAmbientTemperatureReading.temperature?4() -> float +PyQt5.QtSensors.QAmbientTemperatureReading.setTemperature?4(float) +PyQt5.QtSensors.QAmbientTemperatureFilter?1() +PyQt5.QtSensors.QAmbientTemperatureFilter.__init__?1(self) +PyQt5.QtSensors.QAmbientTemperatureFilter?1(QAmbientTemperatureFilter) +PyQt5.QtSensors.QAmbientTemperatureFilter.__init__?1(self, QAmbientTemperatureFilter) +PyQt5.QtSensors.QAmbientTemperatureFilter.filter?4(QAmbientTemperatureReading) -> bool +PyQt5.QtSensors.QAmbientTemperatureSensor?1(QObject parent=None) +PyQt5.QtSensors.QAmbientTemperatureSensor.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QAmbientTemperatureSensor.reading?4() -> QAmbientTemperatureReading +PyQt5.QtSensors.QCompassReading.azimuth?4() -> float +PyQt5.QtSensors.QCompassReading.setAzimuth?4(float) +PyQt5.QtSensors.QCompassReading.calibrationLevel?4() -> float +PyQt5.QtSensors.QCompassReading.setCalibrationLevel?4(float) +PyQt5.QtSensors.QCompassFilter?1() +PyQt5.QtSensors.QCompassFilter.__init__?1(self) +PyQt5.QtSensors.QCompassFilter?1(QCompassFilter) +PyQt5.QtSensors.QCompassFilter.__init__?1(self, QCompassFilter) +PyQt5.QtSensors.QCompassFilter.filter?4(QCompassReading) -> bool +PyQt5.QtSensors.QCompass?1(QObject parent=None) +PyQt5.QtSensors.QCompass.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QCompass.reading?4() -> QCompassReading +PyQt5.QtSensors.QGyroscopeReading.x?4() -> float +PyQt5.QtSensors.QGyroscopeReading.setX?4(float) +PyQt5.QtSensors.QGyroscopeReading.y?4() -> float +PyQt5.QtSensors.QGyroscopeReading.setY?4(float) +PyQt5.QtSensors.QGyroscopeReading.z?4() -> float +PyQt5.QtSensors.QGyroscopeReading.setZ?4(float) +PyQt5.QtSensors.QGyroscopeFilter?1() +PyQt5.QtSensors.QGyroscopeFilter.__init__?1(self) +PyQt5.QtSensors.QGyroscopeFilter?1(QGyroscopeFilter) +PyQt5.QtSensors.QGyroscopeFilter.__init__?1(self, QGyroscopeFilter) +PyQt5.QtSensors.QGyroscopeFilter.filter?4(QGyroscopeReading) -> bool +PyQt5.QtSensors.QGyroscope?1(QObject parent=None) +PyQt5.QtSensors.QGyroscope.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QGyroscope.reading?4() -> QGyroscopeReading +PyQt5.QtSensors.QHolsterReading.holstered?4() -> bool +PyQt5.QtSensors.QHolsterReading.setHolstered?4(bool) +PyQt5.QtSensors.QHolsterFilter?1() +PyQt5.QtSensors.QHolsterFilter.__init__?1(self) +PyQt5.QtSensors.QHolsterFilter?1(QHolsterFilter) +PyQt5.QtSensors.QHolsterFilter.__init__?1(self, QHolsterFilter) +PyQt5.QtSensors.QHolsterFilter.filter?4(QHolsterReading) -> bool +PyQt5.QtSensors.QHolsterSensor?1(QObject parent=None) +PyQt5.QtSensors.QHolsterSensor.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QHolsterSensor.reading?4() -> QHolsterReading +PyQt5.QtSensors.QIRProximityReading.reflectance?4() -> float +PyQt5.QtSensors.QIRProximityReading.setReflectance?4(float) +PyQt5.QtSensors.QIRProximityFilter?1() +PyQt5.QtSensors.QIRProximityFilter.__init__?1(self) +PyQt5.QtSensors.QIRProximityFilter?1(QIRProximityFilter) +PyQt5.QtSensors.QIRProximityFilter.__init__?1(self, QIRProximityFilter) +PyQt5.QtSensors.QIRProximityFilter.filter?4(QIRProximityReading) -> bool +PyQt5.QtSensors.QIRProximitySensor?1(QObject parent=None) +PyQt5.QtSensors.QIRProximitySensor.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QIRProximitySensor.reading?4() -> QIRProximityReading +PyQt5.QtSensors.QLightReading.lux?4() -> float +PyQt5.QtSensors.QLightReading.setLux?4(float) +PyQt5.QtSensors.QLightFilter?1() +PyQt5.QtSensors.QLightFilter.__init__?1(self) +PyQt5.QtSensors.QLightFilter?1(QLightFilter) +PyQt5.QtSensors.QLightFilter.__init__?1(self, QLightFilter) +PyQt5.QtSensors.QLightFilter.filter?4(QLightReading) -> bool +PyQt5.QtSensors.QLightSensor?1(QObject parent=None) +PyQt5.QtSensors.QLightSensor.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QLightSensor.reading?4() -> QLightReading +PyQt5.QtSensors.QLightSensor.fieldOfView?4() -> float +PyQt5.QtSensors.QLightSensor.setFieldOfView?4(float) +PyQt5.QtSensors.QLightSensor.fieldOfViewChanged?4(float) +PyQt5.QtSensors.QMagnetometerReading.x?4() -> float +PyQt5.QtSensors.QMagnetometerReading.setX?4(float) +PyQt5.QtSensors.QMagnetometerReading.y?4() -> float +PyQt5.QtSensors.QMagnetometerReading.setY?4(float) +PyQt5.QtSensors.QMagnetometerReading.z?4() -> float +PyQt5.QtSensors.QMagnetometerReading.setZ?4(float) +PyQt5.QtSensors.QMagnetometerReading.calibrationLevel?4() -> float +PyQt5.QtSensors.QMagnetometerReading.setCalibrationLevel?4(float) +PyQt5.QtSensors.QMagnetometerFilter?1() +PyQt5.QtSensors.QMagnetometerFilter.__init__?1(self) +PyQt5.QtSensors.QMagnetometerFilter?1(QMagnetometerFilter) +PyQt5.QtSensors.QMagnetometerFilter.__init__?1(self, QMagnetometerFilter) +PyQt5.QtSensors.QMagnetometerFilter.filter?4(QMagnetometerReading) -> bool +PyQt5.QtSensors.QMagnetometer?1(QObject parent=None) +PyQt5.QtSensors.QMagnetometer.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QMagnetometer.reading?4() -> QMagnetometerReading +PyQt5.QtSensors.QMagnetometer.returnGeoValues?4() -> bool +PyQt5.QtSensors.QMagnetometer.setReturnGeoValues?4(bool) +PyQt5.QtSensors.QMagnetometer.returnGeoValuesChanged?4(bool) +PyQt5.QtSensors.QOrientationReading.Orientation?10 +PyQt5.QtSensors.QOrientationReading.Undefined?10 +PyQt5.QtSensors.QOrientationReading.TopUp?10 +PyQt5.QtSensors.QOrientationReading.TopDown?10 +PyQt5.QtSensors.QOrientationReading.LeftUp?10 +PyQt5.QtSensors.QOrientationReading.RightUp?10 +PyQt5.QtSensors.QOrientationReading.FaceUp?10 +PyQt5.QtSensors.QOrientationReading.FaceDown?10 +PyQt5.QtSensors.QOrientationReading.orientation?4() -> QOrientationReading.Orientation +PyQt5.QtSensors.QOrientationReading.setOrientation?4(QOrientationReading.Orientation) +PyQt5.QtSensors.QOrientationFilter?1() +PyQt5.QtSensors.QOrientationFilter.__init__?1(self) +PyQt5.QtSensors.QOrientationFilter?1(QOrientationFilter) +PyQt5.QtSensors.QOrientationFilter.__init__?1(self, QOrientationFilter) +PyQt5.QtSensors.QOrientationFilter.filter?4(QOrientationReading) -> bool +PyQt5.QtSensors.QOrientationSensor?1(QObject parent=None) +PyQt5.QtSensors.QOrientationSensor.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QOrientationSensor.reading?4() -> QOrientationReading +PyQt5.QtSensors.QPressureReading.pressure?4() -> float +PyQt5.QtSensors.QPressureReading.setPressure?4(float) +PyQt5.QtSensors.QPressureReading.temperature?4() -> float +PyQt5.QtSensors.QPressureReading.setTemperature?4(float) +PyQt5.QtSensors.QPressureFilter?1() +PyQt5.QtSensors.QPressureFilter.__init__?1(self) +PyQt5.QtSensors.QPressureFilter?1(QPressureFilter) +PyQt5.QtSensors.QPressureFilter.__init__?1(self, QPressureFilter) +PyQt5.QtSensors.QPressureFilter.filter?4(QPressureReading) -> bool +PyQt5.QtSensors.QPressureSensor?1(QObject parent=None) +PyQt5.QtSensors.QPressureSensor.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QPressureSensor.reading?4() -> QPressureReading +PyQt5.QtSensors.QProximityReading.close?4() -> bool +PyQt5.QtSensors.QProximityReading.setClose?4(bool) +PyQt5.QtSensors.QProximityFilter?1() +PyQt5.QtSensors.QProximityFilter.__init__?1(self) +PyQt5.QtSensors.QProximityFilter?1(QProximityFilter) +PyQt5.QtSensors.QProximityFilter.__init__?1(self, QProximityFilter) +PyQt5.QtSensors.QProximityFilter.filter?4(QProximityReading) -> bool +PyQt5.QtSensors.QProximitySensor?1(QObject parent=None) +PyQt5.QtSensors.QProximitySensor.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QProximitySensor.reading?4() -> QProximityReading +PyQt5.QtSensors.qoutputrange.accuracy?7 +PyQt5.QtSensors.qoutputrange.maximum?7 +PyQt5.QtSensors.qoutputrange.minimum?7 +PyQt5.QtSensors.qoutputrange?1() +PyQt5.QtSensors.qoutputrange.__init__?1(self) +PyQt5.QtSensors.qoutputrange?1(qoutputrange) +PyQt5.QtSensors.qoutputrange.__init__?1(self, qoutputrange) +PyQt5.QtSensors.QTapReading.TapDirection?10 +PyQt5.QtSensors.QTapReading.Undefined?10 +PyQt5.QtSensors.QTapReading.X?10 +PyQt5.QtSensors.QTapReading.Y?10 +PyQt5.QtSensors.QTapReading.Z?10 +PyQt5.QtSensors.QTapReading.X_Pos?10 +PyQt5.QtSensors.QTapReading.Y_Pos?10 +PyQt5.QtSensors.QTapReading.Z_Pos?10 +PyQt5.QtSensors.QTapReading.X_Neg?10 +PyQt5.QtSensors.QTapReading.Y_Neg?10 +PyQt5.QtSensors.QTapReading.Z_Neg?10 +PyQt5.QtSensors.QTapReading.X_Both?10 +PyQt5.QtSensors.QTapReading.Y_Both?10 +PyQt5.QtSensors.QTapReading.Z_Both?10 +PyQt5.QtSensors.QTapReading.tapDirection?4() -> QTapReading.TapDirection +PyQt5.QtSensors.QTapReading.setTapDirection?4(QTapReading.TapDirection) +PyQt5.QtSensors.QTapReading.isDoubleTap?4() -> bool +PyQt5.QtSensors.QTapReading.setDoubleTap?4(bool) +PyQt5.QtSensors.QTapFilter?1() +PyQt5.QtSensors.QTapFilter.__init__?1(self) +PyQt5.QtSensors.QTapFilter?1(QTapFilter) +PyQt5.QtSensors.QTapFilter.__init__?1(self, QTapFilter) +PyQt5.QtSensors.QTapFilter.filter?4(QTapReading) -> bool +PyQt5.QtSensors.QTapSensor?1(QObject parent=None) +PyQt5.QtSensors.QTapSensor.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QTapSensor.reading?4() -> QTapReading +PyQt5.QtSensors.QTapSensor.returnDoubleTapEvents?4() -> bool +PyQt5.QtSensors.QTapSensor.setReturnDoubleTapEvents?4(bool) +PyQt5.QtSensors.QTapSensor.returnDoubleTapEventsChanged?4(bool) +PyQt5.QtSensors.QTiltReading.yRotation?4() -> float +PyQt5.QtSensors.QTiltReading.setYRotation?4(float) +PyQt5.QtSensors.QTiltReading.xRotation?4() -> float +PyQt5.QtSensors.QTiltReading.setXRotation?4(float) +PyQt5.QtSensors.QTiltFilter?1() +PyQt5.QtSensors.QTiltFilter.__init__?1(self) +PyQt5.QtSensors.QTiltFilter?1(QTiltFilter) +PyQt5.QtSensors.QTiltFilter.__init__?1(self, QTiltFilter) +PyQt5.QtSensors.QTiltFilter.filter?4(QTiltReading) -> bool +PyQt5.QtSensors.QTiltSensor?1(QObject parent=None) +PyQt5.QtSensors.QTiltSensor.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QTiltSensor.reading?4() -> QTiltReading +PyQt5.QtSensors.QTiltSensor.calibrate?4() +PyQt5.QtSensors.QRotationReading.x?4() -> float +PyQt5.QtSensors.QRotationReading.y?4() -> float +PyQt5.QtSensors.QRotationReading.z?4() -> float +PyQt5.QtSensors.QRotationReading.setFromEuler?4(float, float, float) +PyQt5.QtSensors.QRotationFilter?1() +PyQt5.QtSensors.QRotationFilter.__init__?1(self) +PyQt5.QtSensors.QRotationFilter?1(QRotationFilter) +PyQt5.QtSensors.QRotationFilter.__init__?1(self, QRotationFilter) +PyQt5.QtSensors.QRotationFilter.filter?4(QRotationReading) -> bool +PyQt5.QtSensors.QRotationSensor?1(QObject parent=None) +PyQt5.QtSensors.QRotationSensor.__init__?1(self, QObject parent=None) +PyQt5.QtSensors.QRotationSensor.reading?4() -> QRotationReading +PyQt5.QtSensors.QRotationSensor.hasZ?4() -> bool +PyQt5.QtSensors.QRotationSensor.setHasZ?4(bool) +PyQt5.QtSensors.QRotationSensor.hasZChanged?4(bool) +PyQt5.QtSerialPort.QSerialPort.SerialPortError?10 +PyQt5.QtSerialPort.QSerialPort.NoError?10 +PyQt5.QtSerialPort.QSerialPort.DeviceNotFoundError?10 +PyQt5.QtSerialPort.QSerialPort.PermissionError?10 +PyQt5.QtSerialPort.QSerialPort.OpenError?10 +PyQt5.QtSerialPort.QSerialPort.ParityError?10 +PyQt5.QtSerialPort.QSerialPort.FramingError?10 +PyQt5.QtSerialPort.QSerialPort.BreakConditionError?10 +PyQt5.QtSerialPort.QSerialPort.WriteError?10 +PyQt5.QtSerialPort.QSerialPort.ReadError?10 +PyQt5.QtSerialPort.QSerialPort.ResourceError?10 +PyQt5.QtSerialPort.QSerialPort.UnsupportedOperationError?10 +PyQt5.QtSerialPort.QSerialPort.TimeoutError?10 +PyQt5.QtSerialPort.QSerialPort.NotOpenError?10 +PyQt5.QtSerialPort.QSerialPort.UnknownError?10 +PyQt5.QtSerialPort.QSerialPort.DataErrorPolicy?10 +PyQt5.QtSerialPort.QSerialPort.SkipPolicy?10 +PyQt5.QtSerialPort.QSerialPort.PassZeroPolicy?10 +PyQt5.QtSerialPort.QSerialPort.IgnorePolicy?10 +PyQt5.QtSerialPort.QSerialPort.StopReceivingPolicy?10 +PyQt5.QtSerialPort.QSerialPort.UnknownPolicy?10 +PyQt5.QtSerialPort.QSerialPort.PinoutSignal?10 +PyQt5.QtSerialPort.QSerialPort.NoSignal?10 +PyQt5.QtSerialPort.QSerialPort.TransmittedDataSignal?10 +PyQt5.QtSerialPort.QSerialPort.ReceivedDataSignal?10 +PyQt5.QtSerialPort.QSerialPort.DataTerminalReadySignal?10 +PyQt5.QtSerialPort.QSerialPort.DataCarrierDetectSignal?10 +PyQt5.QtSerialPort.QSerialPort.DataSetReadySignal?10 +PyQt5.QtSerialPort.QSerialPort.RingIndicatorSignal?10 +PyQt5.QtSerialPort.QSerialPort.RequestToSendSignal?10 +PyQt5.QtSerialPort.QSerialPort.ClearToSendSignal?10 +PyQt5.QtSerialPort.QSerialPort.SecondaryTransmittedDataSignal?10 +PyQt5.QtSerialPort.QSerialPort.SecondaryReceivedDataSignal?10 +PyQt5.QtSerialPort.QSerialPort.FlowControl?10 +PyQt5.QtSerialPort.QSerialPort.NoFlowControl?10 +PyQt5.QtSerialPort.QSerialPort.HardwareControl?10 +PyQt5.QtSerialPort.QSerialPort.SoftwareControl?10 +PyQt5.QtSerialPort.QSerialPort.UnknownFlowControl?10 +PyQt5.QtSerialPort.QSerialPort.StopBits?10 +PyQt5.QtSerialPort.QSerialPort.OneStop?10 +PyQt5.QtSerialPort.QSerialPort.OneAndHalfStop?10 +PyQt5.QtSerialPort.QSerialPort.TwoStop?10 +PyQt5.QtSerialPort.QSerialPort.UnknownStopBits?10 +PyQt5.QtSerialPort.QSerialPort.Parity?10 +PyQt5.QtSerialPort.QSerialPort.NoParity?10 +PyQt5.QtSerialPort.QSerialPort.EvenParity?10 +PyQt5.QtSerialPort.QSerialPort.OddParity?10 +PyQt5.QtSerialPort.QSerialPort.SpaceParity?10 +PyQt5.QtSerialPort.QSerialPort.MarkParity?10 +PyQt5.QtSerialPort.QSerialPort.UnknownParity?10 +PyQt5.QtSerialPort.QSerialPort.DataBits?10 +PyQt5.QtSerialPort.QSerialPort.Data5?10 +PyQt5.QtSerialPort.QSerialPort.Data6?10 +PyQt5.QtSerialPort.QSerialPort.Data7?10 +PyQt5.QtSerialPort.QSerialPort.Data8?10 +PyQt5.QtSerialPort.QSerialPort.UnknownDataBits?10 +PyQt5.QtSerialPort.QSerialPort.BaudRate?10 +PyQt5.QtSerialPort.QSerialPort.Baud1200?10 +PyQt5.QtSerialPort.QSerialPort.Baud2400?10 +PyQt5.QtSerialPort.QSerialPort.Baud4800?10 +PyQt5.QtSerialPort.QSerialPort.Baud9600?10 +PyQt5.QtSerialPort.QSerialPort.Baud19200?10 +PyQt5.QtSerialPort.QSerialPort.Baud38400?10 +PyQt5.QtSerialPort.QSerialPort.Baud57600?10 +PyQt5.QtSerialPort.QSerialPort.Baud115200?10 +PyQt5.QtSerialPort.QSerialPort.UnknownBaud?10 +PyQt5.QtSerialPort.QSerialPort.Direction?10 +PyQt5.QtSerialPort.QSerialPort.Input?10 +PyQt5.QtSerialPort.QSerialPort.Output?10 +PyQt5.QtSerialPort.QSerialPort.AllDirections?10 +PyQt5.QtSerialPort.QSerialPort?1(QObject parent=None) +PyQt5.QtSerialPort.QSerialPort.__init__?1(self, QObject parent=None) +PyQt5.QtSerialPort.QSerialPort?1(str, QObject parent=None) +PyQt5.QtSerialPort.QSerialPort.__init__?1(self, str, QObject parent=None) +PyQt5.QtSerialPort.QSerialPort?1(QSerialPortInfo, QObject parent=None) +PyQt5.QtSerialPort.QSerialPort.__init__?1(self, QSerialPortInfo, QObject parent=None) +PyQt5.QtSerialPort.QSerialPort.setPortName?4(str) +PyQt5.QtSerialPort.QSerialPort.portName?4() -> str +PyQt5.QtSerialPort.QSerialPort.setPort?4(QSerialPortInfo) +PyQt5.QtSerialPort.QSerialPort.open?4(QIODevice.OpenMode) -> bool +PyQt5.QtSerialPort.QSerialPort.close?4() +PyQt5.QtSerialPort.QSerialPort.setSettingsRestoredOnClose?4(bool) +PyQt5.QtSerialPort.QSerialPort.settingsRestoredOnClose?4() -> bool +PyQt5.QtSerialPort.QSerialPort.setBaudRate?4(int, QSerialPort.Directions dir=QSerialPort.AllDirections) -> bool +PyQt5.QtSerialPort.QSerialPort.baudRate?4(QSerialPort.Directions dir=QSerialPort.AllDirections) -> int +PyQt5.QtSerialPort.QSerialPort.setDataBits?4(QSerialPort.DataBits) -> bool +PyQt5.QtSerialPort.QSerialPort.dataBits?4() -> QSerialPort.DataBits +PyQt5.QtSerialPort.QSerialPort.setParity?4(QSerialPort.Parity) -> bool +PyQt5.QtSerialPort.QSerialPort.parity?4() -> QSerialPort.Parity +PyQt5.QtSerialPort.QSerialPort.setStopBits?4(QSerialPort.StopBits) -> bool +PyQt5.QtSerialPort.QSerialPort.stopBits?4() -> QSerialPort.StopBits +PyQt5.QtSerialPort.QSerialPort.setFlowControl?4(QSerialPort.FlowControl) -> bool +PyQt5.QtSerialPort.QSerialPort.flowControl?4() -> QSerialPort.FlowControl +PyQt5.QtSerialPort.QSerialPort.setDataTerminalReady?4(bool) -> bool +PyQt5.QtSerialPort.QSerialPort.isDataTerminalReady?4() -> bool +PyQt5.QtSerialPort.QSerialPort.setRequestToSend?4(bool) -> bool +PyQt5.QtSerialPort.QSerialPort.isRequestToSend?4() -> bool +PyQt5.QtSerialPort.QSerialPort.pinoutSignals?4() -> QSerialPort.PinoutSignals +PyQt5.QtSerialPort.QSerialPort.flush?4() -> bool +PyQt5.QtSerialPort.QSerialPort.clear?4(QSerialPort.Directions dir=QSerialPort.AllDirections) -> bool +PyQt5.QtSerialPort.QSerialPort.atEnd?4() -> bool +PyQt5.QtSerialPort.QSerialPort.setDataErrorPolicy?4(QSerialPort.DataErrorPolicy policy=QSerialPort.IgnorePolicy) -> bool +PyQt5.QtSerialPort.QSerialPort.dataErrorPolicy?4() -> QSerialPort.DataErrorPolicy +PyQt5.QtSerialPort.QSerialPort.error?4() -> QSerialPort.SerialPortError +PyQt5.QtSerialPort.QSerialPort.clearError?4() +PyQt5.QtSerialPort.QSerialPort.readBufferSize?4() -> int +PyQt5.QtSerialPort.QSerialPort.setReadBufferSize?4(int) +PyQt5.QtSerialPort.QSerialPort.isSequential?4() -> bool +PyQt5.QtSerialPort.QSerialPort.bytesAvailable?4() -> int +PyQt5.QtSerialPort.QSerialPort.bytesToWrite?4() -> int +PyQt5.QtSerialPort.QSerialPort.canReadLine?4() -> bool +PyQt5.QtSerialPort.QSerialPort.waitForReadyRead?4(int) -> bool +PyQt5.QtSerialPort.QSerialPort.waitForBytesWritten?4(int) -> bool +PyQt5.QtSerialPort.QSerialPort.sendBreak?4(int duration=0) -> bool +PyQt5.QtSerialPort.QSerialPort.setBreakEnabled?4(bool enabled=True) -> bool +PyQt5.QtSerialPort.QSerialPort.baudRateChanged?4(int, QSerialPort.Directions) +PyQt5.QtSerialPort.QSerialPort.dataBitsChanged?4(QSerialPort.DataBits) +PyQt5.QtSerialPort.QSerialPort.parityChanged?4(QSerialPort.Parity) +PyQt5.QtSerialPort.QSerialPort.stopBitsChanged?4(QSerialPort.StopBits) +PyQt5.QtSerialPort.QSerialPort.flowControlChanged?4(QSerialPort.FlowControl) +PyQt5.QtSerialPort.QSerialPort.dataErrorPolicyChanged?4(QSerialPort.DataErrorPolicy) +PyQt5.QtSerialPort.QSerialPort.dataTerminalReadyChanged?4(bool) +PyQt5.QtSerialPort.QSerialPort.requestToSendChanged?4(bool) +PyQt5.QtSerialPort.QSerialPort.error?4(QSerialPort.SerialPortError) +PyQt5.QtSerialPort.QSerialPort.settingsRestoredOnCloseChanged?4(bool) +PyQt5.QtSerialPort.QSerialPort.readData?4(int) -> bytes +PyQt5.QtSerialPort.QSerialPort.readLineData?4(int) -> bytes +PyQt5.QtSerialPort.QSerialPort.writeData?4(str) -> int +PyQt5.QtSerialPort.QSerialPort.handle?4() -> int +PyQt5.QtSerialPort.QSerialPort.Directions?1(QSerialPort.Directions) +PyQt5.QtSerialPort.QSerialPort.Directions.__init__?1(self, QSerialPort.Directions) +PyQt5.QtSerialPort.QSerialPort.Directions?1(int) +PyQt5.QtSerialPort.QSerialPort.Directions.__init__?1(self, int) +PyQt5.QtSerialPort.QSerialPort.Directions?1() +PyQt5.QtSerialPort.QSerialPort.Directions.__init__?1(self) +PyQt5.QtSerialPort.QSerialPort.PinoutSignals?1(QSerialPort.PinoutSignals) +PyQt5.QtSerialPort.QSerialPort.PinoutSignals.__init__?1(self, QSerialPort.PinoutSignals) +PyQt5.QtSerialPort.QSerialPort.PinoutSignals?1(int) +PyQt5.QtSerialPort.QSerialPort.PinoutSignals.__init__?1(self, int) +PyQt5.QtSerialPort.QSerialPort.PinoutSignals?1() +PyQt5.QtSerialPort.QSerialPort.PinoutSignals.__init__?1(self) +PyQt5.QtSerialPort.QSerialPortInfo?1() +PyQt5.QtSerialPort.QSerialPortInfo.__init__?1(self) +PyQt5.QtSerialPort.QSerialPortInfo?1(QSerialPort) +PyQt5.QtSerialPort.QSerialPortInfo.__init__?1(self, QSerialPort) +PyQt5.QtSerialPort.QSerialPortInfo?1(str) +PyQt5.QtSerialPort.QSerialPortInfo.__init__?1(self, str) +PyQt5.QtSerialPort.QSerialPortInfo?1(QSerialPortInfo) +PyQt5.QtSerialPort.QSerialPortInfo.__init__?1(self, QSerialPortInfo) +PyQt5.QtSerialPort.QSerialPortInfo.swap?4(QSerialPortInfo) +PyQt5.QtSerialPort.QSerialPortInfo.portName?4() -> str +PyQt5.QtSerialPort.QSerialPortInfo.systemLocation?4() -> str +PyQt5.QtSerialPort.QSerialPortInfo.description?4() -> str +PyQt5.QtSerialPort.QSerialPortInfo.manufacturer?4() -> str +PyQt5.QtSerialPort.QSerialPortInfo.vendorIdentifier?4() -> int +PyQt5.QtSerialPort.QSerialPortInfo.productIdentifier?4() -> int +PyQt5.QtSerialPort.QSerialPortInfo.hasVendorIdentifier?4() -> bool +PyQt5.QtSerialPort.QSerialPortInfo.hasProductIdentifier?4() -> bool +PyQt5.QtSerialPort.QSerialPortInfo.isBusy?4() -> bool +PyQt5.QtSerialPort.QSerialPortInfo.isValid?4() -> bool +PyQt5.QtSerialPort.QSerialPortInfo.standardBaudRates?4() -> list-of-int +PyQt5.QtSerialPort.QSerialPortInfo.availablePorts?4() -> list-of-QSerialPortInfo +PyQt5.QtSerialPort.QSerialPortInfo.isNull?4() -> bool +PyQt5.QtSerialPort.QSerialPortInfo.serialNumber?4() -> str +PyQt5.QtX11Extras.QX11Info?1(QX11Info) +PyQt5.QtX11Extras.QX11Info.__init__?1(self, QX11Info) +PyQt5.QtX11Extras.QX11Info.isPlatformX11?4() -> bool +PyQt5.QtX11Extras.QX11Info.appDpiX?4(int screen=-1) -> int +PyQt5.QtX11Extras.QX11Info.appDpiY?4(int screen=-1) -> int +PyQt5.QtX11Extras.QX11Info.appRootWindow?4(int screen=-1) -> int +PyQt5.QtX11Extras.QX11Info.appScreen?4() -> int +PyQt5.QtX11Extras.QX11Info.appTime?4() -> int +PyQt5.QtX11Extras.QX11Info.appUserTime?4() -> int +PyQt5.QtX11Extras.QX11Info.setAppTime?4(int) +PyQt5.QtX11Extras.QX11Info.setAppUserTime?4(int) +PyQt5.QtX11Extras.QX11Info.getTimestamp?4() -> int +PyQt5.QtX11Extras.QX11Info.display?4() -> Display +PyQt5.QtX11Extras.QX11Info.connection?4() -> xcb_connection_t +PyQt5.QtBluetooth.QBluetooth.Security?10 +PyQt5.QtBluetooth.QBluetooth.NoSecurity?10 +PyQt5.QtBluetooth.QBluetooth.Authorization?10 +PyQt5.QtBluetooth.QBluetooth.Authentication?10 +PyQt5.QtBluetooth.QBluetooth.Encryption?10 +PyQt5.QtBluetooth.QBluetooth.Secure?10 +PyQt5.QtBluetooth.QBluetooth.SecurityFlags?1(QBluetooth.SecurityFlags) +PyQt5.QtBluetooth.QBluetooth.SecurityFlags.__init__?1(self, QBluetooth.SecurityFlags) +PyQt5.QtBluetooth.QBluetooth.SecurityFlags?1(int) +PyQt5.QtBluetooth.QBluetooth.SecurityFlags.__init__?1(self, int) +PyQt5.QtBluetooth.QBluetooth.SecurityFlags?1() +PyQt5.QtBluetooth.QBluetooth.SecurityFlags.__init__?1(self) +PyQt5.QtBluetooth.QBluetoothAddress?1() +PyQt5.QtBluetooth.QBluetoothAddress.__init__?1(self) +PyQt5.QtBluetooth.QBluetoothAddress?1(int) +PyQt5.QtBluetooth.QBluetoothAddress.__init__?1(self, int) +PyQt5.QtBluetooth.QBluetoothAddress?1(str) +PyQt5.QtBluetooth.QBluetoothAddress.__init__?1(self, str) +PyQt5.QtBluetooth.QBluetoothAddress?1(QBluetoothAddress) +PyQt5.QtBluetooth.QBluetoothAddress.__init__?1(self, QBluetoothAddress) +PyQt5.QtBluetooth.QBluetoothAddress.isNull?4() -> bool +PyQt5.QtBluetooth.QBluetoothAddress.clear?4() +PyQt5.QtBluetooth.QBluetoothAddress.toUInt64?4() -> int +PyQt5.QtBluetooth.QBluetoothAddress.toString?4() -> str +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.InquiryType?10 +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.GeneralUnlimitedInquiry?10 +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.LimitedInquiry?10 +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error?10 +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.NoError?10 +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.InputOutputError?10 +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.PoweredOffError?10 +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.InvalidBluetoothAdapterError?10 +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.UnknownError?10 +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent?1(QObject parent=None) +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.__init__?1(self, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent?1(QBluetoothAddress, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.__init__?1(self, QBluetoothAddress, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.inquiryType?4() -> QBluetoothDeviceDiscoveryAgent.InquiryType +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.setInquiryType?4(QBluetoothDeviceDiscoveryAgent.InquiryType) +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.isActive?4() -> bool +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.error?4() -> QBluetoothDeviceDiscoveryAgent.Error +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.errorString?4() -> str +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.discoveredDevices?4() -> list-of-QBluetoothDeviceInfo +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.start?4() +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.stop?4() +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.deviceDiscovered?4(QBluetoothDeviceInfo) +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.finished?4() +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.error?4(QBluetoothDeviceDiscoveryAgent.Error) +PyQt5.QtBluetooth.QBluetoothDeviceDiscoveryAgent.canceled?4() +PyQt5.QtBluetooth.QBluetoothDeviceInfo.DataCompleteness?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.DataComplete?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.DataIncomplete?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.DataUnavailable?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ServiceClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.NoService?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.PositioningService?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.NetworkingService?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.RenderingService?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.CapturingService?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ObjectTransferService?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.AudioService?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.TelephonyService?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.InformationService?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.AllServices?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.UncategorizedHealthDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HealthBloodPressureMonitor?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HealthThermometer?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HealthWeightScale?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HealthGlucoseMeter?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HealthPulseOximeter?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HealthDataDisplay?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HealthStepCounter?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MinorToyClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.UncategorizedToy?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ToyRobot?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ToyVehicle?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ToyDoll?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ToyController?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ToyGame?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.UncategorizedWearableDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.WearableWristWatch?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.WearablePager?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.WearableJacket?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.WearableHelmet?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.WearableGlasses?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.UncategorizedImagingDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ImageDisplay?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ImageCamera?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ImageScanner?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ImagePrinter?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.UncategorizedPeripheral?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.KeyboardPeripheral?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.PointingDevicePeripheral?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.KeyboardWithPointingDevicePeripheral?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.JoystickPeripheral?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.GamepadPeripheral?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.RemoteControlPeripheral?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.SensingDevicePeripheral?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.DigitizerTabletPeripheral?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.CardReaderPeripheral?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.UncategorizedAudioVideoDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.WearableHeadsetDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HandsFreeDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.Microphone?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.Loudspeaker?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.Headphones?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.PortableAudioDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.CarAudio?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.SetTopBox?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HiFiAudioDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.Vcr?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.VideoCamera?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.Camcorder?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.VideoMonitor?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.VideoDisplayAndLoudspeaker?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.VideoConferencing?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.GamingDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.NetworkFullService?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.NetworkLoadFactorOne?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.NetworkLoadFactorTwo?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.NetworkLoadFactorThree?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.NetworkLoadFactorFour?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.NetworkLoadFactorFive?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.NetworkLoadFactorSix?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.NetworkNoService?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.UncategorizedPhone?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.CellularPhone?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.CordlessPhone?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.SmartPhone?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.WiredModemOrVoiceGatewayPhone?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.CommonIsdnAccessPhone?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.UncategorizedComputer?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.DesktopComputer?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ServerComputer?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.LaptopComputer?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HandheldClamShellComputer?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HandheldComputer?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.WearableComputer?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MinorMiscellaneousClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.UncategorizedMiscellaneous?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.MiscellaneousDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ComputerDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.PhoneDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.LANAccessDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.AudioVideoDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.PeripheralDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ImagingDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.WearableDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ToyDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.HealthDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo.UncategorizedDevice?10 +PyQt5.QtBluetooth.QBluetoothDeviceInfo?1() +PyQt5.QtBluetooth.QBluetoothDeviceInfo.__init__?1(self) +PyQt5.QtBluetooth.QBluetoothDeviceInfo?1(QBluetoothAddress, str, int) +PyQt5.QtBluetooth.QBluetoothDeviceInfo.__init__?1(self, QBluetoothAddress, str, int) +PyQt5.QtBluetooth.QBluetoothDeviceInfo?1(QBluetoothDeviceInfo) +PyQt5.QtBluetooth.QBluetoothDeviceInfo.__init__?1(self, QBluetoothDeviceInfo) +PyQt5.QtBluetooth.QBluetoothDeviceInfo.isValid?4() -> bool +PyQt5.QtBluetooth.QBluetoothDeviceInfo.isCached?4() -> bool +PyQt5.QtBluetooth.QBluetoothDeviceInfo.setCached?4(bool) +PyQt5.QtBluetooth.QBluetoothDeviceInfo.address?4() -> QBluetoothAddress +PyQt5.QtBluetooth.QBluetoothDeviceInfo.name?4() -> str +PyQt5.QtBluetooth.QBluetoothDeviceInfo.serviceClasses?4() -> QBluetoothDeviceInfo.ServiceClasses +PyQt5.QtBluetooth.QBluetoothDeviceInfo.majorDeviceClass?4() -> QBluetoothDeviceInfo.MajorDeviceClass +PyQt5.QtBluetooth.QBluetoothDeviceInfo.minorDeviceClass?4() -> int +PyQt5.QtBluetooth.QBluetoothDeviceInfo.rssi?4() -> int +PyQt5.QtBluetooth.QBluetoothDeviceInfo.setRssi?4(int) +PyQt5.QtBluetooth.QBluetoothDeviceInfo.setServiceUuids?4(list-of-QBluetoothUuid, QBluetoothDeviceInfo.DataCompleteness) +PyQt5.QtBluetooth.QBluetoothDeviceInfo.serviceUuids?4() -> (list-of-QBluetoothUuid, QBluetoothDeviceInfo.DataCompleteness) +PyQt5.QtBluetooth.QBluetoothDeviceInfo.serviceUuidsCompleteness?4() -> QBluetoothDeviceInfo.DataCompleteness +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ServiceClasses?1(QBluetoothDeviceInfo.ServiceClasses) +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ServiceClasses.__init__?1(self, QBluetoothDeviceInfo.ServiceClasses) +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ServiceClasses?1(int) +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ServiceClasses.__init__?1(self, int) +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ServiceClasses?1() +PyQt5.QtBluetooth.QBluetoothDeviceInfo.ServiceClasses.__init__?1(self) +PyQt5.QtBluetooth.QBluetoothHostInfo?1() +PyQt5.QtBluetooth.QBluetoothHostInfo.__init__?1(self) +PyQt5.QtBluetooth.QBluetoothHostInfo?1(QBluetoothHostInfo) +PyQt5.QtBluetooth.QBluetoothHostInfo.__init__?1(self, QBluetoothHostInfo) +PyQt5.QtBluetooth.QBluetoothHostInfo.address?4() -> QBluetoothAddress +PyQt5.QtBluetooth.QBluetoothHostInfo.setAddress?4(QBluetoothAddress) +PyQt5.QtBluetooth.QBluetoothHostInfo.name?4() -> str +PyQt5.QtBluetooth.QBluetoothHostInfo.setName?4(str) +PyQt5.QtBluetooth.QBluetoothLocalDevice.Error?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.NoError?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.PairingError?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.UnknownError?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.HostMode?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.HostPoweredOff?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.HostConnectable?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.HostDiscoverable?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.HostDiscoverableLimitedInquiry?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.Pairing?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.Unpaired?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.Paired?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice.AuthorizedPaired?10 +PyQt5.QtBluetooth.QBluetoothLocalDevice?1(QObject parent=None) +PyQt5.QtBluetooth.QBluetoothLocalDevice.__init__?1(self, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothLocalDevice?1(QBluetoothAddress, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothLocalDevice.__init__?1(self, QBluetoothAddress, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothLocalDevice.isValid?4() -> bool +PyQt5.QtBluetooth.QBluetoothLocalDevice.requestPairing?4(QBluetoothAddress, QBluetoothLocalDevice.Pairing) +PyQt5.QtBluetooth.QBluetoothLocalDevice.pairingStatus?4(QBluetoothAddress) -> QBluetoothLocalDevice.Pairing +PyQt5.QtBluetooth.QBluetoothLocalDevice.setHostMode?4(QBluetoothLocalDevice.HostMode) +PyQt5.QtBluetooth.QBluetoothLocalDevice.hostMode?4() -> QBluetoothLocalDevice.HostMode +PyQt5.QtBluetooth.QBluetoothLocalDevice.powerOn?4() +PyQt5.QtBluetooth.QBluetoothLocalDevice.name?4() -> str +PyQt5.QtBluetooth.QBluetoothLocalDevice.address?4() -> QBluetoothAddress +PyQt5.QtBluetooth.QBluetoothLocalDevice.allDevices?4() -> list-of-QBluetoothHostInfo +PyQt5.QtBluetooth.QBluetoothLocalDevice.connectedDevices?4() -> list-of-QBluetoothAddress +PyQt5.QtBluetooth.QBluetoothLocalDevice.pairingConfirmation?4(bool) +PyQt5.QtBluetooth.QBluetoothLocalDevice.hostModeStateChanged?4(QBluetoothLocalDevice.HostMode) +PyQt5.QtBluetooth.QBluetoothLocalDevice.pairingFinished?4(QBluetoothAddress, QBluetoothLocalDevice.Pairing) +PyQt5.QtBluetooth.QBluetoothLocalDevice.pairingDisplayPinCode?4(QBluetoothAddress, str) +PyQt5.QtBluetooth.QBluetoothLocalDevice.pairingDisplayConfirmation?4(QBluetoothAddress, str) +PyQt5.QtBluetooth.QBluetoothLocalDevice.error?4(QBluetoothLocalDevice.Error) +PyQt5.QtBluetooth.QBluetoothLocalDevice.deviceConnected?4(QBluetoothAddress) +PyQt5.QtBluetooth.QBluetoothLocalDevice.deviceDisconnected?4(QBluetoothAddress) +PyQt5.QtBluetooth.QBluetoothServer.Error?10 +PyQt5.QtBluetooth.QBluetoothServer.NoError?10 +PyQt5.QtBluetooth.QBluetoothServer.UnknownError?10 +PyQt5.QtBluetooth.QBluetoothServer.PoweredOffError?10 +PyQt5.QtBluetooth.QBluetoothServer.InputOutputError?10 +PyQt5.QtBluetooth.QBluetoothServer.ServiceAlreadyRegisteredError?10 +PyQt5.QtBluetooth.QBluetoothServer.UnsupportedProtocolError?10 +PyQt5.QtBluetooth.QBluetoothServer?1(QBluetoothServiceInfo.Protocol, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothServer.__init__?1(self, QBluetoothServiceInfo.Protocol, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothServer.close?4() +PyQt5.QtBluetooth.QBluetoothServer.listen?4(QBluetoothAddress address=QBluetoothAddress(), int port=0) -> bool +PyQt5.QtBluetooth.QBluetoothServer.listen?4(QBluetoothUuid, str serviceName='') -> QBluetoothServiceInfo +PyQt5.QtBluetooth.QBluetoothServer.isListening?4() -> bool +PyQt5.QtBluetooth.QBluetoothServer.setMaxPendingConnections?4(int) +PyQt5.QtBluetooth.QBluetoothServer.maxPendingConnections?4() -> int +PyQt5.QtBluetooth.QBluetoothServer.hasPendingConnections?4() -> bool +PyQt5.QtBluetooth.QBluetoothServer.nextPendingConnection?4() -> QBluetoothSocket +PyQt5.QtBluetooth.QBluetoothServer.serverAddress?4() -> QBluetoothAddress +PyQt5.QtBluetooth.QBluetoothServer.serverPort?4() -> int +PyQt5.QtBluetooth.QBluetoothServer.setSecurityFlags?4(QBluetooth.SecurityFlags) +PyQt5.QtBluetooth.QBluetoothServer.securityFlags?4() -> QBluetooth.SecurityFlags +PyQt5.QtBluetooth.QBluetoothServer.serverType?4() -> QBluetoothServiceInfo.Protocol +PyQt5.QtBluetooth.QBluetoothServer.error?4() -> QBluetoothServer.Error +PyQt5.QtBluetooth.QBluetoothServer.newConnection?4() +PyQt5.QtBluetooth.QBluetoothServer.error?4(QBluetoothServer.Error) +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode?10 +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.MinimalDiscovery?10 +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.FullDiscovery?10 +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.Error?10 +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.NoError?10 +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.InputOutputError?10 +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.PoweredOffError?10 +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.InvalidBluetoothAdapterError?10 +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.UnknownError?10 +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent?1(QObject parent=None) +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.__init__?1(self, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent?1(QBluetoothAddress, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.__init__?1(self, QBluetoothAddress, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.isActive?4() -> bool +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.error?4() -> QBluetoothServiceDiscoveryAgent.Error +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.errorString?4() -> str +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.discoveredServices?4() -> list-of-QBluetoothServiceInfo +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.setUuidFilter?4(list-of-QBluetoothUuid) +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.setUuidFilter?4(QBluetoothUuid) +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.uuidFilter?4() -> list-of-QBluetoothUuid +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.setRemoteAddress?4(QBluetoothAddress) -> bool +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.remoteAddress?4() -> QBluetoothAddress +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.start?4(QBluetoothServiceDiscoveryAgent.DiscoveryMode mode=QBluetoothServiceDiscoveryAgent.MinimalDiscovery) +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.stop?4() +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.clear?4() +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.serviceDiscovered?4(QBluetoothServiceInfo) +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.finished?4() +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.canceled?4() +PyQt5.QtBluetooth.QBluetoothServiceDiscoveryAgent.error?4(QBluetoothServiceDiscoveryAgent.Error) +PyQt5.QtBluetooth.QBluetoothServiceInfo.Protocol?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.UnknownProtocol?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.L2capProtocol?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.RfcommProtocol?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.AttributeId?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.ServiceRecordHandle?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.ServiceClassIds?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.ServiceRecordState?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.ServiceId?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.ProtocolDescriptorList?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.BrowseGroupList?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.LanguageBaseAttributeIdList?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.ServiceInfoTimeToLive?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.ServiceAvailability?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.BluetoothProfileDescriptorList?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.DocumentationUrl?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.ClientExecutableUrl?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.IconUrl?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.AdditionalProtocolDescriptorList?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.PrimaryLanguageBase?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.ServiceName?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.ServiceDescription?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo.ServiceProvider?10 +PyQt5.QtBluetooth.QBluetoothServiceInfo?1() +PyQt5.QtBluetooth.QBluetoothServiceInfo.__init__?1(self) +PyQt5.QtBluetooth.QBluetoothServiceInfo?1(QBluetoothServiceInfo) +PyQt5.QtBluetooth.QBluetoothServiceInfo.__init__?1(self, QBluetoothServiceInfo) +PyQt5.QtBluetooth.QBluetoothServiceInfo.isValid?4() -> bool +PyQt5.QtBluetooth.QBluetoothServiceInfo.isComplete?4() -> bool +PyQt5.QtBluetooth.QBluetoothServiceInfo.setDevice?4(QBluetoothDeviceInfo) +PyQt5.QtBluetooth.QBluetoothServiceInfo.device?4() -> QBluetoothDeviceInfo +PyQt5.QtBluetooth.QBluetoothServiceInfo.attribute?4(int) -> QVariant +PyQt5.QtBluetooth.QBluetoothServiceInfo.attributes?4() -> list-of-int +PyQt5.QtBluetooth.QBluetoothServiceInfo.contains?4(int) -> bool +PyQt5.QtBluetooth.QBluetoothServiceInfo.removeAttribute?4(int) +PyQt5.QtBluetooth.QBluetoothServiceInfo.socketProtocol?4() -> QBluetoothServiceInfo.Protocol +PyQt5.QtBluetooth.QBluetoothServiceInfo.protocolServiceMultiplexer?4() -> int +PyQt5.QtBluetooth.QBluetoothServiceInfo.serverChannel?4() -> int +PyQt5.QtBluetooth.QBluetoothServiceInfo.protocolDescriptor?4(QBluetoothUuid.ProtocolUuid) -> list-of-object +PyQt5.QtBluetooth.QBluetoothServiceInfo.isRegistered?4() -> bool +PyQt5.QtBluetooth.QBluetoothServiceInfo.registerService?4(QBluetoothAddress localAdapter=QBluetoothAddress()) -> bool +PyQt5.QtBluetooth.QBluetoothServiceInfo.unregisterService?4() -> bool +PyQt5.QtBluetooth.QBluetoothServiceInfo.setAttribute?4(int, QBluetoothUuid) +PyQt5.QtBluetooth.QBluetoothServiceInfo.setAttribute?4(int, list-of-object) +PyQt5.QtBluetooth.QBluetoothServiceInfo.setAttribute?4(int, QVariant) +PyQt5.QtBluetooth.QBluetoothServiceInfo.setServiceName?4(str) +PyQt5.QtBluetooth.QBluetoothServiceInfo.serviceName?4() -> str +PyQt5.QtBluetooth.QBluetoothServiceInfo.setServiceDescription?4(str) +PyQt5.QtBluetooth.QBluetoothServiceInfo.serviceDescription?4() -> str +PyQt5.QtBluetooth.QBluetoothServiceInfo.setServiceProvider?4(str) +PyQt5.QtBluetooth.QBluetoothServiceInfo.serviceProvider?4() -> str +PyQt5.QtBluetooth.QBluetoothServiceInfo.setServiceAvailability?4(int) +PyQt5.QtBluetooth.QBluetoothServiceInfo.serviceAvailability?4() -> int +PyQt5.QtBluetooth.QBluetoothServiceInfo.setServiceUuid?4(QBluetoothUuid) +PyQt5.QtBluetooth.QBluetoothServiceInfo.serviceUuid?4() -> QBluetoothUuid +PyQt5.QtBluetooth.QBluetoothServiceInfo.serviceClassUuids?4() -> list-of-QBluetoothUuid +PyQt5.QtBluetooth.QBluetoothSocket.SocketError?10 +PyQt5.QtBluetooth.QBluetoothSocket.NoSocketError?10 +PyQt5.QtBluetooth.QBluetoothSocket.UnknownSocketError?10 +PyQt5.QtBluetooth.QBluetoothSocket.HostNotFoundError?10 +PyQt5.QtBluetooth.QBluetoothSocket.ServiceNotFoundError?10 +PyQt5.QtBluetooth.QBluetoothSocket.NetworkError?10 +PyQt5.QtBluetooth.QBluetoothSocket.UnsupportedProtocolError?10 +PyQt5.QtBluetooth.QBluetoothSocket.OperationError?10 +PyQt5.QtBluetooth.QBluetoothSocket.SocketState?10 +PyQt5.QtBluetooth.QBluetoothSocket.UnconnectedState?10 +PyQt5.QtBluetooth.QBluetoothSocket.ServiceLookupState?10 +PyQt5.QtBluetooth.QBluetoothSocket.ConnectingState?10 +PyQt5.QtBluetooth.QBluetoothSocket.ConnectedState?10 +PyQt5.QtBluetooth.QBluetoothSocket.BoundState?10 +PyQt5.QtBluetooth.QBluetoothSocket.ClosingState?10 +PyQt5.QtBluetooth.QBluetoothSocket.ListeningState?10 +PyQt5.QtBluetooth.QBluetoothSocket?1(QBluetoothServiceInfo.Protocol, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothSocket.__init__?1(self, QBluetoothServiceInfo.Protocol, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothSocket?1(QObject parent=None) +PyQt5.QtBluetooth.QBluetoothSocket.__init__?1(self, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothSocket.abort?4() +PyQt5.QtBluetooth.QBluetoothSocket.close?4() +PyQt5.QtBluetooth.QBluetoothSocket.isSequential?4() -> bool +PyQt5.QtBluetooth.QBluetoothSocket.bytesAvailable?4() -> int +PyQt5.QtBluetooth.QBluetoothSocket.bytesToWrite?4() -> int +PyQt5.QtBluetooth.QBluetoothSocket.canReadLine?4() -> bool +PyQt5.QtBluetooth.QBluetoothSocket.connectToService?4(QBluetoothServiceInfo, QIODevice.OpenMode mode=QIODevice.ReadWrite) +PyQt5.QtBluetooth.QBluetoothSocket.connectToService?4(QBluetoothAddress, QBluetoothUuid, QIODevice.OpenMode mode=QIODevice.ReadWrite) +PyQt5.QtBluetooth.QBluetoothSocket.connectToService?4(QBluetoothAddress, int, QIODevice.OpenMode mode=QIODevice.ReadWrite) +PyQt5.QtBluetooth.QBluetoothSocket.disconnectFromService?4() +PyQt5.QtBluetooth.QBluetoothSocket.localName?4() -> str +PyQt5.QtBluetooth.QBluetoothSocket.localAddress?4() -> QBluetoothAddress +PyQt5.QtBluetooth.QBluetoothSocket.localPort?4() -> int +PyQt5.QtBluetooth.QBluetoothSocket.peerName?4() -> str +PyQt5.QtBluetooth.QBluetoothSocket.peerAddress?4() -> QBluetoothAddress +PyQt5.QtBluetooth.QBluetoothSocket.peerPort?4() -> int +PyQt5.QtBluetooth.QBluetoothSocket.setSocketDescriptor?4(int, QBluetoothServiceInfo.Protocol, QBluetoothSocket.SocketState state=QBluetoothSocket.ConnectedState, QIODevice.OpenMode mode=QIODevice.ReadWrite) -> bool +PyQt5.QtBluetooth.QBluetoothSocket.socketDescriptor?4() -> int +PyQt5.QtBluetooth.QBluetoothSocket.socketType?4() -> QBluetoothServiceInfo.Protocol +PyQt5.QtBluetooth.QBluetoothSocket.state?4() -> QBluetoothSocket.SocketState +PyQt5.QtBluetooth.QBluetoothSocket.error?4() -> QBluetoothSocket.SocketError +PyQt5.QtBluetooth.QBluetoothSocket.errorString?4() -> str +PyQt5.QtBluetooth.QBluetoothSocket.connected?4() +PyQt5.QtBluetooth.QBluetoothSocket.disconnected?4() +PyQt5.QtBluetooth.QBluetoothSocket.error?4(QBluetoothSocket.SocketError) +PyQt5.QtBluetooth.QBluetoothSocket.stateChanged?4(QBluetoothSocket.SocketState) +PyQt5.QtBluetooth.QBluetoothSocket.readData?4(int) -> bytes +PyQt5.QtBluetooth.QBluetoothSocket.writeData?4(str) -> int +PyQt5.QtBluetooth.QBluetoothSocket.setSocketState?4(QBluetoothSocket.SocketState) +PyQt5.QtBluetooth.QBluetoothSocket.setSocketError?4(QBluetoothSocket.SocketError) +PyQt5.QtBluetooth.QBluetoothSocket.doDeviceDiscovery?4(QBluetoothServiceInfo, QIODevice.OpenMode) +PyQt5.QtBluetooth.QBluetoothTransferManager?1(QObject parent=None) +PyQt5.QtBluetooth.QBluetoothTransferManager.__init__?1(self, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothTransferManager.put?4(QBluetoothTransferRequest, QIODevice) -> QBluetoothTransferReply +PyQt5.QtBluetooth.QBluetoothTransferManager.finished?4(QBluetoothTransferReply) +PyQt5.QtBluetooth.QBluetoothTransferReply.TransferError?10 +PyQt5.QtBluetooth.QBluetoothTransferReply.NoError?10 +PyQt5.QtBluetooth.QBluetoothTransferReply.UnknownError?10 +PyQt5.QtBluetooth.QBluetoothTransferReply.FileNotFoundError?10 +PyQt5.QtBluetooth.QBluetoothTransferReply.HostNotFoundError?10 +PyQt5.QtBluetooth.QBluetoothTransferReply.UserCanceledTransferError?10 +PyQt5.QtBluetooth.QBluetoothTransferReply.IODeviceNotReadableError?10 +PyQt5.QtBluetooth.QBluetoothTransferReply.ResourceBusyError?10 +PyQt5.QtBluetooth.QBluetoothTransferReply?1(QObject parent=None) +PyQt5.QtBluetooth.QBluetoothTransferReply.__init__?1(self, QObject parent=None) +PyQt5.QtBluetooth.QBluetoothTransferReply.isFinished?4() -> bool +PyQt5.QtBluetooth.QBluetoothTransferReply.isRunning?4() -> bool +PyQt5.QtBluetooth.QBluetoothTransferReply.manager?4() -> QBluetoothTransferManager +PyQt5.QtBluetooth.QBluetoothTransferReply.error?4() -> QBluetoothTransferReply.TransferError +PyQt5.QtBluetooth.QBluetoothTransferReply.errorString?4() -> str +PyQt5.QtBluetooth.QBluetoothTransferReply.request?4() -> QBluetoothTransferRequest +PyQt5.QtBluetooth.QBluetoothTransferReply.abort?4() +PyQt5.QtBluetooth.QBluetoothTransferReply.finished?4(QBluetoothTransferReply) +PyQt5.QtBluetooth.QBluetoothTransferReply.transferProgress?4(int, int) +PyQt5.QtBluetooth.QBluetoothTransferReply.setManager?4(QBluetoothTransferManager) +PyQt5.QtBluetooth.QBluetoothTransferReply.setRequest?4(QBluetoothTransferRequest) +PyQt5.QtBluetooth.QBluetoothTransferRequest.Attribute?10 +PyQt5.QtBluetooth.QBluetoothTransferRequest.DescriptionAttribute?10 +PyQt5.QtBluetooth.QBluetoothTransferRequest.TimeAttribute?10 +PyQt5.QtBluetooth.QBluetoothTransferRequest.TypeAttribute?10 +PyQt5.QtBluetooth.QBluetoothTransferRequest.LengthAttribute?10 +PyQt5.QtBluetooth.QBluetoothTransferRequest.NameAttribute?10 +PyQt5.QtBluetooth.QBluetoothTransferRequest?1(QBluetoothAddress address=QBluetoothAddress()) +PyQt5.QtBluetooth.QBluetoothTransferRequest.__init__?1(self, QBluetoothAddress address=QBluetoothAddress()) +PyQt5.QtBluetooth.QBluetoothTransferRequest?1(QBluetoothTransferRequest) +PyQt5.QtBluetooth.QBluetoothTransferRequest.__init__?1(self, QBluetoothTransferRequest) +PyQt5.QtBluetooth.QBluetoothTransferRequest.attribute?4(QBluetoothTransferRequest.Attribute, QVariant defaultValue=QVariant()) -> QVariant +PyQt5.QtBluetooth.QBluetoothTransferRequest.setAttribute?4(QBluetoothTransferRequest.Attribute, QVariant) +PyQt5.QtBluetooth.QBluetoothTransferRequest.address?4() -> QBluetoothAddress +PyQt5.QtBluetooth.QBluetoothUuid.ServiceClassUuid?10 +PyQt5.QtBluetooth.QBluetoothUuid.ServiceDiscoveryServer?10 +PyQt5.QtBluetooth.QBluetoothUuid.BrowseGroupDescriptor?10 +PyQt5.QtBluetooth.QBluetoothUuid.PublicBrowseGroup?10 +PyQt5.QtBluetooth.QBluetoothUuid.SerialPort?10 +PyQt5.QtBluetooth.QBluetoothUuid.LANAccessUsingPPP?10 +PyQt5.QtBluetooth.QBluetoothUuid.DialupNetworking?10 +PyQt5.QtBluetooth.QBluetoothUuid.IrMCSync?10 +PyQt5.QtBluetooth.QBluetoothUuid.ObexObjectPush?10 +PyQt5.QtBluetooth.QBluetoothUuid.OBEXFileTransfer?10 +PyQt5.QtBluetooth.QBluetoothUuid.IrMCSyncCommand?10 +PyQt5.QtBluetooth.QBluetoothUuid.Headset?10 +PyQt5.QtBluetooth.QBluetoothUuid.AudioSource?10 +PyQt5.QtBluetooth.QBluetoothUuid.AudioSink?10 +PyQt5.QtBluetooth.QBluetoothUuid.AV_RemoteControlTarget?10 +PyQt5.QtBluetooth.QBluetoothUuid.AdvancedAudioDistribution?10 +PyQt5.QtBluetooth.QBluetoothUuid.AV_RemoteControl?10 +PyQt5.QtBluetooth.QBluetoothUuid.AV_RemoteControlController?10 +PyQt5.QtBluetooth.QBluetoothUuid.HeadsetAG?10 +PyQt5.QtBluetooth.QBluetoothUuid.PANU?10 +PyQt5.QtBluetooth.QBluetoothUuid.NAP?10 +PyQt5.QtBluetooth.QBluetoothUuid.GN?10 +PyQt5.QtBluetooth.QBluetoothUuid.DirectPrinting?10 +PyQt5.QtBluetooth.QBluetoothUuid.ReferencePrinting?10 +PyQt5.QtBluetooth.QBluetoothUuid.ImagingResponder?10 +PyQt5.QtBluetooth.QBluetoothUuid.ImagingAutomaticArchive?10 +PyQt5.QtBluetooth.QBluetoothUuid.ImagingReferenceObjects?10 +PyQt5.QtBluetooth.QBluetoothUuid.Handsfree?10 +PyQt5.QtBluetooth.QBluetoothUuid.HandsfreeAudioGateway?10 +PyQt5.QtBluetooth.QBluetoothUuid.DirectPrintingReferenceObjectsService?10 +PyQt5.QtBluetooth.QBluetoothUuid.ReflectedUI?10 +PyQt5.QtBluetooth.QBluetoothUuid.BasicPrinting?10 +PyQt5.QtBluetooth.QBluetoothUuid.PrintingStatus?10 +PyQt5.QtBluetooth.QBluetoothUuid.HumanInterfaceDeviceService?10 +PyQt5.QtBluetooth.QBluetoothUuid.HardcopyCableReplacement?10 +PyQt5.QtBluetooth.QBluetoothUuid.HCRPrint?10 +PyQt5.QtBluetooth.QBluetoothUuid.HCRScan?10 +PyQt5.QtBluetooth.QBluetoothUuid.SIMAccess?10 +PyQt5.QtBluetooth.QBluetoothUuid.PhonebookAccessPCE?10 +PyQt5.QtBluetooth.QBluetoothUuid.PhonebookAccessPSE?10 +PyQt5.QtBluetooth.QBluetoothUuid.PhonebookAccess?10 +PyQt5.QtBluetooth.QBluetoothUuid.HeadsetHS?10 +PyQt5.QtBluetooth.QBluetoothUuid.MessageAccessServer?10 +PyQt5.QtBluetooth.QBluetoothUuid.MessageNotificationServer?10 +PyQt5.QtBluetooth.QBluetoothUuid.MessageAccessProfile?10 +PyQt5.QtBluetooth.QBluetoothUuid.PnPInformation?10 +PyQt5.QtBluetooth.QBluetoothUuid.GenericNetworking?10 +PyQt5.QtBluetooth.QBluetoothUuid.GenericFileTransfer?10 +PyQt5.QtBluetooth.QBluetoothUuid.GenericAudio?10 +PyQt5.QtBluetooth.QBluetoothUuid.GenericTelephony?10 +PyQt5.QtBluetooth.QBluetoothUuid.VideoSource?10 +PyQt5.QtBluetooth.QBluetoothUuid.VideoSink?10 +PyQt5.QtBluetooth.QBluetoothUuid.VideoDistribution?10 +PyQt5.QtBluetooth.QBluetoothUuid.HDP?10 +PyQt5.QtBluetooth.QBluetoothUuid.HDPSource?10 +PyQt5.QtBluetooth.QBluetoothUuid.HDPSink?10 +PyQt5.QtBluetooth.QBluetoothUuid.BasicImage?10 +PyQt5.QtBluetooth.QBluetoothUuid.GNSS?10 +PyQt5.QtBluetooth.QBluetoothUuid.GNSSServer?10 +PyQt5.QtBluetooth.QBluetoothUuid.Display3D?10 +PyQt5.QtBluetooth.QBluetoothUuid.Glasses3D?10 +PyQt5.QtBluetooth.QBluetoothUuid.Synchronization3D?10 +PyQt5.QtBluetooth.QBluetoothUuid.MPSProfile?10 +PyQt5.QtBluetooth.QBluetoothUuid.MPSService?10 +PyQt5.QtBluetooth.QBluetoothUuid.ProtocolUuid?10 +PyQt5.QtBluetooth.QBluetoothUuid.Sdp?10 +PyQt5.QtBluetooth.QBluetoothUuid.Udp?10 +PyQt5.QtBluetooth.QBluetoothUuid.Rfcomm?10 +PyQt5.QtBluetooth.QBluetoothUuid.Tcp?10 +PyQt5.QtBluetooth.QBluetoothUuid.TcsBin?10 +PyQt5.QtBluetooth.QBluetoothUuid.TcsAt?10 +PyQt5.QtBluetooth.QBluetoothUuid.Att?10 +PyQt5.QtBluetooth.QBluetoothUuid.Obex?10 +PyQt5.QtBluetooth.QBluetoothUuid.Ip?10 +PyQt5.QtBluetooth.QBluetoothUuid.Ftp?10 +PyQt5.QtBluetooth.QBluetoothUuid.Http?10 +PyQt5.QtBluetooth.QBluetoothUuid.Wsp?10 +PyQt5.QtBluetooth.QBluetoothUuid.Bnep?10 +PyQt5.QtBluetooth.QBluetoothUuid.Upnp?10 +PyQt5.QtBluetooth.QBluetoothUuid.Hidp?10 +PyQt5.QtBluetooth.QBluetoothUuid.HardcopyControlChannel?10 +PyQt5.QtBluetooth.QBluetoothUuid.HardcopyDataChannel?10 +PyQt5.QtBluetooth.QBluetoothUuid.HardcopyNotification?10 +PyQt5.QtBluetooth.QBluetoothUuid.Avctp?10 +PyQt5.QtBluetooth.QBluetoothUuid.Avdtp?10 +PyQt5.QtBluetooth.QBluetoothUuid.Cmtp?10 +PyQt5.QtBluetooth.QBluetoothUuid.UdiCPlain?10 +PyQt5.QtBluetooth.QBluetoothUuid.McapControlChannel?10 +PyQt5.QtBluetooth.QBluetoothUuid.McapDataChannel?10 +PyQt5.QtBluetooth.QBluetoothUuid.L2cap?10 +PyQt5.QtBluetooth.QBluetoothUuid?1() +PyQt5.QtBluetooth.QBluetoothUuid.__init__?1(self) +PyQt5.QtBluetooth.QBluetoothUuid?1(int) +PyQt5.QtBluetooth.QBluetoothUuid.__init__?1(self, int) +PyQt5.QtBluetooth.QBluetoothUuid?1(16-tuple-of-int) +PyQt5.QtBluetooth.QBluetoothUuid.__init__?1(self, 16-tuple-of-int) +PyQt5.QtBluetooth.QBluetoothUuid?1(str) +PyQt5.QtBluetooth.QBluetoothUuid.__init__?1(self, str) +PyQt5.QtBluetooth.QBluetoothUuid?1(QBluetoothUuid) +PyQt5.QtBluetooth.QBluetoothUuid.__init__?1(self, QBluetoothUuid) +PyQt5.QtBluetooth.QBluetoothUuid?1(QUuid) +PyQt5.QtBluetooth.QBluetoothUuid.__init__?1(self, QUuid) +PyQt5.QtBluetooth.QBluetoothUuid.minimumSize?4() -> int +PyQt5.QtBluetooth.QBluetoothUuid.toUInt16?4() -> (int, bool) +PyQt5.QtBluetooth.QBluetoothUuid.toUInt32?4() -> (int, bool) +PyQt5.QtBluetooth.QBluetoothUuid.toUInt128?4() -> 16-tuple-of-int +PyQt5.QtPositioning.QGeoAddress?1() +PyQt5.QtPositioning.QGeoAddress.__init__?1(self) +PyQt5.QtPositioning.QGeoAddress?1(QGeoAddress) +PyQt5.QtPositioning.QGeoAddress.__init__?1(self, QGeoAddress) +PyQt5.QtPositioning.QGeoAddress.text?4() -> str +PyQt5.QtPositioning.QGeoAddress.setText?4(str) +PyQt5.QtPositioning.QGeoAddress.country?4() -> str +PyQt5.QtPositioning.QGeoAddress.setCountry?4(str) +PyQt5.QtPositioning.QGeoAddress.countryCode?4() -> str +PyQt5.QtPositioning.QGeoAddress.setCountryCode?4(str) +PyQt5.QtPositioning.QGeoAddress.state?4() -> str +PyQt5.QtPositioning.QGeoAddress.setState?4(str) +PyQt5.QtPositioning.QGeoAddress.county?4() -> str +PyQt5.QtPositioning.QGeoAddress.setCounty?4(str) +PyQt5.QtPositioning.QGeoAddress.city?4() -> str +PyQt5.QtPositioning.QGeoAddress.setCity?4(str) +PyQt5.QtPositioning.QGeoAddress.district?4() -> str +PyQt5.QtPositioning.QGeoAddress.setDistrict?4(str) +PyQt5.QtPositioning.QGeoAddress.postalCode?4() -> str +PyQt5.QtPositioning.QGeoAddress.setPostalCode?4(str) +PyQt5.QtPositioning.QGeoAddress.street?4() -> str +PyQt5.QtPositioning.QGeoAddress.setStreet?4(str) +PyQt5.QtPositioning.QGeoAddress.isEmpty?4() -> bool +PyQt5.QtPositioning.QGeoAddress.clear?4() +PyQt5.QtPositioning.QGeoAddress.isTextGenerated?4() -> bool +PyQt5.QtPositioning.QGeoAreaMonitorInfo?1(str name='') +PyQt5.QtPositioning.QGeoAreaMonitorInfo.__init__?1(self, str name='') +PyQt5.QtPositioning.QGeoAreaMonitorInfo?1(QGeoAreaMonitorInfo) +PyQt5.QtPositioning.QGeoAreaMonitorInfo.__init__?1(self, QGeoAreaMonitorInfo) +PyQt5.QtPositioning.QGeoAreaMonitorInfo.name?4() -> str +PyQt5.QtPositioning.QGeoAreaMonitorInfo.setName?4(str) +PyQt5.QtPositioning.QGeoAreaMonitorInfo.identifier?4() -> str +PyQt5.QtPositioning.QGeoAreaMonitorInfo.isValid?4() -> bool +PyQt5.QtPositioning.QGeoAreaMonitorInfo.area?4() -> QGeoShape +PyQt5.QtPositioning.QGeoAreaMonitorInfo.setArea?4(QGeoShape) +PyQt5.QtPositioning.QGeoAreaMonitorInfo.expiration?4() -> QDateTime +PyQt5.QtPositioning.QGeoAreaMonitorInfo.setExpiration?4(QDateTime) +PyQt5.QtPositioning.QGeoAreaMonitorInfo.isPersistent?4() -> bool +PyQt5.QtPositioning.QGeoAreaMonitorInfo.setPersistent?4(bool) +PyQt5.QtPositioning.QGeoAreaMonitorInfo.notificationParameters?4() -> dict-of-str-object +PyQt5.QtPositioning.QGeoAreaMonitorInfo.setNotificationParameters?4(dict-of-str-object) +PyQt5.QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeature?10 +PyQt5.QtPositioning.QGeoAreaMonitorSource.PersistentAreaMonitorFeature?10 +PyQt5.QtPositioning.QGeoAreaMonitorSource.AnyAreaMonitorFeature?10 +PyQt5.QtPositioning.QGeoAreaMonitorSource.Error?10 +PyQt5.QtPositioning.QGeoAreaMonitorSource.AccessError?10 +PyQt5.QtPositioning.QGeoAreaMonitorSource.InsufficientPositionInfo?10 +PyQt5.QtPositioning.QGeoAreaMonitorSource.UnknownSourceError?10 +PyQt5.QtPositioning.QGeoAreaMonitorSource.NoError?10 +PyQt5.QtPositioning.QGeoAreaMonitorSource?1(QObject) +PyQt5.QtPositioning.QGeoAreaMonitorSource.__init__?1(self, QObject) +PyQt5.QtPositioning.QGeoAreaMonitorSource.createDefaultSource?4(QObject) -> QGeoAreaMonitorSource +PyQt5.QtPositioning.QGeoAreaMonitorSource.createSource?4(str, QObject) -> QGeoAreaMonitorSource +PyQt5.QtPositioning.QGeoAreaMonitorSource.availableSources?4() -> list-of-str +PyQt5.QtPositioning.QGeoAreaMonitorSource.setPositionInfoSource?4(QGeoPositionInfoSource) +PyQt5.QtPositioning.QGeoAreaMonitorSource.positionInfoSource?4() -> QGeoPositionInfoSource +PyQt5.QtPositioning.QGeoAreaMonitorSource.sourceName?4() -> str +PyQt5.QtPositioning.QGeoAreaMonitorSource.error?4() -> QGeoAreaMonitorSource.Error +PyQt5.QtPositioning.QGeoAreaMonitorSource.supportedAreaMonitorFeatures?4() -> QGeoAreaMonitorSource.AreaMonitorFeatures +PyQt5.QtPositioning.QGeoAreaMonitorSource.startMonitoring?4(QGeoAreaMonitorInfo) -> bool +PyQt5.QtPositioning.QGeoAreaMonitorSource.stopMonitoring?4(QGeoAreaMonitorInfo) -> bool +PyQt5.QtPositioning.QGeoAreaMonitorSource.requestUpdate?4(QGeoAreaMonitorInfo, str) -> bool +PyQt5.QtPositioning.QGeoAreaMonitorSource.activeMonitors?4() -> list-of-QGeoAreaMonitorInfo +PyQt5.QtPositioning.QGeoAreaMonitorSource.activeMonitors?4(QGeoShape) -> list-of-QGeoAreaMonitorInfo +PyQt5.QtPositioning.QGeoAreaMonitorSource.areaEntered?4(QGeoAreaMonitorInfo, QGeoPositionInfo) +PyQt5.QtPositioning.QGeoAreaMonitorSource.areaExited?4(QGeoAreaMonitorInfo, QGeoPositionInfo) +PyQt5.QtPositioning.QGeoAreaMonitorSource.monitorExpired?4(QGeoAreaMonitorInfo) +PyQt5.QtPositioning.QGeoAreaMonitorSource.error?4(QGeoAreaMonitorSource.Error) +PyQt5.QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeatures?1(QGeoAreaMonitorSource.AreaMonitorFeatures) +PyQt5.QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeatures.__init__?1(self, QGeoAreaMonitorSource.AreaMonitorFeatures) +PyQt5.QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeatures?1(int) +PyQt5.QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeatures.__init__?1(self, int) +PyQt5.QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeatures?1() +PyQt5.QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeatures.__init__?1(self) +PyQt5.QtPositioning.QGeoShape.ShapeType?10 +PyQt5.QtPositioning.QGeoShape.UnknownType?10 +PyQt5.QtPositioning.QGeoShape.RectangleType?10 +PyQt5.QtPositioning.QGeoShape.CircleType?10 +PyQt5.QtPositioning.QGeoShape?1() +PyQt5.QtPositioning.QGeoShape.__init__?1(self) +PyQt5.QtPositioning.QGeoShape?1(QGeoShape) +PyQt5.QtPositioning.QGeoShape.__init__?1(self, QGeoShape) +PyQt5.QtPositioning.QGeoShape.type?4() -> QGeoShape.ShapeType +PyQt5.QtPositioning.QGeoShape.isValid?4() -> bool +PyQt5.QtPositioning.QGeoShape.isEmpty?4() -> bool +PyQt5.QtPositioning.QGeoShape.contains?4(QGeoCoordinate) -> bool +PyQt5.QtPositioning.QGeoShape.extendShape?4(QGeoCoordinate) +PyQt5.QtPositioning.QGeoCircle?1() +PyQt5.QtPositioning.QGeoCircle.__init__?1(self) +PyQt5.QtPositioning.QGeoCircle?1(QGeoCoordinate, float radius=-1) +PyQt5.QtPositioning.QGeoCircle.__init__?1(self, QGeoCoordinate, float radius=-1) +PyQt5.QtPositioning.QGeoCircle?1(QGeoCircle) +PyQt5.QtPositioning.QGeoCircle.__init__?1(self, QGeoCircle) +PyQt5.QtPositioning.QGeoCircle?1(QGeoShape) +PyQt5.QtPositioning.QGeoCircle.__init__?1(self, QGeoShape) +PyQt5.QtPositioning.QGeoCircle.setCenter?4(QGeoCoordinate) +PyQt5.QtPositioning.QGeoCircle.center?4() -> QGeoCoordinate +PyQt5.QtPositioning.QGeoCircle.setRadius?4(float) +PyQt5.QtPositioning.QGeoCircle.radius?4() -> float +PyQt5.QtPositioning.QGeoCircle.translate?4(float, float) +PyQt5.QtPositioning.QGeoCircle.translated?4(float, float) -> QGeoCircle +PyQt5.QtPositioning.QGeoCoordinate.CoordinateFormat?10 +PyQt5.QtPositioning.QGeoCoordinate.Degrees?10 +PyQt5.QtPositioning.QGeoCoordinate.DegreesWithHemisphere?10 +PyQt5.QtPositioning.QGeoCoordinate.DegreesMinutes?10 +PyQt5.QtPositioning.QGeoCoordinate.DegreesMinutesWithHemisphere?10 +PyQt5.QtPositioning.QGeoCoordinate.DegreesMinutesSeconds?10 +PyQt5.QtPositioning.QGeoCoordinate.DegreesMinutesSecondsWithHemisphere?10 +PyQt5.QtPositioning.QGeoCoordinate.CoordinateType?10 +PyQt5.QtPositioning.QGeoCoordinate.InvalidCoordinate?10 +PyQt5.QtPositioning.QGeoCoordinate.Coordinate2D?10 +PyQt5.QtPositioning.QGeoCoordinate.Coordinate3D?10 +PyQt5.QtPositioning.QGeoCoordinate?1() +PyQt5.QtPositioning.QGeoCoordinate.__init__?1(self) +PyQt5.QtPositioning.QGeoCoordinate?1(float, float) +PyQt5.QtPositioning.QGeoCoordinate.__init__?1(self, float, float) +PyQt5.QtPositioning.QGeoCoordinate?1(float, float, float) +PyQt5.QtPositioning.QGeoCoordinate.__init__?1(self, float, float, float) +PyQt5.QtPositioning.QGeoCoordinate?1(QGeoCoordinate) +PyQt5.QtPositioning.QGeoCoordinate.__init__?1(self, QGeoCoordinate) +PyQt5.QtPositioning.QGeoCoordinate.isValid?4() -> bool +PyQt5.QtPositioning.QGeoCoordinate.type?4() -> QGeoCoordinate.CoordinateType +PyQt5.QtPositioning.QGeoCoordinate.setLatitude?4(float) +PyQt5.QtPositioning.QGeoCoordinate.latitude?4() -> float +PyQt5.QtPositioning.QGeoCoordinate.setLongitude?4(float) +PyQt5.QtPositioning.QGeoCoordinate.longitude?4() -> float +PyQt5.QtPositioning.QGeoCoordinate.setAltitude?4(float) +PyQt5.QtPositioning.QGeoCoordinate.altitude?4() -> float +PyQt5.QtPositioning.QGeoCoordinate.distanceTo?4(QGeoCoordinate) -> float +PyQt5.QtPositioning.QGeoCoordinate.azimuthTo?4(QGeoCoordinate) -> float +PyQt5.QtPositioning.QGeoCoordinate.atDistanceAndAzimuth?4(float, float, float distanceUp=0) -> QGeoCoordinate +PyQt5.QtPositioning.QGeoCoordinate.toString?4(QGeoCoordinate.CoordinateFormat format=QGeoCoordinate.DegreesMinutesSecondsWithHemisphere) -> str +PyQt5.QtPositioning.QGeoLocation?1() +PyQt5.QtPositioning.QGeoLocation.__init__?1(self) +PyQt5.QtPositioning.QGeoLocation?1(QGeoLocation) +PyQt5.QtPositioning.QGeoLocation.__init__?1(self, QGeoLocation) +PyQt5.QtPositioning.QGeoLocation.address?4() -> QGeoAddress +PyQt5.QtPositioning.QGeoLocation.setAddress?4(QGeoAddress) +PyQt5.QtPositioning.QGeoLocation.coordinate?4() -> QGeoCoordinate +PyQt5.QtPositioning.QGeoLocation.setCoordinate?4(QGeoCoordinate) +PyQt5.QtPositioning.QGeoLocation.boundingBox?4() -> QGeoRectangle +PyQt5.QtPositioning.QGeoLocation.setBoundingBox?4(QGeoRectangle) +PyQt5.QtPositioning.QGeoLocation.isEmpty?4() -> bool +PyQt5.QtPositioning.QGeoPositionInfo.Attribute?10 +PyQt5.QtPositioning.QGeoPositionInfo.Direction?10 +PyQt5.QtPositioning.QGeoPositionInfo.GroundSpeed?10 +PyQt5.QtPositioning.QGeoPositionInfo.VerticalSpeed?10 +PyQt5.QtPositioning.QGeoPositionInfo.MagneticVariation?10 +PyQt5.QtPositioning.QGeoPositionInfo.HorizontalAccuracy?10 +PyQt5.QtPositioning.QGeoPositionInfo.VerticalAccuracy?10 +PyQt5.QtPositioning.QGeoPositionInfo?1() +PyQt5.QtPositioning.QGeoPositionInfo.__init__?1(self) +PyQt5.QtPositioning.QGeoPositionInfo?1(QGeoCoordinate, QDateTime) +PyQt5.QtPositioning.QGeoPositionInfo.__init__?1(self, QGeoCoordinate, QDateTime) +PyQt5.QtPositioning.QGeoPositionInfo?1(QGeoPositionInfo) +PyQt5.QtPositioning.QGeoPositionInfo.__init__?1(self, QGeoPositionInfo) +PyQt5.QtPositioning.QGeoPositionInfo.isValid?4() -> bool +PyQt5.QtPositioning.QGeoPositionInfo.setTimestamp?4(QDateTime) +PyQt5.QtPositioning.QGeoPositionInfo.timestamp?4() -> QDateTime +PyQt5.QtPositioning.QGeoPositionInfo.setCoordinate?4(QGeoCoordinate) +PyQt5.QtPositioning.QGeoPositionInfo.coordinate?4() -> QGeoCoordinate +PyQt5.QtPositioning.QGeoPositionInfo.setAttribute?4(QGeoPositionInfo.Attribute, float) +PyQt5.QtPositioning.QGeoPositionInfo.attribute?4(QGeoPositionInfo.Attribute) -> float +PyQt5.QtPositioning.QGeoPositionInfo.removeAttribute?4(QGeoPositionInfo.Attribute) +PyQt5.QtPositioning.QGeoPositionInfo.hasAttribute?4(QGeoPositionInfo.Attribute) -> bool +PyQt5.QtPositioning.QGeoPositionInfoSource.PositioningMethod?10 +PyQt5.QtPositioning.QGeoPositionInfoSource.NoPositioningMethods?10 +PyQt5.QtPositioning.QGeoPositionInfoSource.SatellitePositioningMethods?10 +PyQt5.QtPositioning.QGeoPositionInfoSource.NonSatellitePositioningMethods?10 +PyQt5.QtPositioning.QGeoPositionInfoSource.AllPositioningMethods?10 +PyQt5.QtPositioning.QGeoPositionInfoSource.Error?10 +PyQt5.QtPositioning.QGeoPositionInfoSource.AccessError?10 +PyQt5.QtPositioning.QGeoPositionInfoSource.ClosedError?10 +PyQt5.QtPositioning.QGeoPositionInfoSource.UnknownSourceError?10 +PyQt5.QtPositioning.QGeoPositionInfoSource.NoError?10 +PyQt5.QtPositioning.QGeoPositionInfoSource?1(QObject) +PyQt5.QtPositioning.QGeoPositionInfoSource.__init__?1(self, QObject) +PyQt5.QtPositioning.QGeoPositionInfoSource.setUpdateInterval?4(int) +PyQt5.QtPositioning.QGeoPositionInfoSource.updateInterval?4() -> int +PyQt5.QtPositioning.QGeoPositionInfoSource.setPreferredPositioningMethods?4(QGeoPositionInfoSource.PositioningMethods) +PyQt5.QtPositioning.QGeoPositionInfoSource.preferredPositioningMethods?4() -> QGeoPositionInfoSource.PositioningMethods +PyQt5.QtPositioning.QGeoPositionInfoSource.lastKnownPosition?4(bool fromSatellitePositioningMethodsOnly=False) -> QGeoPositionInfo +PyQt5.QtPositioning.QGeoPositionInfoSource.supportedPositioningMethods?4() -> QGeoPositionInfoSource.PositioningMethods +PyQt5.QtPositioning.QGeoPositionInfoSource.minimumUpdateInterval?4() -> int +PyQt5.QtPositioning.QGeoPositionInfoSource.sourceName?4() -> str +PyQt5.QtPositioning.QGeoPositionInfoSource.createDefaultSource?4(QObject) -> QGeoPositionInfoSource +PyQt5.QtPositioning.QGeoPositionInfoSource.createSource?4(str, QObject) -> QGeoPositionInfoSource +PyQt5.QtPositioning.QGeoPositionInfoSource.availableSources?4() -> list-of-str +PyQt5.QtPositioning.QGeoPositionInfoSource.error?4() -> QGeoPositionInfoSource.Error +PyQt5.QtPositioning.QGeoPositionInfoSource.startUpdates?4() +PyQt5.QtPositioning.QGeoPositionInfoSource.stopUpdates?4() +PyQt5.QtPositioning.QGeoPositionInfoSource.requestUpdate?4(int timeout=0) +PyQt5.QtPositioning.QGeoPositionInfoSource.positionUpdated?4(QGeoPositionInfo) +PyQt5.QtPositioning.QGeoPositionInfoSource.updateTimeout?4() +PyQt5.QtPositioning.QGeoPositionInfoSource.error?4(QGeoPositionInfoSource.Error) +PyQt5.QtPositioning.QGeoPositionInfoSource.PositioningMethods?1(QGeoPositionInfoSource.PositioningMethods) +PyQt5.QtPositioning.QGeoPositionInfoSource.PositioningMethods.__init__?1(self, QGeoPositionInfoSource.PositioningMethods) +PyQt5.QtPositioning.QGeoPositionInfoSource.PositioningMethods?1(int) +PyQt5.QtPositioning.QGeoPositionInfoSource.PositioningMethods.__init__?1(self, int) +PyQt5.QtPositioning.QGeoPositionInfoSource.PositioningMethods?1() +PyQt5.QtPositioning.QGeoPositionInfoSource.PositioningMethods.__init__?1(self) +PyQt5.QtPositioning.QGeoRectangle?1() +PyQt5.QtPositioning.QGeoRectangle.__init__?1(self) +PyQt5.QtPositioning.QGeoRectangle?1(QGeoCoordinate, float, float) +PyQt5.QtPositioning.QGeoRectangle.__init__?1(self, QGeoCoordinate, float, float) +PyQt5.QtPositioning.QGeoRectangle?1(QGeoCoordinate, QGeoCoordinate) +PyQt5.QtPositioning.QGeoRectangle.__init__?1(self, QGeoCoordinate, QGeoCoordinate) +PyQt5.QtPositioning.QGeoRectangle?1(list-of-QGeoCoordinate) +PyQt5.QtPositioning.QGeoRectangle.__init__?1(self, list-of-QGeoCoordinate) +PyQt5.QtPositioning.QGeoRectangle?1(QGeoRectangle) +PyQt5.QtPositioning.QGeoRectangle.__init__?1(self, QGeoRectangle) +PyQt5.QtPositioning.QGeoRectangle?1(QGeoShape) +PyQt5.QtPositioning.QGeoRectangle.__init__?1(self, QGeoShape) +PyQt5.QtPositioning.QGeoRectangle.setTopLeft?4(QGeoCoordinate) +PyQt5.QtPositioning.QGeoRectangle.topLeft?4() -> QGeoCoordinate +PyQt5.QtPositioning.QGeoRectangle.setTopRight?4(QGeoCoordinate) +PyQt5.QtPositioning.QGeoRectangle.topRight?4() -> QGeoCoordinate +PyQt5.QtPositioning.QGeoRectangle.setBottomLeft?4(QGeoCoordinate) +PyQt5.QtPositioning.QGeoRectangle.bottomLeft?4() -> QGeoCoordinate +PyQt5.QtPositioning.QGeoRectangle.setBottomRight?4(QGeoCoordinate) +PyQt5.QtPositioning.QGeoRectangle.bottomRight?4() -> QGeoCoordinate +PyQt5.QtPositioning.QGeoRectangle.setCenter?4(QGeoCoordinate) +PyQt5.QtPositioning.QGeoRectangle.center?4() -> QGeoCoordinate +PyQt5.QtPositioning.QGeoRectangle.setWidth?4(float) +PyQt5.QtPositioning.QGeoRectangle.width?4() -> float +PyQt5.QtPositioning.QGeoRectangle.setHeight?4(float) +PyQt5.QtPositioning.QGeoRectangle.height?4() -> float +PyQt5.QtPositioning.QGeoRectangle.contains?4(QGeoCoordinate) -> bool +PyQt5.QtPositioning.QGeoRectangle.contains?4(QGeoRectangle) -> bool +PyQt5.QtPositioning.QGeoRectangle.intersects?4(QGeoRectangle) -> bool +PyQt5.QtPositioning.QGeoRectangle.translate?4(float, float) +PyQt5.QtPositioning.QGeoRectangle.translated?4(float, float) -> QGeoRectangle +PyQt5.QtPositioning.QGeoRectangle.united?4(QGeoRectangle) -> QGeoRectangle +PyQt5.QtPositioning.QGeoSatelliteInfo.SatelliteSystem?10 +PyQt5.QtPositioning.QGeoSatelliteInfo.Undefined?10 +PyQt5.QtPositioning.QGeoSatelliteInfo.GPS?10 +PyQt5.QtPositioning.QGeoSatelliteInfo.GLONASS?10 +PyQt5.QtPositioning.QGeoSatelliteInfo.Attribute?10 +PyQt5.QtPositioning.QGeoSatelliteInfo.Elevation?10 +PyQt5.QtPositioning.QGeoSatelliteInfo.Azimuth?10 +PyQt5.QtPositioning.QGeoSatelliteInfo?1() +PyQt5.QtPositioning.QGeoSatelliteInfo.__init__?1(self) +PyQt5.QtPositioning.QGeoSatelliteInfo?1(QGeoSatelliteInfo) +PyQt5.QtPositioning.QGeoSatelliteInfo.__init__?1(self, QGeoSatelliteInfo) +PyQt5.QtPositioning.QGeoSatelliteInfo.setSatelliteSystem?4(QGeoSatelliteInfo.SatelliteSystem) +PyQt5.QtPositioning.QGeoSatelliteInfo.satelliteSystem?4() -> QGeoSatelliteInfo.SatelliteSystem +PyQt5.QtPositioning.QGeoSatelliteInfo.setSatelliteIdentifier?4(int) +PyQt5.QtPositioning.QGeoSatelliteInfo.satelliteIdentifier?4() -> int +PyQt5.QtPositioning.QGeoSatelliteInfo.setSignalStrength?4(int) +PyQt5.QtPositioning.QGeoSatelliteInfo.signalStrength?4() -> int +PyQt5.QtPositioning.QGeoSatelliteInfo.setAttribute?4(QGeoSatelliteInfo.Attribute, float) +PyQt5.QtPositioning.QGeoSatelliteInfo.attribute?4(QGeoSatelliteInfo.Attribute) -> float +PyQt5.QtPositioning.QGeoSatelliteInfo.removeAttribute?4(QGeoSatelliteInfo.Attribute) +PyQt5.QtPositioning.QGeoSatelliteInfo.hasAttribute?4(QGeoSatelliteInfo.Attribute) -> bool +PyQt5.QtPositioning.QGeoSatelliteInfoSource.Error?10 +PyQt5.QtPositioning.QGeoSatelliteInfoSource.AccessError?10 +PyQt5.QtPositioning.QGeoSatelliteInfoSource.ClosedError?10 +PyQt5.QtPositioning.QGeoSatelliteInfoSource.NoError?10 +PyQt5.QtPositioning.QGeoSatelliteInfoSource.UnknownSourceError?10 +PyQt5.QtPositioning.QGeoSatelliteInfoSource?1(QObject) +PyQt5.QtPositioning.QGeoSatelliteInfoSource.__init__?1(self, QObject) +PyQt5.QtPositioning.QGeoSatelliteInfoSource.createDefaultSource?4(QObject) -> QGeoSatelliteInfoSource +PyQt5.QtPositioning.QGeoSatelliteInfoSource.createSource?4(str, QObject) -> QGeoSatelliteInfoSource +PyQt5.QtPositioning.QGeoSatelliteInfoSource.availableSources?4() -> list-of-str +PyQt5.QtPositioning.QGeoSatelliteInfoSource.sourceName?4() -> str +PyQt5.QtPositioning.QGeoSatelliteInfoSource.setUpdateInterval?4(int) +PyQt5.QtPositioning.QGeoSatelliteInfoSource.updateInterval?4() -> int +PyQt5.QtPositioning.QGeoSatelliteInfoSource.minimumUpdateInterval?4() -> int +PyQt5.QtPositioning.QGeoSatelliteInfoSource.error?4() -> QGeoSatelliteInfoSource.Error +PyQt5.QtPositioning.QGeoSatelliteInfoSource.startUpdates?4() +PyQt5.QtPositioning.QGeoSatelliteInfoSource.stopUpdates?4() +PyQt5.QtPositioning.QGeoSatelliteInfoSource.requestUpdate?4(int timeout=0) +PyQt5.QtPositioning.QGeoSatelliteInfoSource.satellitesInViewUpdated?4(list-of-QGeoSatelliteInfo) +PyQt5.QtPositioning.QGeoSatelliteInfoSource.satellitesInUseUpdated?4(list-of-QGeoSatelliteInfo) +PyQt5.QtPositioning.QGeoSatelliteInfoSource.requestTimeout?4() +PyQt5.QtPositioning.QGeoSatelliteInfoSource.error?4(QGeoSatelliteInfoSource.Error) +PyQt5.QtPositioning.QNmeaPositionInfoSource.UpdateMode?10 +PyQt5.QtPositioning.QNmeaPositionInfoSource.RealTimeMode?10 +PyQt5.QtPositioning.QNmeaPositionInfoSource.SimulationMode?10 +PyQt5.QtPositioning.QNmeaPositionInfoSource?1(QNmeaPositionInfoSource.UpdateMode, QObject parent=None) +PyQt5.QtPositioning.QNmeaPositionInfoSource.__init__?1(self, QNmeaPositionInfoSource.UpdateMode, QObject parent=None) +PyQt5.QtPositioning.QNmeaPositionInfoSource.updateMode?4() -> QNmeaPositionInfoSource.UpdateMode +PyQt5.QtPositioning.QNmeaPositionInfoSource.setDevice?4(QIODevice) +PyQt5.QtPositioning.QNmeaPositionInfoSource.device?4() -> QIODevice +PyQt5.QtPositioning.QNmeaPositionInfoSource.setUpdateInterval?4(int) +PyQt5.QtPositioning.QNmeaPositionInfoSource.lastKnownPosition?4(bool fromSatellitePositioningMethodsOnly=False) -> QGeoPositionInfo +PyQt5.QtPositioning.QNmeaPositionInfoSource.supportedPositioningMethods?4() -> QGeoPositionInfoSource.PositioningMethods +PyQt5.QtPositioning.QNmeaPositionInfoSource.minimumUpdateInterval?4() -> int +PyQt5.QtPositioning.QNmeaPositionInfoSource.error?4() -> QGeoPositionInfoSource.Error +PyQt5.QtPositioning.QNmeaPositionInfoSource.startUpdates?4() +PyQt5.QtPositioning.QNmeaPositionInfoSource.stopUpdates?4() +PyQt5.QtPositioning.QNmeaPositionInfoSource.requestUpdate?4(int timeout=0) +PyQt5.QtPositioning.QNmeaPositionInfoSource.parsePosInfoFromNmeaData?4(str, int, QGeoPositionInfo) -> (bool, bool) +PyQt5.QtPositioning.QNmeaPositionInfoSource.setUserEquivalentRangeError?4(float) +PyQt5.QtPositioning.QNmeaPositionInfoSource.userEquivalentRangeError?4() -> float +PyQt5.QtQuickWidgets.QQuickWidget.Status?10 +PyQt5.QtQuickWidgets.QQuickWidget.Null?10 +PyQt5.QtQuickWidgets.QQuickWidget.Ready?10 +PyQt5.QtQuickWidgets.QQuickWidget.Loading?10 +PyQt5.QtQuickWidgets.QQuickWidget.Error?10 +PyQt5.QtQuickWidgets.QQuickWidget.ResizeMode?10 +PyQt5.QtQuickWidgets.QQuickWidget.SizeViewToRootObject?10 +PyQt5.QtQuickWidgets.QQuickWidget.SizeRootObjectToView?10 +PyQt5.QtQuickWidgets.QQuickWidget?1(QWidget parent=None) +PyQt5.QtQuickWidgets.QQuickWidget.__init__?1(self, QWidget parent=None) +PyQt5.QtQuickWidgets.QQuickWidget?1(QQmlEngine, QWidget) +PyQt5.QtQuickWidgets.QQuickWidget.__init__?1(self, QQmlEngine, QWidget) +PyQt5.QtQuickWidgets.QQuickWidget?1(QUrl, QWidget parent=None) +PyQt5.QtQuickWidgets.QQuickWidget.__init__?1(self, QUrl, QWidget parent=None) +PyQt5.QtQuickWidgets.QQuickWidget.source?4() -> QUrl +PyQt5.QtQuickWidgets.QQuickWidget.engine?4() -> QQmlEngine +PyQt5.QtQuickWidgets.QQuickWidget.rootContext?4() -> QQmlContext +PyQt5.QtQuickWidgets.QQuickWidget.rootObject?4() -> QQuickItem +PyQt5.QtQuickWidgets.QQuickWidget.resizeMode?4() -> QQuickWidget.ResizeMode +PyQt5.QtQuickWidgets.QQuickWidget.setResizeMode?4(QQuickWidget.ResizeMode) +PyQt5.QtQuickWidgets.QQuickWidget.status?4() -> QQuickWidget.Status +PyQt5.QtQuickWidgets.QQuickWidget.errors?4() -> list-of-QQmlError +PyQt5.QtQuickWidgets.QQuickWidget.sizeHint?4() -> QSize +PyQt5.QtQuickWidgets.QQuickWidget.initialSize?4() -> QSize +PyQt5.QtQuickWidgets.QQuickWidget.setFormat?4(QSurfaceFormat) +PyQt5.QtQuickWidgets.QQuickWidget.format?4() -> QSurfaceFormat +PyQt5.QtQuickWidgets.QQuickWidget.setSource?4(QUrl) +PyQt5.QtQuickWidgets.QQuickWidget.statusChanged?4(QQuickWidget.Status) +PyQt5.QtQuickWidgets.QQuickWidget.sceneGraphError?4(QQuickWindow.SceneGraphError, str) +PyQt5.QtQuickWidgets.QQuickWidget.resizeEvent?4(QResizeEvent) +PyQt5.QtQuickWidgets.QQuickWidget.timerEvent?4(QTimerEvent) +PyQt5.QtQuickWidgets.QQuickWidget.keyPressEvent?4(QKeyEvent) +PyQt5.QtQuickWidgets.QQuickWidget.keyReleaseEvent?4(QKeyEvent) +PyQt5.QtQuickWidgets.QQuickWidget.mousePressEvent?4(QMouseEvent) +PyQt5.QtQuickWidgets.QQuickWidget.mouseReleaseEvent?4(QMouseEvent) +PyQt5.QtQuickWidgets.QQuickWidget.mouseMoveEvent?4(QMouseEvent) +PyQt5.QtQuickWidgets.QQuickWidget.mouseDoubleClickEvent?4(QMouseEvent) +PyQt5.QtQuickWidgets.QQuickWidget.showEvent?4(QShowEvent) +PyQt5.QtQuickWidgets.QQuickWidget.hideEvent?4(QHideEvent) +PyQt5.QtQuickWidgets.QQuickWidget.wheelEvent?4(QWheelEvent) +PyQt5.QtQuickWidgets.QQuickWidget.event?4(QEvent) -> bool +PyQt5.QtQuickWidgets.QQuickWidget.focusInEvent?4(QFocusEvent) +PyQt5.QtQuickWidgets.QQuickWidget.focusOutEvent?4(QFocusEvent) +PyQt5.QtWebSockets.QMaskGenerator?1(QObject parent=None) +PyQt5.QtWebSockets.QMaskGenerator.__init__?1(self, QObject parent=None) +PyQt5.QtWebSockets.QMaskGenerator.seed?4() -> bool +PyQt5.QtWebSockets.QMaskGenerator.nextMask?4() -> int +PyQt5.QtWebSockets.QWebSocket?1(str origin='', QWebSocketProtocol.Version version=QWebSocketProtocol.Version13, QObject parent=None) +PyQt5.QtWebSockets.QWebSocket.__init__?1(self, str origin='', QWebSocketProtocol.Version version=QWebSocketProtocol.Version13, QObject parent=None) +PyQt5.QtWebSockets.QWebSocket.abort?4() +PyQt5.QtWebSockets.QWebSocket.error?4() -> QAbstractSocket.SocketError +PyQt5.QtWebSockets.QWebSocket.errorString?4() -> str +PyQt5.QtWebSockets.QWebSocket.flush?4() -> bool +PyQt5.QtWebSockets.QWebSocket.isValid?4() -> bool +PyQt5.QtWebSockets.QWebSocket.localAddress?4() -> QHostAddress +PyQt5.QtWebSockets.QWebSocket.localPort?4() -> int +PyQt5.QtWebSockets.QWebSocket.pauseMode?4() -> QAbstractSocket.PauseModes +PyQt5.QtWebSockets.QWebSocket.peerAddress?4() -> QHostAddress +PyQt5.QtWebSockets.QWebSocket.peerName?4() -> str +PyQt5.QtWebSockets.QWebSocket.peerPort?4() -> int +PyQt5.QtWebSockets.QWebSocket.proxy?4() -> QNetworkProxy +PyQt5.QtWebSockets.QWebSocket.setProxy?4(QNetworkProxy) +PyQt5.QtWebSockets.QWebSocket.setMaskGenerator?4(QMaskGenerator) +PyQt5.QtWebSockets.QWebSocket.maskGenerator?4() -> QMaskGenerator +PyQt5.QtWebSockets.QWebSocket.readBufferSize?4() -> int +PyQt5.QtWebSockets.QWebSocket.setReadBufferSize?4(int) +PyQt5.QtWebSockets.QWebSocket.resume?4() +PyQt5.QtWebSockets.QWebSocket.setPauseMode?4(QAbstractSocket.PauseModes) +PyQt5.QtWebSockets.QWebSocket.state?4() -> QAbstractSocket.SocketState +PyQt5.QtWebSockets.QWebSocket.version?4() -> QWebSocketProtocol.Version +PyQt5.QtWebSockets.QWebSocket.resourceName?4() -> str +PyQt5.QtWebSockets.QWebSocket.requestUrl?4() -> QUrl +PyQt5.QtWebSockets.QWebSocket.origin?4() -> str +PyQt5.QtWebSockets.QWebSocket.closeCode?4() -> QWebSocketProtocol.CloseCode +PyQt5.QtWebSockets.QWebSocket.closeReason?4() -> str +PyQt5.QtWebSockets.QWebSocket.sendTextMessage?4(str) -> int +PyQt5.QtWebSockets.QWebSocket.sendBinaryMessage?4(QByteArray) -> int +PyQt5.QtWebSockets.QWebSocket.ignoreSslErrors?4(list-of-QSslError) +PyQt5.QtWebSockets.QWebSocket.setSslConfiguration?4(QSslConfiguration) +PyQt5.QtWebSockets.QWebSocket.sslConfiguration?4() -> QSslConfiguration +PyQt5.QtWebSockets.QWebSocket.close?4(QWebSocketProtocol.CloseCode closeCode=QWebSocketProtocol.CloseCodeNormal, str reason=QString()) +PyQt5.QtWebSockets.QWebSocket.open?4(QUrl) +PyQt5.QtWebSockets.QWebSocket.ping?4(QByteArray payload=QByteArray()) +PyQt5.QtWebSockets.QWebSocket.ignoreSslErrors?4() +PyQt5.QtWebSockets.QWebSocket.aboutToClose?4() +PyQt5.QtWebSockets.QWebSocket.connected?4() +PyQt5.QtWebSockets.QWebSocket.disconnected?4() +PyQt5.QtWebSockets.QWebSocket.stateChanged?4(QAbstractSocket.SocketState) +PyQt5.QtWebSockets.QWebSocket.proxyAuthenticationRequired?4(QNetworkProxy, QAuthenticator) +PyQt5.QtWebSockets.QWebSocket.readChannelFinished?4() +PyQt5.QtWebSockets.QWebSocket.textFrameReceived?4(str, bool) +PyQt5.QtWebSockets.QWebSocket.binaryFrameReceived?4(QByteArray, bool) +PyQt5.QtWebSockets.QWebSocket.textMessageReceived?4(str) +PyQt5.QtWebSockets.QWebSocket.binaryMessageReceived?4(QByteArray) +PyQt5.QtWebSockets.QWebSocket.error?4(QAbstractSocket.SocketError) +PyQt5.QtWebSockets.QWebSocket.pong?4(int, QByteArray) +PyQt5.QtWebSockets.QWebSocket.bytesWritten?4(int) +PyQt5.QtWebSockets.QWebSocket.sslErrors?4(list-of-QSslError) +PyQt5.QtWebSockets.QWebSocketCorsAuthenticator?1(str) +PyQt5.QtWebSockets.QWebSocketCorsAuthenticator.__init__?1(self, str) +PyQt5.QtWebSockets.QWebSocketCorsAuthenticator?1(QWebSocketCorsAuthenticator) +PyQt5.QtWebSockets.QWebSocketCorsAuthenticator.__init__?1(self, QWebSocketCorsAuthenticator) +PyQt5.QtWebSockets.QWebSocketCorsAuthenticator.swap?4(QWebSocketCorsAuthenticator) +PyQt5.QtWebSockets.QWebSocketCorsAuthenticator.origin?4() -> str +PyQt5.QtWebSockets.QWebSocketCorsAuthenticator.setAllowed?4(bool) +PyQt5.QtWebSockets.QWebSocketCorsAuthenticator.allowed?4() -> bool +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCode?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeNormal?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeGoingAway?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeProtocolError?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeDatatypeNotSupported?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeReserved1004?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeMissingStatusCode?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeAbnormalDisconnection?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeWrongDatatype?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodePolicyViolated?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeTooMuchData?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeMissingExtension?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeBadOperation?10 +PyQt5.QtWebSockets.QWebSocketProtocol.CloseCodeTlsHandshakeFailed?10 +PyQt5.QtWebSockets.QWebSocketProtocol.Version?10 +PyQt5.QtWebSockets.QWebSocketProtocol.VersionUnknown?10 +PyQt5.QtWebSockets.QWebSocketProtocol.Version0?10 +PyQt5.QtWebSockets.QWebSocketProtocol.Version4?10 +PyQt5.QtWebSockets.QWebSocketProtocol.Version5?10 +PyQt5.QtWebSockets.QWebSocketProtocol.Version6?10 +PyQt5.QtWebSockets.QWebSocketProtocol.Version7?10 +PyQt5.QtWebSockets.QWebSocketProtocol.Version8?10 +PyQt5.QtWebSockets.QWebSocketProtocol.Version13?10 +PyQt5.QtWebSockets.QWebSocketProtocol.VersionLatest?10 +PyQt5.QtWebSockets.QWebSocketServer.SslMode?10 +PyQt5.QtWebSockets.QWebSocketServer.SecureMode?10 +PyQt5.QtWebSockets.QWebSocketServer.NonSecureMode?10 +PyQt5.QtWebSockets.QWebSocketServer?1(str, QWebSocketServer.SslMode, QObject parent=None) +PyQt5.QtWebSockets.QWebSocketServer.__init__?1(self, str, QWebSocketServer.SslMode, QObject parent=None) +PyQt5.QtWebSockets.QWebSocketServer.listen?4(QHostAddress address=QHostAddress.Any, int port=0) -> bool +PyQt5.QtWebSockets.QWebSocketServer.close?4() +PyQt5.QtWebSockets.QWebSocketServer.isListening?4() -> bool +PyQt5.QtWebSockets.QWebSocketServer.setMaxPendingConnections?4(int) +PyQt5.QtWebSockets.QWebSocketServer.maxPendingConnections?4() -> int +PyQt5.QtWebSockets.QWebSocketServer.serverPort?4() -> int +PyQt5.QtWebSockets.QWebSocketServer.serverAddress?4() -> QHostAddress +PyQt5.QtWebSockets.QWebSocketServer.secureMode?4() -> QWebSocketServer.SslMode +PyQt5.QtWebSockets.QWebSocketServer.setSocketDescriptor?4(int) -> bool +PyQt5.QtWebSockets.QWebSocketServer.socketDescriptor?4() -> int +PyQt5.QtWebSockets.QWebSocketServer.hasPendingConnections?4() -> bool +PyQt5.QtWebSockets.QWebSocketServer.nextPendingConnection?4() -> QWebSocket +PyQt5.QtWebSockets.QWebSocketServer.error?4() -> QWebSocketProtocol.CloseCode +PyQt5.QtWebSockets.QWebSocketServer.errorString?4() -> str +PyQt5.QtWebSockets.QWebSocketServer.pauseAccepting?4() +PyQt5.QtWebSockets.QWebSocketServer.resumeAccepting?4() +PyQt5.QtWebSockets.QWebSocketServer.setServerName?4(str) +PyQt5.QtWebSockets.QWebSocketServer.serverName?4() -> str +PyQt5.QtWebSockets.QWebSocketServer.setProxy?4(QNetworkProxy) +PyQt5.QtWebSockets.QWebSocketServer.proxy?4() -> QNetworkProxy +PyQt5.QtWebSockets.QWebSocketServer.setSslConfiguration?4(QSslConfiguration) +PyQt5.QtWebSockets.QWebSocketServer.sslConfiguration?4() -> QSslConfiguration +PyQt5.QtWebSockets.QWebSocketServer.supportedVersions?4() -> list-of-QWebSocketProtocol.Version +PyQt5.QtWebSockets.QWebSocketServer.acceptError?4(QAbstractSocket.SocketError) +PyQt5.QtWebSockets.QWebSocketServer.serverError?4(QWebSocketProtocol.CloseCode) +PyQt5.QtWebSockets.QWebSocketServer.originAuthenticationRequired?4(QWebSocketCorsAuthenticator) +PyQt5.QtWebSockets.QWebSocketServer.newConnection?4() +PyQt5.QtWebSockets.QWebSocketServer.peerVerifyError?4(QSslError) +PyQt5.QtWebSockets.QWebSocketServer.sslErrors?4(list-of-QSslError) +PyQt5.QtWebSockets.QWebSocketServer.closed?4() +PyQt5.Enginio.Enginio.ErrorType?10 +PyQt5.Enginio.Enginio.NoError?10 +PyQt5.Enginio.Enginio.NetworkError?10 +PyQt5.Enginio.Enginio.BackendError?10 +PyQt5.Enginio.Enginio.Role?10 +PyQt5.Enginio.Enginio.SyncedRole?10 +PyQt5.Enginio.Enginio.CreatedAtRole?10 +PyQt5.Enginio.Enginio.UpdatedAtRole?10 +PyQt5.Enginio.Enginio.IdRole?10 +PyQt5.Enginio.Enginio.ObjectTypeRole?10 +PyQt5.Enginio.Enginio.CustomPropertyRole?10 +PyQt5.Enginio.Enginio.Operation?10 +PyQt5.Enginio.Enginio.ObjectOperation?10 +PyQt5.Enginio.Enginio.AccessControlOperation?10 +PyQt5.Enginio.Enginio.UserOperation?10 +PyQt5.Enginio.Enginio.UsergroupOperation?10 +PyQt5.Enginio.Enginio.UsergroupMembersOperation?10 +PyQt5.Enginio.Enginio.FileOperation?10 +PyQt5.Enginio.Enginio.AuthenticationState?10 +PyQt5.Enginio.Enginio.NotAuthenticated?10 +PyQt5.Enginio.Enginio.Authenticating?10 +PyQt5.Enginio.Enginio.Authenticated?10 +PyQt5.Enginio.Enginio.AuthenticationFailure?10 +PyQt5.Enginio.EnginioClientConnection.backendId?4() -> QByteArray +PyQt5.Enginio.EnginioClientConnection.setBackendId?4(QByteArray) +PyQt5.Enginio.EnginioClientConnection.identity?4() -> EnginioIdentity +PyQt5.Enginio.EnginioClientConnection.setIdentity?4(EnginioIdentity) +PyQt5.Enginio.EnginioClientConnection.authenticationState?4() -> Enginio.AuthenticationState +PyQt5.Enginio.EnginioClientConnection.serviceUrl?4() -> QUrl +PyQt5.Enginio.EnginioClientConnection.setServiceUrl?4(QUrl) +PyQt5.Enginio.EnginioClientConnection.networkManager?4() -> QNetworkAccessManager +PyQt5.Enginio.EnginioClientConnection.backendIdChanged?4(QByteArray) +PyQt5.Enginio.EnginioClientConnection.serviceUrlChanged?4(QUrl) +PyQt5.Enginio.EnginioClientConnection.authenticationStateChanged?4(Enginio.AuthenticationState) +PyQt5.Enginio.EnginioClientConnection.identityChanged?4(EnginioIdentity) +PyQt5.Enginio.EnginioClient?1(QObject parent=None) +PyQt5.Enginio.EnginioClient.__init__?1(self, QObject parent=None) +PyQt5.Enginio.EnginioClient.fullTextSearch?4(dict-of-str-QJsonValue) -> EnginioReply +PyQt5.Enginio.EnginioClient.query?4(dict-of-str-QJsonValue, Enginio.Operation operation=Enginio.ObjectOperation) -> EnginioReply +PyQt5.Enginio.EnginioClient.create?4(dict-of-str-QJsonValue, Enginio.Operation operation=Enginio.ObjectOperation) -> EnginioReply +PyQt5.Enginio.EnginioClient.update?4(dict-of-str-QJsonValue, Enginio.Operation operation=Enginio.ObjectOperation) -> EnginioReply +PyQt5.Enginio.EnginioClient.remove?4(dict-of-str-QJsonValue, Enginio.Operation operation=Enginio.ObjectOperation) -> EnginioReply +PyQt5.Enginio.EnginioClient.uploadFile?4(dict-of-str-QJsonValue, QUrl) -> EnginioReply +PyQt5.Enginio.EnginioClient.downloadUrl?4(dict-of-str-QJsonValue) -> EnginioReply +PyQt5.Enginio.EnginioClient.sessionAuthenticated?4(EnginioReply) +PyQt5.Enginio.EnginioClient.sessionAuthenticationError?4(EnginioReply) +PyQt5.Enginio.EnginioClient.sessionTerminated?4() +PyQt5.Enginio.EnginioClient.finished?4(EnginioReply) +PyQt5.Enginio.EnginioClient.error?4(EnginioReply) +PyQt5.Enginio.EnginioModel?1(QObject parent=None) +PyQt5.Enginio.EnginioModel.__init__?1(self, QObject parent=None) +PyQt5.Enginio.EnginioModel.client?4() -> EnginioClient +PyQt5.Enginio.EnginioModel.setClient?4(EnginioClient) +PyQt5.Enginio.EnginioModel.query?4() -> dict-of-str-QJsonValue +PyQt5.Enginio.EnginioModel.setQuery?4(dict-of-str-QJsonValue) +PyQt5.Enginio.EnginioModel.operation?4() -> Enginio.Operation +PyQt5.Enginio.EnginioModel.setOperation?4(Enginio.Operation) +PyQt5.Enginio.EnginioModel.append?4(dict-of-str-QJsonValue) -> EnginioReply +PyQt5.Enginio.EnginioModel.remove?4(int) -> EnginioReply +PyQt5.Enginio.EnginioModel.setData?4(int, QVariant, str) -> EnginioReply +PyQt5.Enginio.EnginioModel.queryChanged?4(dict-of-str-QJsonValue) +PyQt5.Enginio.EnginioModel.clientChanged?4(EnginioClient) +PyQt5.Enginio.EnginioModel.operationChanged?4(Enginio.Operation) +PyQt5.Enginio.EnginioOAuth2Authentication?1(QObject parent=None) +PyQt5.Enginio.EnginioOAuth2Authentication.__init__?1(self, QObject parent=None) +PyQt5.Enginio.EnginioOAuth2Authentication.user?4() -> str +PyQt5.Enginio.EnginioOAuth2Authentication.password?4() -> str +PyQt5.Enginio.EnginioOAuth2Authentication.setUser?4(str) +PyQt5.Enginio.EnginioOAuth2Authentication.setPassword?4(str) +PyQt5.Enginio.EnginioOAuth2Authentication.userChanged?4(str) +PyQt5.Enginio.EnginioOAuth2Authentication.passwordChanged?4(str) +PyQt5.Enginio.EnginioReply.data?4() -> dict-of-str-QJsonValue +PyQt5.Enginio.EnginioReply.progress?4(int, int) +PyQt5.Enginio.EnginioReply.errorType?4() -> Enginio.ErrorType +PyQt5.Enginio.EnginioReply.networkError?4() -> QNetworkReply.NetworkError +PyQt5.Enginio.EnginioReply.errorString?4() -> str +PyQt5.Enginio.EnginioReply.backendStatus?4() -> int +PyQt5.Enginio.EnginioReply.isError?4() -> bool +PyQt5.Enginio.EnginioReply.isFinished?4() -> bool +PyQt5.Enginio.EnginioReply.finished?4(EnginioReply) +PyQt5.Enginio.EnginioReply.dataChanged?4()
--- a/APIs/Python/QScintilla2.api Sun Jul 06 12:15:23 2014 +0200 +++ b/APIs/Python/QScintilla2.api Sat Nov 29 11:16:02 2014 +0100 @@ -1,5 +1,14 @@ Qsci.QSCINTILLA_VERSION?7 Qsci.QSCINTILLA_VERSION_STR?7 +Qsci.QsciScintillaBase.SC_ORDER_PRESORTED?10 +Qsci.QsciScintillaBase.SC_ORDER_PERFORMSORT?10 +Qsci.QsciScintillaBase.SC_ORDER_CUSTOM?10 +Qsci.QsciScintillaBase.SC_AUTOMATICFOLD_SHOW?10 +Qsci.QsciScintillaBase.SC_AUTOMATICFOLD_CLICK?10 +Qsci.QsciScintillaBase.SC_AUTOMATICFOLD_CHANGE?10 +Qsci.QsciScintillaBase.SC_FOLDACTION_CONTRACT?10 +Qsci.QsciScintillaBase.SC_FOLDACTION_EXPAND?10 +Qsci.QsciScintillaBase.SC_FOLDACTION_TOGGLE?10 Qsci.QsciScintillaBase.SC_FONT_SIZE_MULTIPLIER?10 Qsci.QsciScintillaBase.SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE?10 Qsci.QsciScintillaBase.SC_CASEINSENSITIVEBEHAVIOUR_IGNORECASE?10 @@ -115,6 +124,10 @@ Qsci.QsciScintillaBase.SCLEX_ECL?10 Qsci.QsciScintillaBase.SCLEX_OSCRIPT?10 Qsci.QsciScintillaBase.SCLEX_VISUALPROLOG?10 +Qsci.QsciScintillaBase.SCLEX_LITERATEHASKELL?10 +Qsci.QsciScintillaBase.SCLEX_STTXT?10 +Qsci.QsciScintillaBase.SCLEX_KVIRC?10 +Qsci.QsciScintillaBase.SCLEX_RUST?10 Qsci.QsciScintillaBase.SCMOD_NORM?10 Qsci.QsciScintillaBase.SCMOD_SHIFT?10 Qsci.QsciScintillaBase.SCMOD_CTRL?10 @@ -226,6 +239,7 @@ Qsci.QsciScintillaBase.INDIC_SQUIGGLELOW?10 Qsci.QsciScintillaBase.INDIC_DOTBOX?10 Qsci.QsciScintillaBase.INDIC_SQUIGGLEPIXMAP?10 +Qsci.QsciScintillaBase.INDIC_COMPOSITIONTHICK?10 Qsci.QsciScintillaBase.INDIC_CONTAINER?10 Qsci.QsciScintillaBase.INDIC_MAX?10 Qsci.QsciScintillaBase.INDIC0_MASK?10 @@ -876,6 +890,7 @@ Qsci.QsciScintillaBase.SCI_GETADDITIONALSELECTIONTYPING?10 Qsci.QsciScintillaBase.SCI_SETADDITIONALCARETSBLINK?10 Qsci.QsciScintillaBase.SCI_GETADDITIONALCARETSBLINK?10 +Qsci.QsciScintillaBase.SCI_SCROLLRANGE?10 Qsci.QsciScintillaBase.SCI_SETADDITIONALCARETSVISIBLE?10 Qsci.QsciScintillaBase.SCI_GETADDITIONALCARETSVISIBLE?10 Qsci.QsciScintillaBase.SCI_AUTOCGETCURRENTTEXT?10 @@ -979,6 +994,24 @@ Qsci.QsciScintillaBase.SCI_STYLEGETSIZEFRACTIONAL?10 Qsci.QsciScintillaBase.SCI_STYLESETWEIGHT?10 Qsci.QsciScintillaBase.SCI_STYLEGETWEIGHT?10 +Qsci.QsciScintillaBase.SCI_FOLDLINE?10 +Qsci.QsciScintillaBase.SCI_FOLDCHILDREN?10 +Qsci.QsciScintillaBase.SCI_EXPANDCHILDREN?10 +Qsci.QsciScintillaBase.SCI_FOLDALL?10 +Qsci.QsciScintillaBase.SCI_SETAUTOMATICFOLD?10 +Qsci.QsciScintillaBase.SCI_GETAUTOMATICFOLD?10 +Qsci.QsciScintillaBase.SCI_AUTOCSETORDER?10 +Qsci.QsciScintillaBase.SCI_AUTOCGETORDER?10 +Qsci.QsciScintillaBase.SCI_POSITIONRELATIVE?10 +Qsci.QsciScintillaBase.SCI_RELEASEALLEXTENDEDSTYLES?10 +Qsci.QsciScintillaBase.SCI_ALLOCATEEXTENDEDSTYLES?10 +Qsci.QsciScintillaBase.SCI_SETMOUSESELECTIONRECTANGULARSWITCH?10 +Qsci.QsciScintillaBase.SCI_GETMOUSESELECTIONRECTANGULARSWITCH?10 +Qsci.QsciScintillaBase.SCI_GETCARETLINEVISIBLEALWAYS?10 +Qsci.QsciScintillaBase.SCI_SETCARETLINEVISIBLEALWAYS?10 +Qsci.QsciScintillaBase.SCI_SETREPRESENTATION?10 +Qsci.QsciScintillaBase.SCI_GETREPRESENTATION?10 +Qsci.QsciScintillaBase.SCI_CLEARREPRESENTATION?10 Qsci.QsciScintillaBase?1(QWidget parent=None) Qsci.QsciScintillaBase.__init__?1(self, QWidget parent=None) Qsci.QsciScintillaBase.pool?4() -> QsciScintillaBase @@ -1005,6 +1038,8 @@ Qsci.QsciScintillaBase.SCN_DOUBLECLICK?4(int, int, int) Qsci.QsciScintillaBase.SCN_DWELLEND?4(int, int, int) Qsci.QsciScintillaBase.SCN_DWELLSTART?4(int, int, int) +Qsci.QsciScintillaBase.SCN_FOCUSIN?4() +Qsci.QsciScintillaBase.SCN_FOCUSOUT?4() Qsci.QsciScintillaBase.SCN_HOTSPOTCLICK?4(int, int) Qsci.QsciScintillaBase.SCN_HOTSPOTDOUBLECLICK?4(int, int) Qsci.QsciScintillaBase.SCN_HOTSPOTRELEASECLICK?4(int, int) @@ -1035,6 +1070,7 @@ Qsci.QsciScintillaBase.focusNextPrevChild?4(bool) -> bool Qsci.QsciScintillaBase.keyPressEvent?4(QKeyEvent) Qsci.QsciScintillaBase.inputMethodEvent?4(QInputMethodEvent) +Qsci.QsciScintillaBase.inputMethodQuery?4(Qt.InputMethodQuery) -> QVariant Qsci.QsciScintillaBase.mouseDoubleClickEvent?4(QMouseEvent) Qsci.QsciScintillaBase.mouseMoveEvent?4(QMouseEvent) Qsci.QsciScintillaBase.mousePressEvent?4(QMouseEvent) @@ -1405,6 +1441,7 @@ Qsci.QsciScintilla.textChanged?4() Qsci.QsciScintilla.userListActivated?4(int, str) Qsci.QsciScintilla.event?4(QEvent) -> bool +Qsci.QsciScintilla.changeEvent?4(QEvent) Qsci.QsciScintilla.contextMenuEvent?4(QContextMenuEvent) Qsci.QsciAbstractAPIs?1(QsciLexer lexer=None) Qsci.QsciAbstractAPIs.__init__?1(self, QsciLexer lexer=None) @@ -1592,6 +1629,37 @@ Qsci.QsciLexer.propertyChanged?4(str, str) Qsci.QsciLexer.readProperties?4(QSettings, str) -> bool Qsci.QsciLexer.writeProperties?4(QSettings, str) -> bool +Qsci.QsciLexerAVS.Default?10 +Qsci.QsciLexerAVS.BlockComment?10 +Qsci.QsciLexerAVS.NestedBlockComment?10 +Qsci.QsciLexerAVS.LineComment?10 +Qsci.QsciLexerAVS.Number?10 +Qsci.QsciLexerAVS.Operator?10 +Qsci.QsciLexerAVS.Identifier?10 +Qsci.QsciLexerAVS.String?10 +Qsci.QsciLexerAVS.TripleString?10 +Qsci.QsciLexerAVS.Keyword?10 +Qsci.QsciLexerAVS.Filter?10 +Qsci.QsciLexerAVS.Plugin?10 +Qsci.QsciLexerAVS.Function?10 +Qsci.QsciLexerAVS.ClipProperty?10 +Qsci.QsciLexerAVS.KeywordSet6?10 +Qsci.QsciLexerAVS?1(QObject parent=None) +Qsci.QsciLexerAVS.__init__?1(self, QObject parent=None) +Qsci.QsciLexerAVS.language?4() -> str +Qsci.QsciLexerAVS.lexer?4() -> str +Qsci.QsciLexerAVS.defaultColor?4(int) -> QColor +Qsci.QsciLexerAVS.defaultFont?4(int) -> QFont +Qsci.QsciLexerAVS.keywords?4(int) -> str +Qsci.QsciLexerAVS.description?4(int) -> str +Qsci.QsciLexerAVS.wordCharacters?4() -> str +Qsci.QsciLexerAVS.refreshProperties?4() +Qsci.QsciLexerAVS.foldComments?4() -> bool +Qsci.QsciLexerAVS.foldCompact?4() -> bool +Qsci.QsciLexerAVS.setFoldComments?4(bool) +Qsci.QsciLexerAVS.setFoldCompact?4(bool) +Qsci.QsciLexerAVS.readProperties?4(QSettings, str) -> bool +Qsci.QsciLexerAVS.writeProperties?4(QSettings, str) -> bool Qsci.QsciLexerBash.Default?10 Qsci.QsciLexerBash.Error?10 Qsci.QsciLexerBash.Comment?10 @@ -1672,6 +1740,51 @@ Qsci.QsciLexerCMake.setFoldAtElse?4(bool) Qsci.QsciLexerCMake.readProperties?4(QSettings, str) -> bool Qsci.QsciLexerCMake.writeProperties?4(QSettings, str) -> bool +Qsci.QsciLexerCoffeeScript.Default?10 +Qsci.QsciLexerCoffeeScript.Comment?10 +Qsci.QsciLexerCoffeeScript.CommentLine?10 +Qsci.QsciLexerCoffeeScript.CommentDoc?10 +Qsci.QsciLexerCoffeeScript.Number?10 +Qsci.QsciLexerCoffeeScript.Keyword?10 +Qsci.QsciLexerCoffeeScript.DoubleQuotedString?10 +Qsci.QsciLexerCoffeeScript.SingleQuotedString?10 +Qsci.QsciLexerCoffeeScript.UUID?10 +Qsci.QsciLexerCoffeeScript.PreProcessor?10 +Qsci.QsciLexerCoffeeScript.Operator?10 +Qsci.QsciLexerCoffeeScript.Identifier?10 +Qsci.QsciLexerCoffeeScript.UnclosedString?10 +Qsci.QsciLexerCoffeeScript.VerbatimString?10 +Qsci.QsciLexerCoffeeScript.Regex?10 +Qsci.QsciLexerCoffeeScript.CommentLineDoc?10 +Qsci.QsciLexerCoffeeScript.KeywordSet2?10 +Qsci.QsciLexerCoffeeScript.CommentDocKeyword?10 +Qsci.QsciLexerCoffeeScript.CommentDocKeywordError?10 +Qsci.QsciLexerCoffeeScript.GlobalClass?10 +Qsci.QsciLexerCoffeeScript.CommentBlock?10 +Qsci.QsciLexerCoffeeScript.BlockRegex?10 +Qsci.QsciLexerCoffeeScript.BlockRegexComment?10 +Qsci.QsciLexerCoffeeScript?1(QObject parent=None) +Qsci.QsciLexerCoffeeScript.__init__?1(self, QObject parent=None) +Qsci.QsciLexerCoffeeScript.language?4() -> str +Qsci.QsciLexerCoffeeScript.lexer?4() -> str +Qsci.QsciLexerCoffeeScript.defaultColor?4(int) -> QColor +Qsci.QsciLexerCoffeeScript.defaultEolFill?4(int) -> bool +Qsci.QsciLexerCoffeeScript.defaultFont?4(int) -> QFont +Qsci.QsciLexerCoffeeScript.defaultPaper?4(int) -> QColor +Qsci.QsciLexerCoffeeScript.keywords?4(int) -> str +Qsci.QsciLexerCoffeeScript.description?4(int) -> str +Qsci.QsciLexerCoffeeScript.wordCharacters?4() -> str +Qsci.QsciLexerCoffeeScript.refreshProperties?4() +Qsci.QsciLexerCoffeeScript.dollarsAllowed?4() -> bool +Qsci.QsciLexerCoffeeScript.setDollarsAllowed?4(bool) +Qsci.QsciLexerCoffeeScript.foldComments?4() -> bool +Qsci.QsciLexerCoffeeScript.setFoldComments?4(bool) +Qsci.QsciLexerCoffeeScript.foldCompact?4() -> bool +Qsci.QsciLexerCoffeeScript.setFoldCompact?4(bool) +Qsci.QsciLexerCoffeeScript.stylePreprocessor?4() -> bool +Qsci.QsciLexerCoffeeScript.setStylePreprocessor?4(bool) +Qsci.QsciLexerCoffeeScript.readProperties?4(QSettings, str) -> bool +Qsci.QsciLexerCoffeeScript.writeProperties?4(QSettings, str) -> bool Qsci.QsciLexerCPP.Default?10 Qsci.QsciLexerCPP.InactiveDefault?10 Qsci.QsciLexerCPP.Comment?10 @@ -1720,6 +1833,8 @@ Qsci.QsciLexerCPP.InactiveHashQuotedString?10 Qsci.QsciLexerCPP.PreProcessorComment?10 Qsci.QsciLexerCPP.InactivePreProcessorComment?10 +Qsci.QsciLexerCPP.PreProcessorCommentLineDoc?10 +Qsci.QsciLexerCPP.InactivePreProcessorCommentLineDoc?10 Qsci.QsciLexerCPP?1(QObject parent=None, bool caseInsensitiveKeywords=False) Qsci.QsciLexerCPP.__init__?1(self, QObject parent=None, bool caseInsensitiveKeywords=False) Qsci.QsciLexerCPP.language?4() -> str @@ -2274,6 +2389,35 @@ Qsci.QsciLexerPostScript.setFoldAtElse?4(bool) Qsci.QsciLexerPostScript.readProperties?4(QSettings, str) -> bool Qsci.QsciLexerPostScript.writeProperties?4(QSettings, str) -> bool +Qsci.QsciLexerPO.Default?10 +Qsci.QsciLexerPO.Comment?10 +Qsci.QsciLexerPO.MessageId?10 +Qsci.QsciLexerPO.MessageIdText?10 +Qsci.QsciLexerPO.MessageString?10 +Qsci.QsciLexerPO.MessageStringText?10 +Qsci.QsciLexerPO.MessageContext?10 +Qsci.QsciLexerPO.MessageContextText?10 +Qsci.QsciLexerPO.Fuzzy?10 +Qsci.QsciLexerPO.ProgrammerComment?10 +Qsci.QsciLexerPO.Reference?10 +Qsci.QsciLexerPO.Flags?10 +Qsci.QsciLexerPO.MessageIdTextEOL?10 +Qsci.QsciLexerPO.MessageStringTextEOL?10 +Qsci.QsciLexerPO.MessageContextTextEOL?10 +Qsci.QsciLexerPO?1(QObject parent=None) +Qsci.QsciLexerPO.__init__?1(self, QObject parent=None) +Qsci.QsciLexerPO.language?4() -> str +Qsci.QsciLexerPO.lexer?4() -> str +Qsci.QsciLexerPO.defaultColor?4(int) -> QColor +Qsci.QsciLexerPO.defaultFont?4(int) -> QFont +Qsci.QsciLexerPO.description?4(int) -> str +Qsci.QsciLexerPO.refreshProperties?4() +Qsci.QsciLexerPO.foldComments?4() -> bool +Qsci.QsciLexerPO.foldCompact?4() -> bool +Qsci.QsciLexerPO.setFoldComments?4(bool) +Qsci.QsciLexerPO.setFoldCompact?4(bool) +Qsci.QsciLexerPO.readProperties?4(QSettings, str) -> bool +Qsci.QsciLexerPO.writeProperties?4(QSettings, str) -> bool Qsci.QsciLexerPOV.Default?10 Qsci.QsciLexerPOV.Comment?10 Qsci.QsciLexerPOV.CommentLine?10
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/APIs/Python3/Python-3.4.api Sat Nov 29 11:16:02 2014 +0100 @@ -0,0 +1,9992 @@ +ArithmeticError(??) +AssertionError(??) +AttributeError(??) +BaseException(??) +BlockingIOError(??) +BrokenPipeError(??) +BufferError(??) +BytesWarning(??) +ChildProcessError(??) +ConnectionAbortedError(??) +ConnectionError(??) +ConnectionRefusedError(??) +ConnectionResetError(??) +DeprecationWarning(??) +EOFError(??) +Ellipsis(??) +EnvironmentError(??) +Exception(??) +False(??) +FileExistsError(??) +FileNotFoundError(??) +FloatingPointError(??) +FutureWarning(??) +GeneratorExit(??) +IN.AF_APPLETALK +IN.AF_ATM +IN.AF_CCITT +IN.AF_CHAOS +IN.AF_CNT +IN.AF_COIP +IN.AF_DATAKIT +IN.AF_DECnet +IN.AF_DLI +IN.AF_E164 +IN.AF_ECMA +IN.AF_HYLINK +IN.AF_IMPLINK +IN.AF_INET +IN.AF_INET6 +IN.AF_IPX +IN.AF_ISDN +IN.AF_ISO +IN.AF_LAT +IN.AF_LINK +IN.AF_LOCAL +IN.AF_MAX +IN.AF_NATM +IN.AF_NDRV +IN.AF_NETBIOS +IN.AF_NETGRAPH +IN.AF_NS +IN.AF_OSI +IN.AF_PPP +IN.AF_PUP +IN.AF_RESERVED_36 +IN.AF_ROUTE +IN.AF_SIP +IN.AF_SNA +IN.AF_SYSTEM +IN.AF_UNIX +IN.AF_UNSPEC +IN.CMGROUP_MAX +IN.HTONL(??) +IN.HTONS(??) +IN.ICMP6_FILTER +IN.IN6_IS_ADDR_LINKLOCAL(??) +IN.IN6_IS_ADDR_LOOPBACK(??) +IN.IN6_IS_ADDR_MC_GLOBAL(??) +IN.IN6_IS_ADDR_MC_LINKLOCAL(??) +IN.IN6_IS_ADDR_MC_NODELOCAL(??) +IN.IN6_IS_ADDR_MC_ORGLOCAL(??) +IN.IN6_IS_ADDR_MC_SITELOCAL(??) +IN.IN6_IS_ADDR_SITELOCAL(??) +IN.IN6_IS_ADDR_UNSPECIFIED(??) +IN.IN6_IS_ADDR_V4COMPAT(??) +IN.IN6_IS_ADDR_V4MAPPED(??) +IN.INADDR_NONE +IN.INET6_ADDRSTRLEN +IN.INET_ADDRSTRLEN +IN.INT16_C(??) +IN.INT16_MAX +IN.INT16_MIN +IN.INT32_C(??) +IN.INT32_MAX +IN.INT32_MIN +IN.INT8_C(??) +IN.INT8_MAX +IN.INT8_MIN +IN.INTPTR_MAX +IN.INTPTR_MIN +IN.INT_FAST16_MAX +IN.INT_FAST16_MIN +IN.INT_FAST32_MAX +IN.INT_FAST32_MIN +IN.INT_FAST8_MAX +IN.INT_FAST8_MIN +IN.INT_LEAST16_MAX +IN.INT_LEAST16_MIN +IN.INT_LEAST32_MAX +IN.INT_LEAST32_MIN +IN.INT_LEAST8_MAX +IN.INT_LEAST8_MIN +IN.IN_BADCLASS(??) +IN.IN_CLASSA(??) +IN.IN_CLASSA_HOST +IN.IN_CLASSA_MAX +IN.IN_CLASSA_NET +IN.IN_CLASSA_NSHIFT +IN.IN_CLASSB(??) +IN.IN_CLASSB_HOST +IN.IN_CLASSB_MAX +IN.IN_CLASSB_NET +IN.IN_CLASSB_NSHIFT +IN.IN_CLASSC(??) +IN.IN_CLASSC_HOST +IN.IN_CLASSC_NET +IN.IN_CLASSC_NSHIFT +IN.IN_CLASSD(??) +IN.IN_CLASSD_HOST +IN.IN_CLASSD_NET +IN.IN_CLASSD_NSHIFT +IN.IN_EXPERIMENTAL(??) +IN.IN_LINKLOCAL(??) +IN.IN_LOOPBACKNET +IN.IN_MULTICAST(??) +IN.IPCTL_ACCEPTSOURCEROUTE +IN.IPCTL_DEFMTU +IN.IPCTL_DEFTTL +IN.IPCTL_DIRECTEDBROADCAST +IN.IPCTL_FASTFORWARDING +IN.IPCTL_FORWARDING +IN.IPCTL_GIF_TTL +IN.IPCTL_INTRQDROPS +IN.IPCTL_INTRQMAXLEN +IN.IPCTL_KEEPFAITH +IN.IPCTL_MAXID +IN.IPCTL_RTEXPIRE +IN.IPCTL_RTMAXCACHE +IN.IPCTL_RTMINEXPIRE +IN.IPCTL_SENDREDIRECTS +IN.IPCTL_SOURCEROUTE +IN.IPCTL_STATS +IN.IPPORT_HIFIRSTAUTO +IN.IPPORT_HILASTAUTO +IN.IPPORT_RESERVED +IN.IPPORT_RESERVEDSTART +IN.IPPORT_USERRESERVED +IN.IPPROTO_3PC +IN.IPPROTO_ADFS +IN.IPPROTO_AH +IN.IPPROTO_AHIP +IN.IPPROTO_APES +IN.IPPROTO_ARGUS +IN.IPPROTO_AX25 +IN.IPPROTO_BHA +IN.IPPROTO_BLT +IN.IPPROTO_BRSATMON +IN.IPPROTO_CFTP +IN.IPPROTO_CHAOS +IN.IPPROTO_CMTP +IN.IPPROTO_CPHB +IN.IPPROTO_CPNX +IN.IPPROTO_DDP +IN.IPPROTO_DGP +IN.IPPROTO_DIVERT +IN.IPPROTO_DONE +IN.IPPROTO_DSTOPTS +IN.IPPROTO_EGP +IN.IPPROTO_EMCON +IN.IPPROTO_ENCAP +IN.IPPROTO_EON +IN.IPPROTO_ESP +IN.IPPROTO_ETHERIP +IN.IPPROTO_FRAGMENT +IN.IPPROTO_GGP +IN.IPPROTO_GMTP +IN.IPPROTO_GRE +IN.IPPROTO_HELLO +IN.IPPROTO_HMP +IN.IPPROTO_HOPOPTS +IN.IPPROTO_ICMP +IN.IPPROTO_ICMPV6 +IN.IPPROTO_IDP +IN.IPPROTO_IDPR +IN.IPPROTO_IDRP +IN.IPPROTO_IGMP +IN.IPPROTO_IGP +IN.IPPROTO_IGRP +IN.IPPROTO_IL +IN.IPPROTO_INLSP +IN.IPPROTO_INP +IN.IPPROTO_IP +IN.IPPROTO_IPCOMP +IN.IPPROTO_IPCV +IN.IPPROTO_IPEIP +IN.IPPROTO_IPIP +IN.IPPROTO_IPPC +IN.IPPROTO_IPV4 +IN.IPPROTO_IPV6 +IN.IPPROTO_IRTP +IN.IPPROTO_KRYPTOLAN +IN.IPPROTO_LARP +IN.IPPROTO_LEAF1 +IN.IPPROTO_LEAF2 +IN.IPPROTO_MAX +IN.IPPROTO_MAXID +IN.IPPROTO_MEAS +IN.IPPROTO_MHRP +IN.IPPROTO_MICP +IN.IPPROTO_MTP +IN.IPPROTO_MUX +IN.IPPROTO_ND +IN.IPPROTO_NHRP +IN.IPPROTO_NONE +IN.IPPROTO_NSP +IN.IPPROTO_NVPII +IN.IPPROTO_OSPFIGP +IN.IPPROTO_PGM +IN.IPPROTO_PIGP +IN.IPPROTO_PIM +IN.IPPROTO_PRM +IN.IPPROTO_PUP +IN.IPPROTO_PVP +IN.IPPROTO_RAW +IN.IPPROTO_RCCMON +IN.IPPROTO_RDP +IN.IPPROTO_ROUTING +IN.IPPROTO_RSVP +IN.IPPROTO_RVD +IN.IPPROTO_SATEXPAK +IN.IPPROTO_SATMON +IN.IPPROTO_SCCSP +IN.IPPROTO_SDRP +IN.IPPROTO_SEP +IN.IPPROTO_SRPC +IN.IPPROTO_ST +IN.IPPROTO_SVMTP +IN.IPPROTO_SWIPE +IN.IPPROTO_TCF +IN.IPPROTO_TCP +IN.IPPROTO_TP +IN.IPPROTO_TPXX +IN.IPPROTO_TRUNK1 +IN.IPPROTO_TRUNK2 +IN.IPPROTO_TTP +IN.IPPROTO_UDP +IN.IPPROTO_VINES +IN.IPPROTO_VISA +IN.IPPROTO_VMTP +IN.IPPROTO_WBEXPAK +IN.IPPROTO_WBMON +IN.IPPROTO_WSN +IN.IPPROTO_XNET +IN.IPPROTO_XTP +IN.IPV6CTL_ACCEPT_RTADV +IN.IPV6CTL_AUTO_FLOWLABEL +IN.IPV6CTL_AUTO_LINKLOCAL +IN.IPV6CTL_DAD_COUNT +IN.IPV6CTL_DEFHLIM +IN.IPV6CTL_DEFMCASTHLIM +IN.IPV6CTL_DEFMTU +IN.IPV6CTL_FORWARDING +IN.IPV6CTL_FORWSRCRT +IN.IPV6CTL_GIF_HLIM +IN.IPV6CTL_HDRNESTLIMIT +IN.IPV6CTL_KAME_VERSION +IN.IPV6CTL_KEEPFAITH +IN.IPV6CTL_LOG_INTERVAL +IN.IPV6CTL_MAPPED_ADDR +IN.IPV6CTL_MAXFRAGPACKETS +IN.IPV6CTL_MAXFRAGS +IN.IPV6CTL_MAXID +IN.IPV6CTL_MRTPROTO +IN.IPV6CTL_MRTSTATS +IN.IPV6CTL_RIP6STATS +IN.IPV6CTL_RR_PRUNE +IN.IPV6CTL_RTEXPIRE +IN.IPV6CTL_RTMAXCACHE +IN.IPV6CTL_RTMINEXPIRE +IN.IPV6CTL_SENDREDIRECTS +IN.IPV6CTL_SOURCECHECK +IN.IPV6CTL_SOURCECHECK_LOGINT +IN.IPV6CTL_STATS +IN.IPV6CTL_TEMPPLTIME +IN.IPV6CTL_TEMPVLTIME +IN.IPV6CTL_USETEMPADDR +IN.IPV6CTL_USE_DEPRECATED +IN.IPV6CTL_V6ONLY +IN.IPV6PORT_ANONMAX +IN.IPV6PORT_ANONMIN +IN.IPV6PORT_RESERVED +IN.IPV6PORT_RESERVEDMAX +IN.IPV6PORT_RESERVEDMIN +IN.IPV6PROTO_MAXID +IN.IPV6_BINDV6ONLY +IN.IPV6_CHECKSUM +IN.IPV6_DEFAULT_MULTICAST_HOPS +IN.IPV6_DEFAULT_MULTICAST_LOOP +IN.IPV6_DSTOPTS +IN.IPV6_FAITH +IN.IPV6_FW_ADD +IN.IPV6_FW_DEL +IN.IPV6_FW_FLUSH +IN.IPV6_FW_GET +IN.IPV6_FW_ZERO +IN.IPV6_HOPLIMIT +IN.IPV6_HOPOPTS +IN.IPV6_IPSEC_POLICY +IN.IPV6_JOIN_GROUP +IN.IPV6_LEAVE_GROUP +IN.IPV6_MULTICAST_HOPS +IN.IPV6_MULTICAST_IF +IN.IPV6_MULTICAST_LOOP +IN.IPV6_NEXTHOP +IN.IPV6_OPTIONS +IN.IPV6_PKTINFO +IN.IPV6_PKTOPTIONS +IN.IPV6_PORTRANGE +IN.IPV6_PORTRANGE_DEFAULT +IN.IPV6_PORTRANGE_HIGH +IN.IPV6_PORTRANGE_LOW +IN.IPV6_RECVDSTADDR +IN.IPV6_RECVOPTS +IN.IPV6_RECVRETOPTS +IN.IPV6_RETOPTS +IN.IPV6_RTHDR +IN.IPV6_RTHDR_LOOSE +IN.IPV6_RTHDR_STRICT +IN.IPV6_RTHDR_TYPE_0 +IN.IPV6_SOCKOPT_RESERVED1 +IN.IPV6_UNICAST_HOPS +IN.IPV6_V6ONLY +IN.IP_ADD_MEMBERSHIP +IN.IP_DEFAULT_MULTICAST_LOOP +IN.IP_DEFAULT_MULTICAST_TTL +IN.IP_DROP_MEMBERSHIP +IN.IP_DUMMYNET_CONFIGURE +IN.IP_DUMMYNET_DEL +IN.IP_DUMMYNET_FLUSH +IN.IP_DUMMYNET_GET +IN.IP_FAITH +IN.IP_FORCE_OUT_IFP +IN.IP_FW_ADD +IN.IP_FW_DEL +IN.IP_FW_FLUSH +IN.IP_FW_GET +IN.IP_FW_RESETLOG +IN.IP_FW_ZERO +IN.IP_HDRINCL +IN.IP_IPSEC_POLICY +IN.IP_MAX_MEMBERSHIPS +IN.IP_MULTICAST_IF +IN.IP_MULTICAST_LOOP +IN.IP_MULTICAST_TTL +IN.IP_MULTICAST_VIF +IN.IP_NAT__XXX +IN.IP_OLD_FW_ADD +IN.IP_OLD_FW_DEL +IN.IP_OLD_FW_FLUSH +IN.IP_OLD_FW_GET +IN.IP_OLD_FW_RESETLOG +IN.IP_OLD_FW_ZERO +IN.IP_OPTIONS +IN.IP_PORTRANGE +IN.IP_PORTRANGE_DEFAULT +IN.IP_PORTRANGE_HIGH +IN.IP_PORTRANGE_LOW +IN.IP_RECVDSTADDR +IN.IP_RECVIF +IN.IP_RECVOPTS +IN.IP_RECVRETOPTS +IN.IP_RECVTTL +IN.IP_RETOPTS +IN.IP_RSVP_OFF +IN.IP_RSVP_ON +IN.IP_RSVP_VIF_OFF +IN.IP_RSVP_VIF_ON +IN.IP_STRIPHDR +IN.IP_TOS +IN.IP_TRAFFIC_MGT_BACKGROUND +IN.IP_TTL +IN.MSG_CTRUNC +IN.MSG_DONTROUTE +IN.MSG_DONTWAIT +IN.MSG_EOF +IN.MSG_EOR +IN.MSG_FLUSH +IN.MSG_HAVEMORE +IN.MSG_HOLD +IN.MSG_NEEDSA +IN.MSG_OOB +IN.MSG_PEEK +IN.MSG_RCVMORE +IN.MSG_SEND +IN.MSG_TRUNC +IN.MSG_WAITALL +IN.MSG_WAITSTREAM +IN.NET_MAXID +IN.NET_RT_DUMP +IN.NET_RT_DUMP2 +IN.NET_RT_FLAGS +IN.NET_RT_IFLIST +IN.NET_RT_IFLIST2 +IN.NET_RT_MAXID +IN.NET_RT_STAT +IN.NET_RT_TRASH +IN.NTOHL(??) +IN.NTOHS(??) +IN.PF_APPLETALK +IN.PF_ATM +IN.PF_CCITT +IN.PF_CHAOS +IN.PF_CNT +IN.PF_COIP +IN.PF_DATAKIT +IN.PF_DECnet +IN.PF_DLI +IN.PF_ECMA +IN.PF_HYLINK +IN.PF_IMPLINK +IN.PF_INET +IN.PF_INET6 +IN.PF_IPX +IN.PF_ISDN +IN.PF_ISO +IN.PF_KEY +IN.PF_LAT +IN.PF_LINK +IN.PF_LOCAL +IN.PF_MAX +IN.PF_NATM +IN.PF_NDRV +IN.PF_NETBIOS +IN.PF_NETGRAPH +IN.PF_NS +IN.PF_OSI +IN.PF_PIP +IN.PF_PPP +IN.PF_PUP +IN.PF_RESERVED_36 +IN.PF_ROUTE +IN.PF_RTIP +IN.PF_SIP +IN.PF_SNA +IN.PF_SYSTEM +IN.PF_UNIX +IN.PF_UNSPEC +IN.PF_XTP +IN.PTRDIFF_MAX +IN.PTRDIFF_MIN +IN.SCM_CREDS +IN.SCM_RIGHTS +IN.SCM_TIMESTAMP +IN.SHUT_RD +IN.SHUT_RDWR +IN.SHUT_WR +IN.SIG_ATOMIC_MAX +IN.SIG_ATOMIC_MIN +IN.SOCK_DGRAM +IN.SOCK_MAXADDRLEN +IN.SOCK_RAW +IN.SOCK_RDM +IN.SOCK_SEQPACKET +IN.SOCK_STREAM +IN.SOL_SOCKET +IN.SOMAXCONN +IN.SO_ACCEPTCONN +IN.SO_ACCEPTFILTER +IN.SO_BROADCAST +IN.SO_DEBUG +IN.SO_DONTROUTE +IN.SO_DONTTRUNC +IN.SO_ERROR +IN.SO_KEEPALIVE +IN.SO_LABEL +IN.SO_LINGER +IN.SO_LINGER_SEC +IN.SO_NKE +IN.SO_NOADDRERR +IN.SO_NOSIGPIPE +IN.SO_NOTIFYCONFLICT +IN.SO_NREAD +IN.SO_NWRITE +IN.SO_OOBINLINE +IN.SO_PEERLABEL +IN.SO_RCVBUF +IN.SO_RCVLOWAT +IN.SO_RCVTIMEO +IN.SO_RESTRICTIONS +IN.SO_RESTRICT_DENYIN +IN.SO_RESTRICT_DENYOUT +IN.SO_RESTRICT_DENYSET +IN.SO_REUSEADDR +IN.SO_REUSEPORT +IN.SO_REUSESHAREUID +IN.SO_SNDBUF +IN.SO_SNDLOWAT +IN.SO_SNDTIMEO +IN.SO_TIMESTAMP +IN.SO_TYPE +IN.SO_USELOOPBACK +IN.SO_WANTMORE +IN.SO_WANTOOBFLAG +IN.TRAFFIC_MGT_SO_BACKGROUND +IN.TRAFFIC_MGT_SO_BG_SUPPRESSED +IN.UINT16_MAX +IN.UINT8_MAX +IN.UINT_FAST16_MAX +IN.UINT_FAST8_MAX +IN.UINT_LEAST16_MAX +IN.UINT_LEAST8_MAX +IN.WCHAR_MAX +IN.WCHAR_MIN +IN.WINT_MAX +IN.WINT_MIN +IN.htonl(??) +IN.htons(??) +IN.ntohl(??) +IN.ntohs(??) +IN.pseudo_AF_HDRCMPLT +IN.pseudo_AF_KEY +IN.pseudo_AF_PIP +IN.pseudo_AF_RTIP +IN.pseudo_AF_XTP +IOError(??) +ImportError(??) +ImportWarning(??) +IndentationError(??) +IndexError(??) +InterruptedError(??) +IsADirectoryError(??) +KeyError(??) +KeyboardInterrupt(??) +LookupError(??) +MemoryError(??) +NameError(??) +None(??) +NotADirectoryError(??) +NotImplemented(??) +NotImplementedError(??) +OSError(??) +OverflowError(??) +PendingDeprecationWarning(??) +PermissionError(??) +ProcessLookupError(??) +ReferenceError(??) +ResourceWarning(??) +RuntimeError(??) +RuntimeWarning(??) +StopIteration(??) +SyntaxError(??) +SyntaxWarning(??) +SystemError(??) +SystemExit(??) +TabError(??) +TimeoutError(??) +True(??) +TypeError(??) +UnboundLocalError(??) +UnicodeDecodeError(??) +UnicodeEncodeError(??) +UnicodeError(??) +UnicodeTranslateError(??) +UnicodeWarning(??) +UserWarning(??) +ValueError(??) +Warning(??) +ZeroDivisionError(??) +abc.ABC(??) +abc.ABCMeta(??) +abc.WeakSet(??) +abc.abstractclassmethod(??) +abc.abstractmethod(??) +abc.abstractproperty(??) +abc.abstractstaticmethod(??) +abc.get_cache_token(??) +abs(number) -> number +aifc.Aifc_read(??) +aifc.Aifc_write(??) +aifc.Chunk(??) +aifc.Error(??) +aifc.builtins(??) +aifc.namedtuple(??) +aifc.open(??) +aifc.openfp(??) +aifc.struct(??) +aifc.warnings(??) +all(iterable) -> bool +any(iterable) -> bool +argparse.Action(??) +argparse.ArgumentDefaultsHelpFormatter(??) +argparse.ArgumentError(??) +argparse.ArgumentParser(??) +argparse.ArgumentTypeError(??) +argparse.FileType(??) +argparse.HelpFormatter(??) +argparse.MetavarTypeHelpFormatter(??) +argparse.Namespace(??) +argparse.ONE_OR_MORE +argparse.OPTIONAL +argparse.PARSER +argparse.REMAINDER +argparse.RawDescriptionHelpFormatter(??) +argparse.RawTextHelpFormatter(??) +argparse.SUPPRESS +argparse.ZERO_OR_MORE +argparse.ngettext(??) +array.ArrayType(??) +array.array(typecode [, initializer]) -> array +array.typecodes +ascii(object) -> string +ast.AST(??) +ast.Add(??) +ast.And(??) +ast.Assert(??) +ast.Assign(??) +ast.Attribute(??) +ast.AugAssign(??) +ast.AugLoad(??) +ast.AugStore(??) +ast.BinOp(??) +ast.BitAnd(??) +ast.BitOr(??) +ast.BitXor(??) +ast.BoolOp(??) +ast.Break(??) +ast.Bytes(??) +ast.Call(??) +ast.ClassDef(??) +ast.Compare(??) +ast.Continue(??) +ast.Del(??) +ast.Delete(??) +ast.Dict(??) +ast.DictComp(??) +ast.Div(??) +ast.Ellipsis(??) +ast.Eq(??) +ast.ExceptHandler(??) +ast.Expr(??) +ast.Expression(??) +ast.ExtSlice(??) +ast.FloorDiv(??) +ast.For(??) +ast.FunctionDef(??) +ast.GeneratorExp(??) +ast.Global(??) +ast.Gt(??) +ast.GtE(??) +ast.If(??) +ast.IfExp(??) +ast.Import(??) +ast.ImportFrom(??) +ast.In(??) +ast.Index(??) +ast.Interactive(??) +ast.Invert(??) +ast.Is(??) +ast.IsNot(??) +ast.LShift(??) +ast.Lambda(??) +ast.List(??) +ast.ListComp(??) +ast.Load(??) +ast.Lt(??) +ast.LtE(??) +ast.Mod(??) +ast.Module(??) +ast.Mult(??) +ast.Name(??) +ast.NameConstant(??) +ast.NodeTransformer(??) +ast.NodeVisitor(??) +ast.Nonlocal(??) +ast.Not(??) +ast.NotEq(??) +ast.NotIn(??) +ast.Num(??) +ast.Or(??) +ast.Param(??) +ast.Pass(??) +ast.Pow(??) +ast.PyCF_ONLY_AST +ast.RShift(??) +ast.Raise(??) +ast.Return(??) +ast.Set(??) +ast.SetComp(??) +ast.Slice(??) +ast.Starred(??) +ast.Store(??) +ast.Str(??) +ast.Sub(??) +ast.Subscript(??) +ast.Suite(??) +ast.Try(??) +ast.Tuple(??) +ast.UAdd(??) +ast.USub(??) +ast.UnaryOp(??) +ast.While(??) +ast.With(??) +ast.Yield(??) +ast.YieldFrom(??) +ast.alias(??) +ast.arg(??) +ast.arguments(??) +ast.boolop(??) +ast.cmpop(??) +ast.comprehension(??) +ast.copy_location(??) +ast.dump(??) +ast.excepthandler(??) +ast.expr(??) +ast.expr_context(??) +ast.fix_missing_locations(??) +ast.get_docstring(??) +ast.increment_lineno(??) +ast.iter_child_nodes(??) +ast.iter_fields(??) +ast.keyword(??) +ast.literal_eval(??) +ast.mod(??) +ast.operator(??) +ast.parse(??) +ast.slice(??) +ast.stmt(??) +ast.unaryop(??) +ast.walk(??) +ast.withitem(??) +asynchat.async_chat(??) +asynchat.asyncore(??) +asynchat.deque([iterable[, maxlen]]) --> deque object +asynchat.fifo(??) +asynchat.find_prefix_at_end(??) +asynchat.simple_producer(??) +asynchat.socket(??) +asyncio.ALL_COMPLETED +asyncio.AbstractChildWatcher(??) +asyncio.AbstractEventLoop(??) +asyncio.AbstractEventLoopPolicy(??) +asyncio.AbstractServer(??) +asyncio.BaseProtocol(??) +asyncio.BaseTransport(??) +asyncio.BoundedSemaphore(??) +asyncio.CancelledError(??) +asyncio.Condition(??) +asyncio.DatagramProtocol(??) +asyncio.DatagramTransport(??) +asyncio.DefaultEventLoopPolicy(??) +asyncio.Event(??) +asyncio.FIRST_COMPLETED +asyncio.FIRST_EXCEPTION +asyncio.FastChildWatcher(??) +asyncio.Future(??) +asyncio.Handle(??) +asyncio.IncompleteReadError(??) +asyncio.InvalidStateError(??) +asyncio.JoinableQueue(??) +asyncio.LifoQueue(??) +asyncio.Lock(??) +asyncio.PriorityQueue(??) +asyncio.Protocol(??) +asyncio.Queue(??) +asyncio.QueueEmpty(??) +asyncio.QueueFull(??) +asyncio.ReadTransport(??) +asyncio.SafeChildWatcher(??) +asyncio.SelectorEventLoop(??) +asyncio.Semaphore(??) +asyncio.StreamReader(??) +asyncio.StreamReaderProtocol(??) +asyncio.StreamWriter(??) +asyncio.SubprocessProtocol(??) +asyncio.SubprocessTransport(??) +asyncio.Task(??) +asyncio.TimeoutError(??) +asyncio.TimerHandle(??) +asyncio.Transport(??) +asyncio.WriteTransport(??) +asyncio.as_completed(??) +asyncio.async(??) +asyncio.base_events(??) +asyncio.base_events.BaseEventLoop(??) +asyncio.base_events.Server(??) +asyncio.base_events.collections(??) +asyncio.base_events.concurrent(??) +asyncio.base_events.events(??) +asyncio.base_events.futures(??) +asyncio.base_events.heapq(??) +asyncio.base_events.logger(??) +asyncio.base_events.logging(??) +asyncio.base_events.os(??) +asyncio.base_events.socket(??) +asyncio.base_events.subprocess(??) +asyncio.base_events.sys(??) +asyncio.base_events.tasks(??) +asyncio.base_events.time(??) +asyncio.base_subprocess(??) +asyncio.base_subprocess.BaseSubprocessTransport(??) +asyncio.base_subprocess.ReadSubprocessPipeProto(??) +asyncio.base_subprocess.WriteSubprocessPipeProto(??) +asyncio.base_subprocess.collections(??) +asyncio.base_subprocess.protocols(??) +asyncio.base_subprocess.subprocess(??) +asyncio.base_subprocess.tasks(??) +asyncio.base_subprocess.transports(??) +asyncio.constants(??) +asyncio.constants.ACCEPT_RETRY_DELAY +asyncio.constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES +asyncio.coroutine(??) +asyncio.create_subprocess_exec(??) +asyncio.create_subprocess_shell(??) +asyncio.events(??) +asyncio.events.AbstractEventLoop(??) +asyncio.events.AbstractEventLoopPolicy(??) +asyncio.events.AbstractServer(??) +asyncio.events.BaseDefaultEventLoopPolicy(??) +asyncio.events.Handle(??) +asyncio.events.TimerHandle(??) +asyncio.events.get_child_watcher(??) +asyncio.events.get_event_loop(??) +asyncio.events.get_event_loop_policy(??) +asyncio.events.new_event_loop(??) +asyncio.events.set_child_watcher(??) +asyncio.events.set_event_loop(??) +asyncio.events.set_event_loop_policy(??) +asyncio.events.socket(??) +asyncio.events.subprocess(??) +asyncio.events.threading(??) +asyncio.futures(??) +asyncio.futures.CancelledError(??) +asyncio.futures.Error(??) +asyncio.futures.Future(??) +asyncio.futures.InvalidStateError(??) +asyncio.futures.STACK_DEBUG +asyncio.futures.TimeoutError(??) +asyncio.futures.concurrent(??) +asyncio.futures.events(??) +asyncio.futures.logging(??) +asyncio.futures.sys(??) +asyncio.futures.traceback(??) +asyncio.futures.wrap_future(??) +asyncio.gather(??) +asyncio.get_child_watcher(??) +asyncio.get_event_loop(??) +asyncio.get_event_loop_policy(??) +asyncio.iscoroutine(??) +asyncio.iscoroutinefunction(??) +asyncio.locks(??) +asyncio.locks.BoundedSemaphore(??) +asyncio.locks.Condition(??) +asyncio.locks.Event(??) +asyncio.locks.Lock(??) +asyncio.locks.Semaphore(??) +asyncio.locks.collections(??) +asyncio.locks.events(??) +asyncio.locks.futures(??) +asyncio.locks.tasks(??) +asyncio.log(??) +asyncio.log.logger(??) +asyncio.log.logging(??) +asyncio.new_event_loop(??) +asyncio.open_connection(??) +asyncio.open_unix_connection(??) +asyncio.proactor_events.BaseProactorEventLoop(??) +asyncio.proactor_events.base_events(??) +asyncio.proactor_events.constants(??) +asyncio.proactor_events.futures(??) +asyncio.proactor_events.logger(??) +asyncio.proactor_events.socket(??) +asyncio.proactor_events.transports(??) +asyncio.protocols(??) +asyncio.protocols.BaseProtocol(??) +asyncio.protocols.DatagramProtocol(??) +asyncio.protocols.Protocol(??) +asyncio.protocols.SubprocessProtocol(??) +asyncio.queues(??) +asyncio.queues.JoinableQueue(??) +asyncio.queues.LifoQueue(??) +asyncio.queues.PriorityQueue(??) +asyncio.queues.Queue(??) +asyncio.queues.QueueEmpty(??) +asyncio.queues.QueueFull(??) +asyncio.queues.collections(??) +asyncio.queues.coroutine(??) +asyncio.queues.events(??) +asyncio.queues.futures(??) +asyncio.queues.heapq(??) +asyncio.queues.locks(??) +asyncio.selector_events(??) +asyncio.selector_events.BaseSelectorEventLoop(??) +asyncio.selector_events.base_events(??) +asyncio.selector_events.collections(??) +asyncio.selector_events.constants(??) +asyncio.selector_events.errno(??) +asyncio.selector_events.events(??) +asyncio.selector_events.futures(??) +asyncio.selector_events.logger(??) +asyncio.selector_events.selectors(??) +asyncio.selector_events.socket(??) +asyncio.selector_events.ssl(??) +asyncio.selector_events.transports(??) +asyncio.selectors(??) +asyncio.set_child_watcher(??) +asyncio.set_event_loop(??) +asyncio.set_event_loop_policy(??) +asyncio.shield(??) +asyncio.sleep(??) +asyncio.start_server(??) +asyncio.start_unix_server(??) +asyncio.streams(??) +asyncio.streams.FlowControlMixin(??) +asyncio.streams.IncompleteReadError(??) +asyncio.streams.StreamReader(??) +asyncio.streams.StreamReaderProtocol(??) +asyncio.streams.StreamWriter(??) +asyncio.streams.events(??) +asyncio.streams.futures(??) +asyncio.streams.open_connection(??) +asyncio.streams.open_unix_connection(??) +asyncio.streams.protocols(??) +asyncio.streams.socket(??) +asyncio.streams.start_server(??) +asyncio.streams.start_unix_server(??) +asyncio.streams.tasks(??) +asyncio.subprocess(??) +asyncio.subprocess.DEVNULL +asyncio.subprocess.PIPE +asyncio.subprocess.Process(??) +asyncio.subprocess.STDOUT +asyncio.subprocess.SubprocessStreamProtocol(??) +asyncio.subprocess.collections(??) +asyncio.subprocess.create_subprocess_exec(??) +asyncio.subprocess.create_subprocess_shell(??) +asyncio.subprocess.events(??) +asyncio.subprocess.futures(??) +asyncio.subprocess.protocols(??) +asyncio.subprocess.streams(??) +asyncio.subprocess.subprocess(??) +asyncio.subprocess.tasks(??) +asyncio.sys(??) +asyncio.tasks(??) +asyncio.tasks.ALL_COMPLETED +asyncio.tasks.CoroWrapper(??) +asyncio.tasks.FIRST_COMPLETED +asyncio.tasks.FIRST_EXCEPTION +asyncio.tasks.Task(??) +asyncio.tasks.as_completed(??) +asyncio.tasks.async(??) +asyncio.tasks.concurrent(??) +asyncio.tasks.coroutine(??) +asyncio.tasks.events(??) +asyncio.tasks.functools(??) +asyncio.tasks.futures(??) +asyncio.tasks.gather(??) +asyncio.tasks.inspect(??) +asyncio.tasks.iscoroutine(??) +asyncio.tasks.iscoroutinefunction(??) +asyncio.tasks.linecache(??) +asyncio.tasks.logger(??) +asyncio.tasks.os(??) +asyncio.tasks.shield(??) +asyncio.tasks.sleep(??) +asyncio.tasks.sys(??) +asyncio.tasks.traceback(??) +asyncio.tasks.wait(??) +asyncio.tasks.wait_for(??) +asyncio.tasks.weakref(??) +asyncio.test_utils.HTTPServer(??) +asyncio.test_utils.MockCallback(??) +asyncio.test_utils.MockPattern(??) +asyncio.test_utils.SSLWSGIServer(??) +asyncio.test_utils.SSLWSGIServerMixin(??) +asyncio.test_utils.SilentUnixWSGIServer(??) +asyncio.test_utils.SilentWSGIRequestHandler(??) +asyncio.test_utils.SilentWSGIServer(??) +asyncio.test_utils.TestLoop(??) +asyncio.test_utils.TestSelector(??) +asyncio.test_utils.UnixHTTPServer(??) +asyncio.test_utils.UnixSSLWSGIServer(??) +asyncio.test_utils.UnixWSGIServer(??) +asyncio.test_utils.WSGIRequestHandler(??) +asyncio.test_utils.WSGIServer(??) +asyncio.test_utils.base_events(??) +asyncio.test_utils.collections(??) +asyncio.test_utils.contextlib(??) +asyncio.test_utils.dummy_ssl_context(??) +asyncio.test_utils.events(??) +asyncio.test_utils.gen_unix_socket_path(??) +asyncio.test_utils.io(??) +asyncio.test_utils.make_test_protocol(??) +asyncio.test_utils.os(??) +asyncio.test_utils.re(??) +asyncio.test_utils.run_briefly(??) +asyncio.test_utils.run_once(??) +asyncio.test_utils.run_test_server(??) +asyncio.test_utils.run_test_unix_server(??) +asyncio.test_utils.run_until(??) +asyncio.test_utils.selectors(??) +asyncio.test_utils.socket(??) +asyncio.test_utils.socketpair([family[, type[, proto]]]) -> (socket object, socket object) +asyncio.test_utils.socketserver(??) +asyncio.test_utils.ssl(??) +asyncio.test_utils.sys(??) +asyncio.test_utils.tasks(??) +asyncio.test_utils.tempfile(??) +asyncio.test_utils.threading(??) +asyncio.test_utils.time(??) +asyncio.test_utils.unittest(??) +asyncio.test_utils.unix_socket_path(??) +asyncio.transports(??) +asyncio.transports.BaseTransport(??) +asyncio.transports.DatagramTransport(??) +asyncio.transports.ReadTransport(??) +asyncio.transports.SubprocessTransport(??) +asyncio.transports.Transport(??) +asyncio.transports.WriteTransport(??) +asyncio.transports.sys(??) +asyncio.unix_events(??) +asyncio.unix_events.AbstractChildWatcher(??) +asyncio.unix_events.BaseChildWatcher(??) +asyncio.unix_events.DefaultEventLoopPolicy(??) +asyncio.unix_events.FastChildWatcher(??) +asyncio.unix_events.SafeChildWatcher(??) +asyncio.unix_events.SelectorEventLoop(??) +asyncio.unix_events.base_events(??) +asyncio.unix_events.base_subprocess(??) +asyncio.unix_events.constants(??) +asyncio.unix_events.errno(??) +asyncio.unix_events.events(??) +asyncio.unix_events.fcntl(??) +asyncio.unix_events.logger(??) +asyncio.unix_events.os(??) +asyncio.unix_events.selector_events(??) +asyncio.unix_events.signal(??) +asyncio.unix_events.socket(??) +asyncio.unix_events.stat(??) +asyncio.unix_events.subprocess(??) +asyncio.unix_events.sys(??) +asyncio.unix_events.tasks(??) +asyncio.unix_events.threading(??) +asyncio.unix_events.transports(??) +asyncio.wait(??) +asyncio.wait_for(??) +asyncio.wrap_future(??) +asyncore.EAGAIN +asyncore.EALREADY +asyncore.EBADF +asyncore.ECONNABORTED +asyncore.ECONNRESET +asyncore.EINPROGRESS +asyncore.EINVAL +asyncore.EISCONN +asyncore.ENOTCONN +asyncore.EPIPE +asyncore.ESHUTDOWN +asyncore.EWOULDBLOCK +asyncore.ExitNow(??) +asyncore.close_all(??) +asyncore.compact_traceback(??) +asyncore.dispatcher(??) +asyncore.dispatcher_with_send(??) +asyncore.errorcode(??) +asyncore.fcntl(??) +asyncore.file_dispatcher(??) +asyncore.file_wrapper(??) +asyncore.loop(??) +asyncore.os(??) +asyncore.poll(??) +asyncore.poll2(??) +asyncore.poll3(??) +asyncore.read(??) +asyncore.readwrite(??) +asyncore.select(??) +asyncore.socket(??) +asyncore.socket_map(??) +asyncore.sys(??) +asyncore.time(??) +asyncore.warnings(??) +asyncore.write(??) +atexit.register(func, *args, **kwargs) -> func +atexit.unregister(func) -> None +audioop.add(??) +audioop.adpcm2lin(??) +audioop.alaw2lin(??) +audioop.avg(??) +audioop.avgpp(??) +audioop.bias(??) +audioop.byteswap(??) +audioop.cross(??) +audioop.error(??) +audioop.findfactor(??) +audioop.findfit(??) +audioop.findmax(??) +audioop.getsample(??) +audioop.lin2adpcm(??) +audioop.lin2alaw(??) +audioop.lin2lin(??) +audioop.lin2ulaw(??) +audioop.max(??) +audioop.maxpp(??) +audioop.minmax(??) +audioop.mul(??) +audioop.ratecv(??) +audioop.reverse(??) +audioop.rms(??) +audioop.tomono(??) +audioop.tostereo(??) +audioop.ulaw2lin(??) +base64.MAXBINSIZE +base64.MAXLINESIZE +base64.a85decode(??) +base64.a85encode(??) +base64.b16decode(??) +base64.b16encode(??) +base64.b32decode(??) +base64.b32encode(??) +base64.b64decode(??) +base64.b64encode(??) +base64.b85decode(??) +base64.b85encode(??) +base64.binascii(??) +base64.bytes_types(??) +base64.decode(??) +base64.decodebytes(??) +base64.decodestring(??) +base64.encode(??) +base64.encodebytes(??) +base64.encodestring(??) +base64.itertools(??) +base64.main(??) +base64.re(??) +base64.standard_b64decode(??) +base64.standard_b64encode(??) +base64.struct(??) +base64.test(??) +base64.urlsafe_b64decode(??) +base64.urlsafe_b64encode(??) +bdb.Bdb(??) +bdb.BdbQuit(??) +bdb.Breakpoint(??) +bdb.CO_GENERATOR +bdb.Tdb(??) +bdb.bar(??) +bdb.checkfuncname(??) +bdb.effective(??) +bdb.fnmatch(??) +bdb.foo(??) +bdb.os(??) +bdb.set_trace(??) +bdb.sys(??) +bdb.test(??) +bin(number) -> string +binascii.Error(??) +binascii.Incomplete(??) +binascii.a2b_base64(??) +binascii.a2b_hex(??) +binascii.a2b_hqx(??) +binascii.a2b_qp(??) +binascii.a2b_uu(??) +binascii.b2a_base64(??) +binascii.b2a_hex(??) +binascii.b2a_hqx(??) +binascii.b2a_qp(??) +binascii.b2a_uu(??) +binascii.crc32(??) +binascii.crc_hqx(??) +binascii.hexlify(??) +binascii.rlecode_hqx(??) +binascii.rledecode_hqx(??) +binascii.unhexlify(??) +binhex.BinHex(??) +binhex.Error(??) +binhex.FInfo(??) +binhex.HexBin(??) +binhex.LINELEN +binhex.REASONABLY_LARGE +binhex.RUNCHAR +binhex.binascii(??) +binhex.binhex(infilename, outfilename): create binhex-encoded copy of a file +binhex.getfileinfo(??) +binhex.hexbin(infilename, outfilename) - Decode binhexed file +binhex.io(??) +binhex.openrsrc(??) +binhex.os(??) +binhex.struct(??) +bisect.bisect(??) +bisect.bisect_left(a, x[, lo[, hi]]) -> index +bisect.bisect_right(a, x[, lo[, hi]]) -> index +bisect.insort(??) +bisect.insort_left(a, x[, lo[, hi]]) +bisect.insort_right(a, x[, lo[, hi]]) +bool(x) -> bool +builtins.ArithmeticError(??) +builtins.AssertionError(??) +builtins.AttributeError(??) +builtins.BaseException(??) +builtins.BlockingIOError(??) +builtins.BrokenPipeError(??) +builtins.BufferError(??) +builtins.BytesWarning(??) +builtins.ChildProcessError(??) +builtins.ConnectionAbortedError(??) +builtins.ConnectionError(??) +builtins.ConnectionRefusedError(??) +builtins.ConnectionResetError(??) +builtins.DeprecationWarning(??) +builtins.EOFError(??) +builtins.Ellipsis(??) +builtins.EnvironmentError(??) +builtins.Exception(??) +builtins.False +builtins.FileExistsError(??) +builtins.FileNotFoundError(??) +builtins.FloatingPointError(??) +builtins.FutureWarning(??) +builtins.GeneratorExit(??) +builtins.IOError(??) +builtins.ImportError(??) +builtins.ImportWarning(??) +builtins.IndentationError(??) +builtins.IndexError(??) +builtins.InterruptedError(??) +builtins.IsADirectoryError(??) +builtins.KeyError(??) +builtins.KeyboardInterrupt(??) +builtins.LookupError(??) +builtins.MemoryError(??) +builtins.NameError(??) +builtins.None +builtins.NotADirectoryError(??) +builtins.NotImplemented(??) +builtins.NotImplementedError(??) +builtins.OSError(??) +builtins.OverflowError(??) +builtins.PendingDeprecationWarning(??) +builtins.PermissionError(??) +builtins.ProcessLookupError(??) +builtins.ReferenceError(??) +builtins.ResourceWarning(??) +builtins.RuntimeError(??) +builtins.RuntimeWarning(??) +builtins.StopIteration(??) +builtins.SyntaxError(??) +builtins.SyntaxWarning(??) +builtins.SystemError(??) +builtins.SystemExit(??) +builtins.TabError(??) +builtins.TimeoutError(??) +builtins.True +builtins.TypeError(??) +builtins.UnboundLocalError(??) +builtins.UnicodeDecodeError(??) +builtins.UnicodeEncodeError(??) +builtins.UnicodeError(??) +builtins.UnicodeTranslateError(??) +builtins.UnicodeWarning(??) +builtins.UserWarning(??) +builtins.ValueError(??) +builtins.Warning(??) +builtins.ZeroDivisionError(??) +builtins.abs(number) -> number +builtins.all(iterable) -> bool +builtins.any(iterable) -> bool +builtins.ascii(object) -> string +builtins.bin(number) -> string +builtins.bool(x) -> bool +builtins.bytearray(iterable_of_ints) -> bytearray +builtins.bytes(iterable_of_ints) -> bytes +builtins.callable(object) -> bool +builtins.chr(i) -> Unicode character +builtins.classmethod(function) -> method +builtins.compile(source, filename, mode[, flags[, dont_inherit]]) -> code object +builtins.complex(real[, imag]) -> complex number +builtins.copyright(??) +builtins.credits(??) +builtins.delattr(object, name) +builtins.dict() -> new empty dictionary +builtins.dir([object]) -> list of strings +builtins.divmod(x, y) -> (div, mod) +builtins.enumerate(iterable[, start]) -> iterator for index, value of iterable +builtins.eval(source[, globals[, locals]]) -> value +builtins.exec(object[, globals[, locals]]) +builtins.exit(??) +builtins.filter(function or None, iterable) --> filter object +builtins.float(x) -> floating point number +builtins.format(value[, format_spec]) -> string +builtins.frozenset() -> empty frozenset object +builtins.getattr(object, name[, default]) -> value +builtins.globals() -> dictionary +builtins.hasattr(object, name) -> bool +builtins.hash(object) -> integer +builtins.help(??) +builtins.hex(number) -> string +builtins.id(object) -> integer +builtins.input([prompt]) -> string +builtins.int(x=0) -> integer +builtins.isinstance(object, class-or-type-or-tuple) -> bool +builtins.issubclass(C, B) -> bool +builtins.iter(iterable) -> iterator +builtins.len(module, object) +builtins.license(??) +builtins.list() -> new empty list +builtins.locals() -> dictionary +builtins.map(func, *iterables) --> map object +builtins.max(iterable[, key=func]) -> value +builtins.memoryview(object) +builtins.min(iterable[, key=func]) -> value +builtins.next(iterator[, default]) +builtins.object(??) +builtins.oct(number) -> string +builtins.open(??) +builtins.ord(c) -> integer +builtins.pow(x, y[, z]) -> number +builtins.print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False) +builtins.property(fget=None, fset=None, fdel=None, doc=None) -> property attribute +builtins.quit(??) +builtins.range(stop) -> range object +builtins.repr(object) -> string +builtins.reversed(sequence) -> reverse iterator over values of the sequence +builtins.round(number[, ndigits]) -> number +builtins.set() -> new empty set object +builtins.setattr(object, name, value) +builtins.slice(stop) +builtins.sorted(iterable, key=None, reverse=False) --> new sorted list +builtins.staticmethod(function) -> method +builtins.str(object='') -> str +builtins.sum(iterable[, start]) -> value +builtins.super() -> same as super(__class__, <first argument>) +builtins.tuple() -> empty tuple +builtins.type(object_or_name, bases, dict) +builtins.vars([object]) -> dictionary +builtins.zip(iter1 [,iter2 [...]]) --> zip object +bytearray(iterable_of_ints) -> bytearray +bytes(iterable_of_ints) -> bytes +bz2.BZ2Compressor(??) +bz2.BZ2Decompressor(??) +bz2.BZ2File(??) +bz2.RLock(??) +bz2.compress(??) +bz2.decompress(??) +bz2.io(??) +bz2.open(??) +bz2.warnings(??) +cProfile.Profile(custom_timer=None, time_unit=None, subcalls=True, builtins=True) +cProfile.label(??) +cProfile.main(??) +cProfile.run(??) +cProfile.runctx(??) +calendar.Calendar(??) +calendar.EPOCH +calendar.FRIDAY +calendar.February +calendar.HTMLCalendar(??) +calendar.IllegalMonthError(??) +calendar.IllegalWeekdayError(??) +calendar.January +calendar.LocaleHTMLCalendar(??) +calendar.LocaleTextCalendar(??) +calendar.MONDAY +calendar.SATURDAY +calendar.SUNDAY +calendar.THURSDAY +calendar.TUESDAY +calendar.TextCalendar(??) +calendar.WEDNESDAY +calendar.c(??) +calendar.calendar(??) +calendar.datetime(??) +calendar.day_abbr(??) +calendar.day_name(??) +calendar.different_locale(??) +calendar.error(??) +calendar.firstweekday(??) +calendar.format(??) +calendar.formatstring(??) +calendar.isleap(??) +calendar.leapdays(??) +calendar.main(??) +calendar.mdays(??) +calendar.month(??) +calendar.month_abbr(??) +calendar.month_name(??) +calendar.monthcalendar(??) +calendar.monthrange(??) +calendar.prcal(??) +calendar.prmonth(??) +calendar.prweek(??) +calendar.setfirstweekday(??) +calendar.sys(??) +calendar.timegm(??) +calendar.week(??) +calendar.weekday(??) +calendar.weekheader(??) +callable(object) -> bool +cgi.BytesIO([buffer]) -> object +cgi.FeedParser(??) +cgi.FieldStorage(??) +cgi.Mapping(??) +cgi.Message(??) +cgi.MiniFieldStorage(??) +cgi.StringIO(??) +cgi.TextIOWrapper(??) +cgi.closelog(??) +cgi.dolog(??) +cgi.escape(??) +cgi.html(??) +cgi.initlog(??) +cgi.locale(??) +cgi.log(??) +cgi.logfile +cgi.logfp(??) +cgi.maxlen +cgi.nolog(??) +cgi.os(??) +cgi.parse(??) +cgi.parse_header(??) +cgi.parse_multipart(??) +cgi.parse_qs(??) +cgi.parse_qsl(??) +cgi.print_arguments(??) +cgi.print_directory(??) +cgi.print_environ(??) +cgi.print_environ_usage(??) +cgi.print_exception(??) +cgi.print_form(??) +cgi.sys(??) +cgi.tempfile(??) +cgi.test(??) +cgi.urllib(??) +cgi.valid_boundary(??) +cgi.warn(??) +cgitb.Hook(??) +cgitb.enable(??) +cgitb.grey(??) +cgitb.handler(??) +cgitb.html(??) +cgitb.inspect(??) +cgitb.keyword(??) +cgitb.linecache(??) +cgitb.lookup(??) +cgitb.os(??) +cgitb.pydoc(??) +cgitb.reset(??) +cgitb.scanvars(??) +cgitb.small(??) +cgitb.strong(??) +cgitb.sys(??) +cgitb.tempfile(??) +cgitb.text(??) +cgitb.time(??) +cgitb.tokenize(??) +cgitb.traceback(??) +chr(i) -> Unicode character +chunk.Chunk(??) +classmethod(function) -> method +cmath.acos(x) +cmath.acosh(x) +cmath.asin(x) +cmath.asinh(x) +cmath.atan(x) +cmath.atanh(x) +cmath.cos(x) +cmath.cosh(x) +cmath.e +cmath.exp(x) +cmath.isfinite(z) -> bool +cmath.isinf(z) -> bool +cmath.isnan(z) -> bool +cmath.log(x[, base]) -> the logarithm of x to the given base. +cmath.log10(x) +cmath.phase(z) -> float +cmath.pi +cmath.polar(z) -> r: float, phi: float +cmath.rect(r, phi) -> z: complex +cmath.sin(x) +cmath.sinh(x) +cmath.sqrt(x) +cmath.tan(x) +cmath.tanh(x) +cmd.Cmd(??) +cmd.IDENTCHARS +cmd.PROMPT +cmd.string(??) +cmd.sys(??) +code.CommandCompiler(??) +code.InteractiveConsole(??) +code.InteractiveInterpreter(??) +code.compile_command(??) +code.interact(??) +code.sys(??) +code.traceback(??) +codecs.BOM +codecs.BOM32_BE +codecs.BOM32_LE +codecs.BOM64_BE +codecs.BOM64_LE +codecs.BOM_BE +codecs.BOM_LE +codecs.BOM_UTF16 +codecs.BOM_UTF16_BE +codecs.BOM_UTF16_LE +codecs.BOM_UTF32 +codecs.BOM_UTF32_BE +codecs.BOM_UTF32_LE +codecs.BOM_UTF8 +codecs.BufferedIncrementalDecoder(??) +codecs.BufferedIncrementalEncoder(??) +codecs.Codec(??) +codecs.CodecInfo(??) +codecs.EncodedFile(??) +codecs.IncrementalDecoder(??) +codecs.IncrementalEncoder(??) +codecs.StreamReader(??) +codecs.StreamReaderWriter(??) +codecs.StreamRecoder(??) +codecs.StreamWriter(??) +codecs.ascii_decode(??) +codecs.ascii_encode(??) +codecs.backslashreplace_errors(??) +codecs.builtins(??) +codecs.charmap_build(??) +codecs.charmap_decode(??) +codecs.charmap_encode(??) +codecs.decode(obj, [encoding[,errors]]) -> object +codecs.encode(obj, [encoding[,errors]]) -> object +codecs.escape_decode(??) +codecs.escape_encode(??) +codecs.getdecoder(??) +codecs.getencoder(??) +codecs.getincrementaldecoder(??) +codecs.getincrementalencoder(??) +codecs.getreader(??) +codecs.getwriter(??) +codecs.ignore_errors(??) +codecs.iterdecode(??) +codecs.iterencode(??) +codecs.latin_1_decode(??) +codecs.latin_1_encode(??) +codecs.lookup(encoding) -> CodecInfo +codecs.lookup_error(errors) -> handler +codecs.make_encoding_map(??) +codecs.make_identity_dict(rng) -> dict +codecs.open(??) +codecs.raw_unicode_escape_decode(??) +codecs.raw_unicode_escape_encode(??) +codecs.readbuffer_encode(??) +codecs.register(search_function) +codecs.register_error(errors, handler) +codecs.replace_errors(??) +codecs.strict_errors(??) +codecs.sys(??) +codecs.unicode_escape_decode(??) +codecs.unicode_escape_encode(??) +codecs.unicode_internal_decode(??) +codecs.unicode_internal_encode(??) +codecs.utf_16_be_decode(??) +codecs.utf_16_be_encode(??) +codecs.utf_16_decode(??) +codecs.utf_16_encode(??) +codecs.utf_16_ex_decode(??) +codecs.utf_16_le_decode(??) +codecs.utf_16_le_encode(??) +codecs.utf_32_be_decode(??) +codecs.utf_32_be_encode(??) +codecs.utf_32_decode(??) +codecs.utf_32_encode(??) +codecs.utf_32_ex_decode(??) +codecs.utf_32_le_decode(??) +codecs.utf_32_le_encode(??) +codecs.utf_7_decode(??) +codecs.utf_7_encode(??) +codecs.utf_8_decode(??) +codecs.utf_8_encode(??) +codecs.xmlcharrefreplace_errors(??) +codeop.CommandCompiler(??) +codeop.Compile(??) +codeop.PyCF_DONT_IMPLY_DEDENT +codeop.compile_command(??) +collections.ByteString(??) +collections.Callable(??) +collections.ChainMap(??) +collections.Container(??) +collections.Counter(??) +collections.Hashable(??) +collections.ItemsView(??) +collections.Iterable(??) +collections.Iterator(??) +collections.KeysView(??) +collections.Mapping(??) +collections.MappingView(??) +collections.MutableMapping(??) +collections.MutableSequence(??) +collections.MutableSet(??) +collections.OrderedDict(??) +collections.Sequence(??) +collections.Set(??) +collections.Sized(??) +collections.UserDict(??) +collections.UserList(??) +collections.UserString(??) +collections.ValuesView(??) +collections.abc.ByteString(??) +collections.abc.Callable(??) +collections.abc.Container(??) +collections.abc.Hashable(??) +collections.abc.ItemsView(??) +collections.abc.Iterable(??) +collections.abc.Iterator(??) +collections.abc.KeysView(??) +collections.abc.Mapping(??) +collections.abc.MappingView(??) +collections.abc.MutableMapping(??) +collections.abc.MutableSequence(??) +collections.abc.MutableSet(??) +collections.abc.Sequence(??) +collections.abc.Set(??) +collections.abc.Sized(??) +collections.abc.ValuesView(??) +collections.defaultdict(default_factory[, ...]) --> dict with default factory +collections.deque([iterable[, maxlen]]) --> deque object +collections.namedtuple(??) +colorsys.ONE_SIXTH +colorsys.ONE_THIRD +colorsys.TWO_THIRD +colorsys.hls_to_rgb(??) +colorsys.hsv_to_rgb(??) +colorsys.rgb_to_hls(??) +colorsys.rgb_to_hsv(??) +colorsys.rgb_to_yiq(??) +colorsys.yiq_to_rgb(??) +compile(source, filename, mode[, flags[, dont_inherit]]) -> code object +compileall.compile_dir(??) +compileall.compile_file(??) +compileall.compile_path(??) +compileall.errno(??) +compileall.importlib(??) +compileall.main(??) +compileall.os(??) +compileall.py_compile(??) +compileall.struct(??) +compileall.sys(??) +complex(real[, imag]) -> complex number +concurrent.futures(??) +concurrent.futures.ALL_COMPLETED +concurrent.futures.CancelledError(??) +concurrent.futures.Executor(??) +concurrent.futures.FIRST_COMPLETED +concurrent.futures.FIRST_EXCEPTION +concurrent.futures.Future(??) +concurrent.futures.ProcessPoolExecutor(??) +concurrent.futures.ThreadPoolExecutor(??) +concurrent.futures.TimeoutError(??) +concurrent.futures.as_completed(??) +concurrent.futures.process(??) +concurrent.futures.process.BrokenProcessPool(??) +concurrent.futures.process.EXTRA_QUEUED_CALLS +concurrent.futures.process.Full(??) +concurrent.futures.process.ProcessPoolExecutor(??) +concurrent.futures.process.SimpleQueue(??) +concurrent.futures.process.atexit(??) +concurrent.futures.process.multiprocessing(??) +concurrent.futures.process.os(??) +concurrent.futures.process.queue(??) +concurrent.futures.process.threading(??) +concurrent.futures.process.wait(??) +concurrent.futures.process.weakref(??) +concurrent.futures.thread(??) +concurrent.futures.thread.ThreadPoolExecutor(??) +concurrent.futures.thread.atexit(??) +concurrent.futures.thread.queue(??) +concurrent.futures.thread.threading(??) +concurrent.futures.thread.weakref(??) +concurrent.futures.wait(??) +configparser.BasicInterpolation(??) +configparser.ConfigParser(??) +configparser.DEFAULTSECT +configparser.DuplicateOptionError(??) +configparser.DuplicateSectionError(??) +configparser.Error(??) +configparser.ExtendedInterpolation(??) +configparser.Interpolation(??) +configparser.InterpolationDepthError(??) +configparser.InterpolationError(??) +configparser.InterpolationMissingOptionError(??) +configparser.InterpolationSyntaxError(??) +configparser.LegacyInterpolation(??) +configparser.MAX_INTERPOLATION_DEPTH +configparser.MissingSectionHeaderError(??) +configparser.MutableMapping(??) +configparser.NoOptionError(??) +configparser.NoSectionError(??) +configparser.ParsingError(??) +configparser.RawConfigParser(??) +configparser.SafeConfigParser(??) +configparser.SectionProxy(??) +configparser.functools(??) +configparser.io(??) +configparser.itertools(??) +configparser.re(??) +configparser.sys(??) +configparser.warnings(??) +contextlib.ContextDecorator(??) +contextlib.ExitStack(??) +contextlib.closing(??) +contextlib.contextmanager(??) +contextlib.deque([iterable[, maxlen]]) --> deque object +contextlib.redirect_stdout(??) +contextlib.suppress(??) +contextlib.sys(??) +contextlib.wraps(??) +copy.Error(??) +copy.PyStringMap(??) +copy.builtins(??) +copy.copy(??) +copy.deepcopy(??) +copy.dispatch_table(??) +copy.error(??) +copy.name +copy.t(??) +copy.weakref(??) +copyreg.add_extension(??) +copyreg.clear_extension_cache(??) +copyreg.constructor(??) +copyreg.dispatch_table(??) +copyreg.pickle(??) +copyreg.pickle_complex(??) +copyreg.remove_extension(??) +copyright(??) +credits(??) +crypt.METHOD_CRYPT(??) +crypt.METHOD_MD5(??) +crypt.METHOD_SHA256(??) +crypt.METHOD_SHA512(??) +crypt.crypt(??) +crypt.methods(??) +crypt.mksalt(??) +csv.Dialect(??) +csv.DictReader(??) +csv.DictWriter(??) +csv.Error(??) +csv.QUOTE_ALL +csv.QUOTE_MINIMAL +csv.QUOTE_NONE +csv.QUOTE_NONNUMERIC +csv.Sniffer(??) +csv.StringIO(??) +csv.excel(??) +csv.excel_tab(??) +csv.field_size_limit(??) +csv.get_dialect(??) +csv.list_dialects(??) +csv.re(??) +csv.reader(??) +csv.register_dialect(??) +csv.unix_dialect(??) +csv.unregister_dialect(??) +csv.writer(??) +ctypes.ARRAY(??) +ctypes.ArgumentError(??) +ctypes.Array(??) +ctypes.BigEndianStructure(??) +ctypes.CDLL(??) +ctypes.CFUNCTYPE(??) +ctypes.DEFAULT_MODE +ctypes.LibraryLoader(??) +ctypes.LittleEndianStructure(??) +ctypes.POINTER(??) +ctypes.PYFUNCTYPE(??) +ctypes.PyDLL(??) +ctypes.RTLD_GLOBAL +ctypes.RTLD_LOCAL +ctypes.SetPointerType(??) +ctypes.Structure(??) +ctypes.Union(??) +ctypes.addressof(C instance) -> integer +ctypes.alignment(C type) -> integer +ctypes.byref(C instance[, offset=0]) -> byref-object +ctypes.c_bool(??) +ctypes.c_buffer(??) +ctypes.c_byte(??) +ctypes.c_char(??) +ctypes.c_char_p(??) +ctypes.c_double(??) +ctypes.c_float(??) +ctypes.c_int(??) +ctypes.c_int16(??) +ctypes.c_int32(??) +ctypes.c_int64(??) +ctypes.c_int8(??) +ctypes.c_long(??) +ctypes.c_longdouble(??) +ctypes.c_longlong(??) +ctypes.c_short(??) +ctypes.c_size_t(??) +ctypes.c_ssize_t(??) +ctypes.c_ubyte(??) +ctypes.c_uint(??) +ctypes.c_uint16(??) +ctypes.c_uint32(??) +ctypes.c_uint64(??) +ctypes.c_uint8(??) +ctypes.c_ulong(??) +ctypes.c_ulonglong(??) +ctypes.c_ushort(??) +ctypes.c_void_p(??) +ctypes.c_voidp(??) +ctypes.c_wchar(??) +ctypes.c_wchar_p(??) +ctypes.cast(??) +ctypes.cdll(??) +ctypes.create_string_buffer(aBytes) -> character array +ctypes.create_unicode_buffer(aString) -> character array +ctypes.get_errno(??) +ctypes.macholib.dyld.DEFAULT_FRAMEWORK_FALLBACK(??) +ctypes.macholib.dyld.DEFAULT_LIBRARY_FALLBACK(??) +ctypes.macholib.dyld.accumulate(iterable[, func]) --> accumulate object +ctypes.macholib.dyld.chain(*iterables) --> chain object +ctypes.macholib.dyld.combinations(iterable, r) --> combinations object +ctypes.macholib.dyld.combinations_with_replacement(iterable, r) --> combinations_with_replacement object +ctypes.macholib.dyld.compress(data, selectors) --> iterator over selected data +ctypes.macholib.dyld.count(start=0, step=1) --> count object +ctypes.macholib.dyld.cycle(iterable) --> cycle object +ctypes.macholib.dyld.dropwhile(predicate, iterable) --> dropwhile object +ctypes.macholib.dyld.dyld_default_search(??) +ctypes.macholib.dyld.dyld_env(??) +ctypes.macholib.dyld.dyld_executable_path_search(??) +ctypes.macholib.dyld.dyld_fallback_framework_path(??) +ctypes.macholib.dyld.dyld_fallback_library_path(??) +ctypes.macholib.dyld.dyld_find(??) +ctypes.macholib.dyld.dyld_framework_path(??) +ctypes.macholib.dyld.dyld_image_suffix(??) +ctypes.macholib.dyld.dyld_image_suffix_search(??) +ctypes.macholib.dyld.dyld_library_path(??) +ctypes.macholib.dyld.dyld_override_search(??) +ctypes.macholib.dyld.dylib_info(??) +ctypes.macholib.dyld.filterfalse(function or None, sequence) --> filterfalse object +ctypes.macholib.dyld.framework_find(??) +ctypes.macholib.dyld.framework_info(??) +ctypes.macholib.dyld.groupby(iterable[, keyfunc]) -> create an iterator which returns +ctypes.macholib.dyld.islice(iterable, stop) --> islice object +ctypes.macholib.dyld.os(??) +ctypes.macholib.dyld.permutations(iterable[, r]) --> permutations object +ctypes.macholib.dyld.product(*iterables, repeat=1) --> product object +ctypes.macholib.dyld.repeat(object [,times]) -> create an iterator which returns the object +ctypes.macholib.dyld.starmap(function, sequence) --> starmap object +ctypes.macholib.dyld.takewhile(predicate, iterable) --> takewhile object +ctypes.macholib.dyld.tee(iterable, n=2) --> tuple of n independent iterators. +ctypes.macholib.dyld.test_dyld_find(??) +ctypes.macholib.dyld.zip_longest(iter1 [,iter2 [...]], [fillvalue=None]) --> zip_longest object +ctypes.macholib.dylib.DYLIB_RE(??) +ctypes.macholib.dylib.dylib_info(??) +ctypes.macholib.dylib.re(??) +ctypes.macholib.dylib.test_dylib_info(??) +ctypes.macholib.framework.STRICT_FRAMEWORK_RE(??) +ctypes.macholib.framework.framework_info(??) +ctypes.macholib.framework.re(??) +ctypes.macholib.framework.test_framework_info(??) +ctypes.memmove(??) +ctypes.memset(??) +ctypes.pointer(??) +ctypes.py_object(??) +ctypes.pydll(??) +ctypes.pythonapi(??) +ctypes.resize(??) +ctypes.set_errno(??) +ctypes.sizeof(C type) -> integer +ctypes.string_at(addr[, size]) -> string +ctypes.util.contextlib(??) +ctypes.util.find_library(??) +ctypes.util.os(??) +ctypes.util.subprocess(??) +ctypes.util.sys(??) +ctypes.util.test(??) +ctypes.wstring_at(addr[, size]) -> string +curses.ALL_MOUSE_EVENTS +curses.A_ALTCHARSET +curses.A_ATTRIBUTES +curses.A_BLINK +curses.A_BOLD +curses.A_CHARTEXT +curses.A_COLOR +curses.A_DIM +curses.A_HORIZONTAL +curses.A_INVIS +curses.A_LEFT +curses.A_LOW +curses.A_NORMAL +curses.A_PROTECT +curses.A_REVERSE +curses.A_RIGHT +curses.A_STANDOUT +curses.A_TOP +curses.A_UNDERLINE +curses.A_VERTICAL +curses.BUTTON1_CLICKED +curses.BUTTON1_DOUBLE_CLICKED +curses.BUTTON1_PRESSED +curses.BUTTON1_RELEASED +curses.BUTTON1_TRIPLE_CLICKED +curses.BUTTON2_CLICKED +curses.BUTTON2_DOUBLE_CLICKED +curses.BUTTON2_PRESSED +curses.BUTTON2_RELEASED +curses.BUTTON2_TRIPLE_CLICKED +curses.BUTTON3_CLICKED +curses.BUTTON3_DOUBLE_CLICKED +curses.BUTTON3_PRESSED +curses.BUTTON3_RELEASED +curses.BUTTON3_TRIPLE_CLICKED +curses.BUTTON4_CLICKED +curses.BUTTON4_DOUBLE_CLICKED +curses.BUTTON4_PRESSED +curses.BUTTON4_RELEASED +curses.BUTTON4_TRIPLE_CLICKED +curses.BUTTON_ALT +curses.BUTTON_CTRL +curses.BUTTON_SHIFT +curses.COLOR_BLACK +curses.COLOR_BLUE +curses.COLOR_CYAN +curses.COLOR_GREEN +curses.COLOR_MAGENTA +curses.COLOR_RED +curses.COLOR_WHITE +curses.COLOR_YELLOW +curses.ERR +curses.KEY_A1 +curses.KEY_A3 +curses.KEY_B2 +curses.KEY_BACKSPACE +curses.KEY_BEG +curses.KEY_BREAK +curses.KEY_BTAB +curses.KEY_C1 +curses.KEY_C3 +curses.KEY_CANCEL +curses.KEY_CATAB +curses.KEY_CLEAR +curses.KEY_CLOSE +curses.KEY_COMMAND +curses.KEY_COPY +curses.KEY_CREATE +curses.KEY_CTAB +curses.KEY_DC +curses.KEY_DL +curses.KEY_DOWN +curses.KEY_EIC +curses.KEY_END +curses.KEY_ENTER +curses.KEY_EOL +curses.KEY_EOS +curses.KEY_EXIT +curses.KEY_F0 +curses.KEY_F1 +curses.KEY_F10 +curses.KEY_F11 +curses.KEY_F12 +curses.KEY_F13 +curses.KEY_F14 +curses.KEY_F15 +curses.KEY_F16 +curses.KEY_F17 +curses.KEY_F18 +curses.KEY_F19 +curses.KEY_F2 +curses.KEY_F20 +curses.KEY_F21 +curses.KEY_F22 +curses.KEY_F23 +curses.KEY_F24 +curses.KEY_F25 +curses.KEY_F26 +curses.KEY_F27 +curses.KEY_F28 +curses.KEY_F29 +curses.KEY_F3 +curses.KEY_F30 +curses.KEY_F31 +curses.KEY_F32 +curses.KEY_F33 +curses.KEY_F34 +curses.KEY_F35 +curses.KEY_F36 +curses.KEY_F37 +curses.KEY_F38 +curses.KEY_F39 +curses.KEY_F4 +curses.KEY_F40 +curses.KEY_F41 +curses.KEY_F42 +curses.KEY_F43 +curses.KEY_F44 +curses.KEY_F45 +curses.KEY_F46 +curses.KEY_F47 +curses.KEY_F48 +curses.KEY_F49 +curses.KEY_F5 +curses.KEY_F50 +curses.KEY_F51 +curses.KEY_F52 +curses.KEY_F53 +curses.KEY_F54 +curses.KEY_F55 +curses.KEY_F56 +curses.KEY_F57 +curses.KEY_F58 +curses.KEY_F59 +curses.KEY_F6 +curses.KEY_F60 +curses.KEY_F61 +curses.KEY_F62 +curses.KEY_F63 +curses.KEY_F7 +curses.KEY_F8 +curses.KEY_F9 +curses.KEY_FIND +curses.KEY_HELP +curses.KEY_HOME +curses.KEY_IC +curses.KEY_IL +curses.KEY_LEFT +curses.KEY_LL +curses.KEY_MARK +curses.KEY_MAX +curses.KEY_MESSAGE +curses.KEY_MIN +curses.KEY_MOUSE +curses.KEY_MOVE +curses.KEY_NEXT +curses.KEY_NPAGE +curses.KEY_OPEN +curses.KEY_OPTIONS +curses.KEY_PPAGE +curses.KEY_PREVIOUS +curses.KEY_PRINT +curses.KEY_REDO +curses.KEY_REFERENCE +curses.KEY_REFRESH +curses.KEY_REPLACE +curses.KEY_RESET +curses.KEY_RESIZE +curses.KEY_RESTART +curses.KEY_RESUME +curses.KEY_RIGHT +curses.KEY_SAVE +curses.KEY_SBEG +curses.KEY_SCANCEL +curses.KEY_SCOMMAND +curses.KEY_SCOPY +curses.KEY_SCREATE +curses.KEY_SDC +curses.KEY_SDL +curses.KEY_SELECT +curses.KEY_SEND +curses.KEY_SEOL +curses.KEY_SEXIT +curses.KEY_SF +curses.KEY_SFIND +curses.KEY_SHELP +curses.KEY_SHOME +curses.KEY_SIC +curses.KEY_SLEFT +curses.KEY_SMESSAGE +curses.KEY_SMOVE +curses.KEY_SNEXT +curses.KEY_SOPTIONS +curses.KEY_SPREVIOUS +curses.KEY_SPRINT +curses.KEY_SR +curses.KEY_SREDO +curses.KEY_SREPLACE +curses.KEY_SRESET +curses.KEY_SRIGHT +curses.KEY_SRSUME +curses.KEY_SSAVE +curses.KEY_SSUSPEND +curses.KEY_STAB +curses.KEY_SUNDO +curses.KEY_SUSPEND +curses.KEY_UNDO +curses.KEY_UP +curses.OK +curses.REPORT_MOUSE_POSITION +curses.ascii.ACK +curses.ascii.BEL +curses.ascii.BS +curses.ascii.CAN +curses.ascii.CR +curses.ascii.DC1 +curses.ascii.DC2 +curses.ascii.DC3 +curses.ascii.DC4 +curses.ascii.DEL +curses.ascii.DLE +curses.ascii.EM +curses.ascii.ENQ +curses.ascii.EOT +curses.ascii.ESC +curses.ascii.ETB +curses.ascii.ETX +curses.ascii.FF +curses.ascii.FS +curses.ascii.GS +curses.ascii.HT +curses.ascii.LF +curses.ascii.NAK +curses.ascii.NL +curses.ascii.NUL +curses.ascii.RS +curses.ascii.SI +curses.ascii.SO +curses.ascii.SOH +curses.ascii.SP +curses.ascii.STX +curses.ascii.SUB +curses.ascii.SYN +curses.ascii.TAB +curses.ascii.US +curses.ascii.VT +curses.ascii.alt(??) +curses.ascii.ascii(??) +curses.ascii.controlnames(??) +curses.ascii.ctrl(??) +curses.ascii.isalnum(??) +curses.ascii.isalpha(??) +curses.ascii.isascii(??) +curses.ascii.isblank(??) +curses.ascii.iscntrl(??) +curses.ascii.isctrl(??) +curses.ascii.isdigit(??) +curses.ascii.isgraph(??) +curses.ascii.islower(??) +curses.ascii.ismeta(??) +curses.ascii.isprint(??) +curses.ascii.ispunct(??) +curses.ascii.isspace(??) +curses.ascii.isupper(??) +curses.ascii.isxdigit(??) +curses.ascii.unctrl(??) +curses.baudrate(??) +curses.beep(??) +curses.can_change_color(??) +curses.cbreak(??) +curses.color_content(??) +curses.color_pair(??) +curses.curs_set(??) +curses.def_prog_mode(??) +curses.def_shell_mode(??) +curses.delay_output(??) +curses.doupdate(??) +curses.echo(??) +curses.endwin(??) +curses.erasechar(??) +curses.error(??) +curses.filter(??) +curses.flash(??) +curses.flushinp(??) +curses.getmouse(??) +curses.getsyx(??) +curses.getwin(??) +curses.halfdelay(??) +curses.has_colors(??) +curses.has_ic(??) +curses.has_il(??) +curses.has_key(??) +curses.has_key.has_key(??) +curses.init_color(??) +curses.init_pair(??) +curses.initscr(??) +curses.intrflush(??) +curses.is_term_resized(??) +curses.isendwin(??) +curses.keyname(??) +curses.killchar(??) +curses.longname(??) +curses.meta(??) +curses.mouseinterval(??) +curses.mousemask(??) +curses.napms(??) +curses.newpad(??) +curses.newwin(??) +curses.nl(??) +curses.nocbreak(??) +curses.noecho(??) +curses.nonl(??) +curses.noqiflush(??) +curses.noraw(??) +curses.pair_content(??) +curses.pair_number(??) +curses.panel.bottom_panel(??) +curses.panel.error(??) +curses.panel.new_panel(??) +curses.panel.top_panel(??) +curses.panel.update_panels(??) +curses.panel.version +curses.putp(??) +curses.qiflush(??) +curses.raw(??) +curses.reset_prog_mode(??) +curses.reset_shell_mode(??) +curses.resetty(??) +curses.resize_term(??) +curses.resizeterm(??) +curses.savetty(??) +curses.setsyx(??) +curses.setupterm(??) +curses.start_color(??) +curses.termattrs(??) +curses.termname(??) +curses.textpad.Textbox(??) +curses.textpad.curses(??) +curses.textpad.rectangle(??) +curses.tigetflag(??) +curses.tigetnum(??) +curses.tigetstr(??) +curses.tparm(??) +curses.typeahead(??) +curses.unctrl(??) +curses.unget_wch(??) +curses.ungetch(??) +curses.ungetmouse(??) +curses.use_default_colors(??) +curses.use_env(??) +curses.version +curses.wrapper(??) +datetime.MAXYEAR +datetime.MINYEAR +datetime.date(year, month, day) --> date object +datetime.datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]]) +datetime.datetime_CAPI(??) +datetime.time([hour[, minute[, second[, microsecond[, tzinfo]]]]]) --> a time object +datetime.timedelta(??) +datetime.timezone(??) +datetime.tzinfo(??) +dbm.dumb.collections(??) +dbm.dumb.error(??) +dbm.dumb.open(??) +dbm.error(??) +dbm.io(??) +dbm.ndbm(??) +dbm.ndbm.error(??) +dbm.ndbm.library +dbm.ndbm.open(??) +dbm.open(??) +dbm.os(??) +dbm.struct(??) +dbm.sys(??) +dbm.whichdb(??) +decimal.BasicContext(??) +decimal.Clamped(??) +decimal.Context(??) +decimal.ConversionSyntax(??) +decimal.Decimal(??) +decimal.DecimalException(??) +decimal.DecimalTuple(sign, digits, exponent) +decimal.DefaultContext(??) +decimal.DivisionByZero(??) +decimal.DivisionImpossible(??) +decimal.DivisionUndefined(??) +decimal.ExtendedContext(??) +decimal.FloatOperation(??) +decimal.HAVE_THREADS(??) +decimal.Inexact(??) +decimal.InvalidContext(??) +decimal.InvalidOperation(??) +decimal.MAX_EMAX +decimal.MAX_PREC +decimal.MIN_EMIN +decimal.MIN_ETINY +decimal.Overflow(??) +decimal.ROUND_05UP +decimal.ROUND_CEILING +decimal.ROUND_DOWN +decimal.ROUND_FLOOR +decimal.ROUND_HALF_DOWN +decimal.ROUND_HALF_EVEN +decimal.ROUND_HALF_UP +decimal.ROUND_UP +decimal.Rounded(??) +decimal.Subnormal(??) +decimal.Underflow(??) +decimal.getcontext(??) +decimal.localcontext(??) +decimal.setcontext(??) +delattr(object, name) +dict() -> new empty dictionary +difflib.Differ(??) +difflib.HtmlDiff(??) +difflib.IS_CHARACTER_JUNK(??) +difflib.IS_LINE_JUNK(??) +difflib.Match(a, b, size) +difflib.SequenceMatcher(??) +difflib.context_diff(??) +difflib.get_close_matches(??) +difflib.heapq(??) +difflib.ndiff(??) +difflib.restore(??) +difflib.unified_diff(??) +difflib.warnings(??) +dir([object]) -> list of strings +dis.Bytecode(??) +dis.COMPILER_FLAG_NAMES(??) +dis.EXTENDED_ARG +dis.HAVE_ARGUMENT +dis.Instruction(??) +dis.cmp_op(??) +dis.code_info(??) +dis.collections(??) +dis.dis(??) +dis.disassemble(??) +dis.disco(??) +dis.distb(??) +dis.findlabels(??) +dis.findlinestarts(??) +dis.get_instructions(??) +dis.hascompare(??) +dis.hasconst(??) +dis.hasfree(??) +dis.hasjabs(??) +dis.hasjrel(??) +dis.haslocal(??) +dis.hasname(??) +dis.hasnargs(??) +dis.io(??) +dis.opmap(??) +dis.opname(??) +dis.pretty_flags(??) +dis.show_code(??) +dis.stack_effect(??) +dis.sys(??) +dis.types(??) +divmod(x, y) -> (div, mod) +doctest.BLANKLINE_MARKER +doctest.COMPARISON_FLAGS +doctest.DONT_ACCEPT_BLANKLINE +doctest.DONT_ACCEPT_TRUE_FOR_1 +doctest.DebugRunner(??) +doctest.DocFileCase(??) +doctest.DocFileSuite(??) +doctest.DocFileTest(??) +doctest.DocTest(??) +doctest.DocTestCase(??) +doctest.DocTestFailure(??) +doctest.DocTestFinder(??) +doctest.DocTestParser(??) +doctest.DocTestRunner(??) +doctest.DocTestSuite(??) +doctest.ELLIPSIS +doctest.ELLIPSIS_MARKER +doctest.Example(??) +doctest.FAIL_FAST +doctest.IGNORE_EXCEPTION_DETAIL +doctest.NORMALIZE_WHITESPACE +doctest.OPTIONFLAGS_BY_NAME(??) +doctest.OutputChecker(??) +doctest.REPORTING_FLAGS +doctest.REPORT_CDIFF +doctest.REPORT_NDIFF +doctest.REPORT_ONLY_FIRST_FAILURE +doctest.REPORT_UDIFF +doctest.SKIP +doctest.SkipDocTestCase(??) +doctest.StringIO(??) +doctest.TestResults(failed, attempted) +doctest.UnexpectedException(??) +doctest.argparse(??) +doctest.debug(??) +doctest.debug_script(??) +doctest.debug_src(??) +doctest.difflib(??) +doctest.inspect(??) +doctest.linecache(??) +doctest.master(??) +doctest.namedtuple(??) +doctest.os(??) +doctest.pdb(??) +doctest.re(??) +doctest.register_optionflag(??) +doctest.run_docstring_examples(??) +doctest.script_from_examples(??) +doctest.set_unittest_reportflags(??) +doctest.sys(??) +doctest.testfile(??) +doctest.testmod(??) +doctest.testsource(??) +doctest.traceback(??) +doctest.unittest(??) +dummy_threading.Barrier(??) +dummy_threading.BoundedSemaphore(??) +dummy_threading.Condition(??) +dummy_threading.Event(??) +dummy_threading.Lock(??) +dummy_threading.RLock(??) +dummy_threading.Semaphore(??) +dummy_threading.Thread(??) +dummy_threading.ThreadError(??) +dummy_threading.Timer(??) +dummy_threading.active_count(??) +dummy_threading.current_thread(??) +dummy_threading.enumerate(??) +dummy_threading.local(??) +dummy_threading.setprofile(??) +dummy_threading.settrace(??) +dummy_threading.stack_size(??) +dummy_threading.threading(??) +email.base64mime(??) +email.base64mime.CRLF +email.base64mime.EMPTYSTRING +email.base64mime.MISC_LEN +email.base64mime.NL +email.base64mime.a2b_base64(??) +email.base64mime.b2a_base64(??) +email.base64mime.b64encode(??) +email.base64mime.body_decode(??) +email.base64mime.body_encode(??) +email.base64mime.decode(??) +email.base64mime.decodestring(??) +email.base64mime.header_encode(??) +email.base64mime.header_length(??) +email.charset(??) +email.charset.ALIASES(??) +email.charset.BASE64 +email.charset.CHARSETS(??) +email.charset.CODEC_MAP(??) +email.charset.Charset(??) +email.charset.DEFAULT_CHARSET +email.charset.EMPTYSTRING +email.charset.QP +email.charset.RFC2047_CHROME_LEN +email.charset.SHORTEST +email.charset.UNKNOWN8BIT +email.charset.add_alias(??) +email.charset.add_charset(??) +email.charset.add_codec(??) +email.charset.email(??) +email.charset.encode_7or8bit(??) +email.charset.errors(??) +email.charset.partial(func, *args, **keywords) - new function with partial application +email.contentmanager.ContentManager(??) +email.contentmanager.binascii(??) +email.contentmanager.email(??) +email.contentmanager.get_and_fixup_unknown_message_content(??) +email.contentmanager.get_message_content(??) +email.contentmanager.get_non_text_content(??) +email.contentmanager.get_text_content(??) +email.contentmanager.maintype +email.contentmanager.quoprimime(??) +email.contentmanager.raw_data_manager(??) +email.contentmanager.set_bytes_content(??) +email.contentmanager.set_message_content(??) +email.contentmanager.set_text_content(??) +email.contentmanager.subtype +email.contentmanager.typ(??) +email.encoders(??) +email.encoders.encode_7or8bit(??) +email.encoders.encode_base64(??) +email.encoders.encode_noop(??) +email.encoders.encode_quopri(??) +email.errors(??) +email.errors.BoundaryError(??) +email.errors.CharsetError(??) +email.errors.CloseBoundaryNotFoundDefect(??) +email.errors.FirstHeaderLineIsContinuationDefect(??) +email.errors.HeaderDefect(??) +email.errors.HeaderMissingRequiredValue(??) +email.errors.HeaderParseError(??) +email.errors.InvalidBase64CharactersDefect(??) +email.errors.InvalidBase64PaddingDefect(??) +email.errors.InvalidHeaderDefect(??) +email.errors.InvalidMultipartContentTransferEncodingDefect(??) +email.errors.MalformedHeaderDefect(??) +email.errors.MessageDefect(??) +email.errors.MessageError(??) +email.errors.MessageParseError(??) +email.errors.MisplacedEnvelopeHeaderDefect(??) +email.errors.MissingHeaderBodySeparatorDefect(??) +email.errors.MultipartConversionError(??) +email.errors.MultipartInvariantViolationDefect(??) +email.errors.NoBoundaryInMultipartDefect(??) +email.errors.NonASCIILocalPartDefect(??) +email.errors.NonPrintableDefect(??) +email.errors.ObsoleteHeaderDefect(??) +email.errors.StartBoundaryNotFoundDefect(??) +email.errors.UndecodableBytesDefect(??) +email.feedparser(??) +email.feedparser.BufferedSubFile(??) +email.feedparser.BytesFeedParser(??) +email.feedparser.EMPTYSTRING +email.feedparser.FeedParser(??) +email.feedparser.NL +email.feedparser.NLCRE(??) +email.feedparser.NLCRE_bol(??) +email.feedparser.NLCRE_crack(??) +email.feedparser.NLCRE_eol(??) +email.feedparser.NeedMoreData(??) +email.feedparser.compat32(??) +email.feedparser.errors(??) +email.feedparser.headerRE(??) +email.feedparser.message(??) +email.feedparser.re(??) +email.generator.BytesGenerator(??) +email.generator.BytesIO([buffer]) -> object +email.generator.DecodedGenerator(??) +email.generator.Generator(??) +email.generator.Header(??) +email.generator.NL +email.generator.StringIO(??) +email.generator.UNDERSCORE +email.generator.compat32(??) +email.generator.deepcopy(??) +email.generator.fcre(??) +email.generator.random(??) +email.generator.re(??) +email.generator.sys(??) +email.generator.time(??) +email.generator.warnings(??) +email.header(??) +email.header.BSPACE +email.header.Charset(??) +email.header.EMPTYSTRING +email.header.FWS +email.header.Header(??) +email.header.HeaderParseError(??) +email.header.MAXLINELEN +email.header.NL +email.header.SPACE +email.header.SPACE8 +email.header.USASCII(??) +email.header.UTF8(??) +email.header.binascii(??) +email.header.decode_header(??) +email.header.ecre(??) +email.header.email(??) +email.header.fcre(??) +email.header.make_header(??) +email.header.re(??) +email.headerregistry.Address(??) +email.headerregistry.AddressHeader(??) +email.headerregistry.BaseHeader(??) +email.headerregistry.ContentDispositionHeader(??) +email.headerregistry.ContentTransferEncodingHeader(??) +email.headerregistry.ContentTypeHeader(??) +email.headerregistry.DateHeader(??) +email.headerregistry.Group(??) +email.headerregistry.HeaderRegistry(??) +email.headerregistry.MIMEVersionHeader(??) +email.headerregistry.ParameterizedMIMEHeader(??) +email.headerregistry.SingleAddressHeader(??) +email.headerregistry.UniqueAddressHeader(??) +email.headerregistry.UniqueDateHeader(??) +email.headerregistry.UniqueSingleAddressHeader(??) +email.headerregistry.UniqueUnstructuredHeader(??) +email.headerregistry.UnstructuredHeader(??) +email.headerregistry.errors(??) +email.headerregistry.parser(??) +email.headerregistry.utils(??) +email.iterators(??) +email.iterators.StringIO(??) +email.iterators.body_line_iterator(??) +email.iterators.sys(??) +email.iterators.typed_subpart_iterator(??) +email.iterators.walk(??) +email.message(??) +email.message.BytesIO([buffer]) -> object +email.message.Charset(??) +email.message.EmailMessage(??) +email.message.MIMEPart(??) +email.message.Message(??) +email.message.SEMISPACE +email.message.StringIO(??) +email.message.compat32(??) +email.message.decode_b(??) +email.message.errors(??) +email.message.re(??) +email.message.tspecials(??) +email.message.utils(??) +email.message.uu(??) +email.message_from_binary_file(??) +email.message_from_bytes(??) +email.message_from_file(??) +email.message_from_string(??) +email.mime.application.MIMEApplication(??) +email.mime.application.MIMENonMultipart(??) +email.mime.application.encoders(??) +email.mime.audio.BytesIO([buffer]) -> object +email.mime.audio.MIMEAudio(??) +email.mime.audio.MIMENonMultipart(??) +email.mime.audio.encoders(??) +email.mime.audio.sndhdr(??) +email.mime.base.MIMEBase(??) +email.mime.base.message(??) +email.mime.image.MIMEImage(??) +email.mime.image.MIMENonMultipart(??) +email.mime.image.encoders(??) +email.mime.image.imghdr(??) +email.mime.message.MIMEMessage(??) +email.mime.message.MIMENonMultipart(??) +email.mime.message.message(??) +email.mime.multipart.MIMEBase(??) +email.mime.multipart.MIMEMultipart(??) +email.mime.nonmultipart.MIMEBase(??) +email.mime.nonmultipart.MIMENonMultipart(??) +email.mime.nonmultipart.errors(??) +email.mime.text.MIMENonMultipart(??) +email.mime.text.MIMEText(??) +email.mime.text.encode_7or8bit(??) +email.parser(??) +email.parser.BytesFeedParser(??) +email.parser.BytesHeaderParser(??) +email.parser.BytesParser(??) +email.parser.FeedParser(??) +email.parser.HeaderParser(??) +email.parser.Message(??) +email.parser.Parser(??) +email.parser.StringIO(??) +email.parser.TextIOWrapper(??) +email.parser.compat32(??) +email.parser.warnings(??) +email.policy.Compat32(??) +email.policy.EmailPolicy(??) +email.policy.HTTP(??) +email.policy.HeaderRegistry(??) +email.policy.Policy(??) +email.policy.SMTP(??) +email.policy.compat32(??) +email.policy.default(??) +email.policy.raw_data_manager(??) +email.policy.strict(??) +email.quoprimime(??) +email.quoprimime.CRLF +email.quoprimime.EMPTYSTRING +email.quoprimime.NL +email.quoprimime.ascii_letters +email.quoprimime.body_check(??) +email.quoprimime.body_decode(??) +email.quoprimime.body_encode(??) +email.quoprimime.body_length(??) +email.quoprimime.c +email.quoprimime.decode(??) +email.quoprimime.decodestring(??) +email.quoprimime.digits +email.quoprimime.header_check(??) +email.quoprimime.header_decode(??) +email.quoprimime.header_encode(??) +email.quoprimime.header_length(??) +email.quoprimime.hexdigits +email.quoprimime.io(??) +email.quoprimime.quote(??) +email.quoprimime.re(??) +email.quoprimime.unquote(??) +email.utils(??) +email.utils.COMMASPACE +email.utils.CRLF +email.utils.Charset(??) +email.utils.EMPTYSTRING +email.utils.StringIO(??) +email.utils.TICK +email.utils.UEMPTYSTRING +email.utils.base64(??) +email.utils.collapse_rfc2231_value(??) +email.utils.datetime(??) +email.utils.decode_params(??) +email.utils.decode_rfc2231(??) +email.utils.ecre(??) +email.utils.encode_rfc2231(??) +email.utils.escapesre(??) +email.utils.format_datetime(??) +email.utils.formataddr(??) +email.utils.formatdate(??) +email.utils.getaddresses(??) +email.utils.localtime(??) +email.utils.make_msgid(??) +email.utils.mktime_tz(??) +email.utils.os(??) +email.utils.parseaddr(??) +email.utils.parsedate(??) +email.utils.parsedate_to_datetime(??) +email.utils.parsedate_tz(??) +email.utils.quote(??) +email.utils.random(??) +email.utils.re(??) +email.utils.rfc2231_continuation(??) +email.utils.socket(??) +email.utils.specialsre(??) +email.utils.time(??) +email.utils.unquote(??) +email.utils.urllib(??) +email.utils.warnings(??) +ensurepip.bootstrap(??) +ensurepip.os(??) +ensurepip.pkgutil(??) +ensurepip.ssl(??) +ensurepip.sys(??) +ensurepip.tempfile(??) +ensurepip.version(??) +enum.DynamicClassAttribute(??) +enum.Enum(??) +enum.EnumMeta(??) +enum.IntEnum(??) +enum.MappingProxyType(??) +enum.OrderedDict(??) +enum.sys(??) +enum.unique(??) +enumerate(iterable[, start]) -> iterator for index, value of iterable +errno.E2BIG +errno.EACCES +errno.EADDRINUSE +errno.EADDRNOTAVAIL +errno.EAFNOSUPPORT +errno.EAGAIN +errno.EALREADY +errno.EAUTH +errno.EBADARCH +errno.EBADEXEC +errno.EBADF +errno.EBADMACHO +errno.EBADMSG +errno.EBADRPC +errno.EBUSY +errno.ECANCELED +errno.ECHILD +errno.ECONNABORTED +errno.ECONNREFUSED +errno.ECONNRESET +errno.EDEADLK +errno.EDESTADDRREQ +errno.EDEVERR +errno.EDOM +errno.EDQUOT +errno.EEXIST +errno.EFAULT +errno.EFBIG +errno.EFTYPE +errno.EHOSTDOWN +errno.EHOSTUNREACH +errno.EIDRM +errno.EILSEQ +errno.EINPROGRESS +errno.EINTR +errno.EINVAL +errno.EIO +errno.EISCONN +errno.EISDIR +errno.ELOOP +errno.EMFILE +errno.EMLINK +errno.EMSGSIZE +errno.EMULTIHOP +errno.ENAMETOOLONG +errno.ENEEDAUTH +errno.ENETDOWN +errno.ENETRESET +errno.ENETUNREACH +errno.ENFILE +errno.ENOATTR +errno.ENOBUFS +errno.ENODATA +errno.ENODEV +errno.ENOENT +errno.ENOEXEC +errno.ENOLCK +errno.ENOLINK +errno.ENOMEM +errno.ENOMSG +errno.ENOPOLICY +errno.ENOPROTOOPT +errno.ENOSPC +errno.ENOSR +errno.ENOSTR +errno.ENOSYS +errno.ENOTBLK +errno.ENOTCONN +errno.ENOTDIR +errno.ENOTEMPTY +errno.ENOTSOCK +errno.ENOTSUP +errno.ENOTTY +errno.ENXIO +errno.EOPNOTSUPP +errno.EOVERFLOW +errno.EPERM +errno.EPFNOSUPPORT +errno.EPIPE +errno.EPROCLIM +errno.EPROCUNAVAIL +errno.EPROGMISMATCH +errno.EPROGUNAVAIL +errno.EPROTO +errno.EPROTONOSUPPORT +errno.EPROTOTYPE +errno.EPWROFF +errno.ERANGE +errno.EREMOTE +errno.EROFS +errno.ERPCMISMATCH +errno.ESHLIBVERS +errno.ESHUTDOWN +errno.ESOCKTNOSUPPORT +errno.ESPIPE +errno.ESRCH +errno.ESTALE +errno.ETIME +errno.ETIMEDOUT +errno.ETOOMANYREFS +errno.ETXTBSY +errno.EUSERS +errno.EWOULDBLOCK +errno.EXDEV +errno.errorcode(??) +eval(source[, globals[, locals]]) -> value +exec(object[, globals[, locals]]) +exit(??) +faulthandler.cancel_dump_traceback_later(): +faulthandler.disable(): disable the fault handler +faulthandler.dump_traceback(file=sys.stderr, all_threads=True): dump the traceback of the current thread, or of all threads if all_threads is True, into file +faulthandler.dump_traceback_later(timeout, repeat=False, file=sys.stderrn, exit=False): +faulthandler.enable(file=sys.stderr, all_threads=True): enable the fault handler +faulthandler.is_enabled()->bool: check if the handler is enabled +faulthandler.register(signum, file=sys.stderr, all_threads=True, chain=False): register an handler for the signal 'signum': dump the traceback of the current thread, or of all threads if all_threads is True, into file +faulthandler.unregister(signum): unregister the handler of the signal 'signum' registered by register() +fcntl.FASYNC +fcntl.FD_CLOEXEC +fcntl.F_DUPFD +fcntl.F_FULLFSYNC +fcntl.F_GETFD +fcntl.F_GETFL +fcntl.F_GETLK +fcntl.F_GETOWN +fcntl.F_NOCACHE +fcntl.F_RDLCK +fcntl.F_SETFD +fcntl.F_SETFL +fcntl.F_SETLK +fcntl.F_SETLKW +fcntl.F_SETOWN +fcntl.F_UNLCK +fcntl.F_WRLCK +fcntl.LOCK_EX +fcntl.LOCK_NB +fcntl.LOCK_SH +fcntl.LOCK_UN +fcntl.fcntl(fd, op, [arg]) +fcntl.flock(fd, operation) +fcntl.ioctl(fd, op[, arg[, mutate_flag]]) +fcntl.lockf (fd, operation, length=0, start=0, whence=0) +filecmp.BUFSIZE +filecmp.DEFAULT_IGNORES(??) +filecmp.clear_cache(??) +filecmp.cmp(??) +filecmp.cmpfiles(??) +filecmp.demo(??) +filecmp.dircmp(??) +filecmp.filterfalse(function or None, sequence) --> filterfalse object +filecmp.os(??) +filecmp.stat(??) +fileinput.DEFAULT_BUFSIZE +fileinput.FileInput([files[, inplace[, backup[, bufsize, [, mode[, openhook]]]]]]) +fileinput.close(??) +fileinput.filelineno(??) +fileinput.filename(??) +fileinput.fileno(??) +fileinput.hook_compressed(??) +fileinput.hook_encoded(??) +fileinput.input(??) +fileinput.isfirstline(??) +fileinput.isstdin(??) +fileinput.lineno(??) +fileinput.nextfile(??) +fileinput.os(??) +fileinput.sys(??) +filter(function or None, iterable) --> filter object +float(x) -> floating point number +fnmatch.filter(??) +fnmatch.fnmatch(??) +fnmatch.fnmatchcase(??) +fnmatch.functools(??) +fnmatch.os(??) +fnmatch.posixpath(??) +fnmatch.re(??) +fnmatch.translate(??) +format(value[, format_spec]) -> string +formatter.AS_IS(??) +formatter.AbstractFormatter(??) +formatter.AbstractWriter(??) +formatter.DumbWriter(??) +formatter.NullFormatter(??) +formatter.NullWriter(??) +formatter.sys(??) +formatter.test(??) +formatter.warnings(??) +fractions.Decimal(??) +fractions.Fraction(??) +fractions.gcd(??) +fractions.math(??) +fractions.numbers(??) +fractions.operator(??) +fractions.re(??) +fractions.sys(??) +frozenset() -> empty frozenset object +ftplib.B_CRLF +ftplib.CRLF +ftplib.Error(??) +ftplib.FTP(??) +ftplib.FTP_PORT +ftplib.FTP_TLS(??) +ftplib.MAXLINE +ftplib.MSG_OOB +ftplib.Netrc(??) +ftplib.all_errors(??) +ftplib.error_perm(??) +ftplib.error_proto(??) +ftplib.error_reply(??) +ftplib.error_temp(??) +ftplib.ftpcp(??) +ftplib.os(??) +ftplib.parse150(??) +ftplib.parse227(??) +ftplib.parse229(??) +ftplib.parse257(??) +ftplib.print_line(??) +ftplib.socket(??) +ftplib.ssl(??) +ftplib.sys(??) +ftplib.test(??) +ftplib.warnings(??) +functools.MappingProxyType(??) +functools.MethodType(??) +functools.RLock(??) +functools.WRAPPER_ASSIGNMENTS(??) +functools.WRAPPER_UPDATES(??) +functools.WeakKeyDictionary(??) +functools.cmp_to_key(??) +functools.get_cache_token(??) +functools.lru_cache(??) +functools.namedtuple(??) +functools.partial(func, *args, **keywords) - new function with partial application +functools.partialmethod(??) +functools.reduce(function, sequence[, initial]) -> value +functools.singledispatch(??) +functools.total_ordering(??) +functools.update_wrapper(??) +functools.wraps(??) +gc.DEBUG_COLLECTABLE +gc.DEBUG_LEAK +gc.DEBUG_SAVEALL +gc.DEBUG_STATS +gc.DEBUG_UNCOLLECTABLE +gc.callbacks(??) +gc.collect([generation]) -> n +gc.disable() -> None +gc.enable() -> None +gc.garbage(??) +gc.get_count() -> (count0, count1, count2) +gc.get_debug() -> flags +gc.get_objects() -> [...] +gc.get_referents(*objs) -> list +gc.get_referrers(*objs) -> list +gc.get_stats() -> [...] +gc.get_threshold() -> (threshold0, threshold1, threshold2) +gc.is_tracked(obj) -> bool +gc.isenabled() -> status +gc.set_debug(flags) -> None +gc.set_threshold(threshold0, [threshold1, threshold2]) -> None +genericpath.commonprefix(??) +genericpath.exists(??) +genericpath.getatime(??) +genericpath.getctime(??) +genericpath.getmtime(??) +genericpath.getsize(??) +genericpath.isdir(??) +genericpath.isfile(??) +genericpath.os(??) +genericpath.samefile(??) +genericpath.sameopenfile(??) +genericpath.samestat(??) +genericpath.stat(??) +getattr(object, name[, default]) -> value +getopt.GetoptError(??) +getopt.do_longs(??) +getopt.do_shorts(??) +getopt.error(??) +getopt.getopt(args, options[, long_options]) -> opts, args +getopt.gnu_getopt(??) +getopt.long_has_args(??) +getopt.os(??) +getopt.short_has_arg(??) +getpass.GetPassWarning(??) +getpass.contextlib(??) +getpass.fallback_getpass(??) +getpass.getpass(??) +getpass.getuser(??) +getpass.io(??) +getpass.os(??) +getpass.sys(??) +getpass.termios(??) +getpass.unix_getpass(??) +getpass.warnings(??) +getpass.win_getpass(??) +gettext.Catalog(??) +gettext.ENOENT +gettext.GNUTranslations(??) +gettext.NullTranslations(??) +gettext.bind_textdomain_codeset(??) +gettext.bindtextdomain(??) +gettext.c2py(??) +gettext.copy(??) +gettext.dgettext(??) +gettext.dngettext(??) +gettext.find(??) +gettext.gettext(??) +gettext.install(??) +gettext.io(??) +gettext.ldgettext(??) +gettext.ldngettext(??) +gettext.lgettext(??) +gettext.lngettext(??) +gettext.locale(??) +gettext.ngettext(??) +gettext.os(??) +gettext.re(??) +gettext.struct(??) +gettext.sys(??) +gettext.textdomain(??) +gettext.translation(??) +glob.escape(??) +glob.fnmatch(??) +glob.glob(??) +glob.glob0(??) +glob.glob1(??) +glob.has_magic(??) +glob.iglob(??) +glob.magic_check(??) +glob.magic_check_bytes(??) +glob.os(??) +glob.re(??) +globals() -> dictionary +grp.getgrall() -> list of tuples +grp.getgrgid(id) -> tuple +grp.getgrnam(name) -> tuple +grp.struct_group(??) +gzip.FCOMMENT +gzip.FEXTRA +gzip.FHCRC +gzip.FNAME +gzip.FTEXT +gzip.GzipFile(??) +gzip.READ +gzip.WRITE +gzip.builtins(??) +gzip.compress(??) +gzip.decompress(??) +gzip.io(??) +gzip.open(??) +gzip.os(??) +gzip.struct(??) +gzip.sys(??) +gzip.time(??) +gzip.write32u(??) +gzip.zlib(??) +hasattr(object, name) -> bool +hash(object) -> integer +hashlib.algorithms_available(??) +hashlib.algorithms_guaranteed(??) +hashlib.md5(??) +hashlib.new(name, data=b'') - Return a new hashing object using the named algorithm; +hashlib.pbkdf2_hmac(??) +hashlib.sha1(??) +hashlib.sha224(??) +hashlib.sha256(??) +hashlib.sha384(??) +hashlib.sha512(??) +heapq.chain(*iterables) --> chain object +heapq.count(start=0, step=1) --> count object +heapq.heapify(??) +heapq.heappop(??) +heapq.heappush(heap, item) -> None. Push item onto heap, maintaining the heap invariant. +heapq.heappushpop(heap, item) -> value. Push item on the heap, then pop and return the smallest item +heapq.heapreplace(heap, item) -> value. Pop and return the current smallest value, and add the new item. +heapq.islice(iterable, stop) --> islice object +heapq.merge(??) +heapq.nlargest(??) +heapq.nsmallest(??) +heapq.tee(iterable, n=2) --> tuple of n independent iterators. +help(??) +hex(number) -> string +hmac.HMAC(??) +hmac.compare_digest(a, b) -> bool +hmac.digest_size(??) +hmac.new(??) +hmac.trans_36 +hmac.trans_5C +html.entities(??) +html.entities.codepoint2name(??) +html.entities.entitydefs(??) +html.entities.html5(??) +html.entities.name2codepoint(??) +html.escape(??) +html.parser.HTMLParseError(??) +html.parser.HTMLParser(??) +html.parser.attrfind(??) +html.parser.attrfind_tolerant(??) +html.parser.charref(??) +html.parser.commentclose(??) +html.parser.endendtag(??) +html.parser.endtagfind(??) +html.parser.entityref(??) +html.parser.incomplete(??) +html.parser.interesting_normal(??) +html.parser.locatestarttagend(??) +html.parser.locatestarttagend_tolerant(??) +html.parser.piclose(??) +html.parser.re(??) +html.parser.starttagopen(??) +html.parser.tagfind(??) +html.parser.tagfind_tolerant(??) +html.parser.unescape(??) +html.parser.warnings(??) +html.unescape(??) +http.client(??) +http.client.ACCEPTED +http.client.BAD_GATEWAY +http.client.BAD_REQUEST +http.client.BadStatusLine(??) +http.client.CONFLICT +http.client.CONTINUE +http.client.CREATED +http.client.CannotSendHeader(??) +http.client.CannotSendRequest(??) +http.client.EXPECTATION_FAILED +http.client.FAILED_DEPENDENCY +http.client.FORBIDDEN +http.client.FOUND +http.client.GATEWAY_TIMEOUT +http.client.GONE +http.client.HTTPConnection(??) +http.client.HTTPException(??) +http.client.HTTPMessage(??) +http.client.HTTPResponse(??) +http.client.HTTPSConnection(??) +http.client.HTTPS_PORT +http.client.HTTP_PORT +http.client.HTTP_VERSION_NOT_SUPPORTED +http.client.IM_USED +http.client.INSUFFICIENT_STORAGE +http.client.INTERNAL_SERVER_ERROR +http.client.ImproperConnectionState(??) +http.client.IncompleteRead(??) +http.client.InvalidURL(??) +http.client.LENGTH_REQUIRED +http.client.LOCKED +http.client.LineTooLong(??) +http.client.MAXAMOUNT +http.client.METHOD_NOT_ALLOWED +http.client.MOVED_PERMANENTLY +http.client.MULTIPLE_CHOICES +http.client.MULTI_STATUS +http.client.NETWORK_AUTHENTICATION_REQUIRED +http.client.NON_AUTHORITATIVE_INFORMATION +http.client.NOT_ACCEPTABLE +http.client.NOT_EXTENDED +http.client.NOT_FOUND +http.client.NOT_IMPLEMENTED +http.client.NOT_MODIFIED +http.client.NO_CONTENT +http.client.NotConnected(??) +http.client.OK +http.client.PARTIAL_CONTENT +http.client.PAYMENT_REQUIRED +http.client.PRECONDITION_FAILED +http.client.PRECONDITION_REQUIRED +http.client.PROCESSING +http.client.PROXY_AUTHENTICATION_REQUIRED +http.client.REQUESTED_RANGE_NOT_SATISFIABLE +http.client.REQUEST_ENTITY_TOO_LARGE +http.client.REQUEST_HEADER_FIELDS_TOO_LARGE +http.client.REQUEST_TIMEOUT +http.client.REQUEST_URI_TOO_LONG +http.client.RESET_CONTENT +http.client.ResponseNotReady(??) +http.client.SEE_OTHER +http.client.SERVICE_UNAVAILABLE +http.client.SWITCHING_PROTOCOLS +http.client.TEMPORARY_REDIRECT +http.client.TOO_MANY_REQUESTS +http.client.UNAUTHORIZED +http.client.UNPROCESSABLE_ENTITY +http.client.UNSUPPORTED_MEDIA_TYPE +http.client.UPGRADE_REQUIRED +http.client.USE_PROXY +http.client.UnimplementedFileMode(??) +http.client.UnknownProtocol(??) +http.client.UnknownTransferEncoding(??) +http.client.collections(??) +http.client.email(??) +http.client.error(??) +http.client.io(??) +http.client.os(??) +http.client.parse_headers(??) +http.client.responses(??) +http.client.socket(??) +http.client.ssl(??) +http.client.urlsplit(??) +http.client.warnings(??) +http.cookiejar.Absent(??) +http.cookiejar.Cookie(??) +http.cookiejar.CookieJar(??) +http.cookiejar.CookiePolicy(??) +http.cookiejar.DAYS(??) +http.cookiejar.DEFAULT_HTTP_PORT +http.cookiejar.DefaultCookiePolicy(??) +http.cookiejar.EPOCH_YEAR +http.cookiejar.ESCAPED_CHAR_RE(??) +http.cookiejar.FileCookieJar(??) +http.cookiejar.HEADER_ESCAPE_RE(??) +http.cookiejar.HEADER_JOIN_ESCAPE_RE(??) +http.cookiejar.HEADER_QUOTED_VALUE_RE(??) +http.cookiejar.HEADER_TOKEN_RE(??) +http.cookiejar.HEADER_VALUE_RE(??) +http.cookiejar.HTTP_PATH_SAFE +http.cookiejar.IPV4_RE(??) +http.cookiejar.ISO_DATE_RE(??) +http.cookiejar.LOOSE_HTTP_DATE_RE(??) +http.cookiejar.LWPCookieJar(??) +http.cookiejar.LoadError(??) +http.cookiejar.MISSING_FILENAME_TEXT +http.cookiejar.MONTHS(??) +http.cookiejar.MONTHS_LOWER(??) +http.cookiejar.MozillaCookieJar(??) +http.cookiejar.STRICT_DATE_RE(??) +http.cookiejar.TIMEZONE_RE(??) +http.cookiejar.UTC_ZONES(??) +http.cookiejar.WEEKDAY_RE(??) +http.cookiejar.copy(??) +http.cookiejar.cut_port_re(??) +http.cookiejar.datetime(??) +http.cookiejar.debug(??) +http.cookiejar.deepvalues(??) +http.cookiejar.domain_match(??) +http.cookiejar.eff_request_host(??) +http.cookiejar.escape_path(??) +http.cookiejar.http(??) +http.cookiejar.http2time(??) +http.cookiejar.is_HDN(??) +http.cookiejar.is_third_party(??) +http.cookiejar.iso2time(??) +http.cookiejar.join_header_words(??) +http.cookiejar.liberal_is_HDN(??) +http.cookiejar.logger(??) +http.cookiejar.lwp_cookie_str(??) +http.cookiejar.month +http.cookiejar.offset_from_tz_string(??) +http.cookiejar.parse_ns_headers(??) +http.cookiejar.re(??) +http.cookiejar.reach(??) +http.cookiejar.request_host(??) +http.cookiejar.request_path(??) +http.cookiejar.request_port(??) +http.cookiejar.split_header_words(??) +http.cookiejar.strip_quotes(??) +http.cookiejar.time(??) +http.cookiejar.time2isoz(??) +http.cookiejar.time2netscape(??) +http.cookiejar.timegm(??) +http.cookiejar.unmatched(??) +http.cookiejar.uppercase_escaped_char(??) +http.cookiejar.urllib(??) +http.cookiejar.user_domain_match(??) +http.cookiejar.vals_sorted_by_key(??) +http.cookies.BaseCookie(??) +http.cookies.CookieError(??) +http.cookies.Morsel(??) +http.cookies.SimpleCookie(??) +http.cookies.re(??) +http.cookies.string(??) +http.server(??) +http.server.BaseHTTPRequestHandler(??) +http.server.CGIHTTPRequestHandler(??) +http.server.DEFAULT_ERROR_CONTENT_TYPE +http.server.DEFAULT_ERROR_MESSAGE +http.server.HTTPServer(??) +http.server.SimpleHTTPRequestHandler(??) +http.server.argparse(??) +http.server.copy(??) +http.server.email(??) +http.server.executable(??) +http.server.html(??) +http.server.http(??) +http.server.io(??) +http.server.mimetypes(??) +http.server.nobody(??) +http.server.nobody_uid(??) +http.server.os(??) +http.server.posixpath(??) +http.server.select(??) +http.server.shutil(??) +http.server.socket(??) +http.server.socketserver(??) +http.server.sys(??) +http.server.test(??) +http.server.time(??) +http.server.urllib(??) +id(object) -> integer +imaplib.AllowedVersions(??) +imaplib.CRLF +imaplib.Commands(??) +imaplib.Continuation(??) +imaplib.DEFAULT_BUFFER_SIZE +imaplib.Debug +imaplib.Flags(??) +imaplib.HAVE_SSL(??) +imaplib.IMAP4(??) +imaplib.IMAP4_PORT +imaplib.IMAP4_SSL(??) +imaplib.IMAP4_SSL_PORT +imaplib.IMAP4_stream(??) +imaplib.Int2AP(??) +imaplib.InternalDate(??) +imaplib.Internaldate2tuple(??) +imaplib.Literal(??) +imaplib.MapCRLF(??) +imaplib.Mon2num(??) +imaplib.Months(??) +imaplib.ParseFlags(??) +imaplib.Response_code(??) +imaplib.Time2Internaldate(??) +imaplib.Untagged_response(??) +imaplib.Untagged_status(??) +imaplib.binascii(??) +imaplib.calendar(??) +imaplib.datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]]) +imaplib.errno(??) +imaplib.random(??) +imaplib.re(??) +imaplib.socket(??) +imaplib.ssl(??) +imaplib.subprocess(??) +imaplib.sys(??) +imaplib.time(??) +imaplib.timedelta(??) +imaplib.timezone(??) +imghdr.test(??) +imghdr.test_bmp(??) +imghdr.test_gif(??) +imghdr.test_jpeg(??) +imghdr.test_pbm(??) +imghdr.test_pgm(??) +imghdr.test_png(??) +imghdr.test_ppm(??) +imghdr.test_rast(??) +imghdr.test_rgb(??) +imghdr.test_tiff(??) +imghdr.test_xbm(??) +imghdr.testall(??) +imghdr.tests(??) +imghdr.what(??) +imp.C_BUILTIN +imp.C_EXTENSION +imp.IMP_HOOK +imp.NullImporter(??) +imp.PKG_DIRECTORY +imp.PY_CODERESOURCE +imp.PY_COMPILED +imp.PY_FROZEN +imp.PY_RESOURCE +imp.PY_SOURCE +imp.SEARCH_ERROR +imp.SourcelessFileLoader(??) +imp.acquire_lock(??) +imp.cache_from_source(??) +imp.find_module(??) +imp.get_frozen_object(??) +imp.get_magic(??) +imp.get_suffixes(??) +imp.get_tag(??) +imp.importlib(??) +imp.init_builtin(??) +imp.init_frozen(??) +imp.is_builtin(??) +imp.is_frozen(??) +imp.is_frozen_package(??) +imp.load_compiled(??) +imp.load_dynamic(??) +imp.load_module(??) +imp.load_package(??) +imp.load_source(??) +imp.lock_held(??) +imp.machinery(??) +imp.new_module(??) +imp.os(??) +imp.release_lock(??) +imp.reload(??) +imp.source_from_cache(??) +imp.sys(??) +imp.tokenize(??) +imp.types(??) +imp.util(??) +imp.warnings(??) +importlib.abc.ExecutionLoader(??) +importlib.abc.FileLoader(??) +importlib.abc.Finder(??) +importlib.abc.InspectLoader(??) +importlib.abc.Loader(??) +importlib.abc.MetaPathFinder(??) +importlib.abc.PathEntryFinder(??) +importlib.abc.ResourceLoader(??) +importlib.abc.SourceLoader(??) +importlib.abc.abc(??) +importlib.abc.machinery(??) +importlib.find_loader(??) +importlib.import_module(??) +importlib.invalidate_caches(??) +importlib.machinery(??) +importlib.machinery.BYTECODE_SUFFIXES(??) +importlib.machinery.BuiltinImporter(??) +importlib.machinery.DEBUG_BYTECODE_SUFFIXES(??) +importlib.machinery.EXTENSION_SUFFIXES(??) +importlib.machinery.ExtensionFileLoader(??) +importlib.machinery.FileFinder(??) +importlib.machinery.FrozenImporter(??) +importlib.machinery.ModuleSpec(??) +importlib.machinery.OPTIMIZED_BYTECODE_SUFFIXES(??) +importlib.machinery.PathFinder(??) +importlib.machinery.SOURCE_SUFFIXES(??) +importlib.machinery.SourceFileLoader(??) +importlib.machinery.SourcelessFileLoader(??) +importlib.machinery.WindowsRegistryFinder(??) +importlib.machinery.all_suffixes(??) +importlib.reload(??) +importlib.sys(??) +importlib.types(??) +importlib.util(??) +importlib.util.MAGIC_NUMBER +importlib.util.cache_from_source(??) +importlib.util.contextmanager(??) +importlib.util.decode_source(??) +importlib.util.find_spec(??) +importlib.util.functools(??) +importlib.util.module_for_loader(??) +importlib.util.resolve_name(??) +importlib.util.set_loader(??) +importlib.util.set_package(??) +importlib.util.source_from_cache(??) +importlib.util.spec_from_file_location(??) +importlib.util.spec_from_loader(??) +importlib.util.sys(??) +importlib.util.warnings(??) +importlib.warnings(??) +input([prompt]) -> string +inspect.ArgInfo(args, varargs, keywords, locals) +inspect.ArgSpec(args, varargs, keywords, defaults) +inspect.Arguments(args, varargs, varkw) +inspect.Attribute(name, kind, defining_class, object) +inspect.BlockFinder(??) +inspect.BoundArguments(??) +inspect.CO_GENERATOR +inspect.CO_NESTED +inspect.CO_NEWLOCALS +inspect.CO_NOFREE +inspect.CO_OPTIMIZED +inspect.CO_VARARGS +inspect.CO_VARKEYWORDS +inspect.ClosureVars(nonlocals, globals, builtins, unbound) +inspect.EndOfBlock(??) +inspect.FullArgSpec(args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations) +inspect.GEN_CLOSED +inspect.GEN_CREATED +inspect.GEN_RUNNING +inspect.GEN_SUSPENDED +inspect.ModuleInfo(name, suffix, mode, module_type) +inspect.OrderedDict(??) +inspect.Parameter(??) +inspect.Signature(??) +inspect.TPFLAGS_IS_ABSTRACT +inspect.Traceback(filename, lineno, function, code_context, index) +inspect.ast(??) +inspect.attrgetter(attr, ...) --> attrgetter object +inspect.builtins(??) +inspect.classify_class_attrs(??) +inspect.cleandoc(??) +inspect.currentframe(??) +inspect.findsource(??) +inspect.formatannotation(??) +inspect.formatannotationrelativeto(??) +inspect.formatargspec(??) +inspect.formatargvalues(??) +inspect.functools(??) +inspect.getabsfile(??) +inspect.getargs(??) +inspect.getargspec(??) +inspect.getargvalues(??) +inspect.getattr_static(??) +inspect.getblock(??) +inspect.getcallargs(??) +inspect.getclasstree(??) +inspect.getclosurevars(??) +inspect.getcomments(??) +inspect.getdoc(??) +inspect.getfile(??) +inspect.getframeinfo(??) +inspect.getfullargspec(??) +inspect.getgeneratorlocals(??) +inspect.getgeneratorstate(??) +inspect.getinnerframes(??) +inspect.getlineno(??) +inspect.getmembers(??) +inspect.getmodule(??) +inspect.getmoduleinfo(??) +inspect.getmodulename(??) +inspect.getmro(??) +inspect.getouterframes(??) +inspect.getsource(??) +inspect.getsourcefile(??) +inspect.getsourcelines(??) +inspect.importlib(??) +inspect.indentsize(??) +inspect.isabstract(??) +inspect.isbuiltin(??) +inspect.isclass(??) +inspect.iscode(??) +inspect.isdatadescriptor(??) +inspect.isframe(??) +inspect.isfunction(??) +inspect.isgenerator(??) +inspect.isgeneratorfunction(??) +inspect.isgetsetdescriptor(??) +inspect.ismemberdescriptor(??) +inspect.ismethod(??) +inspect.ismethoddescriptor(??) +inspect.ismodule(??) +inspect.isroutine(??) +inspect.istraceback(??) +inspect.itertools(??) +inspect.k +inspect.linecache(??) +inspect.mod_dict(??) +inspect.modulesbyfile(??) +inspect.namedtuple(??) +inspect.os(??) +inspect.re(??) +inspect.signature(??) +inspect.stack(??) +inspect.sys(??) +inspect.token(??) +inspect.tokenize(??) +inspect.trace(??) +inspect.types(??) +inspect.unwrap(??) +inspect.v +inspect.walktree(??) +inspect.warnings(??) +int(x=0) -> integer +io.BlockingIOError(??) +io.BufferedIOBase(??) +io.BufferedRWPair(??) +io.BufferedRandom(??) +io.BufferedReader(??) +io.BufferedWriter(??) +io.BytesIO([buffer]) -> object +io.DEFAULT_BUFFER_SIZE +io.FileIO(??) +io.IOBase(??) +io.IncrementalNewlineDecoder(??) +io.OpenWrapper(??) +io.RawIOBase(??) +io.SEEK_CUR +io.SEEK_END +io.SEEK_SET +io.StringIO(??) +io.TextIOBase(??) +io.TextIOWrapper(??) +io.UnsupportedOperation(??) +io.abc(??) +io.open(??) +ipaddress.AddressValueError(??) +ipaddress.IPV4LENGTH +ipaddress.IPV6LENGTH +ipaddress.IPv4Address(??) +ipaddress.IPv4Interface(??) +ipaddress.IPv4Network(??) +ipaddress.IPv6Address(??) +ipaddress.IPv6Interface(??) +ipaddress.IPv6Network(??) +ipaddress.NetmaskValueError(??) +ipaddress.collapse_addresses(??) +ipaddress.functools(??) +ipaddress.get_mixed_type_key(??) +ipaddress.ip_address(??) +ipaddress.ip_interface(??) +ipaddress.ip_network(??) +ipaddress.summarize_address_range(??) +ipaddress.v4_int_to_packed(??) +ipaddress.v6_int_to_packed(??) +isinstance(object, class-or-type-or-tuple) -> bool +issubclass(C, B) -> bool +iter(iterable) -> iterator +itertools.accumulate(iterable[, func]) --> accumulate object +itertools.chain(*iterables) --> chain object +itertools.combinations(iterable, r) --> combinations object +itertools.combinations_with_replacement(iterable, r) --> combinations_with_replacement object +itertools.compress(data, selectors) --> iterator over selected data +itertools.count(start=0, step=1) --> count object +itertools.cycle(iterable) --> cycle object +itertools.dropwhile(predicate, iterable) --> dropwhile object +itertools.filterfalse(function or None, sequence) --> filterfalse object +itertools.groupby(iterable[, keyfunc]) -> create an iterator which returns +itertools.islice(iterable, stop) --> islice object +itertools.permutations(iterable[, r]) --> permutations object +itertools.product(*iterables, repeat=1) --> product object +itertools.repeat(object [,times]) -> create an iterator which returns the object +itertools.starmap(function, sequence) --> starmap object +itertools.takewhile(predicate, iterable) --> takewhile object +itertools.tee(iterable, n=2) --> tuple of n independent iterators. +itertools.zip_longest(iter1 [,iter2 [...]], [fillvalue=None]) --> zip_longest object +json.JSONDecoder(??) +json.JSONEncoder(??) +json.decoder(??) +json.decoder.BACKSLASH(??) +json.decoder.FLAGS +json.decoder.JSONArray(??) +json.decoder.JSONDecoder(??) +json.decoder.JSONObject(??) +json.decoder.NaN +json.decoder.NegInf +json.decoder.PosInf +json.decoder.STRINGCHUNK(??) +json.decoder.WHITESPACE(??) +json.decoder.WHITESPACE_STR +json.decoder.c_scanstring(??) +json.decoder.errmsg(??) +json.decoder.linecol(??) +json.decoder.py_scanstring(??) +json.decoder.re(??) +json.decoder.scanner(??) +json.decoder.scanstring(string, end, strict=True) -> (string, end) +json.dump(??) +json.dumps(??) +json.encoder(??) +json.encoder.ESCAPE(??) +json.encoder.ESCAPE_ASCII(??) +json.encoder.ESCAPE_DCT(??) +json.encoder.FLOAT_REPR(??) +json.encoder.HAS_UTF8(??) +json.encoder.INFINITY +json.encoder.JSONEncoder(??) +json.encoder.c_encode_basestring_ascii(??) +json.encoder.c_make_encoder(??) +json.encoder.encode_basestring(??) +json.encoder.encode_basestring_ascii(string) -> string +json.encoder.i +json.encoder.py_encode_basestring_ascii(??) +json.encoder.re(??) +json.load(??) +json.loads(??) +json.scanner(??) +json.scanner.NUMBER_RE(??) +json.scanner.c_make_scanner(??) +json.scanner.make_scanner(??) +json.scanner.py_make_scanner(??) +json.scanner.re(??) +json.tool.json(??) +json.tool.main(??) +json.tool.sys(??) +keyword.iskeyword(??) +keyword.kwlist(??) +keyword.main(??) +len(module, object) +license(??) +linecache.cache(??) +linecache.checkcache(??) +linecache.clearcache(??) +linecache.getline(??) +linecache.getlines(??) +linecache.os(??) +linecache.sys(??) +linecache.tokenize(??) +linecache.updatecache(??) +list() -> new empty list +locale.ABDAY_1 +locale.ABDAY_2 +locale.ABDAY_3 +locale.ABDAY_4 +locale.ABDAY_5 +locale.ABDAY_6 +locale.ABDAY_7 +locale.ABMON_1 +locale.ABMON_10 +locale.ABMON_11 +locale.ABMON_12 +locale.ABMON_2 +locale.ABMON_3 +locale.ABMON_4 +locale.ABMON_5 +locale.ABMON_6 +locale.ABMON_7 +locale.ABMON_8 +locale.ABMON_9 +locale.ALT_DIGITS +locale.AM_STR +locale.CHAR_MAX +locale.CODESET +locale.CRNCYSTR +locale.DAY_1 +locale.DAY_2 +locale.DAY_3 +locale.DAY_4 +locale.DAY_5 +locale.DAY_6 +locale.DAY_7 +locale.D_FMT +locale.D_T_FMT +locale.ERA +locale.ERA_D_FMT +locale.ERA_D_T_FMT +locale.ERA_T_FMT +locale.Error(??) +locale.LC_ALL +locale.LC_COLLATE +locale.LC_CTYPE +locale.LC_MESSAGES +locale.LC_MONETARY +locale.LC_NUMERIC +locale.LC_TIME +locale.MON_1 +locale.MON_10 +locale.MON_11 +locale.MON_12 +locale.MON_2 +locale.MON_3 +locale.MON_4 +locale.MON_5 +locale.MON_6 +locale.MON_7 +locale.MON_8 +locale.MON_9 +locale.NOEXPR +locale.PM_STR +locale.RADIXCHAR +locale.THOUSEP +locale.T_FMT +locale.T_FMT_AMPM +locale.YESEXPR +locale.atof(??) +locale.atoi(??) +locale.collections(??) +locale.currency(??) +locale.encodings(??) +locale.format(??) +locale.format_string(??) +locale.functools(??) +locale.getdefaultlocale(??) +locale.getlocale(??) +locale.getpreferredencoding(??) +locale.k +locale.locale_alias(??) +locale.locale_encoding_alias(??) +locale.localeconv(??) +locale.nl_langinfo(key) -> string +locale.normalize(??) +locale.re(??) +locale.resetlocale(??) +locale.setlocale(??) +locale.str(??) +locale.strcoll(??) +locale.strxfrm(string) -> string. +locale.sys(??) +locale.v +locale.windows_locale(??) +locals() -> dictionary +logging.BASIC_FORMAT +logging.BufferingFormatter(??) +logging.CRITICAL +logging.DEBUG +logging.ERROR +logging.FATAL +logging.FileHandler(??) +logging.Filter(??) +logging.Filterer(??) +logging.Formatter(??) +logging.Handler(??) +logging.INFO +logging.LogRecord(??) +logging.Logger(??) +logging.LoggerAdapter(??) +logging.Manager(??) +logging.NOTSET +logging.NullHandler(??) +logging.PercentStyle(??) +logging.PlaceHolder(??) +logging.RootLogger(??) +logging.StrFormatStyle(??) +logging.StreamHandler(??) +logging.StringTemplateStyle(??) +logging.Template(??) +logging.WARN +logging.WARNING +logging.addLevelName(??) +logging.atexit(??) +logging.basicConfig(??) +logging.captureWarnings(??) +logging.config.BaseConfigurator(??) +logging.config.ConvertingDict(??) +logging.config.ConvertingList(??) +logging.config.ConvertingTuple(??) +logging.config.DEFAULT_LOGGING_CONFIG_PORT +logging.config.DictConfigurator(??) +logging.config.IDENTIFIER(??) +logging.config.RESET_ERROR +logging.config.StreamRequestHandler(??) +logging.config.ThreadingTCPServer(??) +logging.config.dictConfig(??) +logging.config.dictConfigClass(??) +logging.config.fileConfig(??) +logging.config.io(??) +logging.config.listen(??) +logging.config.logging(??) +logging.config.re(??) +logging.config.socket(??) +logging.config.stopListening(??) +logging.config.struct(??) +logging.config.sys(??) +logging.config.thread(??) +logging.config.threading(??) +logging.config.traceback(??) +logging.config.valid_ident(??) +logging.critical(??) +logging.currentframe(??) +logging.debug(??) +logging.disable(??) +logging.error(??) +logging.exception(??) +logging.fatal(??) +logging.getLevelName(??) +logging.getLogRecordFactory(??) +logging.getLogger(??) +logging.getLoggerClass(??) +logging.handlers.BOM_UTF8 +logging.handlers.BaseRotatingHandler(??) +logging.handlers.BufferingHandler(??) +logging.handlers.DEFAULT_HTTP_LOGGING_PORT +logging.handlers.DEFAULT_SOAP_LOGGING_PORT +logging.handlers.DEFAULT_TCP_LOGGING_PORT +logging.handlers.DEFAULT_UDP_LOGGING_PORT +logging.handlers.DatagramHandler(??) +logging.handlers.HTTPHandler(??) +logging.handlers.MemoryHandler(??) +logging.handlers.NTEventLogHandler(??) +logging.handlers.QueueHandler(??) +logging.handlers.QueueListener(??) +logging.handlers.RotatingFileHandler(??) +logging.handlers.SMTPHandler(??) +logging.handlers.ST_DEV +logging.handlers.ST_INO +logging.handlers.ST_MTIME +logging.handlers.SYSLOG_TCP_PORT +logging.handlers.SYSLOG_UDP_PORT +logging.handlers.SocketHandler(??) +logging.handlers.SysLogHandler(??) +logging.handlers.TimedRotatingFileHandler(??) +logging.handlers.WatchedFileHandler(??) +logging.handlers.errno(??) +logging.handlers.logging(??) +logging.handlers.os(??) +logging.handlers.pickle(??) +logging.handlers.queue(??) +logging.handlers.re(??) +logging.handlers.socket(??) +logging.handlers.struct(??) +logging.handlers.threading(??) +logging.handlers.time(??) +logging.info(??) +logging.io(??) +logging.lastResort(??) +logging.log(??) +logging.logMultiprocessing(??) +logging.logProcesses(??) +logging.logThreads(??) +logging.makeLogRecord(??) +logging.os(??) +logging.raiseExceptions(??) +logging.root(??) +logging.setLogRecordFactory(??) +logging.setLoggerClass(??) +logging.shutdown(??) +logging.sys(??) +logging.threading(??) +logging.time(??) +logging.traceback(??) +logging.warn(??) +logging.warning(??) +logging.warnings(??) +logging.weakref(??) +lzma.CHECK_CRC32 +lzma.CHECK_CRC64 +lzma.CHECK_ID_MAX +lzma.CHECK_NONE +lzma.CHECK_SHA256 +lzma.CHECK_UNKNOWN +lzma.FILTER_ARM +lzma.FILTER_ARMTHUMB +lzma.FILTER_DELTA +lzma.FILTER_IA64 +lzma.FILTER_LZMA1 +lzma.FILTER_LZMA2 +lzma.FILTER_POWERPC +lzma.FILTER_SPARC +lzma.FILTER_X86 +lzma.FORMAT_ALONE +lzma.FORMAT_AUTO +lzma.FORMAT_RAW +lzma.FORMAT_XZ +lzma.LZMACompressor(format=FORMAT_XZ, check=-1, preset=None, filters=None) +lzma.LZMADecompressor(??) +lzma.LZMAError(??) +lzma.LZMAFile(??) +lzma.MF_BT2 +lzma.MF_BT3 +lzma.MF_BT4 +lzma.MF_HC3 +lzma.MF_HC4 +lzma.MODE_FAST +lzma.MODE_NORMAL +lzma.PRESET_DEFAULT +lzma.PRESET_EXTREME +lzma.builtins(??) +lzma.compress(??) +lzma.decompress(??) +lzma.io(??) +lzma.is_check_supported(??) +lzma.open(??) +macpath.SF_APPEND +macpath.SF_ARCHIVED +macpath.SF_IMMUTABLE +macpath.SF_NOUNLINK +macpath.SF_SNAPSHOT +macpath.ST_ATIME +macpath.ST_CTIME +macpath.ST_DEV +macpath.ST_GID +macpath.ST_INO +macpath.ST_MODE +macpath.ST_MTIME +macpath.ST_NLINK +macpath.ST_SIZE +macpath.ST_UID +macpath.S_ENFMT +macpath.S_IEXEC +macpath.S_IFBLK +macpath.S_IFCHR +macpath.S_IFDIR +macpath.S_IFDOOR +macpath.S_IFIFO +macpath.S_IFLNK +macpath.S_IFMT(??) +macpath.S_IFPORT +macpath.S_IFREG +macpath.S_IFSOCK +macpath.S_IFWHT +macpath.S_IMODE(??) +macpath.S_IREAD +macpath.S_IRGRP +macpath.S_IROTH +macpath.S_IRUSR +macpath.S_IRWXG +macpath.S_IRWXO +macpath.S_IRWXU +macpath.S_ISBLK(mode) -> bool +macpath.S_ISCHR(mode) -> bool +macpath.S_ISDIR(mode) -> bool +macpath.S_ISDOOR(mode) -> bool +macpath.S_ISFIFO(mode) -> bool +macpath.S_ISGID +macpath.S_ISLNK(mode) -> bool +macpath.S_ISPORT(mode) -> bool +macpath.S_ISREG(mode) -> bool +macpath.S_ISSOCK(mode) -> bool +macpath.S_ISUID +macpath.S_ISVTX +macpath.S_ISWHT(mode) -> bool +macpath.S_IWGRP +macpath.S_IWOTH +macpath.S_IWRITE +macpath.S_IWUSR +macpath.S_IXGRP +macpath.S_IXOTH +macpath.S_IXUSR +macpath.UF_APPEND +macpath.UF_COMPRESSED +macpath.UF_HIDDEN +macpath.UF_IMMUTABLE +macpath.UF_NODUMP +macpath.UF_NOUNLINK +macpath.UF_OPAQUE +macpath.abspath(??) +macpath.altsep(??) +macpath.basename(??) +macpath.commonprefix(??) +macpath.curdir +macpath.defpath +macpath.devnull +macpath.dirname(??) +macpath.exists(??) +macpath.expanduser(??) +macpath.expandvars(??) +macpath.extsep +macpath.filemode(??) +macpath.genericpath(??) +macpath.getatime(??) +macpath.getctime(??) +macpath.getmtime(??) +macpath.getsize(??) +macpath.isabs(??) +macpath.isdir(??) +macpath.isfile(??) +macpath.islink(??) +macpath.ismount(??) +macpath.join(??) +macpath.lexists(??) +macpath.norm_error(??) +macpath.normcase(??) +macpath.normpath(??) +macpath.os(??) +macpath.pardir +macpath.pathsep +macpath.realpath(??) +macpath.samefile(??) +macpath.sameopenfile(??) +macpath.samestat(??) +macpath.sep +macpath.split(??) +macpath.splitdrive(??) +macpath.splitext(??) +macpath.supports_unicode_filenames(??) +macurl2path.os(??) +macurl2path.pathname2url(??) +macurl2path.url2pathname(??) +macurl2path.urllib(??) +mailbox.Babyl(??) +mailbox.BabylMessage(??) +mailbox.Error(??) +mailbox.ExternalClashError(??) +mailbox.FormatError(??) +mailbox.MH(??) +mailbox.MHMessage(??) +mailbox.MMDF(??) +mailbox.MMDFMessage(??) +mailbox.Mailbox(??) +mailbox.Maildir(??) +mailbox.MaildirMessage(??) +mailbox.Message(??) +mailbox.NoSuchMailboxError(??) +mailbox.NotEmptyError(??) +mailbox.calendar(??) +mailbox.contextlib(??) +mailbox.copy(??) +mailbox.email(??) +mailbox.errno(??) +mailbox.fcntl(??) +mailbox.io(??) +mailbox.linesep +mailbox.mbox(??) +mailbox.mboxMessage(??) +mailbox.os(??) +mailbox.socket(??) +mailbox.sys(??) +mailbox.time(??) +mailbox.warnings(??) +mailcap.findmatch(??) +mailcap.findparam(??) +mailcap.getcaps(??) +mailcap.listmailcapfiles(??) +mailcap.lookup(??) +mailcap.os(??) +mailcap.parsefield(??) +mailcap.parseline(??) +mailcap.readmailcapfile(??) +mailcap.show(??) +mailcap.subst(??) +mailcap.test(??) +map(func, *iterables) --> map object +marshal.dump(value, file[, version]) +marshal.dumps(value[, version]) +marshal.load(file) +marshal.loads(bytes) +marshal.version +math.acos(x) +math.acosh(x) +math.asin(x) +math.asinh(x) +math.atan(x) +math.atan2(y, x) +math.atanh(x) +math.ceil(x) +math.copysign(x, y) +math.cos(x) +math.cosh(x) +math.degrees(x) +math.e +math.erf(x) +math.erfc(x) +math.exp(x) +math.expm1(x) +math.fabs(x) +math.factorial(x) -> Integral +math.floor(x) +math.fmod(x, y) +math.frexp(x) +math.fsum(iterable) +math.gamma(x) +math.hypot(x, y) +math.isfinite(x) -> bool +math.isinf(x) -> bool +math.isnan(x) -> bool +math.ldexp(x, i) +math.lgamma(x) +math.log(x[, base]) +math.log10(x) +math.log1p(x) +math.log2(x) +math.modf(x) +math.pi +math.pow(x, y) +math.radians(x) +math.sin(x) +math.sinh(x) +math.sqrt(x) +math.tan(x) +math.tanh(x) +math.trunc(x:Real) -> Integral +max(iterable[, key=func]) -> value +memoryview(object) +mimetypes.MimeTypes(??) +mimetypes.add_type(??) +mimetypes.common_types(??) +mimetypes.encodings_map(??) +mimetypes.guess_all_extensions(??) +mimetypes.guess_extension(??) +mimetypes.guess_type(??) +mimetypes.init(??) +mimetypes.inited(??) +mimetypes.knownfiles(??) +mimetypes.os(??) +mimetypes.posixpath(??) +mimetypes.read_mime_types(??) +mimetypes.suffix_map(??) +mimetypes.sys(??) +mimetypes.types_map(??) +mimetypes.urllib(??) +min(iterable[, key=func]) -> value +mmap.ACCESS_COPY +mmap.ACCESS_READ +mmap.ACCESS_WRITE +mmap.ALLOCATIONGRANULARITY +mmap.MAP_ANON +mmap.MAP_ANONYMOUS +mmap.MAP_PRIVATE +mmap.MAP_SHARED +mmap.PAGESIZE +mmap.PROT_EXEC +mmap.PROT_READ +mmap.PROT_WRITE +mmap.error(??) +mmap.mmap(??) +modulefinder.AddPackagePath(??) +modulefinder.HAVE_ARGUMENT +modulefinder.IMPORT_NAME +modulefinder.LOAD_CONST +modulefinder.Module(??) +modulefinder.ModuleFinder(??) +modulefinder.ReplacePackage(??) +modulefinder.STORE_GLOBAL +modulefinder.STORE_NAME +modulefinder.STORE_OPS(??) +modulefinder.dis(??) +modulefinder.imp(??) +modulefinder.importlib(??) +modulefinder.marshal(??) +modulefinder.os(??) +modulefinder.packagePathMap(??) +modulefinder.replacePackageMap(??) +modulefinder.struct(??) +modulefinder.sys(??) +modulefinder.test(??) +modulefinder.types(??) +modulefinder.warnings(??) +multiprocessing.Array(??) +multiprocessing.AuthenticationError(??) +multiprocessing.Barrier(??) +multiprocessing.BoundedSemaphore(??) +multiprocessing.BufferTooShort(??) +multiprocessing.Condition(??) +multiprocessing.Event(??) +multiprocessing.JoinableQueue(??) +multiprocessing.Lock(??) +multiprocessing.Manager(??) +multiprocessing.Pipe(??) +multiprocessing.Pool(??) +multiprocessing.Process(??) +multiprocessing.ProcessError(??) +multiprocessing.Queue(??) +multiprocessing.RLock(??) +multiprocessing.RawArray(??) +multiprocessing.RawValue(??) +multiprocessing.SUBDEBUG +multiprocessing.SUBWARNING +multiprocessing.Semaphore(??) +multiprocessing.SimpleQueue(??) +multiprocessing.TimeoutError(??) +multiprocessing.Value(??) +multiprocessing.active_children(??) +multiprocessing.allow_connection_pickling(??) +multiprocessing.connection(??) +multiprocessing.connection.AuthenticationError(??) +multiprocessing.connection.BUFSIZE +multiprocessing.connection.BufferTooShort(??) +multiprocessing.connection.CHALLENGE +multiprocessing.connection.CONNECTION_TIMEOUT +multiprocessing.connection.Client(??) +multiprocessing.connection.Connection(??) +multiprocessing.connection.ConnectionWrapper(??) +multiprocessing.connection.FAILURE +multiprocessing.connection.ForkingPickler(??) +multiprocessing.connection.Listener(??) +multiprocessing.connection.MESSAGE_LENGTH +multiprocessing.connection.Pipe(??) +multiprocessing.connection.SocketClient(??) +multiprocessing.connection.SocketListener(??) +multiprocessing.connection.WELCOME +multiprocessing.connection.XmlClient(??) +multiprocessing.connection.XmlListener(??) +multiprocessing.connection.address_type(??) +multiprocessing.connection.answer_challenge(??) +multiprocessing.connection.arbitrary_address(??) +multiprocessing.connection.default_family +multiprocessing.connection.deliver_challenge(??) +multiprocessing.connection.errno(??) +multiprocessing.connection.families(??) +multiprocessing.connection.io(??) +multiprocessing.connection.itertools(??) +multiprocessing.connection.os(??) +multiprocessing.connection.rebuild_connection(??) +multiprocessing.connection.reduce_connection(??) +multiprocessing.connection.reduction(??) +multiprocessing.connection.selectors(??) +multiprocessing.connection.socket(??) +multiprocessing.connection.struct(??) +multiprocessing.connection.sys(??) +multiprocessing.connection.tempfile(??) +multiprocessing.connection.time(??) +multiprocessing.connection.util(??) +multiprocessing.connection.wait(??) +multiprocessing.context(??) +multiprocessing.context.AuthenticationError(??) +multiprocessing.context.BaseContext(??) +multiprocessing.context.BufferTooShort(??) +multiprocessing.context.DefaultContext(??) +multiprocessing.context.ForkContext(??) +multiprocessing.context.ForkProcess(??) +multiprocessing.context.ForkServerContext(??) +multiprocessing.context.ForkServerProcess(??) +multiprocessing.context.Process(??) +multiprocessing.context.ProcessError(??) +multiprocessing.context.SpawnContext(??) +multiprocessing.context.SpawnProcess(??) +multiprocessing.context.TimeoutError(??) +multiprocessing.context.assert_spawning(??) +multiprocessing.context.get_spawning_popen(??) +multiprocessing.context.os(??) +multiprocessing.context.process(??) +multiprocessing.context.set_spawning_popen(??) +multiprocessing.context.sys(??) +multiprocessing.context.threading(??) +multiprocessing.cpu_count(??) +multiprocessing.current_process(??) +multiprocessing.dummy.Array(??) +multiprocessing.dummy.Barrier(??) +multiprocessing.dummy.BoundedSemaphore(??) +multiprocessing.dummy.Condition(??) +multiprocessing.dummy.DummyProcess(??) +multiprocessing.dummy.Event(??) +multiprocessing.dummy.JoinableQueue(??) +multiprocessing.dummy.Lock(??) +multiprocessing.dummy.Manager(??) +multiprocessing.dummy.Namespace(??) +multiprocessing.dummy.Pipe(??) +multiprocessing.dummy.Pool(??) +multiprocessing.dummy.Process(??) +multiprocessing.dummy.Queue(??) +multiprocessing.dummy.RLock(??) +multiprocessing.dummy.Semaphore(??) +multiprocessing.dummy.Value(??) +multiprocessing.dummy.active_children(??) +multiprocessing.dummy.array(??) +multiprocessing.dummy.connection(??) +multiprocessing.dummy.connection.Client(??) +multiprocessing.dummy.connection.Connection(??) +multiprocessing.dummy.connection.Listener(??) +multiprocessing.dummy.connection.Pipe(??) +multiprocessing.dummy.connection.Queue(??) +multiprocessing.dummy.connection.families(??) +multiprocessing.dummy.current_process(??) +multiprocessing.dummy.dict() -> new empty dictionary +multiprocessing.dummy.freeze_support(??) +multiprocessing.dummy.list() -> new empty list +multiprocessing.dummy.shutdown(??) +multiprocessing.dummy.sys(??) +multiprocessing.dummy.threading(??) +multiprocessing.dummy.weakref(??) +multiprocessing.forkserver.ForkServer(??) +multiprocessing.forkserver.MAXFDS_TO_SEND +multiprocessing.forkserver.UNSIGNED_STRUCT(??) +multiprocessing.forkserver.connect_to_new_process(??) +multiprocessing.forkserver.connection(??) +multiprocessing.forkserver.ensure_running(??) +multiprocessing.forkserver.errno(??) +multiprocessing.forkserver.get_inherited_fds(??) +multiprocessing.forkserver.main(??) +multiprocessing.forkserver.os(??) +multiprocessing.forkserver.process(??) +multiprocessing.forkserver.read_unsigned(??) +multiprocessing.forkserver.reduction(??) +multiprocessing.forkserver.selectors(??) +multiprocessing.forkserver.semaphore_tracker(??) +multiprocessing.forkserver.set_forkserver_preload(??) +multiprocessing.forkserver.signal(??) +multiprocessing.forkserver.socket(??) +multiprocessing.forkserver.spawn(??) +multiprocessing.forkserver.struct(??) +multiprocessing.forkserver.sys(??) +multiprocessing.forkserver.threading(??) +multiprocessing.forkserver.util(??) +multiprocessing.forkserver.write_unsigned(??) +multiprocessing.freeze_support(??) +multiprocessing.get_all_start_methods(??) +multiprocessing.get_context(??) +multiprocessing.get_logger(??) +multiprocessing.get_start_method(??) +multiprocessing.heap.Arena(??) +multiprocessing.heap.BufferWrapper(??) +multiprocessing.heap.Heap(??) +multiprocessing.heap.bisect(??) +multiprocessing.heap.context(??) +multiprocessing.heap.itertools(??) +multiprocessing.heap.mmap(??) +multiprocessing.heap.os(??) +multiprocessing.heap.rebuild_arena(??) +multiprocessing.heap.reduce_arena(??) +multiprocessing.heap.reduction(??) +multiprocessing.heap.sys(??) +multiprocessing.heap.tempfile(??) +multiprocessing.heap.threading(??) +multiprocessing.heap.util(??) +multiprocessing.log_to_stderr(??) +multiprocessing.managers.AcquirerProxy(??) +multiprocessing.managers.Array(??) +multiprocessing.managers.ArrayProxy(??) +multiprocessing.managers.AutoProxy(??) +multiprocessing.managers.BarrierProxy(??) +multiprocessing.managers.BaseListProxy(??) +multiprocessing.managers.BaseManager(??) +multiprocessing.managers.BaseProxy(??) +multiprocessing.managers.ConditionProxy(??) +multiprocessing.managers.DictProxy(??) +multiprocessing.managers.EventProxy(??) +multiprocessing.managers.IteratorProxy(??) +multiprocessing.managers.ListProxy(??) +multiprocessing.managers.MakeProxyType(??) +multiprocessing.managers.Namespace(??) +multiprocessing.managers.NamespaceProxy(??) +multiprocessing.managers.PoolProxy(??) +multiprocessing.managers.ProcessLocalSet(??) +multiprocessing.managers.RebuildProxy(??) +multiprocessing.managers.RemoteError(??) +multiprocessing.managers.Server(??) +multiprocessing.managers.State(??) +multiprocessing.managers.SyncManager(??) +multiprocessing.managers.Token(??) +multiprocessing.managers.Value(??) +multiprocessing.managers.ValueProxy(??) +multiprocessing.managers.all_methods(??) +multiprocessing.managers.array(??) +multiprocessing.managers.connection(??) +multiprocessing.managers.context(??) +multiprocessing.managers.convert_to_error(??) +multiprocessing.managers.dispatch(??) +multiprocessing.managers.format_exc(??) +multiprocessing.managers.get_context(??) +multiprocessing.managers.listener_client(??) +multiprocessing.managers.pool(??) +multiprocessing.managers.process(??) +multiprocessing.managers.public_methods(??) +multiprocessing.managers.queue(??) +multiprocessing.managers.rebuild_as_list(??) +multiprocessing.managers.reduce_array(??) +multiprocessing.managers.reduction(??) +multiprocessing.managers.sys(??) +multiprocessing.managers.threading(??) +multiprocessing.managers.util(??) +multiprocessing.managers.view_type(??) +multiprocessing.managers.view_types(??) +multiprocessing.pool.ApplyResult(??) +multiprocessing.pool.AsyncResult(??) +multiprocessing.pool.CLOSE +multiprocessing.pool.ExceptionWithTraceback(??) +multiprocessing.pool.IMapIterator(??) +multiprocessing.pool.IMapUnorderedIterator(??) +multiprocessing.pool.MapResult(??) +multiprocessing.pool.MaybeEncodingError(??) +multiprocessing.pool.Pool(??) +multiprocessing.pool.RUN +multiprocessing.pool.RemoteTraceback(??) +multiprocessing.pool.TERMINATE +multiprocessing.pool.ThreadPool(??) +multiprocessing.pool.TimeoutError(??) +multiprocessing.pool.collections(??) +multiprocessing.pool.cpu_count(??) +multiprocessing.pool.get_context(??) +multiprocessing.pool.itertools(??) +multiprocessing.pool.job_counter(??) +multiprocessing.pool.mapstar(??) +multiprocessing.pool.os(??) +multiprocessing.pool.queue(??) +multiprocessing.pool.rebuild_exc(??) +multiprocessing.pool.starmapstar(??) +multiprocessing.pool.threading(??) +multiprocessing.pool.time(??) +multiprocessing.pool.traceback(??) +multiprocessing.pool.util(??) +multiprocessing.pool.worker(??) +multiprocessing.popen_fork.Popen(??) +multiprocessing.popen_fork.errno(??) +multiprocessing.popen_fork.os(??) +multiprocessing.popen_fork.signal(??) +multiprocessing.popen_fork.sys(??) +multiprocessing.popen_fork.util(??) +multiprocessing.popen_forkserver.Popen(??) +multiprocessing.popen_forkserver.context(??) +multiprocessing.popen_forkserver.forkserver(??) +multiprocessing.popen_forkserver.io(??) +multiprocessing.popen_forkserver.os(??) +multiprocessing.popen_forkserver.popen_fork(??) +multiprocessing.popen_forkserver.reduction(??) +multiprocessing.popen_forkserver.spawn(??) +multiprocessing.popen_forkserver.util(??) +multiprocessing.popen_spawn_posix.Popen(??) +multiprocessing.popen_spawn_posix.context(??) +multiprocessing.popen_spawn_posix.current_process(??) +multiprocessing.popen_spawn_posix.fcntl(??) +multiprocessing.popen_spawn_posix.io(??) +multiprocessing.popen_spawn_posix.os(??) +multiprocessing.popen_spawn_posix.popen_fork(??) +multiprocessing.popen_spawn_posix.reduction(??) +multiprocessing.popen_spawn_posix.spawn(??) +multiprocessing.popen_spawn_posix.util(??) +multiprocessing.process(??) +multiprocessing.process.AuthenticationString(??) +multiprocessing.process.BaseProcess(??) +multiprocessing.process.ORIGINAL_DIR +multiprocessing.process.WeakSet(??) +multiprocessing.process.active_children(??) +multiprocessing.process.current_process(??) +multiprocessing.process.itertools(??) +multiprocessing.process.name +multiprocessing.process.os(??) +multiprocessing.process.signal(??) +multiprocessing.process.signum(??) +multiprocessing.process.sys(??) +multiprocessing.queues.Empty(??) +multiprocessing.queues.Finalize(??) +multiprocessing.queues.ForkingPickler(??) +multiprocessing.queues.Full(??) +multiprocessing.queues.JoinableQueue(??) +multiprocessing.queues.Queue(??) +multiprocessing.queues.SimpleQueue(??) +multiprocessing.queues.collections(??) +multiprocessing.queues.connection(??) +multiprocessing.queues.context(??) +multiprocessing.queues.debug(??) +multiprocessing.queues.errno(??) +multiprocessing.queues.info(??) +multiprocessing.queues.is_exiting(??) +multiprocessing.queues.os(??) +multiprocessing.queues.register_after_fork(??) +multiprocessing.queues.sys(??) +multiprocessing.queues.threading(??) +multiprocessing.queues.time(??) +multiprocessing.queues.weakref(??) +multiprocessing.reduction(??) +multiprocessing.reduction.ACKNOWLEDGE(??) +multiprocessing.reduction.DupFd(??) +multiprocessing.reduction.ForkingPickler(??) +multiprocessing.reduction.HAVE_SEND_HANDLE(??) +multiprocessing.reduction.array(??) +multiprocessing.reduction.context(??) +multiprocessing.reduction.copyreg(??) +multiprocessing.reduction.dump(??) +multiprocessing.reduction.functools(??) +multiprocessing.reduction.io(??) +multiprocessing.reduction.os(??) +multiprocessing.reduction.pickle(??) +multiprocessing.reduction.recv_handle(??) +multiprocessing.reduction.recvfds(??) +multiprocessing.reduction.register(??) +multiprocessing.reduction.send_handle(??) +multiprocessing.reduction.sendfds(??) +multiprocessing.reduction.socket(??) +multiprocessing.reduction.sys(??) +multiprocessing.reduction.util(??) +multiprocessing.resource_sharer.DupFd(??) +multiprocessing.resource_sharer.os(??) +multiprocessing.resource_sharer.process(??) +multiprocessing.resource_sharer.reduction(??) +multiprocessing.resource_sharer.signal(??) +multiprocessing.resource_sharer.socket(??) +multiprocessing.resource_sharer.stop(??) +multiprocessing.resource_sharer.sys(??) +multiprocessing.resource_sharer.threading(??) +multiprocessing.resource_sharer.util(??) +multiprocessing.semaphore_tracker.SemaphoreTracker(??) +multiprocessing.semaphore_tracker.current_process(??) +multiprocessing.semaphore_tracker.ensure_running(??) +multiprocessing.semaphore_tracker.errno(??) +multiprocessing.semaphore_tracker.getfd(??) +multiprocessing.semaphore_tracker.main(??) +multiprocessing.semaphore_tracker.os(??) +multiprocessing.semaphore_tracker.register(??) +multiprocessing.semaphore_tracker.signal(??) +multiprocessing.semaphore_tracker.spawn(??) +multiprocessing.semaphore_tracker.sys(??) +multiprocessing.semaphore_tracker.threading(??) +multiprocessing.semaphore_tracker.unregister(??) +multiprocessing.semaphore_tracker.util(??) +multiprocessing.semaphore_tracker.warnings(??) +multiprocessing.set_executable(??) +multiprocessing.set_forkserver_preload(??) +multiprocessing.set_start_method(??) +multiprocessing.sharedctypes.Array(??) +multiprocessing.sharedctypes.ForkingPickler(??) +multiprocessing.sharedctypes.RawArray(??) +multiprocessing.sharedctypes.RawValue(??) +multiprocessing.sharedctypes.Synchronized(??) +multiprocessing.sharedctypes.SynchronizedArray(??) +multiprocessing.sharedctypes.SynchronizedBase(??) +multiprocessing.sharedctypes.SynchronizedString(??) +multiprocessing.sharedctypes.Value(??) +multiprocessing.sharedctypes.assert_spawning(??) +multiprocessing.sharedctypes.class_cache(??) +multiprocessing.sharedctypes.copy(??) +multiprocessing.sharedctypes.ctypes(??) +multiprocessing.sharedctypes.get_context(??) +multiprocessing.sharedctypes.heap(??) +multiprocessing.sharedctypes.make_property(??) +multiprocessing.sharedctypes.prop_cache(??) +multiprocessing.sharedctypes.rebuild_ctype(??) +multiprocessing.sharedctypes.reduce_ctype(??) +multiprocessing.sharedctypes.synchronized(??) +multiprocessing.sharedctypes.template +multiprocessing.sharedctypes.typecode_to_type(??) +multiprocessing.sharedctypes.weakref(??) +multiprocessing.spawn.WINEXE(??) +multiprocessing.spawn.WINSERVICE(??) +multiprocessing.spawn.freeze_support(??) +multiprocessing.spawn.get_command_line(??) +multiprocessing.spawn.get_executable(??) +multiprocessing.spawn.get_preparation_data(??) +multiprocessing.spawn.get_start_method(??) +multiprocessing.spawn.import_main_path(??) +multiprocessing.spawn.is_forking(??) +multiprocessing.spawn.old_main_modules(??) +multiprocessing.spawn.os(??) +multiprocessing.spawn.pickle(??) +multiprocessing.spawn.prepare(??) +multiprocessing.spawn.process(??) +multiprocessing.spawn.runpy(??) +multiprocessing.spawn.set_executable(??) +multiprocessing.spawn.set_start_method(??) +multiprocessing.spawn.spawn_main(??) +multiprocessing.spawn.sys(??) +multiprocessing.spawn.types(??) +multiprocessing.spawn.util(??) +multiprocessing.synchronize.Barrier(??) +multiprocessing.synchronize.BoundedSemaphore(??) +multiprocessing.synchronize.Condition(??) +multiprocessing.synchronize.Event(??) +multiprocessing.synchronize.Lock(??) +multiprocessing.synchronize.RECURSIVE_MUTEX +multiprocessing.synchronize.RLock(??) +multiprocessing.synchronize.SEMAPHORE +multiprocessing.synchronize.SEM_VALUE_MAX +multiprocessing.synchronize.SemLock(??) +multiprocessing.synchronize.Semaphore(??) +multiprocessing.synchronize.context(??) +multiprocessing.synchronize.itertools(??) +multiprocessing.synchronize.os(??) +multiprocessing.synchronize.process(??) +multiprocessing.synchronize.sem_unlink(??) +multiprocessing.synchronize.sys(??) +multiprocessing.synchronize.tempfile(??) +multiprocessing.synchronize.threading(??) +multiprocessing.synchronize.util(??) +multiprocessing.sys(??) +multiprocessing.util(??) +multiprocessing.util.DEBUG +multiprocessing.util.DEFAULT_LOGGING_FORMAT +multiprocessing.util.Finalize(??) +multiprocessing.util.ForkAwareLocal(??) +multiprocessing.util.ForkAwareThreadLock(??) +multiprocessing.util.INFO +multiprocessing.util.LOGGER_NAME +multiprocessing.util.MAXFD +multiprocessing.util.NOTSET +multiprocessing.util.SUBDEBUG +multiprocessing.util.SUBWARNING +multiprocessing.util.atexit(??) +multiprocessing.util.close_all_fds_except(??) +multiprocessing.util.debug(??) +multiprocessing.util.functools(??) +multiprocessing.util.get_logger(??) +multiprocessing.util.get_temp_dir(??) +multiprocessing.util.info(??) +multiprocessing.util.is_exiting(??) +multiprocessing.util.itertools(??) +multiprocessing.util.log_to_stderr(??) +multiprocessing.util.os(??) +multiprocessing.util.process(??) +multiprocessing.util.register_after_fork(??) +multiprocessing.util.spawnv_passfds(??) +multiprocessing.util.sub_debug(??) +multiprocessing.util.sub_warning(??) +multiprocessing.util.sys(??) +multiprocessing.util.threading(??) +multiprocessing.util.weakref(??) +netrc.NetrcParseError(??) +netrc.netrc(??) +netrc.os(??) +netrc.shlex(??) +netrc.stat(??) +next(iterator[, default]) +nis.cat(map, domain = defaultdomain) +nis.error(??) +nis.get_default_domain() -> str +nis.maps(domain = defaultdomain) +nis.match(key, map, domain = defaultdomain) +nntplib.ArticleInfo(number, message_id, lines) +nntplib.GroupInfo(group, last, first, flag) +nntplib.NNTP(??) +nntplib.NNTPDataError(??) +nntplib.NNTPError(??) +nntplib.NNTPPermanentError(??) +nntplib.NNTPProtocolError(??) +nntplib.NNTPReplyError(??) +nntplib.NNTPTemporaryError(??) +nntplib.NNTP_PORT +nntplib.NNTP_SSL(??) +nntplib.NNTP_SSL_PORT +nntplib.collections(??) +nntplib.datetime(??) +nntplib.decode_header(??) +nntplib.re(??) +nntplib.socket(??) +nntplib.ssl(??) +nntplib.warnings(??) +numbers.ABCMeta(??) +numbers.Complex(??) +numbers.Integral(??) +numbers.Number(??) +numbers.Rational(??) +numbers.Real(??) +numbers.abstractmethod(??) +object(??) +oct(number) -> string +open(??) +operator.abs(a) -- Same as abs(a). +operator.add(a, b) -- Same as a + b. +operator.and_(a, b) -- Same as a & b. +operator.attrgetter(attr, ...) --> attrgetter object +operator.concat(a, b) -- Same as a + b, for a and b sequences. +operator.contains(a, b) -- Same as b in a (note reversed operands). +operator.countOf(a, b) -- Return the number of times b occurs in a. +operator.delitem(a, b) -- Same as del a[b]. +operator.eq(a, b) -- Same as a==b. +operator.floordiv(a, b) -- Same as a // b. +operator.ge(a, b) -- Same as a>=b. +operator.getitem(a, b) -- Same as a[b]. +operator.gt(a, b) -- Same as a>b. +operator.iadd(??) +operator.iand(??) +operator.iconcat(??) +operator.ifloordiv(??) +operator.ilshift(??) +operator.imod(??) +operator.imul(??) +operator.index(a) -- Same as a.__index__() +operator.indexOf(a, b) -- Return the first index of b in a. +operator.inv(a) -- Same as ~a. +operator.invert(a) -- Same as ~a. +operator.ior(??) +operator.ipow(??) +operator.irshift(??) +operator.is_(a, b) -- Same as a is b. +operator.is_not(a, b) -- Same as a is not b. +operator.isub(??) +operator.itemgetter(item, ...) --> itemgetter object +operator.itruediv(??) +operator.ixor(??) +operator.le(a, b) -- Same as a<=b. +operator.length_hint(obj, default=0) -> int +operator.lshift(a, b) -- Same as a << b. +operator.lt(a, b) -- Same as a<b. +operator.methodcaller(name, ...) --> methodcaller object +operator.mod(a, b) -- Same as a % b. +operator.mul(a, b) -- Same as a * b. +operator.ne(a, b) -- Same as a!=b. +operator.neg(a) -- Same as -a. +operator.not_(a) -- Same as not a. +operator.or_(a, b) -- Same as a | b. +operator.pos(a) -- Same as +a. +operator.pow(a, b) -- Same as a ** b. +operator.rshift(a, b) -- Same as a >> b. +operator.setitem(a, b, c) -- Same as a[b] = c. +operator.sub(a, b) -- Same as a - b. +operator.truediv(a, b) -- Same as a / b. +operator.truth(a) -- Return True if a is true, False otherwise. +operator.xor(a, b) -- Same as a ^ b. +optparse.AmbiguousOptionError(??) +optparse.BadOptionError(??) +optparse.HelpFormatter(??) +optparse.IndentedHelpFormatter(??) +optparse.NO_DEFAULT(??) +optparse.OptParseError(??) +optparse.Option(??) +optparse.OptionConflictError(??) +optparse.OptionContainer(??) +optparse.OptionError(??) +optparse.OptionGroup(??) +optparse.OptionParser(??) +optparse.OptionValueError(??) +optparse.SUPPRESS_HELP +optparse.SUPPRESS_USAGE +optparse.TitledHelpFormatter(??) +optparse.Values(??) +optparse.check_builtin(??) +optparse.check_choice(??) +optparse.gettext(??) +optparse.make_option(??) +optparse.ngettext(??) +optparse.os(??) +optparse.sys(??) +optparse.textwrap(??) +ord(c) -> integer +os.CLD_CONTINUED +os.CLD_DUMPED +os.CLD_EXITED +os.CLD_TRAPPED +os.EX_CANTCREAT +os.EX_CONFIG +os.EX_DATAERR +os.EX_IOERR +os.EX_NOHOST +os.EX_NOINPUT +os.EX_NOPERM +os.EX_NOUSER +os.EX_OK +os.EX_OSERR +os.EX_OSFILE +os.EX_PROTOCOL +os.EX_SOFTWARE +os.EX_TEMPFAIL +os.EX_UNAVAILABLE +os.EX_USAGE +os.F_LOCK +os.F_OK +os.F_TEST +os.F_TLOCK +os.F_ULOCK +os.MutableMapping(??) +os.NGROUPS_MAX +os.O_ACCMODE +os.O_APPEND +os.O_ASYNC +os.O_CREAT +os.O_DIRECTORY +os.O_DSYNC +os.O_EXCL +os.O_EXLOCK +os.O_NDELAY +os.O_NOCTTY +os.O_NOFOLLOW +os.O_NONBLOCK +os.O_RDONLY +os.O_RDWR +os.O_SHLOCK +os.O_SYNC +os.O_TRUNC +os.O_WRONLY +os.PRIO_PGRP +os.PRIO_PROCESS +os.PRIO_USER +os.P_ALL +os.P_NOWAIT +os.P_NOWAITO +os.P_PGID +os.P_PID +os.P_WAIT +os.RTLD_GLOBAL +os.RTLD_LAZY +os.RTLD_LOCAL +os.RTLD_NODELETE +os.RTLD_NOLOAD +os.RTLD_NOW +os.R_OK +os.SCHED_FIFO +os.SCHED_OTHER +os.SCHED_RR +os.SEEK_CUR +os.SEEK_END +os.SEEK_SET +os.ST_NOSUID +os.ST_RDONLY +os.TMP_MAX +os.WCONTINUED +os.WCOREDUMP(status) -> bool +os.WEXITED +os.WEXITSTATUS(status) -> integer +os.WIFCONTINUED(status) -> bool +os.WIFEXITED(status) -> bool +os.WIFSIGNALED(status) -> bool +os.WIFSTOPPED(status) -> bool +os.WNOHANG +os.WNOWAIT +os.WSTOPPED +os.WSTOPSIG(status) -> integer +os.WTERMSIG(status) -> integer +os.WUNTRACED +os.W_OK +os.X_OK +os.abort() -> does not return! +os.access(??) +os.altsep(??) +os.chdir(path) +os.chflags(path, flags, *, follow_symlinks=True) +os.chmod(path, mode, *, dir_fd=None, follow_symlinks=True) +os.chown(path, uid, gid, *, dir_fd=None, follow_symlinks=True) +os.chroot(path) +os.close(fd) +os.closerange(fd_low, fd_high) +os.confstr(name) -> string +os.confstr_names(??) +os.cpu_count() -> integer +os.ctermid() -> string +os.curdir +os.defpath +os.device_encoding(fd) -> str +os.devnull +os.dup(fd) -> fd2 +os.dup2(old_fd, new_fd) +os.environ(??) +os.environb(??) +os.errno(??) +os.error(??) +os.execl(file, *args) +os.execle(file, *args, env) +os.execlp(file, *args) +os.execlpe(file, *args, env) +os.execv(path, args) +os.execve(path, args, env) +os.execvp(file, args) +os.execvpe(file, args, env) +os.extsep +os.fchdir(fd) +os.fchmod(fd, mode) +os.fchown(fd, uid, gid) +os.fdopen(??) +os.fork() -> pid +os.forkpty() -> (pid, master_fd) +os.fpathconf(fd, name) -> integer +os.fsdecode(??) +os.fsencode(??) +os.fstat(fd) -> stat result +os.fstatvfs(fd) -> statvfs result +os.fsync(fildes) +os.ftruncate(fd, length) +os.get_exec_path(??) +os.get_inheritable(fd) -> bool +os.get_terminal_size(??) +os.getcwd() -> path +os.getcwdb() -> path +os.getegid() -> egid +os.getenv(??) +os.getenvb(??) +os.geteuid() -> euid +os.getgid() -> gid +os.getgrouplist(user, group) -> list of groups to which a user belongs +os.getgroups() -> list of group IDs +os.getloadavg() -> (float, float, float) +os.getlogin() -> string +os.getpgid(pid) -> pgid +os.getpgrp() -> pgrp +os.getpid() -> pid +os.getppid() -> ppid +os.getpriority(which, who) -> current_priority +os.getsid(pid) -> sid +os.getuid() -> uid +os.initgroups(username, gid) -> None +os.isatty(fd) -> bool +os.kill(pid, sig) +os.killpg(pgid, sig) +os.lchflags(path, flags) +os.lchmod(path, mode) +os.lchown(path, uid, gid) +os.linesep +os.link(src, dst, *, src_dir_fd=None, dst_dir_fd=None, follow_symlinks=True) +os.listdir(path='.') -> list_of_filenames +os.lockf(fd, cmd, len) +os.lseek(fd, pos, how) -> newpos +os.lstat(path, *, dir_fd=None) -> stat result +os.major(device) -> major number +os.makedev(major, minor) -> device number +os.makedirs(path [, mode=0o777][, exist_ok=False]) +os.minor(device) -> minor number +os.mkdir(path, mode=0o777, *, dir_fd=None) +os.mkfifo(path, mode=0o666, *, dir_fd=None) +os.mknod(filename, mode=0o600, device=0, *, dir_fd=None) +os.name +os.nice(inc) -> new_priority +os.open(path, flags, mode=0o777, *, dir_fd=None) +os.openpty() -> (master_fd, slave_fd) +os.pardir +os.path(??) +os.pathconf(path, name) -> integer +os.pathconf_names(??) +os.pathsep +os.pipe() -> (read_end, write_end) +os.popen(??) +os.pread(fd, buffersize, offset) -> string +os.putenv(key, value) +os.pwrite(fd, string, offset) -> byteswritten +os.read(fd, buffersize) -> bytes +os.readlink(path, *, dir_fd=None) -> path +os.readv(fd, buffers) -> bytesread +os.remove(path, *, dir_fd=None) +os.removedirs(path) +os.rename(src, dst, *, src_dir_fd=None, dst_dir_fd=None) +os.renames(old, new) +os.replace(src, dst, *, src_dir_fd=None, dst_dir_fd=None) +os.rmdir(path, *, dir_fd=None) +os.sched_get_priority_max(policy) +os.sched_get_priority_min(policy) +os.sched_yield() +os.sendfile(out, in, offset, nbytes) -> byteswritten +os.sep +os.set_inheritable(fd, inheritable) +os.setegid(gid) +os.seteuid(uid) +os.setgid(gid) +os.setgroups(list) +os.setpgid(pid, pgrp) +os.setpgrp() +os.setpriority(which, who, prio) -> None +os.setregid(rgid, egid) +os.setreuid(ruid, euid) +os.setsid() +os.setuid(uid) +os.spawnl(mode, file, *args) -> integer +os.spawnle(mode, file, *args, env) -> integer +os.spawnlp(mode, file, *args) -> integer +os.spawnlpe(mode, file, *args, env) -> integer +os.spawnv(mode, file, args) -> integer +os.spawnve(mode, file, args, env) -> integer +os.spawnvp(mode, file, args) -> integer +os.spawnvpe(mode, file, args, env) -> integer +os.st(??) +os.stat(??) +os.stat_float_times([newval]) -> oldval +os.stat_result(??) +os.statvfs(path) +os.statvfs_result(??) +os.strerror(code) -> string +os.supports_bytes_environ(??) +os.supports_dir_fd(??) +os.supports_effective_ids(??) +os.supports_fd(??) +os.supports_follow_symlinks(??) +os.symlink(src, dst, target_is_directory=False, *, dir_fd=None) +os.sync() +os.sys(??) +os.sysconf(name) -> integer +os.sysconf_names(??) +os.system(command) -> exit_status +os.tcgetpgrp(fd) -> pgid +os.tcsetpgrp(fd, pgid) +os.terminal_size(??) +os.times() -> times_result +os.times_result(??) +os.truncate(path, length) +os.ttyname(??) +os.umask(new_mask) -> old_mask +os.uname() -> uname_result +os.uname_result(??) +os.unlink(path, *, dir_fd=None) +os.unsetenv(key) +os.urandom(n) -> str +os.utime(path, times=None, *, ns=None, dir_fd=None, follow_symlinks=True) +os.wait() -> (pid, status) +os.wait3(options) -> (pid, status, rusage) +os.wait4(pid, options) -> (pid, status, rusage) +os.waitpid(pid, options) -> (pid, status) +os.walk(??) +os.write(fd, data) -> byteswritten +os.writev(fd, buffers) -> byteswritten +parser.ParserError(??) +parser.STType(??) +parser.compilest(??) +parser.expr(??) +parser.isexpr(??) +parser.issuite(??) +parser.sequence2st(??) +parser.st2list(??) +parser.st2tuple(??) +parser.suite(??) +parser.tuple2st(??) +pathlib.EINVAL +pathlib.ENOENT +pathlib.Path(??) +pathlib.PosixPath(??) +pathlib.PurePath(??) +pathlib.PurePosixPath(??) +pathlib.PureWindowsPath(??) +pathlib.S_ISBLK(mode) -> bool +pathlib.S_ISCHR(mode) -> bool +pathlib.S_ISDIR(mode) -> bool +pathlib.S_ISFIFO(mode) -> bool +pathlib.S_ISLNK(mode) -> bool +pathlib.S_ISREG(mode) -> bool +pathlib.S_ISSOCK(mode) -> bool +pathlib.Sequence(??) +pathlib.WindowsPath(??) +pathlib.attrgetter(attr, ...) --> attrgetter object +pathlib.contextmanager(??) +pathlib.fnmatch(??) +pathlib.functools(??) +pathlib.io(??) +pathlib.nt(??) +pathlib.ntpath(??) +pathlib.os(??) +pathlib.posixpath(??) +pathlib.re(??) +pathlib.supports_symlinks(??) +pathlib.sys(??) +pathlib.urlquote_from_bytes(??) +pdb.Pdb(??) +pdb.Restart(??) +pdb.TESTCMD +pdb.bdb(??) +pdb.cmd(??) +pdb.code(??) +pdb.dis(??) +pdb.find_function(??) +pdb.getsourcelines(??) +pdb.glob(??) +pdb.help(??) +pdb.inspect(??) +pdb.lasti2lineno(??) +pdb.line_prefix +pdb.linecache(??) +pdb.main(??) +pdb.os(??) +pdb.pm(??) +pdb.post_mortem(??) +pdb.pprint(??) +pdb.re(??) +pdb.run(??) +pdb.runcall(??) +pdb.runctx(??) +pdb.runeval(??) +pdb.set_trace(??) +pdb.signal(??) +pdb.sys(??) +pdb.test(??) +pdb.traceback(??) +pickle.ADDITEMS +pickle.APPEND +pickle.APPENDS +pickle.BINBYTES +pickle.BINBYTES8 +pickle.BINFLOAT +pickle.BINGET +pickle.BININT +pickle.BININT1 +pickle.BININT2 +pickle.BINPERSID +pickle.BINPUT +pickle.BINSTRING +pickle.BINUNICODE +pickle.BINUNICODE8 +pickle.BUILD +pickle.DEFAULT_PROTOCOL +pickle.DICT +pickle.DUP +pickle.EMPTY_DICT +pickle.EMPTY_LIST +pickle.EMPTY_SET +pickle.EMPTY_TUPLE +pickle.EXT1 +pickle.EXT2 +pickle.EXT4 +pickle.FALSE +pickle.FLOAT +pickle.FRAME +pickle.FROZENSET +pickle.FunctionType(??) +pickle.GET +pickle.GLOBAL +pickle.HIGHEST_PROTOCOL +pickle.INST +pickle.INT +pickle.LIST +pickle.LONG +pickle.LONG1 +pickle.LONG4 +pickle.LONG_BINGET +pickle.LONG_BINPUT +pickle.MARK +pickle.MEMOIZE +pickle.ModuleType(??) +pickle.NEWFALSE +pickle.NEWOBJ +pickle.NEWOBJ_EX +pickle.NEWTRUE +pickle.NONE +pickle.OBJ +pickle.PERSID +pickle.POP +pickle.POP_MARK +pickle.PROTO +pickle.PUT +pickle.PickleError(??) +pickle.Pickler(??) +pickle.PicklingError(??) +pickle.PyStringMap(??) +pickle.REDUCE +pickle.SETITEM +pickle.SETITEMS +pickle.SHORT_BINBYTES +pickle.SHORT_BINSTRING +pickle.SHORT_BINUNICODE +pickle.STACK_GLOBAL +pickle.STOP +pickle.STRING +pickle.TRUE +pickle.TUPLE +pickle.TUPLE1 +pickle.TUPLE2 +pickle.TUPLE3 +pickle.UNICODE +pickle.Unpickler(??) +pickle.UnpicklingError(??) +pickle.bytes_types(??) +pickle.codecs(??) +pickle.compatible_formats(??) +pickle.decode_long(??) +pickle.dispatch_table(??) +pickle.dump(??) +pickle.dumps(??) +pickle.encode_long(??) +pickle.format_version +pickle.io(??) +pickle.islice(iterable, stop) --> islice object +pickle.load(??) +pickle.loads(??) +pickle.maxsize +pickle.pack(fmt, v1, v2, ...) -> bytes +pickle.re(??) +pickle.sys(??) +pickle.unpack(fmt, buffer) -> (v1, v2, ...) +pickle.whichmodule(??) +pickletools.ArgumentDescriptor(??) +pickletools.OpcodeInfo(??) +pickletools.StackObject(??) +pickletools.TAKEN_FROM_ARGUMENT1 +pickletools.TAKEN_FROM_ARGUMENT4 +pickletools.TAKEN_FROM_ARGUMENT4U +pickletools.TAKEN_FROM_ARGUMENT8U +pickletools.UP_TO_NEWLINE +pickletools.anyobject(??) +pickletools.bytes1(??) +pickletools.bytes4(??) +pickletools.bytes8(??) +pickletools.bytes_types(??) +pickletools.code2op(??) +pickletools.codecs(??) +pickletools.decimalnl_long(??) +pickletools.decimalnl_short(??) +pickletools.decode_long(??) +pickletools.dis(??) +pickletools.float8(??) +pickletools.floatnl(??) +pickletools.genops(??) +pickletools.int4(??) +pickletools.io(??) +pickletools.long1(??) +pickletools.long4(??) +pickletools.markobject(??) +pickletools.opcodes(??) +pickletools.optimize(??) +pickletools.pickle(??) +pickletools.pybool(??) +pickletools.pybytes(??) +pickletools.pybytes_or_str(??) +pickletools.pydict(??) +pickletools.pyfloat(??) +pickletools.pyfrozenset(??) +pickletools.pyint(??) +pickletools.pyinteger_or_bool(??) +pickletools.pylist(??) +pickletools.pylong(??) +pickletools.pynone(??) +pickletools.pyset(??) +pickletools.pystring(??) +pickletools.pytuple(??) +pickletools.pyunicode(??) +pickletools.re(??) +pickletools.read_bytes1(??) +pickletools.read_bytes4(??) +pickletools.read_bytes8(??) +pickletools.read_decimalnl_long(??) +pickletools.read_decimalnl_short(??) +pickletools.read_float8(??) +pickletools.read_floatnl(??) +pickletools.read_int4(??) +pickletools.read_long1(??) +pickletools.read_long4(??) +pickletools.read_string1(??) +pickletools.read_string4(??) +pickletools.read_stringnl(??) +pickletools.read_stringnl_noescape(??) +pickletools.read_stringnl_noescape_pair(??) +pickletools.read_uint1(??) +pickletools.read_uint2(??) +pickletools.read_uint4(??) +pickletools.read_uint8(??) +pickletools.read_unicodestring1(??) +pickletools.read_unicodestring4(??) +pickletools.read_unicodestring8(??) +pickletools.read_unicodestringnl(??) +pickletools.stackslice(??) +pickletools.string1(??) +pickletools.string4(??) +pickletools.stringnl(??) +pickletools.stringnl_noescape(??) +pickletools.stringnl_noescape_pair(??) +pickletools.sys(??) +pickletools.uint1(??) +pickletools.uint2(??) +pickletools.uint4(??) +pickletools.uint8(??) +pickletools.unicodestring1(??) +pickletools.unicodestring4(??) +pickletools.unicodestring8(??) +pickletools.unicodestringnl(??) +pipes.FILEIN_FILEOUT +pipes.FILEIN_STDOUT +pipes.SINK +pipes.SOURCE +pipes.STDIN_FILEOUT +pipes.STDIN_STDOUT +pipes.Template(??) +pipes.makepipeline(??) +pipes.os(??) +pipes.quote(??) +pipes.re(??) +pipes.stepkinds(??) +pipes.tempfile(??) +pkgutil.ImpImporter(??) +pkgutil.ImpLoader(??) +pkgutil.ModuleType(??) +pkgutil.extend_path(??) +pkgutil.find_loader(??) +pkgutil.get_data(??) +pkgutil.get_importer(??) +pkgutil.get_loader(??) +pkgutil.importlib(??) +pkgutil.iter_importer_modules(??) +pkgutil.iter_importers(??) +pkgutil.iter_modules(??) +pkgutil.iter_zipimport_modules(??) +pkgutil.os(??) +pkgutil.read_code(??) +pkgutil.simplegeneric(??) +pkgutil.sys(??) +pkgutil.walk_packages(??) +pkgutil.warnings(??) +pkgutil.zipimport(??) +pkgutil.zipimporter(archivepath) -> zipimporter object +platform.DEV_NULL +platform.architecture(??) +platform.collections(??) +platform.dist(??) +platform.java_ver(??) +platform.libc_ver(??) +platform.linux_distribution(??) +platform.mac_ver(??) +platform.machine(??) +platform.node(??) +platform.os(??) +platform.platform(??) +platform.popen(??) +platform.processor(??) +platform.python_branch(??) +platform.python_build(??) +platform.python_compiler(??) +platform.python_implementation(??) +platform.python_revision(??) +platform.python_version(??) +platform.python_version_tuple(??) +platform.re(??) +platform.release(??) +platform.subprocess(??) +platform.sys(??) +platform.system(??) +platform.system_alias(??) +platform.uname(??) +platform.uname_result(system, node, release, version, machine, processor) +platform.version(??) +platform.win32_ver(??) +plistlib.BytesIO([buffer]) -> object +plistlib.Data(??) +plistlib.Dict(??) +plistlib.FMT_BINARY(??) +plistlib.FMT_XML(??) +plistlib.InvalidFileException(??) +plistlib.PLISTHEADER +plistlib.ParserCreate([encoding[, namespace_separator]]) -> parser +plistlib.Plist(??) +plistlib.PlistFormat(??) +plistlib.binascii(??) +plistlib.codecs(??) +plistlib.contextlib(??) +plistlib.datetime(??) +plistlib.dump(??) +plistlib.dumps(??) +plistlib.enum(??) +plistlib.itertools(??) +plistlib.load(??) +plistlib.loads(??) +plistlib.os(??) +plistlib.re(??) +plistlib.readPlist(??) +plistlib.readPlistFromBytes(??) +plistlib.struct(??) +plistlib.warn(??) +plistlib.writePlist(??) +plistlib.writePlistToBytes(??) +poplib.CR +poplib.CRLF +poplib.HAVE_SSL(??) +poplib.LF +poplib.POP3(??) +poplib.POP3_PORT +poplib.POP3_SSL(??) +poplib.POP3_SSL_PORT +poplib.errno(??) +poplib.error_proto(??) +poplib.re(??) +poplib.socket(??) +poplib.ssl(??) +posix.CLD_CONTINUED +posix.CLD_DUMPED +posix.CLD_EXITED +posix.CLD_TRAPPED +posix.EX_CANTCREAT +posix.EX_CONFIG +posix.EX_DATAERR +posix.EX_IOERR +posix.EX_NOHOST +posix.EX_NOINPUT +posix.EX_NOPERM +posix.EX_NOUSER +posix.EX_OK +posix.EX_OSERR +posix.EX_OSFILE +posix.EX_PROTOCOL +posix.EX_SOFTWARE +posix.EX_TEMPFAIL +posix.EX_UNAVAILABLE +posix.EX_USAGE +posix.F_LOCK +posix.F_OK +posix.F_TEST +posix.F_TLOCK +posix.F_ULOCK +posix.NGROUPS_MAX +posix.O_ACCMODE +posix.O_APPEND +posix.O_ASYNC +posix.O_CREAT +posix.O_DIRECTORY +posix.O_DSYNC +posix.O_EXCL +posix.O_EXLOCK +posix.O_NDELAY +posix.O_NOCTTY +posix.O_NOFOLLOW +posix.O_NONBLOCK +posix.O_RDONLY +posix.O_RDWR +posix.O_SHLOCK +posix.O_SYNC +posix.O_TRUNC +posix.O_WRONLY +posix.PRIO_PGRP +posix.PRIO_PROCESS +posix.PRIO_USER +posix.P_ALL +posix.P_PGID +posix.P_PID +posix.RTLD_GLOBAL +posix.RTLD_LAZY +posix.RTLD_LOCAL +posix.RTLD_NODELETE +posix.RTLD_NOLOAD +posix.RTLD_NOW +posix.R_OK +posix.SCHED_FIFO +posix.SCHED_OTHER +posix.SCHED_RR +posix.ST_NOSUID +posix.ST_RDONLY +posix.TMP_MAX +posix.WCONTINUED +posix.WCOREDUMP(status) -> bool +posix.WEXITED +posix.WEXITSTATUS(status) -> integer +posix.WIFCONTINUED(status) -> bool +posix.WIFEXITED(status) -> bool +posix.WIFSIGNALED(status) -> bool +posix.WIFSTOPPED(status) -> bool +posix.WNOHANG +posix.WNOWAIT +posix.WSTOPPED +posix.WSTOPSIG(status) -> integer +posix.WTERMSIG(status) -> integer +posix.WUNTRACED +posix.W_OK +posix.X_OK +posix.abort() -> does not return! +posix.access(??) +posix.chdir(path) +posix.chflags(path, flags, *, follow_symlinks=True) +posix.chmod(path, mode, *, dir_fd=None, follow_symlinks=True) +posix.chown(path, uid, gid, *, dir_fd=None, follow_symlinks=True) +posix.chroot(path) +posix.close(fd) +posix.closerange(fd_low, fd_high) +posix.confstr(name) -> string +posix.confstr_names(??) +posix.cpu_count() -> integer +posix.ctermid() -> string +posix.device_encoding(fd) -> str +posix.dup(fd) -> fd2 +posix.dup2(old_fd, new_fd) +posix.environ(??) +posix.error(??) +posix.execv(path, args) +posix.execve(path, args, env) +posix.fchdir(fd) +posix.fchmod(fd, mode) +posix.fchown(fd, uid, gid) +posix.fork() -> pid +posix.forkpty() -> (pid, master_fd) +posix.fpathconf(fd, name) -> integer +posix.fstat(fd) -> stat result +posix.fstatvfs(fd) -> statvfs result +posix.fsync(fildes) +posix.ftruncate(fd, length) +posix.get_inheritable(fd) -> bool +posix.get_terminal_size(??) +posix.getcwd() -> path +posix.getcwdb() -> path +posix.getegid() -> egid +posix.geteuid() -> euid +posix.getgid() -> gid +posix.getgrouplist(user, group) -> list of groups to which a user belongs +posix.getgroups() -> list of group IDs +posix.getloadavg() -> (float, float, float) +posix.getlogin() -> string +posix.getpgid(pid) -> pgid +posix.getpgrp() -> pgrp +posix.getpid() -> pid +posix.getppid() -> ppid +posix.getpriority(which, who) -> current_priority +posix.getsid(pid) -> sid +posix.getuid() -> uid +posix.initgroups(username, gid) -> None +posix.isatty(fd) -> bool +posix.kill(pid, sig) +posix.killpg(pgid, sig) +posix.lchflags(path, flags) +posix.lchmod(path, mode) +posix.lchown(path, uid, gid) +posix.link(src, dst, *, src_dir_fd=None, dst_dir_fd=None, follow_symlinks=True) +posix.listdir(path='.') -> list_of_filenames +posix.lockf(fd, cmd, len) +posix.lseek(fd, pos, how) -> newpos +posix.lstat(path, *, dir_fd=None) -> stat result +posix.major(device) -> major number +posix.makedev(major, minor) -> device number +posix.minor(device) -> minor number +posix.mkdir(path, mode=0o777, *, dir_fd=None) +posix.mkfifo(path, mode=0o666, *, dir_fd=None) +posix.mknod(filename, mode=0o600, device=0, *, dir_fd=None) +posix.nice(inc) -> new_priority +posix.open(path, flags, mode=0o777, *, dir_fd=None) +posix.openpty() -> (master_fd, slave_fd) +posix.pathconf(path, name) -> integer +posix.pathconf_names(??) +posix.pipe() -> (read_end, write_end) +posix.pread(fd, buffersize, offset) -> string +posix.putenv(key, value) +posix.pwrite(fd, string, offset) -> byteswritten +posix.read(fd, buffersize) -> bytes +posix.readlink(path, *, dir_fd=None) -> path +posix.readv(fd, buffers) -> bytesread +posix.remove(path, *, dir_fd=None) +posix.rename(src, dst, *, src_dir_fd=None, dst_dir_fd=None) +posix.replace(src, dst, *, src_dir_fd=None, dst_dir_fd=None) +posix.rmdir(path, *, dir_fd=None) +posix.sched_get_priority_max(policy) +posix.sched_get_priority_min(policy) +posix.sched_yield() +posix.sendfile(out, in, offset, nbytes) -> byteswritten +posix.set_inheritable(fd, inheritable) +posix.setegid(gid) +posix.seteuid(uid) +posix.setgid(gid) +posix.setgroups(list) +posix.setpgid(pid, pgrp) +posix.setpgrp() +posix.setpriority(which, who, prio) -> None +posix.setregid(rgid, egid) +posix.setreuid(ruid, euid) +posix.setsid() +posix.setuid(uid) +posix.stat(??) +posix.stat_float_times([newval]) -> oldval +posix.stat_result(??) +posix.statvfs(path) +posix.statvfs_result(??) +posix.strerror(code) -> string +posix.symlink(src, dst, target_is_directory=False, *, dir_fd=None) +posix.sync() +posix.sysconf(name) -> integer +posix.sysconf_names(??) +posix.system(command) -> exit_status +posix.tcgetpgrp(fd) -> pgid +posix.tcsetpgrp(fd, pgid) +posix.terminal_size(??) +posix.times() -> times_result +posix.times_result(??) +posix.truncate(path, length) +posix.ttyname(??) +posix.umask(new_mask) -> old_mask +posix.uname() -> uname_result +posix.uname_result(??) +posix.unlink(path, *, dir_fd=None) +posix.unsetenv(key) +posix.urandom(n) -> str +posix.utime(path, times=None, *, ns=None, dir_fd=None, follow_symlinks=True) +posix.wait() -> (pid, status) +posix.wait3(options) -> (pid, status, rusage) +posix.wait4(pid, options) -> (pid, status, rusage) +posix.waitpid(pid, options) -> (pid, status) +posix.write(fd, data) -> byteswritten +posix.writev(fd, buffers) -> byteswritten +pow(x, y[, z]) -> number +pprint.PrettyPrinter(??) +pprint.isreadable(??) +pprint.isrecursive(??) +pprint.pformat(??) +pprint.pprint(??) +pprint.re(??) +pprint.saferepr(??) +print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False) +profile.OptionParser(??) +profile.Profile(??) +profile.main(??) +profile.marshal(??) +profile.os(??) +profile.run(??) +profile.runctx(??) +profile.sys(??) +profile.time(??) +property(fget=None, fset=None, fdel=None, doc=None) -> property attribute +pstats.Stats(??) +pstats.TupleComp(??) +pstats.add_callers(??) +pstats.add_func_stats(??) +pstats.cmp_to_key(??) +pstats.count_calls(??) +pstats.f8(??) +pstats.func_get_function_name(??) +pstats.func_std_string(??) +pstats.func_strip_path(??) +pstats.marshal(??) +pstats.os(??) +pstats.re(??) +pstats.sys(??) +pstats.time(??) +pty.CHILD +pty.STDERR_FILENO +pty.STDIN_FILENO +pty.STDOUT_FILENO +pty.fork() -> (pid, master_fd) +pty.master_open() -> (master_fd, slave_name) +pty.openpty() -> (master_fd, slave_fd) +pty.os(??) +pty.select(rlist, wlist, xlist[, timeout]) -> (rlist, wlist, xlist) +pty.slave_open(tty_name) -> slave_fd +pty.spawn(??) +pty.tty(??) +pwd.getpwall() -> list_of_entries +pwd.getpwnam(name) -> (pw_name,pw_passwd,pw_uid, +pwd.getpwuid(uid) -> (pw_name,pw_passwd,pw_uid, +pwd.struct_passwd(??) +py_compile.PyCompileError(??) +py_compile.compile(??) +py_compile.importlib(??) +py_compile.main(??) +py_compile.os(??) +py_compile.sys(??) +py_compile.traceback(??) +pyclbr.Class(??) +pyclbr.DEDENT +pyclbr.Function(??) +pyclbr.NAME +pyclbr.OP +pyclbr.importlib(??) +pyclbr.io(??) +pyclbr.itemgetter(item, ...) --> itemgetter object +pyclbr.os(??) +pyclbr.readmodule(??) +pyclbr.readmodule_ex(??) +pyclbr.sys(??) +pyclbr.tokenize(??) +pydoc.Doc(??) +pydoc.ErrorDuringImport(??) +pydoc.HTMLDoc(??) +pydoc.HTMLRepr(??) +pydoc.Helper(??) +pydoc.ModuleScanner(??) +pydoc.Repr(??) +pydoc.TextDoc(??) +pydoc.TextRepr(??) +pydoc.allmethods(??) +pydoc.apropos(??) +pydoc.browse(??) +pydoc.builtins(??) +pydoc.classify_class_attrs(??) +pydoc.classname(??) +pydoc.cli(??) +pydoc.cram(??) +pydoc.deque([iterable[, maxlen]]) --> deque object +pydoc.describe(??) +pydoc.doc(??) +pydoc.extract_tb(??) +pydoc.format_exception_only(??) +pydoc.getdoc(??) +pydoc.getpager(??) +pydoc.help(??) +pydoc.html(??) +pydoc.importfile(??) +pydoc.importlib(??) +pydoc.inspect(??) +pydoc.io(??) +pydoc.isdata(??) +pydoc.ispackage(??) +pydoc.ispath(??) +pydoc.locate(??) +pydoc.os(??) +pydoc.pager(??) +pydoc.pathdirs(??) +pydoc.pipepager(??) +pydoc.pkgutil(??) +pydoc.plain(??) +pydoc.plainpager(??) +pydoc.plaintext(??) +pydoc.platform(??) +pydoc.re(??) +pydoc.render_doc(??) +pydoc.replace(??) +pydoc.resolve(??) +pydoc.safeimport(??) +pydoc.source_synopsis(??) +pydoc.splitdoc(??) +pydoc.stripid(??) +pydoc.synopsis(??) +pydoc.sys(??) +pydoc.tempfilepager(??) +pydoc.text(??) +pydoc.time(??) +pydoc.tokenize(??) +pydoc.ttypager(??) +pydoc.visiblename(??) +pydoc.warnings(??) +pydoc.writedoc(??) +pydoc.writedocs(??) +pydoc_data.topics.topics(??) +queue.Empty(??) +queue.Full(??) +queue.LifoQueue(??) +queue.PriorityQueue(??) +queue.Queue(??) +queue.deque([iterable[, maxlen]]) --> deque object +queue.heappop(??) +queue.heappush(heap, item) -> None. Push item onto heap, maintaining the heap invariant. +queue.threading(??) +queue.time(??) +quit(??) +quopri.EMPTYSTRING +quopri.ESCAPE +quopri.HEX +quopri.MAXLINESIZE +quopri.a2b_qp(??) +quopri.b2a_qp(??) +quopri.decode(??) +quopri.decodestring(??) +quopri.encode(??) +quopri.encodestring(??) +quopri.ishex(??) +quopri.main(??) +quopri.needsquoting(??) +quopri.quote(??) +quopri.unhex(??) +random.BPF +random.LOG4 +random.NV_MAGICCONST +random.RECIP_BPF +random.Random(??) +random.SG_MAGICCONST +random.SystemRandom(??) +random.TWOPI +random.betavariate(??) +random.choice(??) +random.expovariate(??) +random.gammavariate(??) +random.gauss(??) +random.getrandbits(k) -> x. Generates an int with k random bits. +random.getstate(??) +random.lognormvariate(??) +random.normalvariate(??) +random.paretovariate(??) +random.randint(??) +random.random() -> x in the interval [0, 1). +random.randrange(??) +random.sample(??) +random.seed(??) +random.setstate(??) +random.shuffle(??) +random.triangular(??) +random.uniform(??) +random.vonmisesvariate(??) +random.weibullvariate(??) +range(stop) -> range object +re.A +re.ASCII +re.DEBUG +re.DOTALL +re.I +re.IGNORECASE +re.L +re.LOCALE +re.M +re.MULTILINE +re.S +re.Scanner(??) +re.T +re.TEMPLATE +re.U +re.UNICODE +re.VERBOSE +re.X +re.compile(??) +re.copyreg(??) +re.error(??) +re.escape(??) +re.findall(??) +re.finditer(??) +re.fullmatch(??) +re.match(??) +re.purge(??) +re.search(??) +re.split(??) +re.sre_compile(??) +re.sre_parse(??) +re.sub(??) +re.subn(??) +re.sys(??) +re.template(??) +readline.add_history(string) -> None +readline.clear_history() -> None +readline.get_begidx() -> int +readline.get_completer() -> function +readline.get_completer_delims() -> string +readline.get_completion_type() -> int +readline.get_current_history_length() -> integer +readline.get_endidx() -> int +readline.get_history_item() -> string +readline.get_history_length() -> int +readline.get_line_buffer() -> string +readline.insert_text(string) -> None +readline.parse_and_bind(string) -> None +readline.read_history_file([filename]) -> None +readline.read_init_file([filename]) -> None +readline.redisplay() -> None +readline.remove_history_item(pos) -> None +readline.replace_history_item(pos, line) -> None +readline.set_completer([function]) -> None +readline.set_completer_delims(string) -> None +readline.set_completion_display_matches_hook([function]) -> None +readline.set_history_length(length) -> None +readline.set_pre_input_hook([function]) -> None +readline.set_startup_hook([function]) -> None +readline.write_history_file([filename]) -> None +repr(object) -> string +reprlib.Repr(??) +reprlib.aRepr(??) +reprlib.builtins(??) +reprlib.get_ident() -> integer +reprlib.islice(iterable, stop) --> islice object +reprlib.recursive_repr(??) +reprlib.repr(??) +resource.RLIMIT_AS +resource.RLIMIT_CORE +resource.RLIMIT_CPU +resource.RLIMIT_DATA +resource.RLIMIT_FSIZE +resource.RLIMIT_MEMLOCK +resource.RLIMIT_NOFILE +resource.RLIMIT_NPROC +resource.RLIMIT_RSS +resource.RLIMIT_STACK +resource.RLIM_INFINITY +resource.RUSAGE_CHILDREN +resource.RUSAGE_SELF +resource.error(??) +resource.getpagesize(??) +resource.getrlimit(??) +resource.getrusage(??) +resource.setrlimit(??) +resource.struct_rusage(??) +reversed(sequence) -> reverse iterator over values of the sequence +rlcompleter.Completer(??) +rlcompleter.atexit(??) +rlcompleter.builtins(??) +rlcompleter.get_class_members(??) +rlcompleter.readline(??) +round(number[, ndigits]) -> number +runpy.get_importer(??) +runpy.importlib(??) +runpy.os(??) +runpy.read_code(??) +runpy.run_module(??) +runpy.run_path(??) +runpy.sys(??) +runpy.types(??) +sched.Event(??) +sched.heapq(??) +sched.namedtuple(??) +sched.scheduler(??) +sched.threading(??) +sched.time(??) +select.KQ_EV_ADD +select.KQ_EV_CLEAR +select.KQ_EV_DELETE +select.KQ_EV_DISABLE +select.KQ_EV_ENABLE +select.KQ_EV_EOF +select.KQ_EV_ERROR +select.KQ_EV_FLAG1 +select.KQ_EV_ONESHOT +select.KQ_EV_SYSFLAGS +select.KQ_FILTER_AIO +select.KQ_FILTER_PROC +select.KQ_FILTER_READ +select.KQ_FILTER_SIGNAL +select.KQ_FILTER_TIMER +select.KQ_FILTER_VNODE +select.KQ_FILTER_WRITE +select.KQ_NOTE_ATTRIB +select.KQ_NOTE_CHILD +select.KQ_NOTE_DELETE +select.KQ_NOTE_EXEC +select.KQ_NOTE_EXIT +select.KQ_NOTE_EXTEND +select.KQ_NOTE_FORK +select.KQ_NOTE_LINK +select.KQ_NOTE_LOWAT +select.KQ_NOTE_PCTRLMASK +select.KQ_NOTE_PDATAMASK +select.KQ_NOTE_RENAME +select.KQ_NOTE_REVOKE +select.KQ_NOTE_TRACK +select.KQ_NOTE_TRACKERR +select.KQ_NOTE_WRITE +select.PIPE_BUF +select.POLLERR +select.POLLHUP +select.POLLIN +select.POLLNVAL +select.POLLOUT +select.POLLPRI +select.POLLRDBAND +select.POLLRDNORM +select.POLLWRBAND +select.POLLWRNORM +select.error(??) +select.kevent(ident, filter=KQ_FILTER_READ, flags=KQ_EV_ADD, fflags=0, data=0, udata=0) +select.kqueue(??) +select.poll(??) +select.select(rlist, wlist, xlist[, timeout]) -> (rlist, wlist, xlist) +selectors.ABCMeta(??) +selectors.BaseSelector(??) +selectors.DefaultSelector(??) +selectors.EVENT_READ +selectors.EVENT_WRITE +selectors.KqueueSelector(??) +selectors.Mapping(??) +selectors.PollSelector(??) +selectors.SelectSelector(??) +selectors.SelectorKey(fileobj, fd, events, data) +selectors.abstractmethod(??) +selectors.math(??) +selectors.namedtuple(??) +selectors.select(??) +selectors.sys(??) +set() -> new empty set object +setattr(object, name, value) +shelve.BsdDbShelf(??) +shelve.BytesIO([buffer]) -> object +shelve.DbfilenameShelf(??) +shelve.Pickler(??) +shelve.Shelf(??) +shelve.Unpickler(??) +shelve.collections(??) +shelve.open(??) +shlex.StringIO(??) +shlex.deque([iterable[, maxlen]]) --> deque object +shlex.os(??) +shlex.quote(??) +shlex.re(??) +shlex.shlex(??) +shlex.split(??) +shlex.sys(??) +shutil.Error(??) +shutil.ExecError(??) +shutil.ReadError(??) +shutil.RegistryError(??) +shutil.SameFileError(??) +shutil.SpecialFileError(??) +shutil.abspath(??) +shutil.chown(??) +shutil.collections(??) +shutil.copy(??) +shutil.copy2(??) +shutil.copyfile(??) +shutil.copyfileobj(??) +shutil.copymode(??) +shutil.copystat(??) +shutil.copytree(??) +shutil.disk_usage(??) +shutil.errno(??) +shutil.fnmatch(??) +shutil.get_archive_formats(??) +shutil.get_terminal_size(??) +shutil.get_unpack_formats(??) +shutil.getgrnam(name) -> tuple +shutil.getpwnam(name) -> (pw_name,pw_passwd,pw_uid, +shutil.ignore_patterns(??) +shutil.make_archive(??) +shutil.move(??) +shutil.os(??) +shutil.register_archive_format(??) +shutil.register_unpack_format(??) +shutil.rmtree(??) +shutil.stat(??) +shutil.sys(??) +shutil.tarfile(??) +shutil.unpack_archive(??) +shutil.unregister_archive_format(??) +shutil.unregister_unpack_format(??) +shutil.which(??) +signal.ITIMER_PROF +signal.ITIMER_REAL +signal.ITIMER_VIRTUAL +signal.ItimerError(??) +signal.NSIG +signal.SIGABRT +signal.SIGALRM +signal.SIGBUS +signal.SIGCHLD +signal.SIGCONT +signal.SIGEMT +signal.SIGFPE +signal.SIGHUP +signal.SIGILL +signal.SIGINFO +signal.SIGINT +signal.SIGIO +signal.SIGIOT +signal.SIGKILL +signal.SIGPIPE +signal.SIGPROF +signal.SIGQUIT +signal.SIGSEGV +signal.SIGSTOP +signal.SIGSYS +signal.SIGTERM +signal.SIGTRAP +signal.SIGTSTP +signal.SIGTTIN +signal.SIGTTOU +signal.SIGURG +signal.SIGUSR1 +signal.SIGUSR2 +signal.SIGVTALRM +signal.SIGWINCH +signal.SIGXCPU +signal.SIGXFSZ +signal.SIG_BLOCK +signal.SIG_DFL +signal.SIG_IGN +signal.SIG_SETMASK +signal.SIG_UNBLOCK +signal.alarm(seconds) +signal.default_int_handler(...) +signal.getitimer(which) +signal.getsignal(sig) -> action +signal.pause() +signal.pthread_kill(thread_id, signum) +signal.pthread_sigmask(how, mask) -> old mask +signal.set_wakeup_fd(fd) -> fd +signal.setitimer(which, seconds[, interval]) +signal.siginterrupt(sig, flag) -> None +signal.signal(sig, action) -> action +signal.sigpending() -> list +signal.sigwait(sigset) -> signum +site.CONFIG_LINE +site.ENABLE_USER_SITE(??) +site.PREFIXES(??) +site.USER_BASE +site.USER_SITE +site.abs_paths(??) +site.addpackage(??) +site.addsitedir(??) +site.addsitepackages(??) +site.addusersitepackages(??) +site.aliasmbcs(??) +site.builtins(??) +site.check_enableusersite(??) +site.enablerlcompleter(??) +site.execsitecustomize(??) +site.execusercustomize(??) +site.getsitepackages(??) +site.getuserbase(??) +site.getusersitepackages(??) +site.main(??) +site.makepath(??) +site.os(??) +site.removeduppaths(??) +site.setcopyright(??) +site.sethelper(??) +site.setquit(??) +site.sys(??) +site.venv(??) +slice(stop) +smtpd.COMMASPACE +smtpd.DATA_SIZE_DEFAULT +smtpd.DEBUGSTREAM(??) +smtpd.DebuggingServer(??) +smtpd.Devnull(??) +smtpd.EMPTYSTRING +smtpd.MailmanProxy(??) +smtpd.NEWLINE +smtpd.Options(??) +smtpd.PureProxy(??) +smtpd.SMTPChannel(??) +smtpd.SMTPServer(??) +smtpd.asynchat(??) +smtpd.asyncore(??) +smtpd.collections(??) +smtpd.errno(??) +smtpd.get_addr_spec(??) +smtpd.get_angle_addr(??) +smtpd.getopt(??) +smtpd.os(??) +smtpd.parseargs(??) +smtpd.program +smtpd.socket(??) +smtpd.sys(??) +smtpd.time(??) +smtpd.usage(??) +smtpd.warn(??) +smtplib.CRLF +smtplib.LMTP(??) +smtplib.LMTP_PORT +smtplib.OLDSTYLE_AUTH(??) +smtplib.SMTP(??) +smtplib.SMTPAuthenticationError(??) +smtplib.SMTPConnectError(??) +smtplib.SMTPDataError(??) +smtplib.SMTPException(??) +smtplib.SMTPHeloError(??) +smtplib.SMTPRecipientsRefused(??) +smtplib.SMTPResponseException(??) +smtplib.SMTPSenderRefused(??) +smtplib.SMTPServerDisconnected(??) +smtplib.SMTP_PORT +smtplib.SMTP_SSL(??) +smtplib.SMTP_SSL_PORT +smtplib.bCRLF +smtplib.base64(??) +smtplib.copy(??) +smtplib.email(??) +smtplib.encode_base64(??) +smtplib.hmac(??) +smtplib.io(??) +smtplib.quoteaddr(??) +smtplib.quotedata(??) +smtplib.re(??) +smtplib.socket(??) +smtplib.ssl(??) +smtplib.stderr(??) +sndhdr.get_long_be(??) +sndhdr.get_long_le(??) +sndhdr.get_short_be(??) +sndhdr.get_short_le(??) +sndhdr.test(??) +sndhdr.test_8svx(??) +sndhdr.test_aifc(??) +sndhdr.test_au(??) +sndhdr.test_hcom(??) +sndhdr.test_sndr(??) +sndhdr.test_sndt(??) +sndhdr.test_voc(??) +sndhdr.test_wav(??) +sndhdr.testall(??) +sndhdr.tests(??) +sndhdr.what(??) +sndhdr.whathdr(??) +socket.AF_APPLETALK(??) +socket.AF_DECnet +socket.AF_INET(??) +socket.AF_INET6(??) +socket.AF_IPX(??) +socket.AF_LINK(??) +socket.AF_ROUTE(??) +socket.AF_SNA(??) +socket.AF_SYSTEM(??) +socket.AF_UNIX(??) +socket.AF_UNSPEC(??) +socket.AI_ADDRCONFIG +socket.AI_ALL +socket.AI_CANONNAME +socket.AI_DEFAULT +socket.AI_MASK +socket.AI_NUMERICHOST +socket.AI_NUMERICSERV +socket.AI_PASSIVE +socket.AI_V4MAPPED +socket.AI_V4MAPPED_CFG +socket.AddressFamily(??) +socket.CAPI(??) +socket.CMSG_LEN(length) -> control message length +socket.CMSG_SPACE(length) -> buffer size +socket.EAGAIN +socket.EAI_ADDRFAMILY +socket.EAI_AGAIN +socket.EAI_BADFLAGS +socket.EAI_BADHINTS +socket.EAI_FAIL +socket.EAI_FAMILY +socket.EAI_MAX +socket.EAI_MEMORY +socket.EAI_NODATA +socket.EAI_NONAME +socket.EAI_OVERFLOW +socket.EAI_PROTOCOL +socket.EAI_SERVICE +socket.EAI_SOCKTYPE +socket.EAI_SYSTEM +socket.EBADF +socket.EWOULDBLOCK +socket.INADDR_ALLHOSTS_GROUP +socket.INADDR_ANY +socket.INADDR_BROADCAST +socket.INADDR_LOOPBACK +socket.INADDR_MAX_LOCAL_GROUP +socket.INADDR_NONE +socket.INADDR_UNSPEC_GROUP +socket.IPPORT_RESERVED +socket.IPPORT_USERRESERVED +socket.IPPROTO_AH +socket.IPPROTO_DSTOPTS +socket.IPPROTO_EGP +socket.IPPROTO_EON +socket.IPPROTO_ESP +socket.IPPROTO_FRAGMENT +socket.IPPROTO_GGP +socket.IPPROTO_GRE +socket.IPPROTO_HELLO +socket.IPPROTO_HOPOPTS +socket.IPPROTO_ICMP +socket.IPPROTO_ICMPV6 +socket.IPPROTO_IDP +socket.IPPROTO_IGMP +socket.IPPROTO_IP +socket.IPPROTO_IPCOMP +socket.IPPROTO_IPIP +socket.IPPROTO_IPV4 +socket.IPPROTO_IPV6 +socket.IPPROTO_MAX +socket.IPPROTO_ND +socket.IPPROTO_NONE +socket.IPPROTO_PIM +socket.IPPROTO_PUP +socket.IPPROTO_RAW +socket.IPPROTO_ROUTING +socket.IPPROTO_RSVP +socket.IPPROTO_TCP +socket.IPPROTO_TP +socket.IPPROTO_UDP +socket.IPPROTO_XTP +socket.IPV6_CHECKSUM +socket.IPV6_DSTOPTS +socket.IPV6_HOPLIMIT +socket.IPV6_HOPOPTS +socket.IPV6_JOIN_GROUP +socket.IPV6_LEAVE_GROUP +socket.IPV6_MULTICAST_HOPS +socket.IPV6_MULTICAST_IF +socket.IPV6_MULTICAST_LOOP +socket.IPV6_NEXTHOP +socket.IPV6_PKTINFO +socket.IPV6_RECVTCLASS +socket.IPV6_RTHDR +socket.IPV6_RTHDR_TYPE_0 +socket.IPV6_TCLASS +socket.IPV6_UNICAST_HOPS +socket.IPV6_V6ONLY +socket.IP_ADD_MEMBERSHIP +socket.IP_DEFAULT_MULTICAST_LOOP +socket.IP_DEFAULT_MULTICAST_TTL +socket.IP_DROP_MEMBERSHIP +socket.IP_HDRINCL +socket.IP_MAX_MEMBERSHIPS +socket.IP_MULTICAST_IF +socket.IP_MULTICAST_LOOP +socket.IP_MULTICAST_TTL +socket.IP_OPTIONS +socket.IP_RECVDSTADDR +socket.IP_RECVOPTS +socket.IP_RECVRETOPTS +socket.IP_RETOPTS +socket.IP_TOS +socket.IP_TTL +socket.IntEnum(??) +socket.LOCAL_PEERCRED +socket.MSG_CTRUNC +socket.MSG_DONTROUTE +socket.MSG_DONTWAIT +socket.MSG_EOF +socket.MSG_EOR +socket.MSG_OOB +socket.MSG_PEEK +socket.MSG_TRUNC +socket.MSG_WAITALL +socket.NI_DGRAM +socket.NI_MAXHOST +socket.NI_MAXSERV +socket.NI_NAMEREQD +socket.NI_NOFQDN +socket.NI_NUMERICHOST +socket.NI_NUMERICSERV +socket.PF_SYSTEM +socket.SCM_CREDS +socket.SCM_RIGHTS +socket.SHUT_RD +socket.SHUT_RDWR +socket.SHUT_WR +socket.SOCK_DGRAM(??) +socket.SOCK_RAW(??) +socket.SOCK_RDM(??) +socket.SOCK_SEQPACKET(??) +socket.SOCK_STREAM(??) +socket.SOL_IP +socket.SOL_SOCKET +socket.SOL_TCP +socket.SOL_UDP +socket.SOMAXCONN +socket.SO_ACCEPTCONN +socket.SO_BROADCAST +socket.SO_DEBUG +socket.SO_DONTROUTE +socket.SO_ERROR +socket.SO_KEEPALIVE +socket.SO_LINGER +socket.SO_OOBINLINE +socket.SO_RCVBUF +socket.SO_RCVLOWAT +socket.SO_RCVTIMEO +socket.SO_REUSEADDR +socket.SO_REUSEPORT +socket.SO_SNDBUF +socket.SO_SNDLOWAT +socket.SO_SNDTIMEO +socket.SO_TYPE +socket.SO_USELOOPBACK +socket.SYSPROTO_CONTROL +socket.SocketIO(??) +socket.SocketType(??) +socket.TCP_MAXSEG +socket.TCP_NODELAY +socket.create_connection(??) +socket.dup(integer) -> integer +socket.errno(??) +socket.error(??) +socket.fromfd(fd, family, type[, proto]) -> socket object +socket.gaierror(??) +socket.getaddrinfo(??) +socket.getdefaulttimeout() -> timeout +socket.getfqdn(??) +socket.gethostbyaddr(host) -> (name, aliaslist, addresslist) +socket.gethostbyname(host) -> address +socket.gethostbyname_ex(host) -> (name, aliaslist, addresslist) +socket.gethostname() -> string +socket.getnameinfo(sockaddr, flags) --> (host, port) +socket.getprotobyname(name) -> integer +socket.getservbyname(servicename[, protocolname]) -> integer +socket.getservbyport(port[, protocolname]) -> string +socket.has_ipv6(??) +socket.herror(??) +socket.htonl(integer) -> integer +socket.htons(integer) -> integer +socket.if_indextoname(if_index) +socket.if_nameindex() +socket.if_nametoindex(if_name) +socket.inet_aton(string) -> bytes giving packed 32-bit IP representation +socket.inet_ntoa(packed_ip) -> ip_address_string +socket.inet_ntop(af, packed_ip) -> string formatted IP address +socket.inet_pton(af, ip) -> packed IP address string +socket.io(??) +socket.ntohl(integer) -> integer +socket.ntohs(integer) -> integer +socket.os(??) +socket.setdefaulttimeout(timeout) +socket.sethostname(name) +socket.socket(??) +socket.socketpair([family[, type[, proto]]]) -> (socket object, socket object) +socket.sys(??) +socket.timeout(??) +socketserver.BaseRequestHandler(??) +socketserver.BaseServer(??) +socketserver.DatagramRequestHandler(??) +socketserver.ForkingMixIn(??) +socketserver.ForkingTCPServer(??) +socketserver.ForkingUDPServer(??) +socketserver.StreamRequestHandler(??) +socketserver.TCPServer(??) +socketserver.ThreadingMixIn(??) +socketserver.ThreadingTCPServer(??) +socketserver.ThreadingUDPServer(??) +socketserver.ThreadingUnixDatagramServer(??) +socketserver.ThreadingUnixStreamServer(??) +socketserver.UDPServer(??) +socketserver.UnixDatagramServer(??) +socketserver.UnixStreamServer(??) +socketserver.errno(??) +socketserver.os(??) +socketserver.select(??) +socketserver.socket(??) +socketserver.sys(??) +socketserver.threading(??) +sorted(iterable, key=None, reverse=False) --> new sorted list +sqlite3.Binary(??) +sqlite3.Cache(??) +sqlite3.Connection(??) +sqlite3.Cursor(??) +sqlite3.DataError(??) +sqlite3.DatabaseError(??) +sqlite3.Date(??) +sqlite3.DateFromTicks(??) +sqlite3.Error(??) +sqlite3.IntegrityError(??) +sqlite3.InterfaceError(??) +sqlite3.InternalError(??) +sqlite3.NotSupportedError(??) +sqlite3.OperationalError(??) +sqlite3.OptimizedUnicode(??) +sqlite3.PARSE_COLNAMES +sqlite3.PARSE_DECLTYPES +sqlite3.PrepareProtocol(??) +sqlite3.ProgrammingError(??) +sqlite3.Row(??) +sqlite3.SQLITE_ALTER_TABLE +sqlite3.SQLITE_ANALYZE +sqlite3.SQLITE_ATTACH +sqlite3.SQLITE_CREATE_INDEX +sqlite3.SQLITE_CREATE_TABLE +sqlite3.SQLITE_CREATE_TEMP_INDEX +sqlite3.SQLITE_CREATE_TEMP_TABLE +sqlite3.SQLITE_CREATE_TEMP_TRIGGER +sqlite3.SQLITE_CREATE_TEMP_VIEW +sqlite3.SQLITE_CREATE_TRIGGER +sqlite3.SQLITE_CREATE_VIEW +sqlite3.SQLITE_DELETE +sqlite3.SQLITE_DENY +sqlite3.SQLITE_DETACH +sqlite3.SQLITE_DROP_INDEX +sqlite3.SQLITE_DROP_TABLE +sqlite3.SQLITE_DROP_TEMP_INDEX +sqlite3.SQLITE_DROP_TEMP_TABLE +sqlite3.SQLITE_DROP_TEMP_TRIGGER +sqlite3.SQLITE_DROP_TEMP_VIEW +sqlite3.SQLITE_DROP_TRIGGER +sqlite3.SQLITE_DROP_VIEW +sqlite3.SQLITE_IGNORE +sqlite3.SQLITE_INSERT +sqlite3.SQLITE_OK +sqlite3.SQLITE_PRAGMA +sqlite3.SQLITE_READ +sqlite3.SQLITE_REINDEX +sqlite3.SQLITE_SELECT +sqlite3.SQLITE_TRANSACTION +sqlite3.SQLITE_UPDATE +sqlite3.Statement(??) +sqlite3.Time(??) +sqlite3.TimeFromTicks(??) +sqlite3.Timestamp(??) +sqlite3.TimestampFromTicks(??) +sqlite3.Warning(??) +sqlite3.adapt(obj, protocol, alternate) -> adapt obj to given protocol. Non-standard. +sqlite3.adapters(??) +sqlite3.apilevel +sqlite3.complete_statement(sql) +sqlite3.connect(??) +sqlite3.converters(??) +sqlite3.datetime(??) +sqlite3.dbapi2(??) +sqlite3.dbapi2.Binary(??) +sqlite3.dbapi2.Cache(??) +sqlite3.dbapi2.Connection(??) +sqlite3.dbapi2.Cursor(??) +sqlite3.dbapi2.DataError(??) +sqlite3.dbapi2.DatabaseError(??) +sqlite3.dbapi2.Date(??) +sqlite3.dbapi2.DateFromTicks(??) +sqlite3.dbapi2.Error(??) +sqlite3.dbapi2.IntegrityError(??) +sqlite3.dbapi2.InterfaceError(??) +sqlite3.dbapi2.InternalError(??) +sqlite3.dbapi2.NotSupportedError(??) +sqlite3.dbapi2.OperationalError(??) +sqlite3.dbapi2.OptimizedUnicode(??) +sqlite3.dbapi2.PARSE_COLNAMES +sqlite3.dbapi2.PARSE_DECLTYPES +sqlite3.dbapi2.PrepareProtocol(??) +sqlite3.dbapi2.ProgrammingError(??) +sqlite3.dbapi2.Row(??) +sqlite3.dbapi2.SQLITE_ALTER_TABLE +sqlite3.dbapi2.SQLITE_ANALYZE +sqlite3.dbapi2.SQLITE_ATTACH +sqlite3.dbapi2.SQLITE_CREATE_INDEX +sqlite3.dbapi2.SQLITE_CREATE_TABLE +sqlite3.dbapi2.SQLITE_CREATE_TEMP_INDEX +sqlite3.dbapi2.SQLITE_CREATE_TEMP_TABLE +sqlite3.dbapi2.SQLITE_CREATE_TEMP_TRIGGER +sqlite3.dbapi2.SQLITE_CREATE_TEMP_VIEW +sqlite3.dbapi2.SQLITE_CREATE_TRIGGER +sqlite3.dbapi2.SQLITE_CREATE_VIEW +sqlite3.dbapi2.SQLITE_DELETE +sqlite3.dbapi2.SQLITE_DENY +sqlite3.dbapi2.SQLITE_DETACH +sqlite3.dbapi2.SQLITE_DROP_INDEX +sqlite3.dbapi2.SQLITE_DROP_TABLE +sqlite3.dbapi2.SQLITE_DROP_TEMP_INDEX +sqlite3.dbapi2.SQLITE_DROP_TEMP_TABLE +sqlite3.dbapi2.SQLITE_DROP_TEMP_TRIGGER +sqlite3.dbapi2.SQLITE_DROP_TEMP_VIEW +sqlite3.dbapi2.SQLITE_DROP_TRIGGER +sqlite3.dbapi2.SQLITE_DROP_VIEW +sqlite3.dbapi2.SQLITE_IGNORE +sqlite3.dbapi2.SQLITE_INSERT +sqlite3.dbapi2.SQLITE_OK +sqlite3.dbapi2.SQLITE_PRAGMA +sqlite3.dbapi2.SQLITE_READ +sqlite3.dbapi2.SQLITE_REINDEX +sqlite3.dbapi2.SQLITE_SELECT +sqlite3.dbapi2.SQLITE_TRANSACTION +sqlite3.dbapi2.SQLITE_UPDATE +sqlite3.dbapi2.Statement(??) +sqlite3.dbapi2.Time(??) +sqlite3.dbapi2.TimeFromTicks(??) +sqlite3.dbapi2.Timestamp(??) +sqlite3.dbapi2.TimestampFromTicks(??) +sqlite3.dbapi2.Warning(??) +sqlite3.dbapi2.adapt(obj, protocol, alternate) -> adapt obj to given protocol. Non-standard. +sqlite3.dbapi2.adapters(??) +sqlite3.dbapi2.apilevel +sqlite3.dbapi2.complete_statement(sql) +sqlite3.dbapi2.connect(??) +sqlite3.dbapi2.converters(??) +sqlite3.dbapi2.datetime(??) +sqlite3.dbapi2.enable_callback_tracebacks(flag) +sqlite3.dbapi2.enable_shared_cache(do_enable) +sqlite3.dbapi2.paramstyle +sqlite3.dbapi2.register_adapter(type, callable) +sqlite3.dbapi2.register_converter(typename, callable) +sqlite3.dbapi2.sqlite_version +sqlite3.dbapi2.sqlite_version_info(??) +sqlite3.dbapi2.threadsafety +sqlite3.dbapi2.time(??) +sqlite3.dbapi2.version +sqlite3.dbapi2.version_info(??) +sqlite3.enable_callback_tracebacks(flag) +sqlite3.enable_shared_cache(do_enable) +sqlite3.paramstyle +sqlite3.register_adapter(type, callable) +sqlite3.register_converter(typename, callable) +sqlite3.sqlite_version +sqlite3.sqlite_version_info(??) +sqlite3.threadsafety +sqlite3.time(??) +sqlite3.version +sqlite3.version_info(??) +ssl.AF_INET(??) +ssl.ALERT_DESCRIPTION_ACCESS_DENIED +ssl.ALERT_DESCRIPTION_BAD_CERTIFICATE +ssl.ALERT_DESCRIPTION_BAD_CERTIFICATE_STATUS_RESPONSE +ssl.ALERT_DESCRIPTION_BAD_RECORD_MAC +ssl.ALERT_DESCRIPTION_CERTIFICATE_EXPIRED +ssl.ALERT_DESCRIPTION_CERTIFICATE_REVOKED +ssl.ALERT_DESCRIPTION_CERTIFICATE_UNKNOWN +ssl.ALERT_DESCRIPTION_CERTIFICATE_UNOBTAINABLE +ssl.ALERT_DESCRIPTION_CLOSE_NOTIFY +ssl.ALERT_DESCRIPTION_DECODE_ERROR +ssl.ALERT_DESCRIPTION_DECOMPRESSION_FAILURE +ssl.ALERT_DESCRIPTION_DECRYPT_ERROR +ssl.ALERT_DESCRIPTION_HANDSHAKE_FAILURE +ssl.ALERT_DESCRIPTION_ILLEGAL_PARAMETER +ssl.ALERT_DESCRIPTION_INSUFFICIENT_SECURITY +ssl.ALERT_DESCRIPTION_INTERNAL_ERROR +ssl.ALERT_DESCRIPTION_NO_RENEGOTIATION +ssl.ALERT_DESCRIPTION_PROTOCOL_VERSION +ssl.ALERT_DESCRIPTION_RECORD_OVERFLOW +ssl.ALERT_DESCRIPTION_UNEXPECTED_MESSAGE +ssl.ALERT_DESCRIPTION_UNKNOWN_CA +ssl.ALERT_DESCRIPTION_UNRECOGNIZED_NAME +ssl.ALERT_DESCRIPTION_UNSUPPORTED_CERTIFICATE +ssl.ALERT_DESCRIPTION_UNSUPPORTED_EXTENSION +ssl.ALERT_DESCRIPTION_USER_CANCELLED +ssl.CERT_NONE +ssl.CERT_OPTIONAL +ssl.CERT_REQUIRED +ssl.CHANNEL_BINDING_TYPES(??) +ssl.CertificateError(??) +ssl.DER_cert_to_PEM_cert(??) +ssl.DefaultVerifyPaths(cafile, capath, openssl_cafile_env, openssl_cafile, openssl_capath_env, openssl_capath) +ssl.HAS_ECDH(??) +ssl.HAS_NPN(??) +ssl.HAS_SNI(??) +ssl.OPENSSL_VERSION +ssl.OPENSSL_VERSION_INFO(??) +ssl.OPENSSL_VERSION_NUMBER +ssl.OP_ALL +ssl.OP_CIPHER_SERVER_PREFERENCE +ssl.OP_NO_SSLv2 +ssl.OP_NO_SSLv3 +ssl.OP_NO_TLSv1 +ssl.OP_SINGLE_DH_USE +ssl.OP_SINGLE_ECDH_USE +ssl.PEM_FOOTER +ssl.PEM_HEADER +ssl.PEM_cert_to_DER_cert(??) +ssl.PROTOCOL_SSLv2 +ssl.PROTOCOL_SSLv23 +ssl.PROTOCOL_SSLv3 +ssl.PROTOCOL_TLSv1 +ssl.Purpose(??) +ssl.RAND_add(string, entropy) +ssl.RAND_bytes(n) -> bytes +ssl.RAND_egd(path) -> bytes +ssl.RAND_pseudo_bytes(n) -> (bytes, is_cryptographic) +ssl.RAND_status() -> 0 or 1 +ssl.SOCK_STREAM(??) +ssl.SOL_SOCKET +ssl.SO_TYPE +ssl.SSLContext(??) +ssl.SSLEOFError(??) +ssl.SSLError(??) +ssl.SSLSocket(??) +ssl.SSLSyscallError(??) +ssl.SSLWantReadError(??) +ssl.SSLWantWriteError(??) +ssl.SSLZeroReturnError(??) +ssl.SSL_ERROR_EOF +ssl.SSL_ERROR_INVALID_ERROR_CODE +ssl.SSL_ERROR_SSL +ssl.SSL_ERROR_SYSCALL +ssl.SSL_ERROR_WANT_CONNECT +ssl.SSL_ERROR_WANT_READ +ssl.SSL_ERROR_WANT_WRITE +ssl.SSL_ERROR_WANT_X509_LOOKUP +ssl.SSL_ERROR_ZERO_RETURN +ssl.VERIFY_CRL_CHECK_CHAIN +ssl.VERIFY_CRL_CHECK_LEAF +ssl.VERIFY_DEFAULT +ssl.VERIFY_X509_STRICT +ssl.base64(??) +ssl.cert_time_to_seconds(??) +ssl.create_connection(??) +ssl.create_default_context(??) +ssl.errno(??) +ssl.get_default_verify_paths(??) +ssl.get_protocol_name(??) +ssl.get_server_certificate(??) +ssl.match_hostname(??) +ssl.namedtuple(??) +ssl.os(??) +ssl.re(??) +ssl.socket(??) +ssl.socket_error(??) +ssl.sys(??) +ssl.textwrap(??) +ssl.traceback(??) +ssl.wrap_socket(??) +stat.SF_APPEND +stat.SF_ARCHIVED +stat.SF_IMMUTABLE +stat.SF_NOUNLINK +stat.SF_SNAPSHOT +stat.ST_ATIME +stat.ST_CTIME +stat.ST_DEV +stat.ST_GID +stat.ST_INO +stat.ST_MODE +stat.ST_MTIME +stat.ST_NLINK +stat.ST_SIZE +stat.ST_UID +stat.S_ENFMT +stat.S_IEXEC +stat.S_IFBLK +stat.S_IFCHR +stat.S_IFDIR +stat.S_IFDOOR +stat.S_IFIFO +stat.S_IFLNK +stat.S_IFMT(??) +stat.S_IFPORT +stat.S_IFREG +stat.S_IFSOCK +stat.S_IFWHT +stat.S_IMODE(??) +stat.S_IREAD +stat.S_IRGRP +stat.S_IROTH +stat.S_IRUSR +stat.S_IRWXG +stat.S_IRWXO +stat.S_IRWXU +stat.S_ISBLK(mode) -> bool +stat.S_ISCHR(mode) -> bool +stat.S_ISDIR(mode) -> bool +stat.S_ISDOOR(mode) -> bool +stat.S_ISFIFO(mode) -> bool +stat.S_ISGID +stat.S_ISLNK(mode) -> bool +stat.S_ISPORT(mode) -> bool +stat.S_ISREG(mode) -> bool +stat.S_ISSOCK(mode) -> bool +stat.S_ISUID +stat.S_ISVTX +stat.S_ISWHT(mode) -> bool +stat.S_IWGRP +stat.S_IWOTH +stat.S_IWRITE +stat.S_IWUSR +stat.S_IXGRP +stat.S_IXOTH +stat.S_IXUSR +stat.UF_APPEND +stat.UF_COMPRESSED +stat.UF_HIDDEN +stat.UF_IMMUTABLE +stat.UF_NODUMP +stat.UF_NOUNLINK +stat.UF_OPAQUE +stat.filemode(??) +staticmethod(function) -> method +statistics.Decimal(??) +statistics.Fraction(??) +statistics.StatisticsError(??) +statistics.collections(??) +statistics.math(??) +statistics.mean(??) +statistics.median(??) +statistics.median_grouped(??) +statistics.median_high(??) +statistics.median_low(??) +statistics.mode(??) +statistics.pstdev(??) +statistics.pvariance(??) +statistics.stdev(??) +statistics.variance(??) +str(object='') -> str +string.ChainMap(??) +string.Formatter(??) +string.Template(??) +string.ascii_letters +string.ascii_lowercase +string.ascii_uppercase +string.capwords(s [,sep]) -> string +string.digits +string.hexdigits +string.octdigits +string.printable +string.punctuation +string.whitespace +stringprep.b1_set(??) +stringprep.b3_exceptions(??) +stringprep.c22_specials(??) +stringprep.c6_set(??) +stringprep.c7_set(??) +stringprep.c8_set(??) +stringprep.c9_set(??) +stringprep.in_table_a1(??) +stringprep.in_table_b1(??) +stringprep.in_table_c11(??) +stringprep.in_table_c11_c12(??) +stringprep.in_table_c12(??) +stringprep.in_table_c21(??) +stringprep.in_table_c21_c22(??) +stringprep.in_table_c22(??) +stringprep.in_table_c3(??) +stringprep.in_table_c4(??) +stringprep.in_table_c5(??) +stringprep.in_table_c6(??) +stringprep.in_table_c7(??) +stringprep.in_table_c8(??) +stringprep.in_table_c9(??) +stringprep.in_table_d1(??) +stringprep.in_table_d2(??) +stringprep.map_table_b2(??) +stringprep.map_table_b3(??) +stringprep.unicodedata(??) +struct.Struct(fmt) --> compiled struct object +struct.calcsize(fmt) -> integer +struct.error(??) +struct.iter_unpack(fmt, buffer) -> iterator(v1, v2, ...) +struct.pack(fmt, v1, v2, ...) -> bytes +struct.pack_into(fmt, buffer, offset, v1, v2, ...) +struct.unpack(fmt, buffer) -> (v1, v2, ...) +struct.unpack_from(fmt, buffer, offset=0) -> (v1, v2, ...) +subprocess.CalledProcessError(??) +subprocess.DEVNULL +subprocess.MAXFD +subprocess.PIPE +subprocess.Popen(??) +subprocess.STDOUT +subprocess.SubprocessError(??) +subprocess.TimeoutExpired(??) +subprocess.builtins(??) +subprocess.call(??) +subprocess.check_call(??) +subprocess.check_output(??) +subprocess.errno(??) +subprocess.gc(??) +subprocess.getoutput(??) +subprocess.getstatusoutput(??) +subprocess.io(??) +subprocess.list2cmdline(??) +subprocess.mswindows(??) +subprocess.os(??) +subprocess.select(??) +subprocess.selectors(??) +subprocess.signal(??) +subprocess.sys(??) +subprocess.time(??) +subprocess.traceback(??) +subprocess.warnings(??) +sum(iterable[, start]) -> value +sunau.AUDIO_FILE_ENCODING_ADPCM_G721 +sunau.AUDIO_FILE_ENCODING_ADPCM_G722 +sunau.AUDIO_FILE_ENCODING_ADPCM_G723_3 +sunau.AUDIO_FILE_ENCODING_ADPCM_G723_5 +sunau.AUDIO_FILE_ENCODING_ALAW_8 +sunau.AUDIO_FILE_ENCODING_DOUBLE +sunau.AUDIO_FILE_ENCODING_FLOAT +sunau.AUDIO_FILE_ENCODING_LINEAR_16 +sunau.AUDIO_FILE_ENCODING_LINEAR_24 +sunau.AUDIO_FILE_ENCODING_LINEAR_32 +sunau.AUDIO_FILE_ENCODING_LINEAR_8 +sunau.AUDIO_FILE_ENCODING_MULAW_8 +sunau.AUDIO_FILE_MAGIC +sunau.AUDIO_UNKNOWN_SIZE +sunau.Au_read(??) +sunau.Au_write(??) +sunau.Error(??) +sunau.namedtuple(??) +sunau.open(??) +sunau.openfp(??) +super() -> same as super(__class__, <first argument>) +symbol.and_expr +symbol.and_test +symbol.arglist +symbol.argument +symbol.arith_expr +symbol.assert_stmt +symbol.atom +symbol.augassign +symbol.break_stmt +symbol.classdef +symbol.comp_for +symbol.comp_if +symbol.comp_iter +symbol.comp_op +symbol.comparison +symbol.compound_stmt +symbol.continue_stmt +symbol.decorated +symbol.decorator +symbol.decorators +symbol.del_stmt +symbol.dictorsetmaker +symbol.dotted_as_name +symbol.dotted_as_names +symbol.dotted_name +symbol.encoding_decl +symbol.eval_input +symbol.except_clause +symbol.expr +symbol.expr_stmt +symbol.exprlist +symbol.factor +symbol.file_input +symbol.flow_stmt +symbol.for_stmt +symbol.funcdef +symbol.global_stmt +symbol.if_stmt +symbol.import_as_name +symbol.import_as_names +symbol.import_from +symbol.import_name +symbol.import_stmt +symbol.lambdef +symbol.lambdef_nocond +symbol.nonlocal_stmt +symbol.not_test +symbol.or_test +symbol.parameters +symbol.pass_stmt +symbol.power +symbol.raise_stmt +symbol.return_stmt +symbol.shift_expr +symbol.simple_stmt +symbol.single_input +symbol.sliceop +symbol.small_stmt +symbol.star_expr +symbol.stmt +symbol.subscript +symbol.subscriptlist +symbol.suite +symbol.sym_name(??) +symbol.term +symbol.test +symbol.test_nocond +symbol.testlist +symbol.testlist_comp +symbol.testlist_star_expr +symbol.tfpdef +symbol.trailer +symbol.try_stmt +symbol.typedargslist +symbol.varargslist +symbol.vfpdef +symbol.while_stmt +symbol.with_item +symbol.with_stmt +symbol.xor_expr +symbol.yield_arg +symbol.yield_expr +symbol.yield_stmt +symtable.CELL +symtable.Class(??) +symtable.DEF_BOUND +symtable.DEF_GLOBAL +symtable.DEF_IMPORT +symtable.DEF_LOCAL +symtable.DEF_PARAM +symtable.FREE +symtable.Function(??) +symtable.GLOBAL_EXPLICIT +symtable.GLOBAL_IMPLICIT +symtable.LOCAL +symtable.OPT_IMPORT_STAR +symtable.SCOPE_MASK +symtable.SCOPE_OFF +symtable.Symbol(??) +symtable.SymbolTable(??) +symtable.SymbolTableFactory(??) +symtable.USE +symtable.symtable(??) +symtable.weakref(??) +sys.abiflags +sys.api_version +sys.argv(??) +sys.base_exec_prefix +sys.base_prefix +sys.builtin_module_names(??) +sys.byteorder +sys.call_tracing(func, args) -> object +sys.callstats() -> tuple of integers +sys.copyright +sys.displayhook(object) -> None +sys.dont_write_bytecode(??) +sys.exc_info() -> (type, value, traceback) +sys.excepthook(exctype, value, traceback) -> None +sys.exec_prefix +sys.executable +sys.exit([status]) +sys.flags(??) +sys.float_info(??) +sys.float_repr_style +sys.getallocatedblocks() -> integer +sys.getcheckinterval() -> current check interval; see setcheckinterval(). +sys.getdefaultencoding() -> string +sys.getdlopenflags() -> int +sys.getfilesystemencoding() -> string +sys.getprofile() +sys.getrecursionlimit() +sys.getrefcount(object) -> integer +sys.getsizeof(object, default) -> int +sys.getswitchinterval() -> current thread switch interval; see setswitchinterval(). +sys.gettrace() +sys.hash_info(??) +sys.hexversion +sys.implementation(??) +sys.int_info(??) +sys.intern(string) -> string +sys.maxsize +sys.maxunicode +sys.meta_path(??) +sys.modules(??) +sys.path(??) +sys.path_hooks(??) +sys.path_importer_cache(??) +sys.platform +sys.prefix +sys.setcheckinterval(n) +sys.setdlopenflags(n) -> None +sys.setprofile(function) +sys.setrecursionlimit(n) +sys.setswitchinterval(n) +sys.settrace(function) +sys.stderr(??) +sys.stdin(??) +sys.stdout(??) +sys.thread_info(??) +sys.version +sys.version_info(??) +sys.warnoptions(??) +sysconfig.get_config_h_filename(??) +sysconfig.get_config_var(??) +sysconfig.get_config_vars(??) +sysconfig.get_makefile_filename(??) +sysconfig.get_path(??) +sysconfig.get_path_names(??) +sysconfig.get_paths(??) +sysconfig.get_platform(??) +sysconfig.get_python_version(??) +sysconfig.get_scheme_names(??) +sysconfig.is_python_build(??) +sysconfig.os(??) +sysconfig.pardir +sysconfig.parse_config_h(??) +sysconfig.realpath(??) +sysconfig.sys(??) +syslog.LOG_ALERT +syslog.LOG_AUTH +syslog.LOG_AUTHPRIV +syslog.LOG_CONS +syslog.LOG_CRIT +syslog.LOG_CRON +syslog.LOG_DAEMON +syslog.LOG_DEBUG +syslog.LOG_EMERG +syslog.LOG_ERR +syslog.LOG_INFO +syslog.LOG_KERN +syslog.LOG_LOCAL0 +syslog.LOG_LOCAL1 +syslog.LOG_LOCAL2 +syslog.LOG_LOCAL3 +syslog.LOG_LOCAL4 +syslog.LOG_LOCAL5 +syslog.LOG_LOCAL6 +syslog.LOG_LOCAL7 +syslog.LOG_LPR +syslog.LOG_MAIL +syslog.LOG_MASK(??) +syslog.LOG_NDELAY +syslog.LOG_NEWS +syslog.LOG_NOTICE +syslog.LOG_NOWAIT +syslog.LOG_ODELAY +syslog.LOG_PERROR +syslog.LOG_PID +syslog.LOG_SYSLOG +syslog.LOG_UPTO(??) +syslog.LOG_USER +syslog.LOG_UUCP +syslog.LOG_WARNING +syslog.closelog(??) +syslog.openlog(??) +syslog.setlogmask(??) +syslog.syslog(??) +tabnanny.NannyNag(??) +tabnanny.Whitespace(??) +tabnanny.check(file_or_dir) +tabnanny.errprint(??) +tabnanny.filename_only +tabnanny.format_witnesses(??) +tabnanny.getopt(??) +tabnanny.main(??) +tabnanny.os(??) +tabnanny.process_tokens(??) +tabnanny.sys(??) +tabnanny.tokenize(??) +tabnanny.verbose +tarfile.AREGTYPE +tarfile.BLKTYPE +tarfile.BLOCKSIZE +tarfile.CHRTYPE +tarfile.CONTTYPE +tarfile.CompressionError(??) +tarfile.DEFAULT_FORMAT +tarfile.DIRTYPE +tarfile.ENCODING +tarfile.EOFHeaderError(??) +tarfile.EmptyHeaderError(??) +tarfile.ExFileObject(??) +tarfile.ExtractError(??) +tarfile.FIFOTYPE +tarfile.GNUTYPE_LONGLINK +tarfile.GNUTYPE_LONGNAME +tarfile.GNUTYPE_SPARSE +tarfile.GNU_FORMAT +tarfile.GNU_MAGIC +tarfile.GNU_TYPES(??) +tarfile.HeaderError(??) +tarfile.InvalidHeaderError(??) +tarfile.LENGTH_LINK +tarfile.LENGTH_NAME +tarfile.LENGTH_PREFIX +tarfile.LNKTYPE +tarfile.NUL +tarfile.PAX_FIELDS(??) +tarfile.PAX_FORMAT +tarfile.PAX_NAME_FIELDS(??) +tarfile.PAX_NUMBER_FIELDS(??) +tarfile.POSIX_MAGIC +tarfile.RECORDSIZE +tarfile.REGTYPE +tarfile.REGULAR_TYPES(??) +tarfile.ReadError(??) +tarfile.SOLARIS_XHDTYPE +tarfile.SUPPORTED_TYPES(??) +tarfile.SYMTYPE +tarfile.StreamError(??) +tarfile.SubsequentHeaderError(??) +tarfile.TarError(??) +tarfile.TarFile(??) +tarfile.TarInfo(??) +tarfile.TarIter(??) +tarfile.TruncatedHeaderError(??) +tarfile.USTAR_FORMAT +tarfile.XGLTYPE +tarfile.XHDTYPE +tarfile.bltn_open(??) +tarfile.calc_chksums(??) +tarfile.copy(??) +tarfile.copyfileobj(??) +tarfile.filemode(??) +tarfile.grp(??) +tarfile.io(??) +tarfile.is_tarfile(??) +tarfile.itn(??) +tarfile.main(??) +tarfile.nti(??) +tarfile.nts(??) +tarfile.open(??) +tarfile.os(??) +tarfile.pwd(??) +tarfile.re(??) +tarfile.shutil(??) +tarfile.stat(??) +tarfile.stn(??) +tarfile.struct(??) +tarfile.symlink_exception(??) +tarfile.sys(??) +tarfile.time(??) +tarfile.version +telnetlib.AO +telnetlib.AUTHENTICATION +telnetlib.AYT +telnetlib.BINARY +telnetlib.BM +telnetlib.BRK +telnetlib.CHARSET +telnetlib.COM_PORT_OPTION +telnetlib.DEBUGLEVEL +telnetlib.DET +telnetlib.DM +telnetlib.DO +telnetlib.DONT +telnetlib.EC +telnetlib.ECHO +telnetlib.EL +telnetlib.ENCRYPT +telnetlib.EOR +telnetlib.EXOPL +telnetlib.FORWARD_X +telnetlib.GA +telnetlib.IAC +telnetlib.IP +telnetlib.KERMIT +telnetlib.LFLOW +telnetlib.LINEMODE +telnetlib.LOGOUT +telnetlib.NAMS +telnetlib.NAOCRD +telnetlib.NAOFFD +telnetlib.NAOHTD +telnetlib.NAOHTS +telnetlib.NAOL +telnetlib.NAOLFD +telnetlib.NAOP +telnetlib.NAOVTD +telnetlib.NAOVTS +telnetlib.NAWS +telnetlib.NEW_ENVIRON +telnetlib.NOOPT +telnetlib.NOP +telnetlib.OLD_ENVIRON +telnetlib.OUTMRK +telnetlib.PRAGMA_HEARTBEAT +telnetlib.PRAGMA_LOGON +telnetlib.RCP +telnetlib.RCTE +telnetlib.RSP +telnetlib.SB +telnetlib.SE +telnetlib.SEND_URL +telnetlib.SGA +telnetlib.SNDLOC +telnetlib.SSPI_LOGON +telnetlib.STATUS +telnetlib.SUPDUP +telnetlib.SUPDUPOUTPUT +telnetlib.SUPPRESS_LOCAL_ECHO +telnetlib.TELNET_PORT +telnetlib.TLS +telnetlib.TM +telnetlib.TN3270E +telnetlib.TSPEED +telnetlib.TTYLOC +telnetlib.TTYPE +telnetlib.TUID +telnetlib.Telnet(??) +telnetlib.VT3270REGIME +telnetlib.WILL +telnetlib.WONT +telnetlib.X3PAD +telnetlib.XASCII +telnetlib.XAUTH +telnetlib.XDISPLOC +telnetlib.selectors(??) +telnetlib.socket(??) +telnetlib.sys(??) +telnetlib.test(??) +telnetlib.theNULL +tempfile.NamedTemporaryFile(??) +tempfile.SpooledTemporaryFile(??) +tempfile.TMP_MAX +tempfile.TemporaryDirectory(??) +tempfile.TemporaryFile(??) +tempfile.gettempdir(??) +tempfile.gettempprefix(??) +tempfile.mkdtemp(??) +tempfile.mkstemp(??) +tempfile.mktemp(??) +tempfile.tempdir(??) +tempfile.template +termios.B0 +termios.B110 +termios.B115200 +termios.B1200 +termios.B134 +termios.B150 +termios.B1800 +termios.B19200 +termios.B200 +termios.B230400 +termios.B2400 +termios.B300 +termios.B38400 +termios.B4800 +termios.B50 +termios.B57600 +termios.B600 +termios.B75 +termios.B9600 +termios.BRKINT +termios.BS0 +termios.BS1 +termios.BSDLY +termios.CDSUSP +termios.CEOF +termios.CEOL +termios.CEOT +termios.CERASE +termios.CFLUSH +termios.CINTR +termios.CKILL +termios.CLNEXT +termios.CLOCAL +termios.CQUIT +termios.CR0 +termios.CR1 +termios.CR2 +termios.CR3 +termios.CRDLY +termios.CREAD +termios.CRPRNT +termios.CRTSCTS +termios.CS5 +termios.CS6 +termios.CS7 +termios.CS8 +termios.CSIZE +termios.CSTART +termios.CSTOP +termios.CSTOPB +termios.CSUSP +termios.CWERASE +termios.ECHO +termios.ECHOCTL +termios.ECHOE +termios.ECHOK +termios.ECHOKE +termios.ECHONL +termios.ECHOPRT +termios.EXTA +termios.EXTB +termios.FF0 +termios.FF1 +termios.FFDLY +termios.FIOASYNC +termios.FIOCLEX +termios.FIONBIO +termios.FIONCLEX +termios.FIONREAD +termios.FLUSHO +termios.HUPCL +termios.ICANON +termios.ICRNL +termios.IEXTEN +termios.IGNBRK +termios.IGNCR +termios.IGNPAR +termios.IMAXBEL +termios.INLCR +termios.INPCK +termios.ISIG +termios.ISTRIP +termios.IXANY +termios.IXOFF +termios.IXON +termios.NCCS +termios.NL0 +termios.NL1 +termios.NLDLY +termios.NOFLSH +termios.OCRNL +termios.OFDEL +termios.OFILL +termios.ONLCR +termios.ONLRET +termios.ONOCR +termios.OPOST +termios.PARENB +termios.PARMRK +termios.PARODD +termios.PENDIN +termios.TAB0 +termios.TAB1 +termios.TAB2 +termios.TAB3 +termios.TABDLY +termios.TCIFLUSH +termios.TCIOFF +termios.TCIOFLUSH +termios.TCION +termios.TCOFLUSH +termios.TCOOFF +termios.TCOON +termios.TCSADRAIN +termios.TCSAFLUSH +termios.TCSANOW +termios.TCSASOFT +termios.TIOCCONS +termios.TIOCEXCL +termios.TIOCGETD +termios.TIOCGPGRP +termios.TIOCGWINSZ +termios.TIOCMBIC +termios.TIOCMBIS +termios.TIOCMGET +termios.TIOCMSET +termios.TIOCM_CAR +termios.TIOCM_CD +termios.TIOCM_CTS +termios.TIOCM_DSR +termios.TIOCM_DTR +termios.TIOCM_LE +termios.TIOCM_RI +termios.TIOCM_RNG +termios.TIOCM_RTS +termios.TIOCM_SR +termios.TIOCM_ST +termios.TIOCNOTTY +termios.TIOCNXCL +termios.TIOCOUTQ +termios.TIOCPKT +termios.TIOCPKT_DATA +termios.TIOCPKT_DOSTOP +termios.TIOCPKT_FLUSHREAD +termios.TIOCPKT_FLUSHWRITE +termios.TIOCPKT_NOSTOP +termios.TIOCPKT_START +termios.TIOCPKT_STOP +termios.TIOCSCTTY +termios.TIOCSETD +termios.TIOCSPGRP +termios.TIOCSTI +termios.TIOCSWINSZ +termios.TOSTOP +termios.VDISCARD +termios.VEOF +termios.VEOL +termios.VEOL2 +termios.VERASE +termios.VINTR +termios.VKILL +termios.VLNEXT +termios.VMIN +termios.VQUIT +termios.VREPRINT +termios.VSTART +termios.VSTOP +termios.VSUSP +termios.VT0 +termios.VT1 +termios.VTDLY +termios.VTIME +termios.VWERASE +termios.error(??) +termios.tcdrain(fd) -> None +termios.tcflow(fd, action) -> None +termios.tcflush(fd, queue) -> None +termios.tcgetattr(fd) -> list_of_attrs +termios.tcsendbreak(fd, duration) -> None +termios.tcsetattr(fd, when, attributes) -> None +textwrap.TextWrapper(??) +textwrap.dedent(??) +textwrap.fill(??) +textwrap.indent(??) +textwrap.re(??) +textwrap.shorten(??) +textwrap.wrap(??) +threading.Barrier(??) +threading.BoundedSemaphore(??) +threading.BrokenBarrierError(??) +threading.Condition(??) +threading.Event(??) +threading.Lock(??) +threading.RLock(??) +threading.Semaphore(??) +threading.TIMEOUT_MAX +threading.Thread(??) +threading.ThreadError(??) +threading.Timer(??) +threading.WeakSet(??) +threading.activeCount(??) +threading.active_count(??) +threading.currentThread(??) +threading.current_thread(??) +threading.enumerate(??) +threading.get_ident() -> integer +threading.local(??) +threading.main_thread(??) +threading.setprofile(??) +threading.settrace(??) +threading.stack_size([size]) -> size +time.altzone +time.asctime([tuple]) -> string +time.clock() -> floating point number +time.ctime(seconds) -> string +time.daylight +time.get_clock_info(name: str) -> dict +time.gmtime([seconds]) -> (tm_year, tm_mon, tm_mday, tm_hour, tm_min, +time.localtime([seconds]) -> (tm_year,tm_mon,tm_mday,tm_hour,tm_min, +time.mktime(tuple) -> floating point number +time.monotonic() -> float +time.perf_counter() -> float +time.process_time() -> float +time.sleep(seconds) +time.strftime(format[, tuple]) -> string +time.strptime(string, format) -> struct_time +time.struct_time(??) +time.time() -> floating point number +time.timezone +time.tzname(??) +time.tzset() +timeit.Timer(??) +timeit.default_number +timeit.default_repeat +timeit.default_timer(??) +timeit.dummy_src_name +timeit.gc(??) +timeit.itertools(??) +timeit.main(??) +timeit.reindent(??) +timeit.repeat(??) +timeit.sys(??) +timeit.template +timeit.time(??) +timeit.timeit(??) +tkinter.ACTIVE +tkinter.ALL +tkinter.ANCHOR +tkinter.ARC +tkinter.BASELINE +tkinter.BEVEL +tkinter.BOTH +tkinter.BOTTOM +tkinter.BROWSE +tkinter.BUTT +tkinter.BaseWidget(??) +tkinter.BitmapImage(??) +tkinter.BooleanVar(??) +tkinter.Button(??) +tkinter.CASCADE +tkinter.CENTER +tkinter.CHAR +tkinter.CHECKBUTTON +tkinter.CHORD +tkinter.COMMAND +tkinter.CURRENT +tkinter.CallWrapper(??) +tkinter.Canvas(??) +tkinter.Checkbutton(??) +tkinter.DISABLED +tkinter.DOTBOX +tkinter.DoubleVar(??) +tkinter.E +tkinter.END +tkinter.EW +tkinter.EXCEPTION +tkinter.EXTENDED +tkinter.Entry(??) +tkinter.Event(??) +tkinter.FALSE +tkinter.FIRST +tkinter.FLAT +tkinter.Frame(??) +tkinter.GROOVE +tkinter.Grid(??) +tkinter.HIDDEN +tkinter.HORIZONTAL +tkinter.INSERT +tkinter.INSIDE +tkinter.Image(??) +tkinter.IntVar(??) +tkinter.LAST +tkinter.LEFT +tkinter.Label(??) +tkinter.LabelFrame(??) +tkinter.Listbox(??) +tkinter.MITER +tkinter.MOVETO +tkinter.MULTIPLE +tkinter.Menu(??) +tkinter.Menubutton(??) +tkinter.Message(??) +tkinter.Misc(??) +tkinter.N +tkinter.NE +tkinter.NO +tkinter.NONE +tkinter.NORMAL +tkinter.NS +tkinter.NSEW +tkinter.NUMERIC +tkinter.NW +tkinter.NoDefaultRoot(??) +tkinter.OFF +tkinter.ON +tkinter.OUTSIDE +tkinter.OptionMenu(??) +tkinter.PAGES +tkinter.PIESLICE +tkinter.PROJECTING +tkinter.Pack(??) +tkinter.PanedWindow(??) +tkinter.PhotoImage(??) +tkinter.Place(??) +tkinter.RADIOBUTTON +tkinter.RAISED +tkinter.READABLE +tkinter.RIDGE +tkinter.RIGHT +tkinter.ROUND +tkinter.Radiobutton(??) +tkinter.S +tkinter.SCROLL +tkinter.SE +tkinter.SEL +tkinter.SEL_FIRST +tkinter.SEL_LAST +tkinter.SEPARATOR +tkinter.SINGLE +tkinter.SOLID +tkinter.SUNKEN +tkinter.SW +tkinter.Scale(??) +tkinter.Scrollbar(??) +tkinter.Spinbox(??) +tkinter.StringVar(??) +tkinter.Studbutton(??) +tkinter.TOP +tkinter.TRUE +tkinter.Tcl(??) +tkinter.TclError(??) +tkinter.TclVersion +tkinter.Text(??) +tkinter.Tk(??) +tkinter.TkVersion +tkinter.Toplevel(??) +tkinter.Tributton(??) +tkinter.UNDERLINE +tkinter.UNITS +tkinter.VERTICAL +tkinter.Variable(??) +tkinter.W +tkinter.WORD +tkinter.WRITABLE +tkinter.Widget(??) +tkinter.Wm(??) +tkinter.X +tkinter.XView(??) +tkinter.Y +tkinter.YES +tkinter.YView(??) +tkinter.colorchooser.Chooser(??) +tkinter.colorchooser.Dialog(??) +tkinter.colorchooser.askcolor(??) +tkinter.commondialog.ACTIVE +tkinter.commondialog.ALL +tkinter.commondialog.ANCHOR +tkinter.commondialog.ARC +tkinter.commondialog.BASELINE +tkinter.commondialog.BEVEL +tkinter.commondialog.BOTH +tkinter.commondialog.BOTTOM +tkinter.commondialog.BROWSE +tkinter.commondialog.BUTT +tkinter.commondialog.BaseWidget(??) +tkinter.commondialog.BitmapImage(??) +tkinter.commondialog.BooleanVar(??) +tkinter.commondialog.Button(??) +tkinter.commondialog.CASCADE +tkinter.commondialog.CENTER +tkinter.commondialog.CHAR +tkinter.commondialog.CHECKBUTTON +tkinter.commondialog.CHORD +tkinter.commondialog.COMMAND +tkinter.commondialog.CURRENT +tkinter.commondialog.CallWrapper(??) +tkinter.commondialog.Canvas(??) +tkinter.commondialog.Checkbutton(??) +tkinter.commondialog.DISABLED +tkinter.commondialog.DOTBOX +tkinter.commondialog.Dialog(??) +tkinter.commondialog.DoubleVar(??) +tkinter.commondialog.E +tkinter.commondialog.END +tkinter.commondialog.EW +tkinter.commondialog.EXCEPTION +tkinter.commondialog.EXTENDED +tkinter.commondialog.Entry(??) +tkinter.commondialog.Event(??) +tkinter.commondialog.FALSE +tkinter.commondialog.FIRST +tkinter.commondialog.FLAT +tkinter.commondialog.Frame(??) +tkinter.commondialog.GROOVE +tkinter.commondialog.Grid(??) +tkinter.commondialog.HIDDEN +tkinter.commondialog.HORIZONTAL +tkinter.commondialog.INSERT +tkinter.commondialog.INSIDE +tkinter.commondialog.Image(??) +tkinter.commondialog.IntVar(??) +tkinter.commondialog.LAST +tkinter.commondialog.LEFT +tkinter.commondialog.Label(??) +tkinter.commondialog.LabelFrame(??) +tkinter.commondialog.Listbox(??) +tkinter.commondialog.MITER +tkinter.commondialog.MOVETO +tkinter.commondialog.MULTIPLE +tkinter.commondialog.Menu(??) +tkinter.commondialog.Menubutton(??) +tkinter.commondialog.Message(??) +tkinter.commondialog.Misc(??) +tkinter.commondialog.N +tkinter.commondialog.NE +tkinter.commondialog.NO +tkinter.commondialog.NONE +tkinter.commondialog.NORMAL +tkinter.commondialog.NS +tkinter.commondialog.NSEW +tkinter.commondialog.NUMERIC +tkinter.commondialog.NW +tkinter.commondialog.NoDefaultRoot(??) +tkinter.commondialog.OFF +tkinter.commondialog.ON +tkinter.commondialog.OUTSIDE +tkinter.commondialog.OptionMenu(??) +tkinter.commondialog.PAGES +tkinter.commondialog.PIESLICE +tkinter.commondialog.PROJECTING +tkinter.commondialog.Pack(??) +tkinter.commondialog.PanedWindow(??) +tkinter.commondialog.PhotoImage(??) +tkinter.commondialog.Place(??) +tkinter.commondialog.RADIOBUTTON +tkinter.commondialog.RAISED +tkinter.commondialog.READABLE +tkinter.commondialog.RIDGE +tkinter.commondialog.RIGHT +tkinter.commondialog.ROUND +tkinter.commondialog.Radiobutton(??) +tkinter.commondialog.S +tkinter.commondialog.SCROLL +tkinter.commondialog.SE +tkinter.commondialog.SEL +tkinter.commondialog.SEL_FIRST +tkinter.commondialog.SEL_LAST +tkinter.commondialog.SEPARATOR +tkinter.commondialog.SINGLE +tkinter.commondialog.SOLID +tkinter.commondialog.SUNKEN +tkinter.commondialog.SW +tkinter.commondialog.Scale(??) +tkinter.commondialog.Scrollbar(??) +tkinter.commondialog.Spinbox(??) +tkinter.commondialog.StringVar(??) +tkinter.commondialog.Studbutton(??) +tkinter.commondialog.TOP +tkinter.commondialog.TRUE +tkinter.commondialog.Tcl(??) +tkinter.commondialog.TclError(??) +tkinter.commondialog.TclVersion +tkinter.commondialog.Text(??) +tkinter.commondialog.Tk(??) +tkinter.commondialog.TkVersion +tkinter.commondialog.Toplevel(??) +tkinter.commondialog.Tributton(??) +tkinter.commondialog.UNDERLINE +tkinter.commondialog.UNITS +tkinter.commondialog.VERTICAL +tkinter.commondialog.Variable(??) +tkinter.commondialog.W +tkinter.commondialog.WORD +tkinter.commondialog.WRITABLE +tkinter.commondialog.Widget(??) +tkinter.commondialog.Wm(??) +tkinter.commondialog.X +tkinter.commondialog.XView(??) +tkinter.commondialog.Y +tkinter.commondialog.YES +tkinter.commondialog.YView(??) +tkinter.commondialog.constants(??) +tkinter.commondialog.getboolean(??) +tkinter.commondialog.getdouble(??) +tkinter.commondialog.getint(??) +tkinter.commondialog.image_names(??) +tkinter.commondialog.image_types(??) +tkinter.commondialog.mainloop(??) +tkinter.commondialog.re(??) +tkinter.commondialog.sys(??) +tkinter.commondialog.wantobjects +tkinter.commondialog.warnings(??) +tkinter.constants(??) +tkinter.constants.ACTIVE +tkinter.constants.ALL +tkinter.constants.ANCHOR +tkinter.constants.ARC +tkinter.constants.BASELINE +tkinter.constants.BEVEL +tkinter.constants.BOTH +tkinter.constants.BOTTOM +tkinter.constants.BROWSE +tkinter.constants.BUTT +tkinter.constants.CASCADE +tkinter.constants.CENTER +tkinter.constants.CHAR +tkinter.constants.CHECKBUTTON +tkinter.constants.CHORD +tkinter.constants.COMMAND +tkinter.constants.CURRENT +tkinter.constants.DISABLED +tkinter.constants.DOTBOX +tkinter.constants.E +tkinter.constants.END +tkinter.constants.EW +tkinter.constants.EXTENDED +tkinter.constants.FALSE +tkinter.constants.FIRST +tkinter.constants.FLAT +tkinter.constants.GROOVE +tkinter.constants.HIDDEN +tkinter.constants.HORIZONTAL +tkinter.constants.INSERT +tkinter.constants.INSIDE +tkinter.constants.LAST +tkinter.constants.LEFT +tkinter.constants.MITER +tkinter.constants.MOVETO +tkinter.constants.MULTIPLE +tkinter.constants.N +tkinter.constants.NE +tkinter.constants.NO +tkinter.constants.NONE +tkinter.constants.NORMAL +tkinter.constants.NS +tkinter.constants.NSEW +tkinter.constants.NUMERIC +tkinter.constants.NW +tkinter.constants.OFF +tkinter.constants.ON +tkinter.constants.OUTSIDE +tkinter.constants.PAGES +tkinter.constants.PIESLICE +tkinter.constants.PROJECTING +tkinter.constants.RADIOBUTTON +tkinter.constants.RAISED +tkinter.constants.RIDGE +tkinter.constants.RIGHT +tkinter.constants.ROUND +tkinter.constants.S +tkinter.constants.SCROLL +tkinter.constants.SE +tkinter.constants.SEL +tkinter.constants.SEL_FIRST +tkinter.constants.SEL_LAST +tkinter.constants.SEPARATOR +tkinter.constants.SINGLE +tkinter.constants.SOLID +tkinter.constants.SUNKEN +tkinter.constants.SW +tkinter.constants.TOP +tkinter.constants.TRUE +tkinter.constants.UNDERLINE +tkinter.constants.UNITS +tkinter.constants.VERTICAL +tkinter.constants.W +tkinter.constants.WORD +tkinter.constants.X +tkinter.constants.Y +tkinter.constants.YES +tkinter.dialog.ACTIVE +tkinter.dialog.ALL +tkinter.dialog.ANCHOR +tkinter.dialog.ARC +tkinter.dialog.BASELINE +tkinter.dialog.BEVEL +tkinter.dialog.BOTH +tkinter.dialog.BOTTOM +tkinter.dialog.BROWSE +tkinter.dialog.BUTT +tkinter.dialog.BaseWidget(??) +tkinter.dialog.BitmapImage(??) +tkinter.dialog.BooleanVar(??) +tkinter.dialog.Button(??) +tkinter.dialog.CASCADE +tkinter.dialog.CENTER +tkinter.dialog.CHAR +tkinter.dialog.CHECKBUTTON +tkinter.dialog.CHORD +tkinter.dialog.COMMAND +tkinter.dialog.CURRENT +tkinter.dialog.CallWrapper(??) +tkinter.dialog.Canvas(??) +tkinter.dialog.Checkbutton(??) +tkinter.dialog.DIALOG_ICON +tkinter.dialog.DISABLED +tkinter.dialog.DOTBOX +tkinter.dialog.Dialog(??) +tkinter.dialog.DoubleVar(??) +tkinter.dialog.E +tkinter.dialog.END +tkinter.dialog.EW +tkinter.dialog.EXCEPTION +tkinter.dialog.EXTENDED +tkinter.dialog.Entry(??) +tkinter.dialog.Event(??) +tkinter.dialog.FALSE +tkinter.dialog.FIRST +tkinter.dialog.FLAT +tkinter.dialog.Frame(??) +tkinter.dialog.GROOVE +tkinter.dialog.Grid(??) +tkinter.dialog.HIDDEN +tkinter.dialog.HORIZONTAL +tkinter.dialog.INSERT +tkinter.dialog.INSIDE +tkinter.dialog.Image(??) +tkinter.dialog.IntVar(??) +tkinter.dialog.LAST +tkinter.dialog.LEFT +tkinter.dialog.Label(??) +tkinter.dialog.LabelFrame(??) +tkinter.dialog.Listbox(??) +tkinter.dialog.MITER +tkinter.dialog.MOVETO +tkinter.dialog.MULTIPLE +tkinter.dialog.Menu(??) +tkinter.dialog.Menubutton(??) +tkinter.dialog.Message(??) +tkinter.dialog.Misc(??) +tkinter.dialog.N +tkinter.dialog.NE +tkinter.dialog.NO +tkinter.dialog.NONE +tkinter.dialog.NORMAL +tkinter.dialog.NS +tkinter.dialog.NSEW +tkinter.dialog.NUMERIC +tkinter.dialog.NW +tkinter.dialog.NoDefaultRoot(??) +tkinter.dialog.OFF +tkinter.dialog.ON +tkinter.dialog.OUTSIDE +tkinter.dialog.OptionMenu(??) +tkinter.dialog.PAGES +tkinter.dialog.PIESLICE +tkinter.dialog.PROJECTING +tkinter.dialog.Pack(??) +tkinter.dialog.PanedWindow(??) +tkinter.dialog.PhotoImage(??) +tkinter.dialog.Place(??) +tkinter.dialog.RADIOBUTTON +tkinter.dialog.RAISED +tkinter.dialog.READABLE +tkinter.dialog.RIDGE +tkinter.dialog.RIGHT +tkinter.dialog.ROUND +tkinter.dialog.Radiobutton(??) +tkinter.dialog.S +tkinter.dialog.SCROLL +tkinter.dialog.SE +tkinter.dialog.SEL +tkinter.dialog.SEL_FIRST +tkinter.dialog.SEL_LAST +tkinter.dialog.SEPARATOR +tkinter.dialog.SINGLE +tkinter.dialog.SOLID +tkinter.dialog.SUNKEN +tkinter.dialog.SW +tkinter.dialog.Scale(??) +tkinter.dialog.Scrollbar(??) +tkinter.dialog.Spinbox(??) +tkinter.dialog.StringVar(??) +tkinter.dialog.Studbutton(??) +tkinter.dialog.TOP +tkinter.dialog.TRUE +tkinter.dialog.Tcl(??) +tkinter.dialog.TclError(??) +tkinter.dialog.TclVersion +tkinter.dialog.Text(??) +tkinter.dialog.Tk(??) +tkinter.dialog.TkVersion +tkinter.dialog.Toplevel(??) +tkinter.dialog.Tributton(??) +tkinter.dialog.UNDERLINE +tkinter.dialog.UNITS +tkinter.dialog.VERTICAL +tkinter.dialog.Variable(??) +tkinter.dialog.W +tkinter.dialog.WORD +tkinter.dialog.WRITABLE +tkinter.dialog.Widget(??) +tkinter.dialog.Wm(??) +tkinter.dialog.X +tkinter.dialog.XView(??) +tkinter.dialog.Y +tkinter.dialog.YES +tkinter.dialog.YView(??) +tkinter.dialog.colorchooser(??) +tkinter.dialog.commondialog(??) +tkinter.dialog.constants(??) +tkinter.dialog.getboolean(??) +tkinter.dialog.getdouble(??) +tkinter.dialog.getint(??) +tkinter.dialog.image_names(??) +tkinter.dialog.image_types(??) +tkinter.dialog.mainloop(??) +tkinter.dialog.re(??) +tkinter.dialog.sys(??) +tkinter.dialog.wantobjects +tkinter.dialog.warnings(??) +tkinter.dnd.DndHandler(??) +tkinter.dnd.Icon(??) +tkinter.dnd.Tester(??) +tkinter.dnd.dnd_start(??) +tkinter.dnd.test(??) +tkinter.dnd.tkinter(??) +tkinter.filedialog.ACTIVE +tkinter.filedialog.ALL +tkinter.filedialog.ANCHOR +tkinter.filedialog.ARC +tkinter.filedialog.BASELINE +tkinter.filedialog.BEVEL +tkinter.filedialog.BOTH +tkinter.filedialog.BOTTOM +tkinter.filedialog.BROWSE +tkinter.filedialog.BUTT +tkinter.filedialog.BaseWidget(??) +tkinter.filedialog.BitmapImage(??) +tkinter.filedialog.BooleanVar(??) +tkinter.filedialog.Button(??) +tkinter.filedialog.CASCADE +tkinter.filedialog.CENTER +tkinter.filedialog.CHAR +tkinter.filedialog.CHECKBUTTON +tkinter.filedialog.CHORD +tkinter.filedialog.COMMAND +tkinter.filedialog.CURRENT +tkinter.filedialog.CallWrapper(??) +tkinter.filedialog.Canvas(??) +tkinter.filedialog.Checkbutton(??) +tkinter.filedialog.DISABLED +tkinter.filedialog.DOTBOX +tkinter.filedialog.Dialog(??) +tkinter.filedialog.Directory(??) +tkinter.filedialog.DoubleVar(??) +tkinter.filedialog.E +tkinter.filedialog.END +tkinter.filedialog.EW +tkinter.filedialog.EXCEPTION +tkinter.filedialog.EXTENDED +tkinter.filedialog.Entry(??) +tkinter.filedialog.Event(??) +tkinter.filedialog.FALSE +tkinter.filedialog.FIRST +tkinter.filedialog.FLAT +tkinter.filedialog.FileDialog(??) +tkinter.filedialog.Frame(??) +tkinter.filedialog.GROOVE +tkinter.filedialog.Grid(??) +tkinter.filedialog.HIDDEN +tkinter.filedialog.HORIZONTAL +tkinter.filedialog.INSERT +tkinter.filedialog.INSIDE +tkinter.filedialog.Image(??) +tkinter.filedialog.IntVar(??) +tkinter.filedialog.LAST +tkinter.filedialog.LEFT +tkinter.filedialog.Label(??) +tkinter.filedialog.LabelFrame(??) +tkinter.filedialog.Listbox(??) +tkinter.filedialog.LoadFileDialog(??) +tkinter.filedialog.MITER +tkinter.filedialog.MOVETO +tkinter.filedialog.MULTIPLE +tkinter.filedialog.Menu(??) +tkinter.filedialog.Menubutton(??) +tkinter.filedialog.Message(??) +tkinter.filedialog.Misc(??) +tkinter.filedialog.N +tkinter.filedialog.NE +tkinter.filedialog.NO +tkinter.filedialog.NONE +tkinter.filedialog.NORMAL +tkinter.filedialog.NS +tkinter.filedialog.NSEW +tkinter.filedialog.NUMERIC +tkinter.filedialog.NW +tkinter.filedialog.NoDefaultRoot(??) +tkinter.filedialog.OFF +tkinter.filedialog.ON +tkinter.filedialog.OUTSIDE +tkinter.filedialog.Open(??) +tkinter.filedialog.OptionMenu(??) +tkinter.filedialog.PAGES +tkinter.filedialog.PIESLICE +tkinter.filedialog.PROJECTING +tkinter.filedialog.Pack(??) +tkinter.filedialog.PanedWindow(??) +tkinter.filedialog.PhotoImage(??) +tkinter.filedialog.Place(??) +tkinter.filedialog.RADIOBUTTON +tkinter.filedialog.RAISED +tkinter.filedialog.READABLE +tkinter.filedialog.RIDGE +tkinter.filedialog.RIGHT +tkinter.filedialog.ROUND +tkinter.filedialog.Radiobutton(??) +tkinter.filedialog.S +tkinter.filedialog.SCROLL +tkinter.filedialog.SE +tkinter.filedialog.SEL +tkinter.filedialog.SEL_FIRST +tkinter.filedialog.SEL_LAST +tkinter.filedialog.SEPARATOR +tkinter.filedialog.SINGLE +tkinter.filedialog.SOLID +tkinter.filedialog.SUNKEN +tkinter.filedialog.SW +tkinter.filedialog.SaveAs(??) +tkinter.filedialog.SaveFileDialog(??) +tkinter.filedialog.Scale(??) +tkinter.filedialog.Scrollbar(??) +tkinter.filedialog.Spinbox(??) +tkinter.filedialog.StringVar(??) +tkinter.filedialog.Studbutton(??) +tkinter.filedialog.TOP +tkinter.filedialog.TRUE +tkinter.filedialog.Tcl(??) +tkinter.filedialog.TclError(??) +tkinter.filedialog.TclVersion +tkinter.filedialog.Text(??) +tkinter.filedialog.Tk(??) +tkinter.filedialog.TkVersion +tkinter.filedialog.Toplevel(??) +tkinter.filedialog.Tributton(??) +tkinter.filedialog.UNDERLINE +tkinter.filedialog.UNITS +tkinter.filedialog.VERTICAL +tkinter.filedialog.Variable(??) +tkinter.filedialog.W +tkinter.filedialog.WORD +tkinter.filedialog.WRITABLE +tkinter.filedialog.Widget(??) +tkinter.filedialog.Wm(??) +tkinter.filedialog.X +tkinter.filedialog.XView(??) +tkinter.filedialog.Y +tkinter.filedialog.YES +tkinter.filedialog.YView(??) +tkinter.filedialog.askdirectory(??) +tkinter.filedialog.askopenfile(??) +tkinter.filedialog.askopenfilename(??) +tkinter.filedialog.askopenfilenames(??) +tkinter.filedialog.askopenfiles(??) +tkinter.filedialog.asksaveasfile(??) +tkinter.filedialog.asksaveasfilename(??) +tkinter.filedialog.colorchooser(??) +tkinter.filedialog.commondialog(??) +tkinter.filedialog.constants(??) +tkinter.filedialog.dialog(??) +tkinter.filedialog.dialogstates(??) +tkinter.filedialog.dnd(??) +tkinter.filedialog.fnmatch(??) +tkinter.filedialog.getboolean(??) +tkinter.filedialog.getdouble(??) +tkinter.filedialog.getint(??) +tkinter.filedialog.image_names(??) +tkinter.filedialog.image_types(??) +tkinter.filedialog.mainloop(??) +tkinter.filedialog.os(??) +tkinter.filedialog.re(??) +tkinter.filedialog.sys(??) +tkinter.filedialog.test(??) +tkinter.filedialog.wantobjects +tkinter.filedialog.warnings(??) +tkinter.font.BOLD +tkinter.font.Font(??) +tkinter.font.ITALIC +tkinter.font.NORMAL +tkinter.font.ROMAN +tkinter.font.families(??) +tkinter.font.itertools(??) +tkinter.font.names(??) +tkinter.font.nametofont(??) +tkinter.font.tkinter(??) +tkinter.getboolean(??) +tkinter.getdouble(??) +tkinter.getint(??) +tkinter.image_names(??) +tkinter.image_types(??) +tkinter.mainloop(??) +tkinter.messagebox.ABORT +tkinter.messagebox.ABORTRETRYIGNORE +tkinter.messagebox.CANCEL +tkinter.messagebox.Dialog(??) +tkinter.messagebox.ERROR +tkinter.messagebox.IGNORE +tkinter.messagebox.INFO +tkinter.messagebox.Message(??) +tkinter.messagebox.NO +tkinter.messagebox.OK +tkinter.messagebox.OKCANCEL +tkinter.messagebox.QUESTION +tkinter.messagebox.RETRY +tkinter.messagebox.RETRYCANCEL +tkinter.messagebox.WARNING +tkinter.messagebox.YES +tkinter.messagebox.YESNO +tkinter.messagebox.YESNOCANCEL +tkinter.messagebox.askokcancel(??) +tkinter.messagebox.askquestion(??) +tkinter.messagebox.askretrycancel(??) +tkinter.messagebox.askyesno(??) +tkinter.messagebox.askyesnocancel(??) +tkinter.messagebox.showerror(??) +tkinter.messagebox.showinfo(??) +tkinter.messagebox.showwarning(??) +tkinter.re(??) +tkinter.scrolledtext.BOTH +tkinter.scrolledtext.Frame(??) +tkinter.scrolledtext.Grid(??) +tkinter.scrolledtext.LEFT +tkinter.scrolledtext.Pack(??) +tkinter.scrolledtext.Place(??) +tkinter.scrolledtext.RIGHT +tkinter.scrolledtext.Scrollbar(??) +tkinter.scrolledtext.ScrolledText(??) +tkinter.scrolledtext.Text(??) +tkinter.scrolledtext.Y +tkinter.scrolledtext.example(??) +tkinter.simpledialog.ACTIVE +tkinter.simpledialog.ALL +tkinter.simpledialog.ANCHOR +tkinter.simpledialog.ARC +tkinter.simpledialog.BASELINE +tkinter.simpledialog.BEVEL +tkinter.simpledialog.BOTH +tkinter.simpledialog.BOTTOM +tkinter.simpledialog.BROWSE +tkinter.simpledialog.BUTT +tkinter.simpledialog.BaseWidget(??) +tkinter.simpledialog.BitmapImage(??) +tkinter.simpledialog.BooleanVar(??) +tkinter.simpledialog.Button(??) +tkinter.simpledialog.CASCADE +tkinter.simpledialog.CENTER +tkinter.simpledialog.CHAR +tkinter.simpledialog.CHECKBUTTON +tkinter.simpledialog.CHORD +tkinter.simpledialog.COMMAND +tkinter.simpledialog.CURRENT +tkinter.simpledialog.CallWrapper(??) +tkinter.simpledialog.Canvas(??) +tkinter.simpledialog.Checkbutton(??) +tkinter.simpledialog.DISABLED +tkinter.simpledialog.DOTBOX +tkinter.simpledialog.Dialog(??) +tkinter.simpledialog.DoubleVar(??) +tkinter.simpledialog.E +tkinter.simpledialog.END +tkinter.simpledialog.EW +tkinter.simpledialog.EXCEPTION +tkinter.simpledialog.EXTENDED +tkinter.simpledialog.Entry(??) +tkinter.simpledialog.Event(??) +tkinter.simpledialog.FALSE +tkinter.simpledialog.FIRST +tkinter.simpledialog.FLAT +tkinter.simpledialog.Frame(??) +tkinter.simpledialog.GROOVE +tkinter.simpledialog.Grid(??) +tkinter.simpledialog.HIDDEN +tkinter.simpledialog.HORIZONTAL +tkinter.simpledialog.INSERT +tkinter.simpledialog.INSIDE +tkinter.simpledialog.Image(??) +tkinter.simpledialog.IntVar(??) +tkinter.simpledialog.LAST +tkinter.simpledialog.LEFT +tkinter.simpledialog.Label(??) +tkinter.simpledialog.LabelFrame(??) +tkinter.simpledialog.Listbox(??) +tkinter.simpledialog.MITER +tkinter.simpledialog.MOVETO +tkinter.simpledialog.MULTIPLE +tkinter.simpledialog.Menu(??) +tkinter.simpledialog.Menubutton(??) +tkinter.simpledialog.Message(??) +tkinter.simpledialog.Misc(??) +tkinter.simpledialog.N +tkinter.simpledialog.NE +tkinter.simpledialog.NO +tkinter.simpledialog.NONE +tkinter.simpledialog.NORMAL +tkinter.simpledialog.NS +tkinter.simpledialog.NSEW +tkinter.simpledialog.NUMERIC +tkinter.simpledialog.NW +tkinter.simpledialog.NoDefaultRoot(??) +tkinter.simpledialog.OFF +tkinter.simpledialog.ON +tkinter.simpledialog.OUTSIDE +tkinter.simpledialog.OptionMenu(??) +tkinter.simpledialog.PAGES +tkinter.simpledialog.PIESLICE +tkinter.simpledialog.PROJECTING +tkinter.simpledialog.Pack(??) +tkinter.simpledialog.PanedWindow(??) +tkinter.simpledialog.PhotoImage(??) +tkinter.simpledialog.Place(??) +tkinter.simpledialog.RADIOBUTTON +tkinter.simpledialog.RAISED +tkinter.simpledialog.READABLE +tkinter.simpledialog.RIDGE +tkinter.simpledialog.RIGHT +tkinter.simpledialog.ROUND +tkinter.simpledialog.Radiobutton(??) +tkinter.simpledialog.S +tkinter.simpledialog.SCROLL +tkinter.simpledialog.SE +tkinter.simpledialog.SEL +tkinter.simpledialog.SEL_FIRST +tkinter.simpledialog.SEL_LAST +tkinter.simpledialog.SEPARATOR +tkinter.simpledialog.SINGLE +tkinter.simpledialog.SOLID +tkinter.simpledialog.SUNKEN +tkinter.simpledialog.SW +tkinter.simpledialog.Scale(??) +tkinter.simpledialog.Scrollbar(??) +tkinter.simpledialog.SimpleDialog(??) +tkinter.simpledialog.Spinbox(??) +tkinter.simpledialog.StringVar(??) +tkinter.simpledialog.Studbutton(??) +tkinter.simpledialog.TOP +tkinter.simpledialog.TRUE +tkinter.simpledialog.Tcl(??) +tkinter.simpledialog.TclError(??) +tkinter.simpledialog.TclVersion +tkinter.simpledialog.Text(??) +tkinter.simpledialog.Tk(??) +tkinter.simpledialog.TkVersion +tkinter.simpledialog.Toplevel(??) +tkinter.simpledialog.Tributton(??) +tkinter.simpledialog.UNDERLINE +tkinter.simpledialog.UNITS +tkinter.simpledialog.VERTICAL +tkinter.simpledialog.Variable(??) +tkinter.simpledialog.W +tkinter.simpledialog.WORD +tkinter.simpledialog.WRITABLE +tkinter.simpledialog.Widget(??) +tkinter.simpledialog.Wm(??) +tkinter.simpledialog.X +tkinter.simpledialog.XView(??) +tkinter.simpledialog.Y +tkinter.simpledialog.YES +tkinter.simpledialog.YView(??) +tkinter.simpledialog.askfloat(??) +tkinter.simpledialog.askinteger(??) +tkinter.simpledialog.askstring(??) +tkinter.simpledialog.colorchooser(??) +tkinter.simpledialog.commondialog(??) +tkinter.simpledialog.constants(??) +tkinter.simpledialog.dialog(??) +tkinter.simpledialog.dnd(??) +tkinter.simpledialog.filedialog(??) +tkinter.simpledialog.font(??) +tkinter.simpledialog.getboolean(??) +tkinter.simpledialog.getdouble(??) +tkinter.simpledialog.getint(??) +tkinter.simpledialog.image_names(??) +tkinter.simpledialog.image_types(??) +tkinter.simpledialog.mainloop(??) +tkinter.simpledialog.messagebox(??) +tkinter.simpledialog.re(??) +tkinter.simpledialog.scrolledtext(??) +tkinter.simpledialog.sys(??) +tkinter.simpledialog.tkinter(??) +tkinter.simpledialog.wantobjects +tkinter.simpledialog.warnings(??) +tkinter.sys(??) +tkinter.tix.ACROSSTOP +tkinter.tix.ACTIVE +tkinter.tix.ALL +tkinter.tix.ANCHOR +tkinter.tix.ARC +tkinter.tix.ASCII +tkinter.tix.AUTO +tkinter.tix.BALLOON +tkinter.tix.BASELINE +tkinter.tix.BEVEL +tkinter.tix.BOTH +tkinter.tix.BOTTOM +tkinter.tix.BROWSE +tkinter.tix.BUTT +tkinter.tix.Balloon(??) +tkinter.tix.BaseWidget(??) +tkinter.tix.BitmapImage(??) +tkinter.tix.BooleanVar(??) +tkinter.tix.Button(??) +tkinter.tix.ButtonBox(??) +tkinter.tix.CASCADE +tkinter.tix.CELL +tkinter.tix.CENTER +tkinter.tix.CHAR +tkinter.tix.CHECKBUTTON +tkinter.tix.CHORD +tkinter.tix.COLUMN +tkinter.tix.COMMAND +tkinter.tix.CObjView(??) +tkinter.tix.CURRENT +tkinter.tix.CallWrapper(??) +tkinter.tix.Canvas(??) +tkinter.tix.CheckList(??) +tkinter.tix.Checkbutton(??) +tkinter.tix.ComboBox(??) +tkinter.tix.Control(??) +tkinter.tix.DECREASING +tkinter.tix.DISABLED +tkinter.tix.DOTBOX +tkinter.tix.DialogShell(??) +tkinter.tix.DirList(??) +tkinter.tix.DirSelectBox(??) +tkinter.tix.DirSelectDialog(??) +tkinter.tix.DirTree(??) +tkinter.tix.DisplayStyle(??) +tkinter.tix.DoubleVar(??) +tkinter.tix.E +tkinter.tix.END +tkinter.tix.EW +tkinter.tix.EXCEPTION +tkinter.tix.EXTENDED +tkinter.tix.Entry(??) +tkinter.tix.Event(??) +tkinter.tix.ExFileSelectBox(??) +tkinter.tix.ExFileSelectDialog(??) +tkinter.tix.FALSE +tkinter.tix.FIRST +tkinter.tix.FLAT +tkinter.tix.FileEntry(??) +tkinter.tix.FileSelectBox(??) +tkinter.tix.FileSelectDialog(??) +tkinter.tix.FileTypeList(??) +tkinter.tix.Form(??) +tkinter.tix.Frame(??) +tkinter.tix.GROOVE +tkinter.tix.Grid(??) +tkinter.tix.HIDDEN +tkinter.tix.HList(??) +tkinter.tix.HORIZONTAL +tkinter.tix.IMAGE +tkinter.tix.IMAGETEXT +tkinter.tix.IMMEDIATE +tkinter.tix.INCREASING +tkinter.tix.INSERT +tkinter.tix.INSIDE +tkinter.tix.INTEGER +tkinter.tix.Image(??) +tkinter.tix.InputOnly(??) +tkinter.tix.IntVar(??) +tkinter.tix.LAST +tkinter.tix.LEFT +tkinter.tix.Label(??) +tkinter.tix.LabelEntry(??) +tkinter.tix.LabelFrame(??) +tkinter.tix.ListNoteBook(??) +tkinter.tix.Listbox(??) +tkinter.tix.MAIN +tkinter.tix.MAX +tkinter.tix.MITER +tkinter.tix.MOVETO +tkinter.tix.MULTIPLE +tkinter.tix.Menu(??) +tkinter.tix.Menubutton(??) +tkinter.tix.Message(??) +tkinter.tix.Meter(??) +tkinter.tix.Misc(??) +tkinter.tix.N +tkinter.tix.NE +tkinter.tix.NO +tkinter.tix.NONE +tkinter.tix.NORMAL +tkinter.tix.NS +tkinter.tix.NSEW +tkinter.tix.NUMERIC +tkinter.tix.NW +tkinter.tix.NoDefaultRoot(??) +tkinter.tix.NoteBook(??) +tkinter.tix.NoteBookFrame(??) +tkinter.tix.OFF +tkinter.tix.ON +tkinter.tix.OUTSIDE +tkinter.tix.OptionMenu(??) +tkinter.tix.OptionName(??) +tkinter.tix.PAGES +tkinter.tix.PIESLICE +tkinter.tix.PROJECTING +tkinter.tix.Pack(??) +tkinter.tix.PanedWindow(??) +tkinter.tix.PhotoImage(??) +tkinter.tix.Place(??) +tkinter.tix.PopupMenu(??) +tkinter.tix.RADIOBUTTON +tkinter.tix.RAISED +tkinter.tix.READABLE +tkinter.tix.REAL +tkinter.tix.RIDGE +tkinter.tix.RIGHT +tkinter.tix.ROUND +tkinter.tix.ROW +tkinter.tix.Radiobutton(??) +tkinter.tix.ResizeHandle(??) +tkinter.tix.S +tkinter.tix.SCROLL +tkinter.tix.SE +tkinter.tix.SEL +tkinter.tix.SEL_FIRST +tkinter.tix.SEL_LAST +tkinter.tix.SEPARATOR +tkinter.tix.SINGLE +tkinter.tix.SOLID +tkinter.tix.STATUS +tkinter.tix.SUNKEN +tkinter.tix.SW +tkinter.tix.S_REGION +tkinter.tix.Scale(??) +tkinter.tix.Scrollbar(??) +tkinter.tix.ScrolledGrid(??) +tkinter.tix.ScrolledHList(??) +tkinter.tix.ScrolledListBox(??) +tkinter.tix.ScrolledTList(??) +tkinter.tix.ScrolledText(??) +tkinter.tix.ScrolledWindow(??) +tkinter.tix.Select(??) +tkinter.tix.Shell(??) +tkinter.tix.Spinbox(??) +tkinter.tix.StdButtonBox(??) +tkinter.tix.StringVar(??) +tkinter.tix.Studbutton(??) +tkinter.tix.TCL_ALL_EVENTS +tkinter.tix.TCL_DONT_WAIT +tkinter.tix.TCL_FILE_EVENTS +tkinter.tix.TCL_IDLE_EVENTS +tkinter.tix.TCL_TIMER_EVENTS +tkinter.tix.TCL_WINDOW_EVENTS +tkinter.tix.TEXT +tkinter.tix.TList(??) +tkinter.tix.TOP +tkinter.tix.TRUE +tkinter.tix.Tcl(??) +tkinter.tix.TclError(??) +tkinter.tix.TclVersion +tkinter.tix.Text(??) +tkinter.tix.TixSubWidget(??) +tkinter.tix.TixWidget(??) +tkinter.tix.Tk(??) +tkinter.tix.TkVersion +tkinter.tix.Toplevel(??) +tkinter.tix.Tree(??) +tkinter.tix.Tributton(??) +tkinter.tix.UNDERLINE +tkinter.tix.UNITS +tkinter.tix.VERTICAL +tkinter.tix.Variable(??) +tkinter.tix.W +tkinter.tix.WINDOW +tkinter.tix.WORD +tkinter.tix.WRITABLE +tkinter.tix.Widget(??) +tkinter.tix.Wm(??) +tkinter.tix.X +tkinter.tix.XView(??) +tkinter.tix.X_REGION +tkinter.tix.Y +tkinter.tix.YES +tkinter.tix.YView(??) +tkinter.tix.Y_REGION +tkinter.tix.colorchooser(??) +tkinter.tix.commondialog(??) +tkinter.tix.constants(??) +tkinter.tix.dialog(??) +tkinter.tix.dnd(??) +tkinter.tix.filedialog(??) +tkinter.tix.font(??) +tkinter.tix.getboolean(??) +tkinter.tix.getdouble(??) +tkinter.tix.getint(??) +tkinter.tix.image_names(??) +tkinter.tix.image_types(??) +tkinter.tix.mainloop(??) +tkinter.tix.messagebox(??) +tkinter.tix.os(??) +tkinter.tix.re(??) +tkinter.tix.scrolledtext(??) +tkinter.tix.simpledialog(??) +tkinter.tix.sys(??) +tkinter.tix.tixCommand(??) +tkinter.tix.tkinter(??) +tkinter.tix.wantobjects +tkinter.tix.warnings(??) +tkinter.ttk.Button(??) +tkinter.ttk.Checkbutton(??) +tkinter.ttk.Combobox(??) +tkinter.ttk.Entry(??) +tkinter.ttk.Frame(??) +tkinter.ttk.Label(??) +tkinter.ttk.LabelFrame(??) +tkinter.ttk.LabeledScale(??) +tkinter.ttk.Labelframe(??) +tkinter.ttk.Menubutton(??) +tkinter.ttk.Notebook(??) +tkinter.ttk.OptionMenu(??) +tkinter.ttk.PanedWindow(??) +tkinter.ttk.Panedwindow(??) +tkinter.ttk.Progressbar(??) +tkinter.ttk.Radiobutton(??) +tkinter.ttk.Scale(??) +tkinter.ttk.Scrollbar(??) +tkinter.ttk.Separator(??) +tkinter.ttk.Sizegrip(??) +tkinter.ttk.Style(??) +tkinter.ttk.Treeview(??) +tkinter.ttk.Widget(??) +tkinter.ttk.setup_master(??) +tkinter.ttk.tclobjs_to_py(??) +tkinter.ttk.tkinter(??) +tkinter.wantobjects +tkinter.warnings(??) +token.AMPER +token.AMPEREQUAL +token.AT +token.CIRCUMFLEX +token.CIRCUMFLEXEQUAL +token.COLON +token.COMMA +token.DEDENT +token.DOT +token.DOUBLESLASH +token.DOUBLESLASHEQUAL +token.DOUBLESTAR +token.DOUBLESTAREQUAL +token.ELLIPSIS +token.ENDMARKER +token.EQEQUAL +token.EQUAL +token.ERRORTOKEN +token.GREATER +token.GREATEREQUAL +token.INDENT +token.ISEOF(??) +token.ISNONTERMINAL(??) +token.ISTERMINAL(??) +token.LBRACE +token.LEFTSHIFT +token.LEFTSHIFTEQUAL +token.LESS +token.LESSEQUAL +token.LPAR +token.LSQB +token.MINEQUAL +token.MINUS +token.NAME +token.NEWLINE +token.NOTEQUAL +token.NT_OFFSET +token.NUMBER +token.N_TOKENS +token.OP +token.PERCENT +token.PERCENTEQUAL +token.PLUS +token.PLUSEQUAL +token.RARROW +token.RBRACE +token.RIGHTSHIFT +token.RIGHTSHIFTEQUAL +token.RPAR +token.RSQB +token.SEMI +token.SLASH +token.SLASHEQUAL +token.STAR +token.STAREQUAL +token.STRING +token.TILDE +token.VBAR +token.VBAREQUAL +token.tok_name(??) +tokenize.AMPER +tokenize.AMPEREQUAL +tokenize.AT +tokenize.BOM_UTF8 +tokenize.Binnumber +tokenize.Bracket +tokenize.CIRCUMFLEX +tokenize.CIRCUMFLEXEQUAL +tokenize.COLON +tokenize.COMMA +tokenize.COMMENT +tokenize.Comment +tokenize.ContStr +tokenize.DEDENT +tokenize.DOT +tokenize.DOUBLESLASH +tokenize.DOUBLESLASHEQUAL +tokenize.DOUBLESTAR +tokenize.DOUBLESTAREQUAL +tokenize.Decnumber +tokenize.Double +tokenize.Double3 +tokenize.ELLIPSIS +tokenize.ENCODING +tokenize.ENDMARKER +tokenize.EQEQUAL +tokenize.EQUAL +tokenize.ERRORTOKEN +tokenize.EXACT_TOKEN_TYPES(??) +tokenize.Expfloat +tokenize.Exponent +tokenize.Floatnumber +tokenize.Funny +tokenize.GREATER +tokenize.GREATEREQUAL +tokenize.Hexnumber +tokenize.INDENT +tokenize.ISEOF(??) +tokenize.ISNONTERMINAL(??) +tokenize.ISTERMINAL(??) +tokenize.Ignore +tokenize.Imagnumber +tokenize.Intnumber +tokenize.LBRACE +tokenize.LEFTSHIFT +tokenize.LEFTSHIFTEQUAL +tokenize.LESS +tokenize.LESSEQUAL +tokenize.LPAR +tokenize.LSQB +tokenize.MINEQUAL +tokenize.MINUS +tokenize.NAME +tokenize.NEWLINE +tokenize.NL +tokenize.NOTEQUAL +tokenize.NT_OFFSET +tokenize.NUMBER +tokenize.N_TOKENS +tokenize.Name +tokenize.Number +tokenize.OP +tokenize.Octnumber +tokenize.Operator +tokenize.PERCENT +tokenize.PERCENTEQUAL +tokenize.PLUS +tokenize.PLUSEQUAL +tokenize.PlainToken +tokenize.Pointfloat +tokenize.PseudoExtras +tokenize.PseudoToken +tokenize.RARROW +tokenize.RBRACE +tokenize.RIGHTSHIFT +tokenize.RIGHTSHIFTEQUAL +tokenize.RPAR +tokenize.RSQB +tokenize.SEMI +tokenize.SLASH +tokenize.SLASHEQUAL +tokenize.STAR +tokenize.STAREQUAL +tokenize.STRING +tokenize.Single +tokenize.Single3 +tokenize.Special +tokenize.StopTokenizing(??) +tokenize.String +tokenize.StringPrefix +tokenize.TILDE +tokenize.TextIOWrapper(??) +tokenize.Token +tokenize.TokenError(??) +tokenize.TokenInfo(??) +tokenize.Triple +tokenize.Untokenizer(??) +tokenize.VBAR +tokenize.VBAREQUAL +tokenize.Whitespace +tokenize.any(??) +tokenize.blank_re(??) +tokenize.builtins(??) +tokenize.collections(??) +tokenize.cookie_re(??) +tokenize.detect_encoding(??) +tokenize.endpats(??) +tokenize.generate_tokens(??) +tokenize.group(??) +tokenize.lookup(encoding) -> CodecInfo +tokenize.main(??) +tokenize.maybe(??) +tokenize.open(??) +tokenize.re(??) +tokenize.single_quoted(??) +tokenize.sys(??) +tokenize.t +tokenize.tabsize +tokenize.tok_name(??) +tokenize.tokenize(??) +tokenize.triple_quoted(??) +tokenize.untokenize(??) +trace.CoverageResults(??) +trace.Ignore(??) +trace.PRAGMA_NOCOVER +trace.Trace(??) +trace.dis(??) +trace.find_executable_linenos(??) +trace.find_lines(??) +trace.find_lines_from_code(??) +trace.find_strings(??) +trace.fullmodname(??) +trace.gc(??) +trace.inspect(??) +trace.linecache(??) +trace.main(??) +trace.modname(??) +trace.os(??) +trace.pickle(??) +trace.re(??) +trace.rx_blank(??) +trace.sys(??) +trace.threading(??) +trace.token(??) +trace.tokenize(??) +trace.usage(??) +traceback.clear_frames(??) +traceback.extract_stack(??) +traceback.extract_tb(??) +traceback.format_exc(??) +traceback.format_exception(??) +traceback.format_exception_only(??) +traceback.format_list(??) +traceback.format_stack(??) +traceback.format_tb(??) +traceback.linecache(??) +traceback.operator(??) +traceback.print_exc(??) +traceback.print_exception(??) +traceback.print_last(??) +traceback.print_list(??) +traceback.print_stack(??) +traceback.print_tb(??) +traceback.sys(??) +tracemalloc.Filter(??) +tracemalloc.Frame(??) +tracemalloc.Sequence(??) +tracemalloc.Snapshot(??) +tracemalloc.Statistic(??) +tracemalloc.StatisticDiff(??) +tracemalloc.Trace(??) +tracemalloc.Traceback(??) +tracemalloc.clear_traces() +tracemalloc.fnmatch(??) +tracemalloc.get_object_traceback(??) +tracemalloc.get_traceback_limit() -> int +tracemalloc.get_traced_memory() -> (int, int) +tracemalloc.get_tracemalloc_memory() -> int +tracemalloc.is_tracing()->bool +tracemalloc.linecache(??) +tracemalloc.os(??) +tracemalloc.pickle(??) +tracemalloc.start(nframe: int=1) +tracemalloc.stop() +tracemalloc.take_snapshot(??) +tracemalloc.total_ordering(??) +tty.B0 +tty.B110 +tty.B115200 +tty.B1200 +tty.B134 +tty.B150 +tty.B1800 +tty.B19200 +tty.B200 +tty.B230400 +tty.B2400 +tty.B300 +tty.B38400 +tty.B4800 +tty.B50 +tty.B57600 +tty.B600 +tty.B75 +tty.B9600 +tty.BRKINT +tty.BS0 +tty.BS1 +tty.BSDLY +tty.CC +tty.CDSUSP +tty.CEOF +tty.CEOL +tty.CEOT +tty.CERASE +tty.CFLAG +tty.CFLUSH +tty.CINTR +tty.CKILL +tty.CLNEXT +tty.CLOCAL +tty.CQUIT +tty.CR0 +tty.CR1 +tty.CR2 +tty.CR3 +tty.CRDLY +tty.CREAD +tty.CRPRNT +tty.CRTSCTS +tty.CS5 +tty.CS6 +tty.CS7 +tty.CS8 +tty.CSIZE +tty.CSTART +tty.CSTOP +tty.CSTOPB +tty.CSUSP +tty.CWERASE +tty.ECHO +tty.ECHOCTL +tty.ECHOE +tty.ECHOK +tty.ECHOKE +tty.ECHONL +tty.ECHOPRT +tty.EXTA +tty.EXTB +tty.FF0 +tty.FF1 +tty.FFDLY +tty.FIOASYNC +tty.FIOCLEX +tty.FIONBIO +tty.FIONCLEX +tty.FIONREAD +tty.FLUSHO +tty.HUPCL +tty.ICANON +tty.ICRNL +tty.IEXTEN +tty.IFLAG +tty.IGNBRK +tty.IGNCR +tty.IGNPAR +tty.IMAXBEL +tty.INLCR +tty.INPCK +tty.ISIG +tty.ISPEED +tty.ISTRIP +tty.IXANY +tty.IXOFF +tty.IXON +tty.LFLAG +tty.NCCS +tty.NL0 +tty.NL1 +tty.NLDLY +tty.NOFLSH +tty.OCRNL +tty.OFDEL +tty.OFILL +tty.OFLAG +tty.ONLCR +tty.ONLRET +tty.ONOCR +tty.OPOST +tty.OSPEED +tty.PARENB +tty.PARMRK +tty.PARODD +tty.PENDIN +tty.TAB0 +tty.TAB1 +tty.TAB2 +tty.TAB3 +tty.TABDLY +tty.TCIFLUSH +tty.TCIOFF +tty.TCIOFLUSH +tty.TCION +tty.TCOFLUSH +tty.TCOOFF +tty.TCOON +tty.TCSADRAIN +tty.TCSAFLUSH +tty.TCSANOW +tty.TCSASOFT +tty.TIOCCONS +tty.TIOCEXCL +tty.TIOCGETD +tty.TIOCGPGRP +tty.TIOCGWINSZ +tty.TIOCMBIC +tty.TIOCMBIS +tty.TIOCMGET +tty.TIOCMSET +tty.TIOCM_CAR +tty.TIOCM_CD +tty.TIOCM_CTS +tty.TIOCM_DSR +tty.TIOCM_DTR +tty.TIOCM_LE +tty.TIOCM_RI +tty.TIOCM_RNG +tty.TIOCM_RTS +tty.TIOCM_SR +tty.TIOCM_ST +tty.TIOCNOTTY +tty.TIOCNXCL +tty.TIOCOUTQ +tty.TIOCPKT +tty.TIOCPKT_DATA +tty.TIOCPKT_DOSTOP +tty.TIOCPKT_FLUSHREAD +tty.TIOCPKT_FLUSHWRITE +tty.TIOCPKT_NOSTOP +tty.TIOCPKT_START +tty.TIOCPKT_STOP +tty.TIOCSCTTY +tty.TIOCSETD +tty.TIOCSPGRP +tty.TIOCSTI +tty.TIOCSWINSZ +tty.TOSTOP +tty.VDISCARD +tty.VEOF +tty.VEOL +tty.VEOL2 +tty.VERASE +tty.VINTR +tty.VKILL +tty.VLNEXT +tty.VMIN +tty.VQUIT +tty.VREPRINT +tty.VSTART +tty.VSTOP +tty.VSUSP +tty.VT0 +tty.VT1 +tty.VTDLY +tty.VTIME +tty.VWERASE +tty.error(??) +tty.setcbreak(??) +tty.setraw(??) +tty.tcdrain(fd) -> None +tty.tcflow(fd, action) -> None +tty.tcflush(fd, queue) -> None +tty.tcgetattr(fd) -> list_of_attrs +tty.tcsendbreak(fd, duration) -> None +tty.tcsetattr(fd, when, attributes) -> None +tuple() -> empty tuple +turtle.Canvas(??) +turtle.Pen(??) +turtle.RawPen(??) +turtle.RawTurtle(??) +turtle.Screen(??) +turtle.ScrolledCanvas(??) +turtle.Shape(??) +turtle.TK(??) +turtle.TNavigator(??) +turtle.TPen(??) +turtle.Tbuffer(??) +turtle.Terminator(??) +turtle.Turtle(??) +turtle.TurtleGraphicsError(??) +turtle.TurtleScreen(??) +turtle.TurtleScreenBase(??) +turtle.Vec2D(??) +turtle.addshape(??) +turtle.back(??) +turtle.backward(??) +turtle.begin_fill(??) +turtle.begin_poly(??) +turtle.bgcolor(??) +turtle.bgpic(??) +turtle.bk(??) +turtle.bye(??) +turtle.circle(??) +turtle.clear(??) +turtle.clearscreen(??) +turtle.clearstamp(??) +turtle.clearstamps(??) +turtle.clone(??) +turtle.color(??) +turtle.colormode(??) +turtle.config_dict(??) +turtle.deepcopy(??) +turtle.defstr +turtle.degrees(??) +turtle.delay(??) +turtle.distance(??) +turtle.done(??) +turtle.dot(??) +turtle.down(??) +turtle.end_fill(??) +turtle.end_poly(??) +turtle.exitonclick(??) +turtle.fd(??) +turtle.fillcolor(??) +turtle.filling(??) +turtle.forward(??) +turtle.get_poly(??) +turtle.get_shapepoly(??) +turtle.getcanvas(??) +turtle.getmethparlist(??) +turtle.getpen(??) +turtle.getscreen(??) +turtle.getshapes(??) +turtle.getturtle(??) +turtle.goto(??) +turtle.heading(??) +turtle.hideturtle(??) +turtle.home(??) +turtle.ht(??) +turtle.inspect(??) +turtle.isdown(??) +turtle.isfile(??) +turtle.isvisible(??) +turtle.join(??) +turtle.left(??) +turtle.listen(??) +turtle.lt(??) +turtle.mainloop(??) +turtle.math(??) +turtle.methodname +turtle.mode(??) +turtle.numinput(??) +turtle.onclick(??) +turtle.ondrag(??) +turtle.onkey(??) +turtle.onkeypress(??) +turtle.onkeyrelease(??) +turtle.onrelease(??) +turtle.onscreenclick(??) +turtle.ontimer(??) +turtle.pd(??) +turtle.pen(??) +turtle.pencolor(??) +turtle.pendown(??) +turtle.pensize(??) +turtle.penup(??) +turtle.pl1 +turtle.pl2 +turtle.pos(??) +turtle.position(??) +turtle.pu(??) +turtle.radians(??) +turtle.read_docstrings(??) +turtle.readconfig(??) +turtle.register_shape(??) +turtle.reset(??) +turtle.resetscreen(??) +turtle.resizemode(??) +turtle.right(??) +turtle.rt(??) +turtle.screensize(??) +turtle.seth(??) +turtle.setheading(??) +turtle.setpos(??) +turtle.setposition(??) +turtle.settiltangle(??) +turtle.setundobuffer(??) +turtle.setup(??) +turtle.setworldcoordinates(??) +turtle.setx(??) +turtle.sety(??) +turtle.shape(??) +turtle.shapesize(??) +turtle.shapetransform(??) +turtle.shearfactor(??) +turtle.showturtle(??) +turtle.simpledialog(??) +turtle.speed(??) +turtle.split(??) +turtle.st(??) +turtle.stamp(??) +turtle.textinput(??) +turtle.tilt(??) +turtle.tiltangle(??) +turtle.time(??) +turtle.title(??) +turtle.towards(??) +turtle.tracer(??) +turtle.turtles(??) +turtle.turtlesize(??) +turtle.types(??) +turtle.undo (repeatedly) the last turtle action. +turtle.undobufferentries(??) +turtle.up(??) +turtle.update(??) +turtle.width(??) +turtle.window_height(??) +turtle.window_width(??) +turtle.write(??) +turtle.write_docstringdict(??) +turtle.xcor(??) +turtle.ycor(??) +type(object_or_name, bases, dict) +types.BuiltinFunctionType(??) +types.BuiltinMethodType(??) +types.CodeType(??) +types.DynamicClassAttribute(??) +types.FrameType(??) +types.FunctionType(??) +types.GeneratorType(??) +types.GetSetDescriptorType(??) +types.LambdaType(??) +types.MappingProxyType(??) +types.MemberDescriptorType(??) +types.MethodType(??) +types.ModuleType(??) +types.SimpleNamespace(??) +types.TracebackType(??) +types.new_class(??) +types.prepare_class(??) +unicodedata.UCD(??) +unicodedata.bidirectional(unichr) +unicodedata.category(unichr) +unicodedata.combining(unichr) +unicodedata.decimal(??) +unicodedata.decomposition(unichr) +unicodedata.digit(unichr[, default]) +unicodedata.east_asian_width(unichr) +unicodedata.lookup(name) +unicodedata.mirrored(unichr) +unicodedata.name(unichr[, default]) +unicodedata.normalize(form, unistr) +unicodedata.numeric(unichr[, default]) +unicodedata.ucd_3_2_0(??) +unicodedata.ucnhash_CAPI(??) +unicodedata.unidata_version +urllib.error(??) +urllib.error.ContentTooShortError(??) +urllib.error.HTTPError(??) +urllib.error.URLError(??) +urllib.error.urllib(??) +urllib.parse(??) +urllib.parse.DefragResult(??) +urllib.parse.DefragResultBytes(??) +urllib.parse.MAX_CACHE_SIZE +urllib.parse.ParseResult(??) +urllib.parse.ParseResultBytes(??) +urllib.parse.Quoter(??) +urllib.parse.ResultBase(??) +urllib.parse.SplitResult(??) +urllib.parse.SplitResultBytes(??) +urllib.parse.clear_cache(??) +urllib.parse.collections(??) +urllib.parse.namedtuple(??) +urllib.parse.non_hierarchical(??) +urllib.parse.parse_qs(??) +urllib.parse.parse_qsl(??) +urllib.parse.quote('abc def') -> 'abc%20def' +urllib.parse.quote_from_bytes(??) +urllib.parse.quote_plus(??) +urllib.parse.re(??) +urllib.parse.scheme_chars +urllib.parse.splitattr('/path;attr1=value1;attr2=value2;...') -> +urllib.parse.splithost('//host[:port]/path') --> 'host[:port]', '/path'. +urllib.parse.splitnport(??) +urllib.parse.splitpasswd('user:passwd') -> 'user', 'passwd'. +urllib.parse.splitport('host:port') --> 'host', 'port'. +urllib.parse.splitquery('/path?query') --> '/path', 'query'. +urllib.parse.splittag('/path#tag') --> '/path', 'tag'. +urllib.parse.splittype('type:opaquestring') --> 'type', 'opaquestring'. +urllib.parse.splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'. +urllib.parse.splitvalue('attr=value') --> 'attr', 'value'. +urllib.parse.sys(??) +urllib.parse.to_bytes(u"URL") --> 'URL'. +urllib.parse.unquote(??) +urllib.parse.unquote_plus(??) +urllib.parse.unquote_to_bytes('abc%20def') -> b'abc def'. +urllib.parse.unwrap('<URL:type://host/path>') --> 'type://host/path'. +urllib.parse.urldefrag(??) +urllib.parse.urlencode(??) +urllib.parse.urljoin(??) +urllib.parse.urlparse(??) +urllib.parse.urlsplit(??) +urllib.parse.urlunparse(??) +urllib.parse.urlunsplit(??) +urllib.parse.uses_fragment(??) +urllib.parse.uses_netloc(??) +urllib.parse.uses_params(??) +urllib.parse.uses_query(??) +urllib.parse.uses_relative(??) +urllib.request(??) +urllib.request.AbstractBasicAuthHandler(??) +urllib.request.AbstractDigestAuthHandler(??) +urllib.request.AbstractHTTPHandler(??) +urllib.request.BaseHandler(??) +urllib.request.CacheFTPHandler(??) +urllib.request.ContentTooShortError(??) +urllib.request.DataHandler(??) +urllib.request.FTPHandler(??) +urllib.request.FancyURLopener(??) +urllib.request.FileHandler(??) +urllib.request.HTTPBasicAuthHandler(??) +urllib.request.HTTPCookieProcessor(??) +urllib.request.HTTPDefaultErrorHandler(??) +urllib.request.HTTPDigestAuthHandler(??) +urllib.request.HTTPError(??) +urllib.request.HTTPErrorProcessor(??) +urllib.request.HTTPHandler(??) +urllib.request.HTTPPasswordMgr(??) +urllib.request.HTTPPasswordMgrWithDefaultRealm(??) +urllib.request.HTTPRedirectHandler(??) +urllib.request.HTTPSHandler(??) +urllib.request.MAXFTPCACHE +urllib.request.OpenerDirector(??) +urllib.request.ProxyBasicAuthHandler(??) +urllib.request.ProxyDigestAuthHandler(??) +urllib.request.ProxyHandler(??) +urllib.request.Request(??) +urllib.request.URLError(??) +urllib.request.URLopener(??) +urllib.request.UnknownHandler(??) +urllib.request.addclosehook(??) +urllib.request.addinfourl(??) +urllib.request.base64(??) +urllib.request.bisect(??) +urllib.request.build_opener(??) +urllib.request.collections(??) +urllib.request.contextlib(??) +urllib.request.email(??) +urllib.request.ftpcache(??) +urllib.request.ftperrors(??) +urllib.request.ftpwrapper(??) +urllib.request.getproxies(??) +urllib.request.getproxies_environment(??) +urllib.request.getproxies_macosx_sysconf(??) +urllib.request.hashlib(??) +urllib.request.http(??) +urllib.request.install_opener(??) +urllib.request.io(??) +urllib.request.localhost(??) +urllib.request.noheaders(??) +urllib.request.os(??) +urllib.request.parse_http_list(??) +urllib.request.parse_keqv_list(??) +urllib.request.pathname2url(??) +urllib.request.posixpath(??) +urllib.request.proxy_bypass(??) +urllib.request.proxy_bypass_environment(??) +urllib.request.proxy_bypass_macosx_sysconf(??) +urllib.request.quote('abc def') -> 'abc%20def' +urllib.request.re(??) +urllib.request.request_host(??) +urllib.request.socket(??) +urllib.request.splitattr('/path;attr1=value1;attr2=value2;...') -> +urllib.request.splithost('//host[:port]/path') --> 'host[:port]', '/path'. +urllib.request.splitpasswd('user:passwd') -> 'user', 'passwd'. +urllib.request.splitport('host:port') --> 'host', 'port'. +urllib.request.splitquery('/path?query') --> '/path', 'query'. +urllib.request.splittag('/path#tag') --> '/path', 'tag'. +urllib.request.splittype('type:opaquestring') --> 'type', 'opaquestring'. +urllib.request.splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'. +urllib.request.splitvalue('attr=value') --> 'attr', 'value'. +urllib.request.ssl(??) +urllib.request.sys(??) +urllib.request.tempfile(??) +urllib.request.thishost(??) +urllib.request.time(??) +urllib.request.to_bytes(u"URL") --> 'URL'. +urllib.request.unquote(??) +urllib.request.unquote_to_bytes('abc%20def') -> b'abc def'. +urllib.request.unwrap('<URL:type://host/path>') --> 'type://host/path'. +urllib.request.url2pathname(??) +urllib.request.urlcleanup(??) +urllib.request.urljoin(??) +urllib.request.urlopen(??) +urllib.request.urlparse(??) +urllib.request.urlretrieve(??) +urllib.request.urlsplit(??) +urllib.request.urlunparse(??) +urllib.request.warnings(??) +urllib.response(??) +urllib.response.addbase(??) +urllib.response.addclosehook(??) +urllib.response.addinfo(??) +urllib.response.addinfourl(??) +urllib.robotparser.Entry(??) +urllib.robotparser.RobotFileParser(??) +urllib.robotparser.RuleLine(??) +urllib.robotparser.urllib(??) +uu.Error(??) +uu.binascii(??) +uu.decode(??) +uu.encode(??) +uu.os(??) +uu.sys(??) +uu.test(??) +uuid.NAMESPACE_DNS(??) +uuid.NAMESPACE_OID(??) +uuid.NAMESPACE_URL(??) +uuid.NAMESPACE_X500(??) +uuid.RESERVED_FUTURE +uuid.RESERVED_MICROSOFT +uuid.RESERVED_NCS +uuid.RFC_4122 +uuid.UUID(??) +uuid.bytes_(??) +uuid.ctypes(??) +uuid.getnode(??) +uuid.int_(??) +uuid.lib(??) +uuid.libname +uuid.os(??) +uuid.sys(??) +uuid.uuid1(??) +uuid.uuid3(??) +uuid.uuid4(??) +uuid.uuid5(??) +vars([object]) -> dictionary +venv.EnvBuilder(??) +venv.create(??) +venv.logger(??) +venv.logging(??) +venv.main(??) +venv.os(??) +venv.shutil(??) +venv.subprocess(??) +venv.sys(??) +venv.sysconfig(??) +venv.types(??) +warnings.WarningMessage(??) +warnings.catch_warnings(??) +warnings.defaultaction +warnings.filters(??) +warnings.filterwarnings(??) +warnings.formatwarning(??) +warnings.onceregistry(??) +warnings.resetwarnings(??) +warnings.showwarning(??) +warnings.simplefilter(??) +warnings.sys(??) +warnings.warn(??) +warnings.warn_explicit(??) +wave.Chunk(??) +wave.Error(??) +wave.WAVE_FORMAT_PCM +wave.Wave_read(??) +wave.Wave_write(??) +wave.audioop(??) +wave.builtins(??) +wave.namedtuple(??) +wave.open(??) +wave.openfp(??) +wave.struct(??) +wave.sys(??) +weakref.CallableProxyType(??) +weakref.KeyedRef(??) +weakref.ProxyType(??) +weakref.ProxyTypes(??) +weakref.ReferenceType(??) +weakref.WeakKeyDictionary(??) +weakref.WeakMethod(??) +weakref.WeakSet(??) +weakref.WeakValueDictionary(??) +weakref.collections(??) +weakref.finalize(??) +weakref.getweakrefcount(??) +weakref.getweakrefs(object) -- return a list of all weak reference objects +weakref.itertools(??) +weakref.proxy(object[, callback]) -- create a proxy object that weakly +weakref.ref(??) +weakref.sys(??) +webbrowser.BackgroundBrowser(??) +webbrowser.BaseBrowser(??) +webbrowser.Chrome(??) +webbrowser.Chromium(??) +webbrowser.Elinks(??) +webbrowser.Error(??) +webbrowser.Galeon(??) +webbrowser.GenericBrowser(??) +webbrowser.Grail(??) +webbrowser.Konqueror(??) +webbrowser.MacOSX(??) +webbrowser.MacOSXOSAScript(??) +webbrowser.Mozilla(??) +webbrowser.Netscape(??) +webbrowser.Opera(??) +webbrowser.UnixBrowser(??) +webbrowser.get(??) +webbrowser.main(??) +webbrowser.open(??) +webbrowser.open_new(??) +webbrowser.open_new_tab(??) +webbrowser.os(??) +webbrowser.register(??) +webbrowser.register_X_browsers(??) +webbrowser.shlex(??) +webbrowser.shutil(??) +webbrowser.subprocess(??) +webbrowser.sys(??) +wsgiref.handlers(??) +wsgiref.handlers.BaseCGIHandler(??) +wsgiref.handlers.BaseHandler(??) +wsgiref.handlers.CGIHandler(??) +wsgiref.handlers.FileWrapper(??) +wsgiref.handlers.Headers(??) +wsgiref.handlers.IISCGIHandler(??) +wsgiref.handlers.SimpleHandler(??) +wsgiref.handlers.format_date_time(??) +wsgiref.handlers.guess_scheme(??) +wsgiref.handlers.is_hop_by_hop(??) +wsgiref.handlers.os(??) +wsgiref.handlers.read_environ(??) +wsgiref.handlers.sys(??) +wsgiref.handlers.time(??) +wsgiref.headers(??) +wsgiref.headers.Headers(??) +wsgiref.headers.re(??) +wsgiref.headers.tspecials(??) +wsgiref.simple_server(??) +wsgiref.simple_server.BaseHTTPRequestHandler(??) +wsgiref.simple_server.HTTPServer(??) +wsgiref.simple_server.ServerHandler(??) +wsgiref.simple_server.SimpleHandler(??) +wsgiref.simple_server.WSGIRequestHandler(??) +wsgiref.simple_server.WSGIServer(??) +wsgiref.simple_server.demo_app(??) +wsgiref.simple_server.make_server(??) +wsgiref.simple_server.python_implementation(??) +wsgiref.simple_server.server_version +wsgiref.simple_server.software_version +wsgiref.simple_server.sys(??) +wsgiref.simple_server.sys_version +wsgiref.simple_server.urllib(??) +wsgiref.util(??) +wsgiref.util.FileWrapper(??) +wsgiref.util.application_uri(??) +wsgiref.util.guess_scheme(??) +wsgiref.util.is_hop_by_hop(??) +wsgiref.util.posixpath(??) +wsgiref.util.request_uri(??) +wsgiref.util.setup_testing_defaults(??) +wsgiref.util.shift_path_info(??) +wsgiref.validate.ErrorWrapper(??) +wsgiref.validate.InputWrapper(??) +wsgiref.validate.IteratorWrapper(??) +wsgiref.validate.PartialIteratorWrapper(??) +wsgiref.validate.WSGIWarning(??) +wsgiref.validate.WriteWrapper(??) +wsgiref.validate.assert_(??) +wsgiref.validate.bad_header_value_re(??) +wsgiref.validate.check_content_type(??) +wsgiref.validate.check_environ(??) +wsgiref.validate.check_errors(??) +wsgiref.validate.check_exc_info(??) +wsgiref.validate.check_headers(??) +wsgiref.validate.check_input(??) +wsgiref.validate.check_iterator(??) +wsgiref.validate.check_status(??) +wsgiref.validate.check_string_type(??) +wsgiref.validate.header_re(??) +wsgiref.validate.re(??) +wsgiref.validate.sys(??) +wsgiref.validate.validator(??) +wsgiref.validate.warnings(??) +xdrlib.BytesIO([buffer]) -> object +xdrlib.ConversionError(??) +xdrlib.Error(??) +xdrlib.Packer(??) +xdrlib.Unpacker(??) +xdrlib.struct(??) +xml.dom.DOMException(??) +xml.dom.DOMSTRING_SIZE_ERR +xml.dom.DomstringSizeErr(??) +xml.dom.EMPTY_NAMESPACE(??) +xml.dom.EMPTY_PREFIX(??) +xml.dom.HIERARCHY_REQUEST_ERR +xml.dom.HierarchyRequestErr(??) +xml.dom.INDEX_SIZE_ERR +xml.dom.INUSE_ATTRIBUTE_ERR +xml.dom.INVALID_ACCESS_ERR +xml.dom.INVALID_CHARACTER_ERR +xml.dom.INVALID_MODIFICATION_ERR +xml.dom.INVALID_STATE_ERR +xml.dom.IndexSizeErr(??) +xml.dom.InuseAttributeErr(??) +xml.dom.InvalidAccessErr(??) +xml.dom.InvalidCharacterErr(??) +xml.dom.InvalidModificationErr(??) +xml.dom.InvalidStateErr(??) +xml.dom.NAMESPACE_ERR +xml.dom.NOT_FOUND_ERR +xml.dom.NOT_SUPPORTED_ERR +xml.dom.NO_DATA_ALLOWED_ERR +xml.dom.NO_MODIFICATION_ALLOWED_ERR +xml.dom.NamespaceErr(??) +xml.dom.NoDataAllowedErr(??) +xml.dom.NoModificationAllowedErr(??) +xml.dom.Node(??) +xml.dom.NodeFilter.NodeFilter(??) +xml.dom.NotFoundErr(??) +xml.dom.NotSupportedErr(??) +xml.dom.SYNTAX_ERR +xml.dom.SyntaxErr(??) +xml.dom.UserDataHandler(??) +xml.dom.VALIDATION_ERR +xml.dom.ValidationErr(??) +xml.dom.WRONG_DOCUMENT_ERR +xml.dom.WrongDocumentErr(??) +xml.dom.XHTML_NAMESPACE +xml.dom.XMLNS_NAMESPACE +xml.dom.XML_NAMESPACE +xml.dom.domreg(??) +xml.dom.domreg.getDOMImplementation(name = None, features = ()) -> DOM implementation. +xml.dom.domreg.registerDOMImplementation(name, factory) +xml.dom.domreg.registered(??) +xml.dom.domreg.well_known_implementations(??) +xml.dom.expatbuilder.CDATA_SECTION_NODE +xml.dom.expatbuilder.DOCUMENT_NODE +xml.dom.expatbuilder.EMPTY_NAMESPACE(??) +xml.dom.expatbuilder.EMPTY_PREFIX(??) +xml.dom.expatbuilder.ElementInfo(??) +xml.dom.expatbuilder.ExpatBuilder(??) +xml.dom.expatbuilder.ExpatBuilderNS(??) +xml.dom.expatbuilder.FILTER_ACCEPT +xml.dom.expatbuilder.FILTER_INTERRUPT +xml.dom.expatbuilder.FILTER_REJECT +xml.dom.expatbuilder.FILTER_SKIP +xml.dom.expatbuilder.FilterCrutch(??) +xml.dom.expatbuilder.FilterVisibilityController(??) +xml.dom.expatbuilder.FragmentBuilder(??) +xml.dom.expatbuilder.FragmentBuilderNS(??) +xml.dom.expatbuilder.InternalSubsetExtractor(??) +xml.dom.expatbuilder.Namespaces(??) +xml.dom.expatbuilder.Node(??) +xml.dom.expatbuilder.NodeFilter(??) +xml.dom.expatbuilder.ParseEscape(??) +xml.dom.expatbuilder.Rejecter(??) +xml.dom.expatbuilder.Skipper(??) +xml.dom.expatbuilder.TEXT_NODE +xml.dom.expatbuilder.XMLNS_NAMESPACE +xml.dom.expatbuilder.expat(??) +xml.dom.expatbuilder.makeBuilder(??) +xml.dom.expatbuilder.minidom(??) +xml.dom.expatbuilder.parse(??) +xml.dom.expatbuilder.parseFragment(??) +xml.dom.expatbuilder.parseFragmentString(??) +xml.dom.expatbuilder.parseString(??) +xml.dom.expatbuilder.theDOMImplementation(??) +xml.dom.expatbuilder.xmlbuilder(??) +xml.dom.getDOMImplementation(name = None, features = ()) -> DOM implementation. +xml.dom.minicompat.EmptyNodeList(??) +xml.dom.minicompat.NodeList(??) +xml.dom.minicompat.StringTypes(??) +xml.dom.minicompat.defproperty(??) +xml.dom.minicompat.xml(??) +xml.dom.minidom.Attr(??) +xml.dom.minidom.AttributeList(??) +xml.dom.minidom.CDATASection(??) +xml.dom.minidom.CharacterData(??) +xml.dom.minidom.Childless(??) +xml.dom.minidom.Comment(??) +xml.dom.minidom.DOMImplementation(??) +xml.dom.minidom.DOMImplementationLS(??) +xml.dom.minidom.Document(??) +xml.dom.minidom.DocumentFragment(??) +xml.dom.minidom.DocumentLS(??) +xml.dom.minidom.DocumentType(??) +xml.dom.minidom.EMPTY_NAMESPACE(??) +xml.dom.minidom.EMPTY_PREFIX(??) +xml.dom.minidom.Element(??) +xml.dom.minidom.ElementInfo(??) +xml.dom.minidom.EmptyNodeList(??) +xml.dom.minidom.Entity(??) +xml.dom.minidom.Identified(??) +xml.dom.minidom.NamedNodeMap(??) +xml.dom.minidom.Node(??) +xml.dom.minidom.NodeList(??) +xml.dom.minidom.Notation(??) +xml.dom.minidom.ProcessingInstruction(??) +xml.dom.minidom.ReadOnlySequentialNamedNodeMap(??) +xml.dom.minidom.StringTypes(??) +xml.dom.minidom.Text(??) +xml.dom.minidom.TypeInfo(??) +xml.dom.minidom.XMLNS_NAMESPACE +xml.dom.minidom.defproperty(??) +xml.dom.minidom.domreg(??) +xml.dom.minidom.getDOMImplementation(??) +xml.dom.minidom.io(??) +xml.dom.minidom.parse(??) +xml.dom.minidom.parseString(??) +xml.dom.minidom.xml(??) +xml.dom.pulldom.CHARACTERS +xml.dom.pulldom.COMMENT +xml.dom.pulldom.DOMEventStream(??) +xml.dom.pulldom.END_DOCUMENT +xml.dom.pulldom.END_ELEMENT +xml.dom.pulldom.ErrorHandler(??) +xml.dom.pulldom.IGNORABLE_WHITESPACE +xml.dom.pulldom.PROCESSING_INSTRUCTION +xml.dom.pulldom.PullDOM(??) +xml.dom.pulldom.SAX2DOM(??) +xml.dom.pulldom.START_DOCUMENT +xml.dom.pulldom.START_ELEMENT +xml.dom.pulldom.default_bufsize +xml.dom.pulldom.parse(??) +xml.dom.pulldom.parseString(??) +xml.dom.pulldom.xml(??) +xml.dom.registerDOMImplementation(name, factory) +xml.dom.xmlbuilder.DOMBuilder(??) +xml.dom.xmlbuilder.DOMBuilderFilter(??) +xml.dom.xmlbuilder.DOMEntityResolver(??) +xml.dom.xmlbuilder.DOMImplementationLS(??) +xml.dom.xmlbuilder.DOMInputSource(??) +xml.dom.xmlbuilder.DocumentLS(??) +xml.dom.xmlbuilder.Options(??) +xml.dom.xmlbuilder.copy(??) +xml.dom.xmlbuilder.xml(??) +xml.etree.ElementInclude.ElementTree(??) +xml.etree.ElementInclude.FatalIncludeError(??) +xml.etree.ElementInclude.XINCLUDE +xml.etree.ElementInclude.XINCLUDE_FALLBACK +xml.etree.ElementInclude.XINCLUDE_INCLUDE +xml.etree.ElementInclude.copy(??) +xml.etree.ElementInclude.default_loader(??) +xml.etree.ElementInclude.include(??) +xml.etree.ElementPath.find(??) +xml.etree.ElementPath.findall(??) +xml.etree.ElementPath.findtext(??) +xml.etree.ElementPath.get_parent_map(??) +xml.etree.ElementPath.iterfind(??) +xml.etree.ElementPath.ops(??) +xml.etree.ElementPath.prepare_child(??) +xml.etree.ElementPath.prepare_descendant(??) +xml.etree.ElementPath.prepare_parent(??) +xml.etree.ElementPath.prepare_predicate(??) +xml.etree.ElementPath.prepare_self(??) +xml.etree.ElementPath.prepare_star(??) +xml.etree.ElementPath.re(??) +xml.etree.ElementPath.xpath_tokenizer(??) +xml.etree.ElementPath.xpath_tokenizer_re(??) +xml.etree.ElementTree.Comment(??) +xml.etree.ElementTree.Element(??) +xml.etree.ElementTree.ElementPath(??) +xml.etree.ElementTree.ElementTree(??) +xml.etree.ElementTree.HTML_EMPTY(??) +xml.etree.ElementTree.PI(??) +xml.etree.ElementTree.ParseError(??) +xml.etree.ElementTree.ProcessingInstruction(??) +xml.etree.ElementTree.QName(??) +xml.etree.ElementTree.SubElement(??) +xml.etree.ElementTree.TreeBuilder(??) +xml.etree.ElementTree.VERSION +xml.etree.ElementTree.XML(??) +xml.etree.ElementTree.XMLID(??) +xml.etree.ElementTree.XMLParser(??) +xml.etree.ElementTree.XMLPullParser(??) +xml.etree.ElementTree.contextlib(??) +xml.etree.ElementTree.dump(??) +xml.etree.ElementTree.fromstring(??) +xml.etree.ElementTree.fromstringlist(??) +xml.etree.ElementTree.io(??) +xml.etree.ElementTree.iselement(??) +xml.etree.ElementTree.iterparse(??) +xml.etree.ElementTree.parse(??) +xml.etree.ElementTree.re(??) +xml.etree.ElementTree.register_namespace(??) +xml.etree.ElementTree.sys(??) +xml.etree.ElementTree.tostring(??) +xml.etree.ElementTree.tostringlist(??) +xml.etree.ElementTree.warnings(??) +xml.etree.cElementTree.Comment(??) +xml.etree.cElementTree.Element(??) +xml.etree.cElementTree.ElementTree(??) +xml.etree.cElementTree.PI(??) +xml.etree.cElementTree.ParseError(??) +xml.etree.cElementTree.ProcessingInstruction(??) +xml.etree.cElementTree.QName(??) +xml.etree.cElementTree.SubElement(??) +xml.etree.cElementTree.TreeBuilder(??) +xml.etree.cElementTree.VERSION +xml.etree.cElementTree.XML(??) +xml.etree.cElementTree.XMLID(??) +xml.etree.cElementTree.XMLParser(??) +xml.etree.cElementTree.dump(??) +xml.etree.cElementTree.fromstring(??) +xml.etree.cElementTree.fromstringlist(??) +xml.etree.cElementTree.iselement(??) +xml.etree.cElementTree.iterparse(??) +xml.etree.cElementTree.parse(??) +xml.etree.cElementTree.register_namespace(??) +xml.etree.cElementTree.tostring(??) +xml.etree.cElementTree.tostringlist(??) +xml.parsers(??) +xml.parsers.expat(??) +xml.parsers.expat.EXPAT_VERSION +xml.parsers.expat.ErrorString(errno) -> string +xml.parsers.expat.ExpatError(??) +xml.parsers.expat.ParserCreate([encoding[, namespace_separator]]) -> parser +xml.parsers.expat.XMLParserType(??) +xml.parsers.expat.XML_PARAM_ENTITY_PARSING_ALWAYS +xml.parsers.expat.XML_PARAM_ENTITY_PARSING_NEVER +xml.parsers.expat.XML_PARAM_ENTITY_PARSING_UNLESS_STANDALONE +xml.parsers.expat.error(??) +xml.parsers.expat.errors(??) +xml.parsers.expat.expat_CAPI(??) +xml.parsers.expat.features(??) +xml.parsers.expat.model(??) +xml.parsers.expat.native_encoding +xml.parsers.expat.sys(??) +xml.parsers.expat.version_info(??) +xml.sax.ContentHandler(??) +xml.sax.ErrorHandler(??) +xml.sax.InputSource(??) +xml.sax.SAXException(??) +xml.sax.SAXNotRecognizedException(??) +xml.sax.SAXNotSupportedException(??) +xml.sax.SAXParseException(??) +xml.sax.SAXReaderNotAvailable(??) +xml.sax.default_parser_list(??) +xml.sax.expatreader.AttributesImpl(??) +xml.sax.expatreader.AttributesNSImpl(??) +xml.sax.expatreader.ExpatLocator(??) +xml.sax.expatreader.ExpatParser(??) +xml.sax.expatreader.SAXException(??) +xml.sax.expatreader.SAXNotRecognizedException(??) +xml.sax.expatreader.SAXNotSupportedException(??) +xml.sax.expatreader.SAXParseException(??) +xml.sax.expatreader.SAXReaderNotAvailable(??) +xml.sax.expatreader.create_parser(??) +xml.sax.expatreader.expat(??) +xml.sax.expatreader.feature_external_ges +xml.sax.expatreader.feature_external_pes +xml.sax.expatreader.feature_namespace_prefixes +xml.sax.expatreader.feature_namespaces +xml.sax.expatreader.feature_string_interning +xml.sax.expatreader.feature_validation +xml.sax.expatreader.handler(??) +xml.sax.expatreader.property_interning_dict +xml.sax.expatreader.property_xml_string +xml.sax.expatreader.saxutils(??) +xml.sax.expatreader.version +xml.sax.expatreader.xmlreader(??) +xml.sax.handler(??) +xml.sax.handler.ContentHandler(??) +xml.sax.handler.DTDHandler(??) +xml.sax.handler.EntityResolver(??) +xml.sax.handler.ErrorHandler(??) +xml.sax.handler.all_features(??) +xml.sax.handler.all_properties(??) +xml.sax.handler.feature_external_ges +xml.sax.handler.feature_external_pes +xml.sax.handler.feature_namespace_prefixes +xml.sax.handler.feature_namespaces +xml.sax.handler.feature_string_interning +xml.sax.handler.feature_validation +xml.sax.handler.property_declaration_handler +xml.sax.handler.property_dom_node +xml.sax.handler.property_encoding +xml.sax.handler.property_interning_dict +xml.sax.handler.property_lexical_handler +xml.sax.handler.property_xml_string +xml.sax.handler.version +xml.sax.make_parser(??) +xml.sax.parse(??) +xml.sax.parseString(??) +xml.sax.saxutils.XMLFilterBase(??) +xml.sax.saxutils.XMLGenerator(??) +xml.sax.saxutils.codecs(??) +xml.sax.saxutils.escape(??) +xml.sax.saxutils.handler(??) +xml.sax.saxutils.io(??) +xml.sax.saxutils.os(??) +xml.sax.saxutils.prepare_input_source(??) +xml.sax.saxutils.quoteattr(??) +xml.sax.saxutils.unescape(??) +xml.sax.saxutils.urllib(??) +xml.sax.saxutils.xmlreader(??) +xml.sax.xmlreader(??) +xml.sax.xmlreader.AttributesImpl(??) +xml.sax.xmlreader.AttributesNSImpl(??) +xml.sax.xmlreader.IncrementalParser(??) +xml.sax.xmlreader.InputSource(??) +xml.sax.xmlreader.Locator(??) +xml.sax.xmlreader.SAXNotRecognizedException(??) +xml.sax.xmlreader.SAXNotSupportedException(??) +xml.sax.xmlreader.XMLReader(??) +xml.sax.xmlreader.handler(??) +xmlrpc.client.APPLICATION_ERROR +xmlrpc.client.Binary(??) +xmlrpc.client.Boolean(??) +xmlrpc.client.BytesIO([buffer]) -> object +xmlrpc.client.DateTime(??) +xmlrpc.client.Error(??) +xmlrpc.client.ExpatParser(??) +xmlrpc.client.FastMarshaller(??) +xmlrpc.client.FastParser(??) +xmlrpc.client.FastUnmarshaller(??) +xmlrpc.client.Fault(??) +xmlrpc.client.GzipDecodedResponse(??) +xmlrpc.client.INTERNAL_ERROR +xmlrpc.client.INVALID_ENCODING_CHAR +xmlrpc.client.INVALID_METHOD_PARAMS +xmlrpc.client.INVALID_XMLRPC +xmlrpc.client.MAXINT +xmlrpc.client.METHOD_NOT_FOUND +xmlrpc.client.MININT +xmlrpc.client.Marshaller(??) +xmlrpc.client.MultiCall(??) +xmlrpc.client.MultiCallIterator(??) +xmlrpc.client.NOT_WELLFORMED_ERROR +xmlrpc.client.PARSE_ERROR +xmlrpc.client.ProtocolError(??) +xmlrpc.client.ResponseError(??) +xmlrpc.client.SERVER_ERROR +xmlrpc.client.SYSTEM_ERROR +xmlrpc.client.SafeTransport(??) +xmlrpc.client.Server(??) +xmlrpc.client.ServerProxy(??) +xmlrpc.client.TRANSPORT_ERROR +xmlrpc.client.Transport(??) +xmlrpc.client.UNSUPPORTED_ENCODING +xmlrpc.client.Unmarshaller(??) +xmlrpc.client.WRAPPERS(??) +xmlrpc.client.base64(??) +xmlrpc.client.boolean(??) +xmlrpc.client.datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]]) +xmlrpc.client.dumps(??) +xmlrpc.client.errno(??) +xmlrpc.client.escape(??) +xmlrpc.client.expat(??) +xmlrpc.client.getparser() -> parser, unmarshaller +xmlrpc.client.gzip(??) +xmlrpc.client.gzip_decode(??) +xmlrpc.client.gzip_encode(??) +xmlrpc.client.http(??) +xmlrpc.client.loads(??) +xmlrpc.client.socket(??) +xmlrpc.client.sys(??) +xmlrpc.client.time(??) +xmlrpc.client.urllib(??) +xmlrpc.server.BaseHTTPRequestHandler(??) +xmlrpc.server.CGIXMLRPCRequestHandler(??) +xmlrpc.server.DocCGIXMLRPCRequestHandler(??) +xmlrpc.server.DocXMLRPCRequestHandler(??) +xmlrpc.server.DocXMLRPCServer(??) +xmlrpc.server.Fault(??) +xmlrpc.server.MultiPathXMLRPCServer(??) +xmlrpc.server.ServerHTMLDoc(??) +xmlrpc.server.SimpleXMLRPCDispatcher(??) +xmlrpc.server.SimpleXMLRPCRequestHandler(??) +xmlrpc.server.SimpleXMLRPCServer(??) +xmlrpc.server.XMLRPCDocGenerator(??) +xmlrpc.server.dumps(??) +xmlrpc.server.fcntl(??) +xmlrpc.server.gzip_decode(??) +xmlrpc.server.gzip_encode(??) +xmlrpc.server.http(??) +xmlrpc.server.inspect(??) +xmlrpc.server.list_public_methods(??) +xmlrpc.server.loads(??) +xmlrpc.server.os(??) +xmlrpc.server.pydoc(??) +xmlrpc.server.re(??) +xmlrpc.server.resolve_dotted_attribute(a, 'b.c.d') => a.b.c.d +xmlrpc.server.socketserver(??) +xmlrpc.server.sys(??) +xmlrpc.server.traceback(??) +xxlimited.Null(??) +xxlimited.Str(??) +xxlimited.error(??) +xxlimited.foo(i,j) +xxlimited.new() -> new Xx object +xxlimited.roj(a,b) -> None +zip(iter1 [,iter2 [...]]) --> zip object +zipfile.BZIP2_VERSION +zipfile.BadZipFile(??) +zipfile.BadZipfile(??) +zipfile.DEFAULT_VERSION +zipfile.LZMACompressor(??) +zipfile.LZMADecompressor(??) +zipfile.LZMA_VERSION +zipfile.LargeZipFile(??) +zipfile.MAX_EXTRACT_VERSION +zipfile.PyZipFile(??) +zipfile.ZIP64_LIMIT +zipfile.ZIP64_VERSION +zipfile.ZIP_BZIP2 +zipfile.ZIP_DEFLATED +zipfile.ZIP_FILECOUNT_LIMIT +zipfile.ZIP_LZMA +zipfile.ZIP_MAX_COMMENT +zipfile.ZIP_STORED +zipfile.ZipExtFile(??) +zipfile.ZipFile(??) +zipfile.ZipInfo(??) +zipfile.binascii(??) +zipfile.bz2(??) +zipfile.compressor_names(??) +zipfile.crc32(??) +zipfile.error(??) +zipfile.importlib(??) +zipfile.io(??) +zipfile.is_zipfile(??) +zipfile.lzma(??) +zipfile.main(??) +zipfile.os(??) +zipfile.re(??) +zipfile.shutil(??) +zipfile.sizeCentralDir +zipfile.sizeEndCentDir +zipfile.sizeEndCentDir64 +zipfile.sizeEndCentDir64Locator +zipfile.sizeFileHeader +zipfile.stat(??) +zipfile.stringCentralDir +zipfile.stringEndArchive +zipfile.stringEndArchive64 +zipfile.stringEndArchive64Locator +zipfile.stringFileHeader +zipfile.struct(??) +zipfile.structCentralDir +zipfile.structEndArchive +zipfile.structEndArchive64 +zipfile.structEndArchive64Locator +zipfile.structFileHeader +zipfile.sys(??) +zipfile.time(??) +zipfile.zlib(??) +zipimport.ZipImportError(??) +zipimport.zipimporter(archivepath) -> zipimporter object +zlib.DEFLATED +zlib.DEF_BUF_SIZE +zlib.DEF_MEM_LEVEL +zlib.MAX_WBITS +zlib.ZLIB_RUNTIME_VERSION +zlib.ZLIB_VERSION +zlib.Z_BEST_COMPRESSION +zlib.Z_BEST_SPEED +zlib.Z_DEFAULT_COMPRESSION +zlib.Z_DEFAULT_STRATEGY +zlib.Z_FILTERED +zlib.Z_FINISH +zlib.Z_FULL_FLUSH +zlib.Z_HUFFMAN_ONLY +zlib.Z_NO_FLUSH +zlib.Z_SYNC_FLUSH +zlib.adler32(??) +zlib.compress(??) +zlib.compressobj(??) +zlib.crc32(??) +zlib.decompress(??) +zlib.decompressobj(??) +zlib.error(??)
--- a/ChangeLog Sun Jul 06 12:15:23 2014 +0200 +++ b/ChangeLog Sat Nov 29 11:16:02 2014 +0100 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 1.2.1: +- added API files for PyQt5 and Python 3.4 + Version 1.2.0: - Python 2 compatibility flag added
--- a/PKGLIST Sun Jul 06 12:15:23 2014 +0200 +++ b/PKGLIST Sat Nov 29 11:16:02 2014 +0100 @@ -1,5 +1,6 @@ APIs/Python/PyQt4_Qt4.api APIs/Python/PyQt4_Qt5.api +APIs/Python/PyQt5.api APIs/Python/QScintilla2.api APIs/Python2/Python-2.4.api APIs/Python2/Python-2.5.api @@ -8,4 +9,5 @@ APIs/Python3/Python-3.1.api APIs/Python3/Python-3.2.api APIs/Python3/Python-3.3.api +APIs/Python3/Python-3.4.api PluginApis.py
--- a/PluginApis.e4p Sun Jul 06 12:15:23 2014 +0200 +++ b/PluginApis.e4p Sat Nov 29 11:16:02 2014 +0100 @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> -<!-- eric5 project file for project PluginApis --> -<!-- Saved: 2013-09-29, 16:03:29 --> -<!-- Copyright (C) 2013 Detlev Offenbach, detlev@die-offenbachs.de --> +<!-- eric project file for project PluginApis --> +<!-- Copyright (C) 2014 Detlev Offenbach, detlev@die-offenbachs.de --> <Project version="5.1"> <Language>en</Language> <Hash>cffb199a6e080ec1818b2abf07afc11ca0592e10</Hash> @@ -38,6 +37,8 @@ <Other>PKGLIST</Other> <Other>Documentation/source</Other> <Other>PluginApis.zip</Other> + <Other>APIs/Python3/Python-3.4.api</Other> + <Other>APIs/Python/PyQt5.api</Other> </Others> <MainScript>PluginApis.py</MainScript> <Vcs>
--- a/PluginApis.py Sun Jul 06 12:15:23 2014 +0200 +++ b/PluginApis.py Sat Nov 29 11:16:02 2014 +0100 @@ -19,7 +19,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "1.2.0" +version = "1.2.1" className = "PluginApis" packageName = "APIs" shortDescription = "API files for auto-completion and call tips."