Skip to content

Commit a902d7f

Browse files
authored
Merge pull request #73 from altendky/missing_imports
Add missing imports
2 parents a01eb3b + 7a1f6ce commit a902d7f

9 files changed

+9
-0
lines changed

PyQt5-stubs/Qt3DAnimation.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import typing
2424
import sip
2525

26+
from PyQt5 import QtGui
2627
from PyQt5 import QtCore
2728
from PyQt5 import Qt3DRender
2829
from PyQt5 import Qt3DCore

PyQt5-stubs/Qt3DLogic.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import typing
2424
import sip
2525

26+
from PyQt5 import QtCore
2627
from PyQt5 import Qt3DCore
2728

2829
# Support for QDate, QDateTime and QTime.

PyQt5-stubs/QtChart.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import sip
2525

2626
from PyQt5 import QtWidgets
2727
from PyQt5 import QtGui
28+
from PyQt5 import QtCore
2829

2930
# Support for QDate, QDateTime and QTime.
3031
import datetime

PyQt5-stubs/QtDataVisualization.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import typing
2424
import sip
2525

2626
from PyQt5 import QtGui
27+
from PyQt5 import QtCore
2728

2829
# Support for QDate, QDateTime and QTime.
2930
import datetime

PyQt5-stubs/QtDesigner.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import typing
2424
import sip
2525

2626
from PyQt5 import QtWidgets
27+
from PyQt5 import QtGui
2728
from PyQt5 import QtCore
2829

2930
# Support for QDate, QDateTime and QTime.

PyQt5-stubs/QtMultimediaWidgets.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import sip
2525

2626
from PyQt5 import QtWidgets
2727
from PyQt5 import QtMultimedia
28+
from PyQt5 import QtGui
2829
from PyQt5 import QtCore
2930

3031
# Support for QDate, QDateTime and QTime.

PyQt5-stubs/QtWebEngine.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import typing
2424
import sip
2525

2626
from PyQt5 import QtWebEngineCore
27+
from PyQt5 import QtCore
2728

2829
# Support for QDate, QDateTime and QTime.
2930
import datetime

PyQt5-stubs/QtWebEngineWidgets.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ from PyQt5 import QtWebEngineCore
2828
from PyQt5 import QtWidgets
2929
from PyQt5 import QtPrintSupport
3030
from PyQt5 import QtNetwork
31+
from PyQt5 import QtGui
3132
from PyQt5 import QtCore
3233

3334
# Support for QDate, QDateTime and QTime.

PyQt5-stubs/QtWebKitWidgets.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ from PyQt5 import QtWidgets
2727
from PyQt5 import QtWebKit
2828
from PyQt5 import QtPrintSupport
2929
from PyQt5 import QtNetwork
30+
from PyQt5 import QtGui
3031
from PyQt5 import QtCore
3132

3233
# Support for QDate, QDateTime and QTime.

0 commit comments

Comments
 (0)