Package schrodinger :: Package ui :: Package qt :: Module style
[hide private]
[frames] | no frames]

Module style

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

Copyright Schrodinger, LLC. All rights reserved.

Functions [hide private]
 
apply_style_sheet(inmodule=False)
Read the schrodinger-wide style sheet and set that as the Application-level style sheet.
 
apply_styles()
Variables [hide private]
  __package__ = 'schrodinger.ui.qt'
  _inMaestro = 0
hash(x)
  _style_sheet_read = False
hash(x)
  _styles_applied = False
hash(x)
  _version = '$Revision: 1.2 $'
  maestro = None
hash(x)
Function Details [hide private]

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
  • inmodule (bool)