Add RemoteGraphicsView to __init__.py (#1066)

This commit is contained in:
Ogi Moore 2019-11-19 08:15:27 -08:00 committed by GitHub
parent 15a1f5af94
commit 60c760a2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,6 +261,7 @@ from .widgets.LayoutWidget import *
from .widgets.TableWidget import *
from .widgets.ProgressDialog import *
from .widgets.GroupBox import GroupBox
from .widgets.RemoteGraphicsView import RemoteGraphicsView
from .imageview import *
from .WidgetGroup import *