-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a509a8
commit cc32662
Showing
10 changed files
with
140 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
from . import _api | ||
|
||
if _api.USED_API == _api.QT_API_PYQT6: | ||
from PyQt6.QtCharts import * | ||
elif _api.USED_API == _api.QT_API_PYQT5: | ||
from PyQt5.QtCharts import * | ||
elif _api.USED_API == _api.QT_API_PYQT4: | ||
from PyQt4.QtCharts import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE: | ||
from PySide.QtCharts import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE2: | ||
from PySide2.QtCharts import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE6: | ||
from PySide6.QtCharts import * | ||
|
||
_api.apply_global_fixes(globals()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
from . import _api | ||
|
||
if _api.USED_API == _api.QT_API_PYQT6: | ||
from PyQt6.QtDataVisualization import * | ||
elif _api.USED_API == _api.QT_API_PYQT5: | ||
from PyQt5.QtDataVisualization import * | ||
elif _api.USED_API == _api.QT_API_PYQT4: | ||
from PyQt4.QtDataVisualization import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE: | ||
from PySide.QtDataVisualization import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE2: | ||
from PySide2.QtDataVisualization import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE6: | ||
from PySide6.QtDataVisualization import * | ||
|
||
_api.apply_global_fixes(globals()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
from . import _api | ||
|
||
if _api.USED_API == _api.QT_API_PYQT6: | ||
from PyQt6.QtLocation import * | ||
elif _api.USED_API == _api.QT_API_PYQT5: | ||
from PyQt5.QtLocation import * | ||
elif _api.USED_API == _api.QT_API_PYQT4: | ||
from PyQt4.QtLocation import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE: | ||
from PySide.QtLocation import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE2: | ||
from PySide2.QtLocation import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE6: | ||
from PySide6.QtLocation import * | ||
|
||
_api.apply_global_fixes(globals()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
from . import _api | ||
|
||
if _api.USED_API == _api.QT_API_PYQT6: | ||
from PyQt6.QtNetworkAuth import * | ||
elif _api.USED_API == _api.QT_API_PYQT5: | ||
from PyQt5.QtNetworkAuth import * | ||
elif _api.USED_API == _api.QT_API_PYQT4: | ||
from PyQt4.QtNetworkAuth import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE: | ||
from PySide.QtNetworkAuth import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE2: | ||
from PySide2.QtNetworkAuth import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE6: | ||
from PySide6.QtNetworkAuth import * | ||
|
||
_api.apply_global_fixes(globals()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
from . import _api | ||
|
||
if _api.USED_API == _api.QT_API_PYQT6: | ||
from PyQt6.QtPdf import * | ||
elif _api.USED_API == _api.QT_API_PYQT5: | ||
from PyQt5.QtPdf import * | ||
elif _api.USED_API == _api.QT_API_PYQT4: | ||
from PyQt4.QtPdf import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE: | ||
from PySide.QtPdf import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE2: | ||
from PySide2.QtPdf import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE6: | ||
from PySide6.QtPdf import * | ||
|
||
_api.apply_global_fixes(globals()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
from . import _api | ||
|
||
if _api.USED_API == _api.QT_API_PYQT6: | ||
from PyQt6.QtPdfWidgets import * | ||
elif _api.USED_API == _api.QT_API_PYQT5: | ||
from PyQt5.QtPdfWidgets import * | ||
elif _api.USED_API == _api.QT_API_PYQT4: | ||
from PyQt4.QtPdfWidgets import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE: | ||
from PySide.QtPdfWidgets import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE2: | ||
from PySide2.QtPdfWidgets import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE6: | ||
from PySide6.QtPdfWidgets import * | ||
|
||
_api.apply_global_fixes(globals()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
from . import _api | ||
|
||
if _api.USED_API == _api.QT_API_PYQT6: | ||
from PyQt6.QtPositioning import * | ||
elif _api.USED_API == _api.QT_API_PYQT5: | ||
from PyQt5.QtPositioning import * | ||
elif _api.USED_API == _api.QT_API_PYQT4: | ||
from PyQt4.QtPositioning import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE: | ||
from PySide.QtPositioning import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE2: | ||
from PySide2.QtPositioning import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE6: | ||
from PySide6.QtPositioning import * | ||
|
||
_api.apply_global_fixes(globals()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
from . import _api | ||
|
||
if _api.USED_API == _api.QT_API_PYQT6: | ||
from PyQt6.QtRemoteObjects import * | ||
elif _api.USED_API == _api.QT_API_PYQT5: | ||
from PyQt5.QtRemoteObjects import * | ||
elif _api.USED_API == _api.QT_API_PYQT4: | ||
from PyQt4.QtRemoteObjects import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE: | ||
from PySide.QtRemoteObjects import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE2: | ||
from PySide2.QtRemoteObjects import * | ||
elif _api.USED_API == _api.QT_API_PYSIDE6: | ||
from PySide6.QtRemoteObjects import * | ||
|
||
_api.apply_global_fixes(globals()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters