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

Module color_editor

Classes [hide private]
  QColorButton
A button for selecting colors.
  ColorEditor
An editor for developing new color themes for MSV.
Variables [hide private]
  css = '\nQPushButton:default{\n font: bold 14px;\n min-w...
  __package__ = 'schrodinger.application.msv.gui'
Variables Details [hide private]

css

Value:
'''
QPushButton:default{
    font: bold 14px;
    min-width: 5em;
    border-width: 10px;
    border-color: black;
    padding: 6px;
}
...