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

Draft: PySide Support

wyzula_j requested to merge build/pyside-support into main

Description

Adding support to both pyside and pyqt with qtpy abstract layer

Related Issues

All QScintilla editor related issues are not relevant anymore.

closes #52 (closed) #49 (closed) #134 #50 (closed)

Type of Change

  • Changed build to include installation of pyside
  • QScintilla removed; editor widget removed → will be replaced by vs code editor
  • universal .ui loader to have same behaviour while loading .ui files with pyside and pyqt

Potential side effects

ATM motor_compilations do not work due to layout restrictions of pyside

Screenshots / GIFs (if applicable)

[Include any relevant screenshots or GIFs to showcase the changes made.]

Additional Comments

[Add any additional comments or information that may be helpful for reviewers.]

Definition of Done

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

Merge request reports