1 Star 0 Fork 5

Alen_han/UpperCompute

forked from ChinaYasuo/UpperCompute 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
origin.qss 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
dushenda 提交于 2021-01-13 14:03 . m readme
QLabel{
font: 9pt "微软雅黑";
}
QPushButton
{
background-color: rgb(138, 194, 234);
border-radius:10px;
font: 9pt "微软雅黑";
width:90px;
height:30px;
}
QPushButton:hover
{
background-color: rgb(16, 140, 227);
}
QPushButton:pressed
{
background-color: rgb(255, 255, 255);
}
QProgressBar#progressBar{
border: 2px solid grey;
border-radius: 5px;
}
QProgressBar#progressBar{
background-color: white;
width: 10px;
}
QProgressBar#progressBar_2 {
border: 2px solid white;
border-radius: 5px;
text-align: center;
}
QProgressBar#progressBar_2::chunk {
background-color: #87CEFA;
width: 10px;
margin: 0.5px;
}
QLineEdit
{
font: 9pt "微软雅黑";
}
QComboBox
{
font: 9pt "微软雅黑";
}
QDateEdit
{
font: 9pt "微软雅黑";
}
QGroupBox
{
font: 12pt "微软雅黑";
font-style: italic;
}
QStatusBar
{
font: 9pt "微软雅黑";
font-style: bold;
color: "black";
}
QComboBox{
background-color:white;
border: 1px solid gray;
border-radius: 5px;
padding: 1px 18px 1px 3px;
}
QComboBox::drop-down{
subcontrol-origin: padding;
subcontrol-position: top right;
border-left-width: 1px;
border-left-style: solid;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
background-color:white;
}
QComboBox::down-arrow{
image: url(:/imgs/dwn4.png);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/alen_han/upper-compute.git
git@gitee.com:alen_han/upper-compute.git
alen_han
upper-compute
UpperCompute
master

搜索帮助