2020-10-19 11:51:12 -07:00
|
|
|
import initExample ## Add path to library (just for examples; you do not need this)
|
|
|
|
|
|
|
|
import pyqtgraph as pg
|
|
|
|
from pyqtgraph.Qt import QtGui, QtCore
|
|
|
|
|
|
|
|
from examples.ExampleApp import ExampleLoader
|
|
|
|
|
|
|
|
loader = ExampleLoader()
|
|
|
|
|
2021-03-22 11:17:12 -07:00
|
|
|
if __name__ == '__main__':
|
|
|
|
pg.mkQApp().exec_()
|