QtWidgets import * import pyqtgraph as pg class MyWindow(QMainWindow): def __init__(self): super().__init__() w = pg.PlotWidget(title="Basic ...
確定! 回上一頁