Mini Kabibi Habibi
DSGUI--DSTableView
{
color: #4a4a4a;
background-color: #ffffff;
border:none;
font: 12px;
qproperty-alternatingRowColors:true;
alternate-background-color: #f1f1f1;
gridline-color: #cccccc;
}
DSGUI--DSTableView::item
{
height: 30px;
padding: 0px 4px 0px 6px;
background-color: transparent;
}
DSGUI--DSTableView::branch
{
image:none;
background-color: transparent;
}
DSGUI--DSTableView::item:alternate
{
background-color: #f1f1f1;
color:#4a4a4a;
}
DSGUI--DSTableView::item:!alternate
{
background-color: #ffffff;
color:#4a4a4a;
}
DSGUI--DSTableView::item:selected,
DSGUI--DSTableView::branch:selected,
DSGUI--DSTableView::item:alternate:selected,
DSGUI--DSTableView::item:!alternate:selected
{
background-color:#cccccc;
color:#232629;
}
DSGUI--DSTableView::item:hover,
DSGUI--DSTableView::branch:hover,
DSGUI--DSTableView::item:alternate:hover,
DSGUI--DSTableView::item:!alternate:hover
{
/*��дhover�¼�������*/
background-color:#dfdfdf;
color:#232629;
}