schrodinger.ui.qt.forcefield.ffsettingsbutton module

class schrodinger.ui.qt.forcefield.ffsettingsbutton.FFSettingsButton(parent=None)

Bases: QToolButton

Standard button for accessing the Force Field Settings Dialog. Signals are exposed to notify clients about user interactions with the dialog.

Variables:
  • aboutToShowProjectSettingsDialog – A signal emitted just before the dialog is shown.

  • projectSettingsDialogAccepted – A signal emitted if the user accepts the dialog.

  • projectSettingsDialogRejected – A signal emitted if the user accepts the dialog.

aboutToShowProjectSettingsDialog

A pyqtSignal emitted by instances of the class.

projectSettingsDialogAccepted

A pyqtSignal emitted by instances of the class.

projectSettingsDialogRejected

A pyqtSignal emitted by instances of the class.

__init__(parent=None)
getUseCustomOPLS() bool
setUseCustomOPLS(use_custom: bool)