[Next: Getting Started]
Qt Visual Studio .NET Integration

Trolltech offers a seamless integration of Qt development tools for Microsoft Visual Studio .NET 2003, 2005 and 2008. The integration allows developers to use this standard development environment without having to take care of any Qt-related build steps or tools.
The main features of the integration are:
- Fully integrated form editor using Qt Designer.
- Wizards for creating new Qt project 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.
Table of contents:
- Getting Started
- Managing Projects
- Adding Form Files to the Project
- Managing Resources
- Creating Custom Widget Plugins for the Integration
- Creating Qt Translation Files for the Project
- Frequently Asked Questions
[Next: Getting Started]