schrodinger.ui.qt.desres_ui_utils module¶
- schrodinger.ui.qt.desres_ui_utils.make_desres_layout(product_text='', flip=False, vertical=False, third_party_name='Desmond', third_party_dev='Developed by D. E. Shaw Research')¶
Generate a QLayout containing the Desres logo and Schrodinger product info
- Parameters:
product_text (str) – Name of Schrodinger product to add opposite the DESRES logo
flip (bool) – whether to reverse the two logos left/right
vertical (bool) – whether to display the logos stacked vertically or side by side horizontally
third_party_name (str) – The name of the third party product
third_party_dev (str) – The developer of the third party product
- schrodinger.ui.qt.desres_ui_utils.make_desres_about_button(parent)¶
Generate the about button with copyright information for DESRES panels.
- Parameters:
parent (QWidget) – The parent widget (the panel)