EnergySpectrumAnalyer/style/stylesheet/default.qss

112 lines
1.6 KiB
Plaintext

/*
QwtPlot {
background-color: white;
}
QAbstractItemView {
border: 0px;
}
QPlainTextEdit {
border: 0px;
}
QTreeView::item:selected:active{
color: black;
background: #7bbfea;
}
QTreeView::item:selected:!active {
color: black;
background: #7bbfea;
}
QTableView {
selection-color: black;
selection-background-color: #7bbfea;
}
QTableView QTableCornerButton::section {
background: #f0f0f0;
}
QHeaderView {
background-color: white;
}
QHeaderView::section {
font-weight: normal;
color: black;
padding-left: 4px;
border-bottom: 1px solid #d8d8d8;
border-left: 0px;
border-right: 1px solid #d8d8d8;
border-top: 0px;
}
QHeaderView::section:checked
{
font-weight: normal;
}
QScrollBar {
background-color: #f6f5ec;
padding: 0px;
border-radius: 3px;
}
QScrollBar:vertical {
width: 6px;
min-height: 30px;
}
QScrollBar::horizontal {
height:6px;
min-width: 30px;
}
QScrollBar::handle {
border: none;
border-radius: 3px;
background-color: #7bbfea;
}
QScrollBar::handle:hover {
background-color: #2a5caa;
}
QScrollBar::sub-line {
border: none;
}
QScrollBar::add-line {
border: none;
}
QScrollBar::add-page {
background: rgba(0, 0, 0, 0);
}
QScrollBar::sub-page {
background: rgba(0, 0, 0, 0);
}
*/
/*
QTreeView[Checkable="false"]::indicator:unchecked {
background: blue;
}
QTreeView[Checkable="false"]::indicator:checked {
background: blue;
}
QTreeView[Checkable="true"]::unchecked {
background: red; }
QTreeView[Checkable="true"]::checked {
background: green;
}
*/