File: __init__.pyi

package info (click to toggle)
python-pyqtgraph 0.13.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,068 kB
  • sloc: python: 54,043; makefile: 129; ansic: 40; sh: 2
file content (5 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
# Import packages in reverse libOrder as defined in pyqtgraph/Qt/__init__.py
from PySide2.QtWidgets import *
from PyQt5.QtWidgets import *
from PySide6.QtWidgets import *
from PyQt6.QtWidgets import *