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

Module stylesheets

Variables [hide private]
  icon_path = '/nfs/builds/objects/NB/2015-4/Linux-x86_64/build-...
  grey_background = '#242424'
  msv_background_qt = QC(grey_background)
  MSV_GUI = '\n background: #474747;\n'
  WIDGET_VIEW = '\nQTableView {\n selection-background-color:...
  TAB_WIDGET = '\n\nQTabWidget {\n background: #2c2c2c;\n ...
  BOTTOM_BAR = '\n\n\n'
  MENU = '\n\nQMenu{\nbackground-color:#fff;\n}\n\nQMenuBar{\nba...
  CONTEXT_MENU = '\n background: white;\n'
  VHEADER = '\n\nQHeaderView::section {\n background-color: q...
  __package__ = 'schrodinger.application.msv.gui'
Variables Details [hide private]

icon_path

Value:
'/nfs/builds/objects/NB/2015-4/Linux-x86_64/build-150/mmshare-v3.2/lib\
/Linux-x86_64/lib/python2.7/site-packages/schrodinger/application/msv/\
gui'

WIDGET_VIEW

Value:
'''
QTableView {
    selection-background-color: rgba(255, 255, 255, 100);
    background: #242424;
}

QTableView::item {
    color: white;
...

TAB_WIDGET

Value:
'''

QTabWidget {
    background: #2c2c2c;
    border: 0;
}

QPushButton {
...

MENU

Value:
'''

QMenu{
background-color:#fff;
}

QMenuBar{
background-color:#333;
...

VHEADER

Value:
'''

QHeaderView::section {
    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
                                      stop:0 #333,
                                      stop:1 #333);
    color: #ccc;
    border: 0;
...