schrodinger.ui.qt.style module

Module to manage Schrodinger-wide Qt style sheet. The function apply_style_sheet() will read the

Copyright Schrodinger, LLC. All rights reserved.

schrodinger.ui.qt.style.apply_styles()
schrodinger.ui.qt.style.apply_style_sheet(inmodule=False)

Read the schrodinger-wide style sheet and set that as the Application-level style sheet. If running in Maestro then we don’t bother doing that as Maestro will have already performed this operation.

Parameters

immodule – True when called from inside style.py. This is the only valid way to call this function