qt/LedOK/qss1/01_Global.css

55 lines
1.4 KiB
CSS
Raw Normal View History

2022-01-04 18:11:48 +08:00
/* Main List */
QCheckBox[ssType="header"][ssName="selectAll"][ssId="none"]::indicator {
width: 24px;
height: 24px;
margin-left: 13px;
}
QTreeWidget[ssType="topList"] QHeaderView::section {
border-top: 1px solid #6A838F;
border-bottom: 1px solid #6A838F;
border-left: 0;
border-right: 0;
height: 54;
}
/*QTreeWidget[ssType="header"][ssName="publishTreeWidget1"]::item {
background-color: transparent;
height: 33;
}*/
QTreeWidget[ssType="topList"][ssName="publishTreeWidget1"] QHeaderView::section {
border-top: 1px solid #6A838F;
border-bottom: 1px solid #6A838F;
border-left: 0;
border-right: 0;
height: 33;
}
QTreeWidget[ssType="topList"]::item {
/* background-color: transparent;*/
height: 54;
}
QTreeWidget[ssType="topList"]::item:hover {
background-color: rgba(216,216,216,1);
}
QTreeWidget[ssType="topList"]::indicator,
QTreeWidget[ssType="topList"]::indicator:unchecked {
image: url(:/res/CheckBoxUnchecked.png);
}
QTreeWidget[ssType="topList"]::indicator:checked {
image: url(:/res/CheckBoxChecked.png);
}
QPushButton[ssType="topList"][ssName="itemName"]{
/*background-color: #ECECEC;*/
background-color: transparent;
}
QPushButton[ssType="topList"][ssName="itemName"]:hover,
QPushButton[ssType="topList"][ssName="itemName"]:pressed {
/* font-size: 16px;*/
background-color: rgba(226,226,226,1);
text-decoration: underline;
}