Package schrodinger :: Package application :: Package msv :: Package gui :: Module view_dialog
[hide private]
[frames] | no frames]

Module view_dialog

Classes [hide private]
  SpacedGridLayout
A grid layout with vertical and horizontal spacing of MARGIN_SIZE
  ClickableLabel
A label that emits a 'clicked' signal when clicked
  StretchyLabel
A label whose font is a percentage of the default font size, can be either smaller or larger than the default.
  DarkBackgroundLabel
A label that has dark background and text in white, with a slightly smaller font
  GrayLabel
A label with smaller font and gray text, white background
  IconLabelToggle
Customized checkbox with an image icon on the left, which changes upon clicking.
  ToggleOption
An instance handles one side of a SideBySideToggle
  SideBySideToggle
A customized widget for switching between text options representing different values
  ColorCircleToggle
A label composed of a sphere filled with a solid color.
  ColorCircleToggleGroupWidget
A widget that contains a text label and a number of colored circle toggles.
  ViewStylePopUp
A popup dialog to provide options for viewing style
  ViewButtonWithPopUp
A checkable button with text "View" that has a pop up
Variables [hide private]
  SELECTED_ICON_PATH = ':/msv/icons/selected.png'
  UNSELECTED_ICON_PATH = ':/msv/icons/unselected.png'
  MIDDOT = u'·'
  MARGIN_SIZE = 10
  __package__ = 'schrodinger.application.msv.gui'