labscript-suite-oldfinal1 / blacs

BLACS, part of the labscript suite, provides an interface to hardware used to control a buffered experiment. It manages a queue of shots to be run as well as providing manual control over devices between shots.
Other
1 stars 1 forks source link

Qt stylesheet not applied on launch #57

Open philipstarkey opened 4 years ago

philipstarkey commented 4 years ago

We use a Qt stylesheet to style the buttons (and other aspects of the GUI theme). A report on the mailing list indicates this is not working for PyQt v5.13.0 on launch, but starts working once a tab is restarted. The report also said that it worked correctly on PyQt 5.14, but this version is incompatible with pyqtgraph (used in runviewer and IMAQdxCamera in labscript_devices), see labscript-suite/runviewer#26.

I have not tested to see if it works on PyQt 5.9.2 correctly or not (the latest version available through standard conda channels)