Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

feat(device_combobox): device_combobox added

wyzula_j requested to merge feat/input-device-combobox into main

Description

Added simple device combobox which loads devices from bec and populate combobox. The device object can be then selected from this combobox for further use (changing device in MotorMap, ScanControl GUI etc.)

Related Issues

closes #229 (closed), #230 (closed) relates #177, #89 (closed)

Type of Change

  • new DeviceCombobox widget
  • new DeviceLineEdit widget with QCompleter

Potential side effects

None

Screenshots / GIFs (if applicable)

input_demo_compress

Additional Comments

These widget will be used to construct ScanControlGUI and MotorControlGUI, widgets are not available for CLI, (don't see any use case)

Note that signal/slot API will be adjusted on use case in the applications such as scan control widget or motor gui.

Definition of Done

  • Documentation is up-to-date.
  • unit test
Edited by wyzula_j

Merge request reports

Loading