0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

refactor: Change inheritance to QTreeWidget from QWidget

This commit is contained in:
2024-06-21 09:59:33 +02:00
parent 6fa1c06053
commit d2f2b206bb
7 changed files with 29 additions and 31 deletions

View File

@ -8,5 +8,4 @@ maxdepth: 2
hidden: false
---
how_to_develop_a_widget/
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,8 +1,8 @@
(user.widgets.text_box)=
# [BEC Status Box](/api_reference/_autosummary/bec_widgets.cli.client.BECStatusBox)
(user.widgets.bec_status_box)=
# BEC Status Box
**Purpose:**
The BECStatusBox Widget is a widget that allows you to monitor the status/health of the all running BEC processes. The widget generates the view automatically and updates the status of the processes in real-time. The top level indicates the overall state of the BEC core services (DeviceServer, ScanServer, SciHub, ScanBundler and FileWriter), but you can also see the status of each individual process by opening the collapsed view. In the collapsed view, you can double click on each process to get a popup window with live updates of the metrics for each process in real-time.
The [BECStatusBox]](/api_reference/_autosummary/bec_widgets.cli.client.BECStatusBox) Widget is a widget that allows you to monitor the status/health of the all running BEC processes. The widget generates the view automatically and updates the status of the processes in real-time. The top level indicates the overall state of the BEC core services (DeviceServer, ScanServer, SciHub, ScanBundler and FileWriter), but you can also see the status of each individual process by opening the collapsed view. In the collapsed view, you can double click on each process to get a popup window with live updates of the metrics for each process in real-time.
**Key Features:**

View File

@ -1,5 +1,4 @@
(user.widgets.buttons)=
# Buttons Widgets
This section consolidates various custom buttons used within the BEC GUIs, facilitating the integration of these

View File

@ -13,6 +13,8 @@ spiral_progress_bar/
website/
buttons/
text_box/
bec_status_box/
```