Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 152 Bytes

QLabel.md

File metadata and controls

5 lines (4 loc) · 152 Bytes

QLabel 改变字间距

label = QLabel("Hello, World!")
# 设置文字间距为 10 像素
label.setStyleSheet("QLabel { letter-spacing : 10px; }")