Skip to content

Commit

Permalink
Merge pull request python-qt-tools#79 from altendky/remove_class_layer
Browse files Browse the repository at this point in the history
Remove class layer
  • Loading branch information
altendky committed Sep 24, 2020
2 parents 323176d + ef274d7 commit 461e5dc
Show file tree
Hide file tree
Showing 8 changed files with 6,860 additions and 6,876 deletions.
808 changes: 403 additions & 405 deletions PyQt5-stubs/Qt3DAnimation.pyi

Large diffs are not rendered by default.

774 changes: 386 additions & 388 deletions PyQt5-stubs/Qt3DCore.pyi

Large diffs are not rendered by default.

1,478 changes: 738 additions & 740 deletions PyQt5-stubs/Qt3DExtras.pyi

Large diffs are not rendered by default.

680 changes: 339 additions & 341 deletions PyQt5-stubs/Qt3DInput.pyi

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions PyQt5-stubs/Qt3DLogic.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@ PYQT_OPENGL_BOUND_ARRAY = typing.Union[typing.Sequence[int],
typing.Sequence[float], sip.Buffer, int, None]


class Qt3DLogic(sip.simplewrapper):
class QFrameAction(Qt3DCore.QComponent):

class QFrameAction(Qt3DCore.QComponent):
def __init__(self, parent: typing.Optional[Qt3DCore.QNode] = ...) -> None: ...

def __init__(self, parent: typing.Optional[Qt3DCore.QNode] = ...) -> None: ...
def triggered(self, dt: float) -> None: ...

def triggered(self, dt: float) -> None: ...
class QLogicAspect(Qt3DCore.QAbstractAspect):

class QLogicAspect(Qt3DCore.QAbstractAspect):

def __init__(self, parent: typing.Optional[QtCore.QObject] = ...) -> None: ...
def __init__(self, parent: typing.Optional[QtCore.QObject] = ...) -> None: ...
4,522 changes: 2,260 additions & 2,262 deletions PyQt5-stubs/Qt3DRender.pyi

Large diffs are not rendered by default.

2,780 changes: 1,389 additions & 1,391 deletions PyQt5-stubs/QtChart.pyi

Large diffs are not rendered by default.

2,682 changes: 1,340 additions & 1,342 deletions PyQt5-stubs/QtDataVisualization.pyi

Large diffs are not rendered by default.

0 comments on commit 461e5dc

Please sign in to comment.