Package schrodinger :: Package application :: Package matsci :: Module mswidgets
[hide private]
[frames] | no frames]

Module mswidgets

Classes [hide private]
  CompactSolventSelector
A single line of widgets that displays the currently chosen solvent and a button that will open a dialog allowing a new solvent model/solvent choice.
  SolventDialog
A Dialog that allows the user to pick a solvent model, solvent and parameters.
  EmbeddedSolventWidget
A master widget that contains the widgets from the Jaguar Solvation tab and is convenient to use outside the Jaguar gui environment.
  StageFrame
The base frame for a stage in a MultiStageArea
  MultiStageArea
A scrollable frame meant to hold multiple stages.
  StageControlButton
The QToolButtons on the right of each StageFrame
  StageControlIcon
The icons used in the StageControlButtons
  Divider
A raised divider line
Variables [hide private]
  __doc__ = ...
  NO_SOLVENT = 'None'
  SOLVENT_KEY = mm.MMJAG_SKEY_SOLVENT
  MODEL_KEY = mm.MMJAG_IKEY_ISOLV
  DOWN = 'down'
  UP = 'up'
  CLOSE = 'close'
  OPEN = 'open'
  DELETE = 'delete'
  COPY = 'copy'
Variables Details [hide private]

__doc__

Value:
"""
Contains widgets that are useful in MatSci panels.
"""