bec-widgets 0.53.2__py3-none-any.whl → 0.54.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.
Files changed (67) hide show
  1. CHANGELOG.md +24 -25
  2. PKG-INFO +1 -1
  3. bec_widgets/cli/client.py +13 -13
  4. bec_widgets/cli/client_utils.py +0 -4
  5. bec_widgets/cli/generate_cli.py +7 -5
  6. bec_widgets/cli/server.py +5 -7
  7. bec_widgets/examples/jupyter_console/jupyter_console_window.py +7 -3
  8. bec_widgets/examples/motor_movement/motor_control_compilations.py +17 -16
  9. bec_widgets/widgets/__init__.py +0 -10
  10. bec_widgets/widgets/figure/figure.py +40 -23
  11. bec_widgets/widgets/figure/plots/__init__.py +0 -0
  12. bec_widgets/widgets/figure/plots/image/__init__.py +0 -0
  13. bec_widgets/widgets/{plots → figure/plots/image}/image.py +6 -416
  14. bec_widgets/widgets/figure/plots/image/image_item.py +277 -0
  15. bec_widgets/widgets/figure/plots/image/image_processor.py +152 -0
  16. bec_widgets/widgets/figure/plots/motor_map/__init__.py +0 -0
  17. bec_widgets/widgets/{plots → figure/plots/motor_map}/motor_map.py +2 -2
  18. bec_widgets/widgets/figure/plots/waveform/__init__.py +0 -0
  19. bec_widgets/widgets/{plots → figure/plots/waveform}/waveform.py +9 -222
  20. bec_widgets/widgets/figure/plots/waveform/waveform_curve.py +227 -0
  21. bec_widgets/widgets/motor_control/__init__.py +0 -7
  22. bec_widgets/widgets/motor_control/motor_control.py +2 -948
  23. bec_widgets/widgets/motor_control/motor_table/__init__.py +0 -0
  24. bec_widgets/widgets/motor_control/motor_table/motor_table.py +483 -0
  25. bec_widgets/widgets/motor_control/movement_absolute/__init__.py +0 -0
  26. bec_widgets/widgets/motor_control/movement_absolute/movement_absolute.py +157 -0
  27. bec_widgets/widgets/motor_control/movement_relative/__init__.py +0 -0
  28. bec_widgets/widgets/motor_control/movement_relative/movement_relative.py +227 -0
  29. bec_widgets/widgets/motor_control/selection/__init__.py +0 -0
  30. bec_widgets/widgets/motor_control/selection/selection.py +110 -0
  31. {bec_widgets-0.53.2.dist-info → bec_widgets-0.54.0.dist-info}/METADATA +1 -1
  32. {bec_widgets-0.53.2.dist-info → bec_widgets-0.54.0.dist-info}/RECORD +51 -52
  33. docs/requirements.txt +1 -0
  34. pyproject.toml +1 -1
  35. tests/end-2-end/test_bec_dock_rpc_e2e.py +1 -1
  36. tests/end-2-end/test_bec_figure_rpc_e2e.py +4 -4
  37. tests/end-2-end/test_rpc_register_e2e.py +1 -1
  38. tests/unit_tests/test_bec_dock.py +1 -1
  39. tests/unit_tests/test_bec_figure.py +6 -4
  40. tests/unit_tests/test_bec_motor_map.py +2 -3
  41. tests/unit_tests/test_motor_control.py +6 -5
  42. tests/unit_tests/test_waveform1d.py +13 -1
  43. bec_widgets/validation/__init__.py +0 -2
  44. bec_widgets/validation/monitor_config_validator.py +0 -258
  45. bec_widgets/widgets/monitor/__init__.py +0 -1
  46. bec_widgets/widgets/monitor/config_dialog.py +0 -574
  47. bec_widgets/widgets/monitor/config_dialog.ui +0 -210
  48. bec_widgets/widgets/monitor/example_configs/config_device.yaml +0 -60
  49. bec_widgets/widgets/monitor/example_configs/config_scans.yaml +0 -92
  50. bec_widgets/widgets/monitor/monitor.py +0 -845
  51. bec_widgets/widgets/monitor/tab_template.ui +0 -180
  52. bec_widgets/widgets/motor_map/__init__.py +0 -1
  53. bec_widgets/widgets/motor_map/motor_map.py +0 -594
  54. bec_widgets/widgets/plots/__init__.py +0 -4
  55. tests/unit_tests/test_bec_monitor.py +0 -220
  56. tests/unit_tests/test_config_dialog.py +0 -178
  57. tests/unit_tests/test_motor_map.py +0 -171
  58. tests/unit_tests/test_validator_errors.py +0 -110
  59. /bec_widgets/{cli → assets}/bec_widgets_icon.png +0 -0
  60. /bec_widgets/{examples/jupyter_console → assets}/terminal_icon.png +0 -0
  61. /bec_widgets/widgets/{plots → figure/plots}/plot_base.py +0 -0
  62. /bec_widgets/widgets/motor_control/{motor_control_table.ui → motor_table/motor_table.ui} +0 -0
  63. /bec_widgets/widgets/motor_control/{motor_control_absolute.ui → movement_absolute/movement_absolute.ui} +0 -0
  64. /bec_widgets/widgets/motor_control/{motor_control_relative.ui → movement_relative/movement_relative.ui} +0 -0
  65. /bec_widgets/widgets/motor_control/{motor_control_selection.ui → selection/selection.ui} +0 -0
  66. {bec_widgets-0.53.2.dist-info → bec_widgets-0.54.0.dist-info}/WHEEL +0 -0
  67. {bec_widgets-0.53.2.dist-info → bec_widgets-0.54.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