QT样式表属性⼤全
Box样式
width:宽度
height:⾼度
max-width:最⼤宽度
max-height:最⼤⾼度
min-width:最⼩宽度
min-height:最⼩⾼度
margin:边距尺⼨
margin-top
margin-right
margin-bottom
margin-left
padding:填充尺⼨
padding-top
padding-right
padding-bottom
padding-left
位置样式
position:定位属性
如果position是relative(默认值),则将⼦控件移动⼀定的偏移量;如果position是absolute,则指定⼦控件相对于⽗控件位置top
right
bottom
left
字体样式
font:字体样式
font-family:字体类型
font-size:字体⼤⼩
font-style:字体风格
font-weight:字体粗细
color:字体颜⾊
⽂本样式
text-decoration:⽂本修饰
text-align:⽔平对齐
背景样式
background:背影样式
background-color:背景颜⾊
background-image:背景图⽚
background-repeat:背景重复
background-position:背景定位
background-attachment:背景固定
background-clip:设置元素的背景(背景图⽚或颜⾊)是否延伸到边框下⾯。
background-origin:指定背景图⽚background-image 属性的原点位置的背景相对区域边框样式
border:边框样式
border-top
border-top-color
border-top-style
border-top-width
border-right
border-right-color
border-right-style
border-right-width
border-bottom
border-bottom-color
border-bottom-style
border-bottom-width
borderboxborder-left
border-left-color
border-left-style
border-left-width
border-color:边框颜⾊
border-style:边框风格
border-width:边框宽度
border-image:边框图⽚
border-radius:元素的外边框圆⾓
border-top-left-radius
border-top-right-radius
border-bottom-right-radius
border-bottom-left-radius
颜⾊样式
alternate-background-color:交替⾏颜⾊
gridline-color:QTableView中⽹格线的颜⾊
selection-color:所选⽂本或项⽬的前景⾊
selection-background-color:所选⽂本或项⽬的背景⾊
轮廓样式
outline:轮廓属性
outline-color:设置⼀个元素轮廓的颜⾊
outline-offset:设置 outline 与元素边缘或边框之间的间隙
outline-style:设置元素轮廓的样式
outline-radius:设置元素的轮廓圆⾓
outline-bottom-left-radius
outline-bottom-right-radius
outline-top-left-radius
outline-top-right-radius
其他样式
opacity:控件的不透明度
icon-size:控件中图标的宽度和⾼度。
image:在⼦控件的内容矩形中绘制的图像
image-position:在Qt 4.3及更⾼版本中,可以使⽤相对或绝对位置指定图像图像位置的对齐
spacing:控件中的内部间距
subcontrol-origin:⽗元素中⼦控件的原始矩形。
subcontrol-position:subcontrol-origin指定的原始矩形内⼦控件的对齐⽅式。
button-layout:QDialogBu t tonBox或QMessageBox中按钮的布局
messagebox-text-interaction-flags:消息框中⽂本的交互⾏为
dialogbuttonbox-buttons-have-icons:QDialogBu t tonBox中的按钮是否显⽰图标
titlebar-show-tooltips-on-buttons:是否在窗⼝标题栏按钮上显⽰⼯具提⽰。
widget-animation-duration:动画应该持续多少(以毫秒为单位)。值等于零意味着将禁⽤动画
lineedit-password-character:该QLineEdit的密码字符作为Unicode数字。
lineedit-password-mask-delay:在将lineedit-password-character应⽤于可见字符之前,QLineEdit密码掩码延迟(以毫秒为单位)
paint-alternating-row-colors-for-empty-area:QTreeView是否为空⽩区域(即没有项⽬的区域)绘制交替的⾏颜⾊
show-decoration-selected:控制QListView中的选择是覆盖整个⾏还是仅覆盖⽂本的范围。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论