wip client regenerated
Some checks failed
CI for csaxs_bec / test (pull_request) Failing after 18s
CI for csaxs_bec / test (push) Failing after 1m17s

This commit is contained in:
2025-10-22 14:24:00 +02:00
parent 08c49b8f51
commit 2b4828c10e
2 changed files with 11 additions and 3 deletions

View File

@@ -87,14 +87,14 @@ class XRayEye(RPCBase):
@rpc_call
def enable_live_view(self):
"""
None
Get or set the live view enabled state.
"""
@enable_live_view.setter
@rpc_call
def enable_live_view(self):
"""
None
Get or set the live view enabled state.
"""
@property
@@ -138,3 +138,11 @@ class XRayEye(RPCBase):
"""
None
"""
class XRayEye2DControl(RPCBase):
@rpc_call
def remove(self):
"""
Cleanup the BECConnector
"""

View File

@@ -1,10 +1,10 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
from bec_widgets.utils.bec_designer import designer_material_icon
from qtpy.QtDesigner import QDesignerCustomWidgetInterface
from qtpy.QtWidgets import QWidget
from bec_widgets.utils.bec_designer import designer_material_icon
from csaxs_bec.bec_widgets.widgets.xray_eye.x_ray_eye import XRayEye
DOM_XML = """