Qt QSS(Qt Style Sheets)设置中的所有属性包括:

  1. Background(背景样式):background-color、background-image、background-repeat、background-position、background-attachment等。

  2. Border(边框样式):border-color、border-width、border-style、border-radius等。

  3. Color(字体样式):color、font-size、font-style、font-weight、font-family等。

  4. Dimension(尺寸样式):width、height、padding、margin等。

  5. Text(文本样式):text-align、text-decoration、text-transform等。

  6. Positioning(定位样式):position、top、bottom、left、right等。

  7. Other(其他样式):opacity、cursor、outline等。

以上是QSS中常用的样式属性,还有一些特殊的样式属性可以通过查看Qt文档来获取

标签: 教育


原文地址: https://gggwd.com/t/topic/daFG 著作权归作者所有。请勿转载和采集!