bec-widgets 0.53.3__py3-none-any.whl → 0.55.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- CHANGELOG.md +24 -26
- PKG-INFO +1 -1
- bec_widgets/cli/client.py +265 -13
- bec_widgets/cli/client_utils.py +0 -3
- bec_widgets/cli/generate_cli.py +10 -5
- bec_widgets/cli/rpc_wigdet_handler.py +2 -1
- bec_widgets/cli/server.py +5 -7
- bec_widgets/examples/jupyter_console/jupyter_console_window.py +11 -5
- bec_widgets/examples/motor_movement/motor_control_compilations.py +17 -16
- bec_widgets/widgets/__init__.py +1 -10
- bec_widgets/widgets/figure/figure.py +40 -23
- bec_widgets/widgets/figure/plots/__init__.py +0 -0
- bec_widgets/widgets/figure/plots/image/__init__.py +0 -0
- bec_widgets/widgets/{plots → figure/plots/image}/image.py +6 -416
- bec_widgets/widgets/figure/plots/image/image_item.py +277 -0
- bec_widgets/widgets/figure/plots/image/image_processor.py +152 -0
- bec_widgets/widgets/figure/plots/motor_map/__init__.py +0 -0
- bec_widgets/widgets/{plots → figure/plots/motor_map}/motor_map.py +2 -2
- bec_widgets/widgets/figure/plots/waveform/__init__.py +0 -0
- bec_widgets/widgets/{plots → figure/plots/waveform}/waveform.py +9 -222
- bec_widgets/widgets/figure/plots/waveform/waveform_curve.py +227 -0
- bec_widgets/widgets/motor_control/__init__.py +0 -7
- bec_widgets/widgets/motor_control/motor_control.py +2 -948
- bec_widgets/widgets/motor_control/motor_table/__init__.py +0 -0
- bec_widgets/widgets/motor_control/motor_table/motor_table.py +483 -0
- bec_widgets/widgets/motor_control/movement_absolute/__init__.py +0 -0
- bec_widgets/widgets/motor_control/movement_absolute/movement_absolute.py +157 -0
- bec_widgets/widgets/motor_control/movement_relative/__init__.py +0 -0
- bec_widgets/widgets/motor_control/movement_relative/movement_relative.py +227 -0
- bec_widgets/widgets/motor_control/selection/__init__.py +0 -0
- bec_widgets/widgets/motor_control/selection/selection.py +110 -0
- bec_widgets/widgets/spiral_progress_bar/__init__.py +1 -0
- bec_widgets/widgets/spiral_progress_bar/ring.py +184 -0
- bec_widgets/widgets/spiral_progress_bar/spiral_progress_bar.py +594 -0
- {bec_widgets-0.53.3.dist-info → bec_widgets-0.55.0.dist-info}/METADATA +1 -1
- {bec_widgets-0.53.3.dist-info → bec_widgets-0.55.0.dist-info}/RECORD +56 -53
- docs/requirements.txt +1 -0
- pyproject.toml +1 -1
- tests/end-2-end/test_bec_dock_rpc_e2e.py +82 -1
- tests/end-2-end/test_bec_figure_rpc_e2e.py +4 -4
- tests/end-2-end/test_rpc_register_e2e.py +1 -1
- tests/unit_tests/test_bec_dock.py +1 -1
- tests/unit_tests/test_bec_figure.py +6 -4
- tests/unit_tests/test_bec_motor_map.py +2 -3
- tests/unit_tests/test_motor_control.py +6 -5
- tests/unit_tests/test_spiral_progress_bar.py +338 -0
- tests/unit_tests/test_waveform1d.py +13 -1
- bec_widgets/validation/__init__.py +0 -2
- bec_widgets/validation/monitor_config_validator.py +0 -258
- bec_widgets/widgets/monitor/__init__.py +0 -1
- bec_widgets/widgets/monitor/config_dialog.py +0 -574
- bec_widgets/widgets/monitor/config_dialog.ui +0 -210
- bec_widgets/widgets/monitor/example_configs/config_device.yaml +0 -60
- bec_widgets/widgets/monitor/example_configs/config_scans.yaml +0 -92
- bec_widgets/widgets/monitor/monitor.py +0 -845
- bec_widgets/widgets/monitor/tab_template.ui +0 -180
- bec_widgets/widgets/motor_map/__init__.py +0 -1
- bec_widgets/widgets/motor_map/motor_map.py +0 -594
- bec_widgets/widgets/plots/__init__.py +0 -4
- tests/unit_tests/test_bec_monitor.py +0 -220
- tests/unit_tests/test_config_dialog.py +0 -178
- tests/unit_tests/test_motor_map.py +0 -171
- tests/unit_tests/test_validator_errors.py +0 -110
- /bec_widgets/{cli → assets}/bec_widgets_icon.png +0 -0
- /bec_widgets/{examples/jupyter_console → assets}/terminal_icon.png +0 -0
- /bec_widgets/widgets/{plots → figure/plots}/plot_base.py +0 -0
- /bec_widgets/widgets/motor_control/{motor_control_table.ui → motor_table/motor_table.ui} +0 -0
- /bec_widgets/widgets/motor_control/{motor_control_absolute.ui → movement_absolute/movement_absolute.ui} +0 -0
- /bec_widgets/widgets/motor_control/{motor_control_relative.ui → movement_relative/movement_relative.ui} +0 -0
- /bec_widgets/widgets/motor_control/{motor_control_selection.ui → selection/selection.ui} +0 -0
- {bec_widgets-0.53.3.dist-info → bec_widgets-0.55.0.dist-info}/WHEEL +0 -0
- {bec_widgets-0.53.3.dist-info → bec_widgets-0.55.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,180 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<ui version="4.0">
|
3
|
-
<class>Form</class>
|
4
|
-
<widget class="QWidget" name="Form">
|
5
|
-
<property name="geometry">
|
6
|
-
<rect>
|
7
|
-
<x>0</x>
|
8
|
-
<y>0</y>
|
9
|
-
<width>506</width>
|
10
|
-
<height>592</height>
|
11
|
-
</rect>
|
12
|
-
</property>
|
13
|
-
<property name="windowTitle">
|
14
|
-
<string>Form</string>
|
15
|
-
</property>
|
16
|
-
<layout class="QVBoxLayout" name="verticalLayout_2">
|
17
|
-
<item>
|
18
|
-
<widget class="QGroupBox" name="groupBox_general">
|
19
|
-
<property name="title">
|
20
|
-
<string>General</string>
|
21
|
-
</property>
|
22
|
-
<layout class="QGridLayout" name="gridLayout">
|
23
|
-
<item row="2" column="0">
|
24
|
-
<widget class="QLabel" name="label_5">
|
25
|
-
<property name="text">
|
26
|
-
<string>X Label</string>
|
27
|
-
</property>
|
28
|
-
</widget>
|
29
|
-
</item>
|
30
|
-
<item row="1" column="0" colspan="5">
|
31
|
-
<widget class="Line" name="line_2">
|
32
|
-
<property name="orientation">
|
33
|
-
<enum>Qt::Horizontal</enum>
|
34
|
-
</property>
|
35
|
-
</widget>
|
36
|
-
</item>
|
37
|
-
<item row="2" column="4">
|
38
|
-
<widget class="QLineEdit" name="lineEdit_y_label"/>
|
39
|
-
</item>
|
40
|
-
<item row="2" column="3">
|
41
|
-
<widget class="QLabel" name="label_11">
|
42
|
-
<property name="text">
|
43
|
-
<string>Y Label</string>
|
44
|
-
</property>
|
45
|
-
</widget>
|
46
|
-
</item>
|
47
|
-
<item row="0" column="1" colspan="4">
|
48
|
-
<widget class="QLineEdit" name="lineEdit_plot_title"/>
|
49
|
-
</item>
|
50
|
-
<item row="2" column="1">
|
51
|
-
<widget class="QLineEdit" name="lineEdit_x_label"/>
|
52
|
-
</item>
|
53
|
-
<item row="0" column="0">
|
54
|
-
<widget class="QLabel" name="label_4">
|
55
|
-
<property name="text">
|
56
|
-
<string>Plot Title</string>
|
57
|
-
</property>
|
58
|
-
</widget>
|
59
|
-
</item>
|
60
|
-
<item row="2" column="2">
|
61
|
-
<widget class="Line" name="line_3">
|
62
|
-
<property name="orientation">
|
63
|
-
<enum>Qt::Vertical</enum>
|
64
|
-
</property>
|
65
|
-
</widget>
|
66
|
-
</item>
|
67
|
-
</layout>
|
68
|
-
</widget>
|
69
|
-
</item>
|
70
|
-
<item>
|
71
|
-
<layout class="QVBoxLayout" name="verticalLayout">
|
72
|
-
<item>
|
73
|
-
<widget class="QGroupBox" name="groupBox_x_axis">
|
74
|
-
<property name="title">
|
75
|
-
<string>X Axis</string>
|
76
|
-
</property>
|
77
|
-
<layout class="QHBoxLayout" name="horizontalLayout">
|
78
|
-
<item>
|
79
|
-
<widget class="QLabel" name="label_6">
|
80
|
-
<property name="text">
|
81
|
-
<string>Name:</string>
|
82
|
-
</property>
|
83
|
-
</widget>
|
84
|
-
</item>
|
85
|
-
<item>
|
86
|
-
<widget class="QLineEdit" name="lineEdit_x_name"/>
|
87
|
-
</item>
|
88
|
-
<item>
|
89
|
-
<widget class="Line" name="line">
|
90
|
-
<property name="orientation">
|
91
|
-
<enum>Qt::Vertical</enum>
|
92
|
-
</property>
|
93
|
-
</widget>
|
94
|
-
</item>
|
95
|
-
<item>
|
96
|
-
<widget class="QLabel" name="label_7">
|
97
|
-
<property name="text">
|
98
|
-
<string>Entry:</string>
|
99
|
-
</property>
|
100
|
-
</widget>
|
101
|
-
</item>
|
102
|
-
<item>
|
103
|
-
<widget class="QLineEdit" name="lineEdit_x_entry"/>
|
104
|
-
</item>
|
105
|
-
</layout>
|
106
|
-
</widget>
|
107
|
-
</item>
|
108
|
-
<item>
|
109
|
-
<widget class="QGroupBox" name="groupBox_y_signals">
|
110
|
-
<property name="title">
|
111
|
-
<string>Y Signals</string>
|
112
|
-
</property>
|
113
|
-
<layout class="QVBoxLayout" name="verticalLayout_3">
|
114
|
-
<item>
|
115
|
-
<widget class="BECTable" name="tableWidget_y_signals">
|
116
|
-
<column>
|
117
|
-
<property name="text">
|
118
|
-
<string>Name</string>
|
119
|
-
</property>
|
120
|
-
</column>
|
121
|
-
<column>
|
122
|
-
<property name="text">
|
123
|
-
<string>Entries</string>
|
124
|
-
</property>
|
125
|
-
</column>
|
126
|
-
<column>
|
127
|
-
<property name="text">
|
128
|
-
<string>Color</string>
|
129
|
-
</property>
|
130
|
-
</column>
|
131
|
-
</widget>
|
132
|
-
</item>
|
133
|
-
</layout>
|
134
|
-
</widget>
|
135
|
-
</item>
|
136
|
-
<item>
|
137
|
-
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
138
|
-
<item>
|
139
|
-
<widget class="QPushButton" name="pushButton_add_new_plot">
|
140
|
-
<property name="text">
|
141
|
-
<string>Add New Plot</string>
|
142
|
-
</property>
|
143
|
-
</widget>
|
144
|
-
</item>
|
145
|
-
<item>
|
146
|
-
<spacer name="horizontalSpacer_3">
|
147
|
-
<property name="orientation">
|
148
|
-
<enum>Qt::Horizontal</enum>
|
149
|
-
</property>
|
150
|
-
<property name="sizeHint" stdset="0">
|
151
|
-
<size>
|
152
|
-
<width>40</width>
|
153
|
-
<height>20</height>
|
154
|
-
</size>
|
155
|
-
</property>
|
156
|
-
</spacer>
|
157
|
-
</item>
|
158
|
-
<item>
|
159
|
-
<widget class="QPushButton" name="pushButton_y_new">
|
160
|
-
<property name="text">
|
161
|
-
<string>Add New Signal</string>
|
162
|
-
</property>
|
163
|
-
</widget>
|
164
|
-
</item>
|
165
|
-
</layout>
|
166
|
-
</item>
|
167
|
-
</layout>
|
168
|
-
</item>
|
169
|
-
</layout>
|
170
|
-
</widget>
|
171
|
-
<customwidgets>
|
172
|
-
<customwidget>
|
173
|
-
<class>BECTable</class>
|
174
|
-
<extends>QTableWidget</extends>
|
175
|
-
<header>bec_widgets.utils.h</header>
|
176
|
-
</customwidget>
|
177
|
-
</customwidgets>
|
178
|
-
<resources/>
|
179
|
-
<connections/>
|
180
|
-
</ui>
|
@@ -1 +0,0 @@
|
|
1
|
-
from .motor_map import MotorMap
|