代码拉取完成,页面将自动刷新
QListWidget
{
border:0px;
background-color:rgb(220,220,220);
}
/*列表每个item的默认属性值*/
QListWidget::Item
{
border:1px;
background-color:white;
}
/*列表每个item在鼠标移到上面时的属性值*/
QListWidget::Item:hover
{
border:0px;
color:white;
background-color:#62a8fe;
}
/*列表每个item在被选中时的属性值*/
QListWidget::item:selected
{
background-color:#086de7;
color:white;
}
QPushButton
{
border: 0px;
color: white;
border-radius: 4px;
background-color: #4096ff;
}
QPushButton:hover
{
border: 0px;
color: white;
border-radius: 4px;
background-color: #62a8fe;
}
QPushButton:pressed
{
border: 0px;
color: white;
border-radius: 4px;
background-color: #086de7;
}
QMenuBar
{
background-color: white;
border-bottom-width: 0px;
border-radius: 4px;
}
QMenuBar::item
{
spacing: 0px;
margin-top: 1px;
margin-left: 1px;
padding: 3px 8px;
color: black;
background: transparent;
border-radius: 4px;
width: 50px;
height: 26px; /* 与margin、padding关联并且QMenuBar设置固定高度28px */
}
QMenuBar::item:selected
{
color: white;
background:#62a8fe;
border-radius: 4px;
margin: 1px;
padding: 3px 8px;
}
/*子项目*/
QMenu
{
border-width: 1px;
border-radius: 4px;
border-color: #62a8fe;
border-style: solid;
margin: 2px;
padding: 1px;
}
QMenu::item
{
background:white;
color:black;
border-radius: 4px;
width: 100px;
height: 25px;
}
QMenu::item:selected
{
background:#62a8fe;
color:white;
border-radius: 4px;
width: 100px;
height: 25px;
} /*选中或者说鼠标滑过状态*/
QMenu::item:pressed
{
background:#086de7;
color:white;
border-radius: 4px;
width: 100px;
height: 25px;
}/*摁下状态*/
QTableWidget
{
border-width: 1px;
border-style: solid;
border-radius: 4px;
border-color: #EEF1F7;
}
QTableWidget::item // 每个单元格
{
border-bottom:1px solid #EEF1F7 ; // 只显示每个单元格下边框
}
QTableWidget::item::selected // 每个单元格被选中状态
{
background-color:#4096ff; // 每个单元格被选中时 背景颜色
}
QTableView
{
border-width: 1px;
border-style: solid;
border-radius: 4px;
border-color: #EEF1F7;
}
QTableView::item // 每个单元格
{
border-radius: 4px;
}
QTableView::item::selected // 每个单元格被选中状态
{
background-color:#4096ff; // 每个单元格被选中时 背景颜色
border-radius: 4px;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。