[Next: Getting Started]
Qt Visual Studio Add-in
Qt Software offers a seamless integration of Qt development tools for Microsoft Visual Studio 2005 and 2008. The Qt Visual Studio Add-in allows developers to use this standard development environment without having to worry about any Qt-related build steps or tools.
The main features of the add-in are:
- Wizards for creating new Qt projects and classes.
- Automated build setup for the Meta-Object Compiler(moc), the User Interface Compiler (uic), and the Resource Compiler (rcc).
- Import and export of Qt Project {.pro} and Project Include {.pri} files.
- Integrated Qt resource management.
- Integrated Qt documentation.
- Debugging extensions for Qt data types.
Table of contents:
- Getting Started
- Managing Projects
- Adding Form Files to the Project
- Managing Resources
- Creating Qt Translation Files for the Project
- Frequently Asked Questions
[Next: Getting Started]