qt-cpp
Installation
SKILL.md
Qt C++ Development
Complete reference for building cross-platform desktop applications with Qt framework in C++.
Overview
Qt is a powerful C++ framework for cross-platform application development. It provides rich GUI capabilities, networking, database access, and more.
Key Characteristics:
- Cross-platform (Windows, macOS, Linux, mobile)
- Rich widget library and QML for modern UIs
- Signal-slot mechanism for event handling
- Meta-Object System (MOC) for reflection
- Comprehensive documentation and examples