1 Star 0 Fork 0

LeonMing/smartHome

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.qss 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
LeonMing 提交于 2024-05-02 04:31 . first
QWidget#smarthome {
background:#1f1f20;
}
QPushButton#cloudPushButton {
color: white;
font-size: 18px;
text-align:left;
background:transparent;
background:#3c3c3c;
border-radius:20px;
}
QWidget#widget3 {
background:#3c3c3c;
border-radius:20px;
}
QWidget#widget5 {
background:transparent;
border-radius:10px;
}
QWidget#widget8,#widget9,#widget10 {
background:#3c3c3c;
border-radius:15px;
}
QLabel#label0 {
color: white;
font-size: 25px;
}
QLabel#label1 {
color: #88eeeeee;
font-size: 15px;
}
QLabel#label2,#label3 {
color: white;
font-size: 20px;
}
QPushButton {
color: white;
font-size: 15px;
background:#1f1f20;
border-radius:5px;
}
QPushButton:checked {
background:#f39800;
}
QListWidget {
border:none;
background:transparent;
}
QListWidget::item {
width: 150;
height: 150;
margin-right:30;
}
QListWidget::item:active {
background: transparent;
}
QListWidget::item:selected {
background:transparent;
}
QLabel#itemLable3,#itemLable4,#itemLable5 {
color: white;
font-size: 18px;
}
QLabel#itemLable6,#itemLable7,#itemLable8 {
color:#88ffffff;
font-size: 14px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tyndall/smart-home.git
git@gitee.com:tyndall/smart-home.git
tyndall
smart-home
smartHome
master

搜索帮助