wip
This commit is contained in:
@@ -52,7 +52,7 @@ class ScanControlXAS(ScanControl):
|
||||
"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self._motion_profile_group = QGroupBox("Motion Profile Preview")
|
||||
self._motion_profile_group = QGroupBox("XAS scan helper")
|
||||
motion_profile_layout = QVBoxLayout(self._motion_profile_group)
|
||||
self.motion_profile_widget = MotionProfileWidget(self)
|
||||
motion_profile_layout.addWidget(self.motion_profile_widget)
|
||||
|
||||
Reference in New Issue
Block a user