schrodinger.application.models.gui.layout module¶
- schrodinger.application.models.gui.layout.standardize_top_level_layouts(widget: BaseWidget, has_footer: bool = False) None¶
Standardize the layouts of a top-level (i.e. window) basewidget that may or may not have a footer widget.
- schrodinger.application.models.gui.layout.clear_margins(*layouts: QLayout) None¶
Clear any layout margins that may or may not be system defaults. Ensures consistent appearance across different OSes and a blank canvas on which to deliberately apply margins.