pyqt-styling
Installation
SKILL.md
PyQt Styling - QSS (Qt Style Sheets)
Complete guide to styling Qt applications with QSS.
Basic Syntax
Type Selectors
/* Match all widgets of a type */
QLabel {
color: #333333;
font-size: 14px;
}
Complete guide to styling Qt applications with QSS.
/* Match all widgets of a type */
QLabel {
color: #333333;
font-size: 14px;
}