feat(theme): 设计令牌生成器 + 主题管理器
- TOKENS_LIGHT / TOKENS_DARK:24 个语义颜色令牌(bg/text/border/accent/status)
- SIZES:圆角/间距/控件高度/字号
- FONT_STACK:跨平台字体回退
- build_qss(mode):生成完整 QSS(覆盖 GroupBox/Button/Tab/Input/List/Scroll/CheckBox/Tooltip/Menu)
- ThemeManager:QObject,监听 styleHints().colorSchemeChanged 自动切换
- apply_theme(app):入口函数,在 main() 创建 QApplication 后调用
业务层通过 setObjectName / setProperty('variant'|'status'|'role', ...) 命中 QSS。
状态色(success/warning/danger)走 status property,不再 inline setStyleSheet。
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Showing
1 changed file
with
680 additions
and
0 deletions
theme.py
0 → 100644
-
Please register or sign in to post a comment