Skip to content

Draft: Implement user dialog with Qt

Valentin Valls requested to merge qt-dialog into master

Check feasibility of an alternative backend for the user dialogs

  • The default backend should be part of ScanDisplay or something like that
DEMO_SESSION [5]: from bliss.shell.dialog import helpers                                                                                                                  
             ...: helpers.BACKEND = "qt"                                                                                                                                  
DEMO_SESSION [6]: menu(lima_simulator)                                                                                                                                    

Capture_d_écran_de_2023-10-14_16-02-47

Edited by Valentin Valls

Merge request reports