| 按钮/输入框底边被吞 (styled button/edit bottom border clipped) | QSizePolicy::Fixed ignores setMinimumHeight; QSS sizeHint short 1–2px | W1 |
| Tab 页内容被裁剪 / tab 互相叠 (tab page clipped, tabs overlap) | QTabWidget pane sizes to current tab; QSS pane padding NOT in sizeHint | W2 |
| 对话框加宽无效 / CJK 标签被截断 (widen has no effect, CJK labels cut) | QLayout::SetFixedSize ignores dialog setMinimumWidth; honors CHILD minimumWidth | W3 |
| Slider 把手被吞 (styled slider handle clipped) | QSS groove+negative margins taller than bare slider | W4 |
| 深色模式看不清/不更新 (dark mode unreadable / frozen) | Hardcoded colors; styles applied once, never on theme switch | W5 |
| 对话框底部超出屏幕被截 (dialog clamped by screen) | Over-tall fixed dialog; middle stretch pushes content to clipped bottom | W6 |
设置宽度被 QSS 覆盖 (setFixedWidth ineffective) | QSS min-width beats setFixedWidth | W7 |
| 1px 缝隙/曲绘露边 (1px sliver past a frame) | Per-edge rounding drifts under fractional scale; DPR not folded in | Q1 |
| 接缝黑线/白边 (seam dark bleed / bright rim) | AA'd alpha over-composite at shared cut; LANCZOS ringing | Q2 |
| 边框模糊/粗细不均 (blurry/uneven stroke under scale) | Stroke scales with card; fractional coords | Q3 |
| 素材对不齐/凸起 (sprite misaligned, bump pokes out) | Baked transparent padding in prefab sprites | Q4 |
| 文本溢出卡槽 (text overflows a fixed slot) | No overflow mode; ellipsis loses data; headless can't animate | Q5 |
| 字符间隙/挤压 (glyph gaps or squash from an atlas) | Monospaced atlas cells + AA tails | Q6 |
| 层叠关系错误 (element above/below the wrong thing) | QML: declaration order = paint order; widget: paintEvent draw order | Z1 |
| 点击区域错位 (hit area ≠ visual) | Hit geometry and visuals derived from different sources | Z2 |
| 平台蓝色填充闪现 (platform blue-fill flashes) | Viewport default paint path fires on style/palette events | Z3 |
| 取消关闭但弹窗已没了 (cancel close, popups already gone) | Side-effect sweep ran BEFORE the cancellable prompt | Z4 |
| 方向键被预览劫持 (arrows hijacked from text input) | Geometric "armed" gate without focus-widget check | Z5 |
| 整个编辑列错位且跨页持续 (whole workspace column offset, persists across pages) | QQuickWidget under a quick-shell rehosted surface → top-level HWND recreated → foreign-window embed broken | Z6 |