schrodinger.application.job_monitor.buttons module

class schrodinger.application.job_monitor.buttons.FileExplorerMenuButton(parent)

Bases: schrodinger.ui.qt.standard_widgets.buttons.FlatButton

A vertical three dots button which opens up a menu to copy the path specified to clipboard or open the file explorer of the platform to the path specified.

Variables

fileExplorerError (QtCore.pyqtSignal) – a signal to notify that the file explorer couldn’t be opened. The signal is emitted with the message corresponding to the specific error occured.

fileExplorerError

A pyqtSignal emitted by instances of the class.

__init__(parent)
class schrodinger.application.job_monitor.buttons.BackButton(*args, **kwargs)

Bases: PyQt6.QtWidgets.QPushButton

__init__(*args, **kwargs)