HM-SPMS/resource/zh/style/light/AutoCreate.qss
2025-03-20 17:30:43 +08:00

28 lines
472 B
Plaintext

QPushButton#filterBtn
{
max-width: 22px;
max-height: 22px;
border: none;
background-image:url(../../resource/zh/public/light/icon/search.png);
background-repeat:no-repeat;
background-position:center;
background-color:transparent;
}
QPushButton#filterBtn:hover,
QPushButton#filterBtn:pressed
{
background-color: #E0E0E0;
}
QPushButton#btn_cancel, QPushButton#btn_confirm
{
min-width: 75px;
}
QTreeWidget#treeWidget
{
min-height: 235px;
min-width: 385px;
}