Skip to content

Update to PyQt 5.14.2 #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 45 additions & 1 deletion PyQt5-stubs/QtCore.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The PEP 484 type hints stub file for the QtCore module.
#
# Generated by SIP 5.1.1
# Generated by SIP 5.1.2
#
# Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
#
Expand Down Expand Up @@ -1347,6 +1347,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.KeyboardModifiers': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class MouseButtons(sip.simplewrapper):
Expand All @@ -1361,6 +1362,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.MouseButtons': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class Orientations(sip.simplewrapper):
Expand All @@ -1375,6 +1377,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.Orientations': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class Alignment(sip.simplewrapper):
Expand All @@ -1389,6 +1392,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.Alignment': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class WindowFlags(sip.simplewrapper):
Expand All @@ -1403,6 +1407,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.WindowFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class WindowStates(sip.simplewrapper):
Expand All @@ -1417,6 +1422,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.WindowStates': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class ImageConversionFlags(sip.simplewrapper):
Expand All @@ -1431,6 +1437,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.ImageConversionFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class DockWidgetAreas(sip.simplewrapper):
Expand All @@ -1445,6 +1452,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.DockWidgetAreas': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class ToolBarAreas(sip.simplewrapper):
Expand All @@ -1459,6 +1467,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.ToolBarAreas': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class InputMethodQueries(sip.simplewrapper):
Expand All @@ -1473,6 +1482,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.InputMethodQueries': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class DropActions(sip.simplewrapper):
Expand All @@ -1487,6 +1497,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.DropActions': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class ItemFlags(sip.simplewrapper):
Expand All @@ -1501,6 +1512,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.ItemFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class MatchFlags(sip.simplewrapper):
Expand All @@ -1515,6 +1527,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.MatchFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class TextInteractionFlags(sip.simplewrapper):
Expand All @@ -1529,6 +1542,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.TextInteractionFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class InputMethodHints(sip.simplewrapper):
Expand All @@ -1543,6 +1557,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.InputMethodHints': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class TouchPointStates(sip.simplewrapper):
Expand All @@ -1557,6 +1572,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.TouchPointStates': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class GestureFlags(sip.simplewrapper):
Expand All @@ -1571,6 +1587,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.GestureFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class ScreenOrientations(sip.simplewrapper):
Expand All @@ -1585,6 +1602,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.ScreenOrientations': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class FindChildOptions(sip.simplewrapper):
Expand All @@ -1599,6 +1617,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.FindChildOptions': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class ApplicationStates(sip.simplewrapper):
Expand All @@ -1613,6 +1632,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.ApplicationStates': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class Edges(sip.simplewrapper):
Expand All @@ -1627,6 +1647,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.Edges': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class MouseEventFlags(sip.simplewrapper):
Expand All @@ -1641,6 +1662,7 @@ class Qt(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'Qt.MouseEventFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...


Expand Down Expand Up @@ -2141,6 +2163,7 @@ class QIODevice(QObject):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QIODevice.OpenMode': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -2246,6 +2269,7 @@ class QByteArray(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QByteArray.Base64Options': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -2433,6 +2457,7 @@ class QCommandLineOption(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QCommandLineOption.Flags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -3249,6 +3274,7 @@ class QDir(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QDir.Filters': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class SortFlags(sip.simplewrapper):
Expand All @@ -3263,6 +3289,7 @@ class QDir(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QDir.SortFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -3391,6 +3418,7 @@ class QDirIterator(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QDirIterator.IteratorFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -3535,6 +3563,7 @@ class QEventLoop(QObject):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QEventLoop.ProcessEventsFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

def __init__(self, parent: typing.Optional[QObject] = ...) -> None: ...
Expand Down Expand Up @@ -3631,6 +3660,7 @@ class QFileDevice(QIODevice):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QFileDevice.Permissions': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class FileHandleFlags(sip.simplewrapper):
Expand All @@ -3645,6 +3675,7 @@ class QFileDevice(QIODevice):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QFileDevice.FileHandleFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

def readLineData(self, maxlen: int) -> bytes: ...
Expand Down Expand Up @@ -3958,6 +3989,7 @@ class QItemSelectionModel(QObject):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QItemSelectionModel.SelectionFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -4186,6 +4218,7 @@ class QLibrary(QObject):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QLibrary.LoadHints': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -5192,6 +5225,7 @@ class QLocale(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QLocale.NumberOptions': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -5638,6 +5672,7 @@ class QMetaType(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QMetaType.TypeFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

def __init__(self, type: int) -> None: ...
Expand Down Expand Up @@ -6503,6 +6538,7 @@ class QRegularExpression(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QRegularExpression.PatternOptions': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class MatchOptions(sip.simplewrapper):
Expand All @@ -6517,6 +6553,7 @@ class QRegularExpression(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QRegularExpression.MatchOptions': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -7035,6 +7072,7 @@ class QStandardPaths(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QStandardPaths.LocateOptions': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

def __init__(self, a0: 'QStandardPaths') -> None: ...
Expand Down Expand Up @@ -7305,6 +7343,7 @@ class QTextBoundaryFinder(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QTextBoundaryFinder.BoundaryReasons': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -7346,6 +7385,7 @@ class QTextCodec(sip.wrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QTextCodec.ConversionFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class ConverterState(sip.simplewrapper):
Expand All @@ -7354,6 +7394,7 @@ class QTextCodec(sip.wrapper):

def __init__(self) -> None: ...

def convertFromUnicode(self, in_: str, state: 'QTextCodec.ConverterState') -> QByteArray: ...
def convertToUnicode(self, in_: bytes, state: 'QTextCodec.ConverterState') -> str: ...
def mibEnum(self) -> int: ...
def aliases(self) -> typing.List[QByteArray]: ...
Expand Down Expand Up @@ -7459,6 +7500,7 @@ class QTextStream(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QTextStream.NumberFlags': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -7830,6 +7872,7 @@ class QUrl(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QUrl.ComponentFormattingOptions': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class UserInputResolutionOptions(sip.simplewrapper):
Expand All @@ -7844,6 +7887,7 @@ class QUrl(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QUrl.UserInputResolutionOptions': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down
5 changes: 4 additions & 1 deletion PyQt5-stubs/QtDBus.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The PEP 484 type hints stub file for the QtDBus module.
#
# Generated by SIP 5.1.1
# Generated by SIP 5.1.2
#
# Copyright (c) 2020 Riverbank Computing Limited <[email protected]>
#
Expand Down Expand Up @@ -144,6 +144,7 @@ class QDBusConnection(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QDBusConnection.RegisterOptions': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

class ConnectionCapabilities(sip.simplewrapper):
Expand All @@ -158,6 +159,7 @@ class QDBusConnection(sip.simplewrapper):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QDBusConnection.ConnectionCapabilities': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down Expand Up @@ -438,6 +440,7 @@ class QDBusServiceWatcher(QtCore.QObject):
def __hash__(self) -> int: ...
def __bool__(self) -> int: ...
def __invert__(self) -> 'QDBusServiceWatcher.WatchMode': ...
def __index__(self) -> int: ...
def __int__(self) -> int: ...

@typing.overload
Expand Down
Loading