What Is Qt Creator
Qt Creator is a full integrated development environment used to build cross-platform desktop, embedded, and mobile applications using Qt.
Key Features
- Full C++ Qt IDE
- Integrated Debugger
- UI Designer Integration
- CMake + qmake support
- Project + Build Management
- Cross platform deploy
Typical Development Workflow
- Create Qt Project
- Design UI Forms
- Write C++ / QML Logic
- Compile
- Debug
- Deploy