feat: add QT guides and update indexes

This commit is contained in:
龚梦帅
2026-01-29 10:23:32 +08:00
parent e3714058dd
commit d3102ac0f1
3 changed files with 193 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ Use labels to indicate priority:
| **C** | [C Guide](reference/c.md) | 指针/缓冲区, 内存安全, UB, 错误处理 |
| **C++** | [C++ Guide](reference/cpp.md) | RAII, 生命周期, Rule of 0/3/5, 异常安全 |
| **CSS/Less/Sass** | [CSS Guide](reference/css-less-sass.md) | 变量规范, !important, 性能优化, 响应式, 兼容性 |
| **Qt** | [Qt Guide](reference/qt.md) | 对象模型, 信号/槽, 内存管理, 线程安全, 性能 |
## Additional Resources