Qt样式表参数

1. 通用属性

颜色和背景

color: #RRGGBB;                    /* 文字颜色 */
background-color: #RRGGBB;         /* 背景颜色 */
border-color: #RRGGBB;             /* 边框颜色 */
background-image: url(path);       /* 背景图片 */
background-repeat: repeat-x;       /* 背景重复方式 */
background-position: center;       /* 背景位置 */
alternate-background-color: color; /* 交替背景色(用于表格等) */
background-color: transparent;     /* 背景透明 */

边框

border: width style color;         /* 边框简写 */
border-width: 1px;                /* 边框宽度 */
border-style: solid;              /* 边框样式 */
border-radius: 5px;               /* 边框圆角 */
border-top, border-right, etc.    /* 各边边框 */

字体

font-family: "Arial";             /* 字体族 */
font-size: 12px;                  /* 字体大小 */
font-weight: bold;                /* 字体粗细 */
font-style: italic;               /* 字体样式 */

尺寸和位置

width: 100px;                     /* 宽度 */
height: 50px;                     /* 高度 */
min-width, max-width;             /* 最小/最大宽度 */
min-height, max-height;           /* 最小/最大高度 */
padding: 5px;                     /* 内边距 */
margin: 5px;                      /* 外边距 */
// 1.透明控件:
  scrollArea->setWindowOpacity(0.0);  // 完全透明
// 2.不透明控件:
  scrollArea->setWindowOpacity(1.0);  // 完全不透明
// 3.半透明控件:
  scrollArea->setWindowOpacity(0.5);  // 半透明
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值