pyqtgraph/tests/widgets/test_progressdialog.py

10 lines
172 B
Python
Raw Normal View History

2021-06-24 02:34:55 +00:00
# -*- coding: utf-8 -*-
from pyqtgraph import mkQApp, ProgressDialog
mkQApp()
def test_progress_dialog():
with ProgressDialog("test", 0, 1) as dlg:
dlg += 1