28 lines
472 B
Plaintext
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;
|
|
} |