schrodinger.ui.qt.standard_widgets.statusbar module¶
- class schrodinger.ui.qt.standard_widgets.statusbar.StatusBar¶
Bases:
PyQt6.QtWidgets.QStatusBar
- showMessage(message, timeout=0, color=None)¶
Modifies existing showMessage function to include color. Also makes text bold for emphasis.
- Parameters
message (str) – the message to display
timeout (int) – time to show message in ms. If set to 0 (default) the message is not cleared.
color (QtGui.QColor) – text color for message. Default is black