labscript-suite / blacs

𝗯𝗹𝗮𝗰𝘀 supervises the execution of experiments controlled by the 𝘭𝘢𝘣𝘴𝘤𝘳𝘪𝘱𝘵 𝘴𝘶𝘪𝘵𝘦. It manages experiment queuing and hardware-timed execution, and provides manual control over devices between shots.
http://labscriptsuite.org
Other
4 stars 48 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)