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;
}
Installs
10
GitHub Stars
7
First Seen
Apr 7, 2026
pyqt-styling — codeatcode/oss-ai-skills