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

BEC Designer

wakonig_k requested to merge feat/pyside-designer-launcher into main

Description

The launch script of BECDesigner now works with conda envs. It can be launched with bec-designer (needs to pip install bec_widgets again).

It launches pyside-designer and loads all plugins found in bec_widgets (by searching for their .pyproject file).

ATM I added 3 plugins for testing purposes:

  • pyside6 default tic-tac-toe plugin
  • DeviceComboBox
  • DeviceLineEdit

In future we need to make sure that Bec-designer will be also compatible with pyenv and venv. For now I would merge it ASAP because it could speedup my development of general gui.

Related Issues

closes #23 (closed), #40 (closed)

Type of Change

  • new launch script for bec-designer
  • new 3 new plugins

Potential side effects

  • There is an error message upon opening Designer with bec_widgets, do not influence functionality.
  • On Mac the app has to be ForceQuit sometimes.

Screenshots / GIFs (if applicable)

error message: image

example of use:

image

Additional Comments

Let's merge ASAP, it is not user ready, but it can speedup my development.

Edited by wyzula_j

Merge request reports

Loading