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