Qt VS Tools for Visual Studio <#=VS_NAME #>
Qt Visual Studio Tools integrate the Qt development tools into Microsoft Visual Studio
<#=VS_NAME #>. This enables developers to use the standard Windows development environment
without having to worry about Qt-related build steps or tools.
See also:
Documentation
The main features of Qt VS Tools are:
-
Wizards for creating new Qt projects and classes.
-
Automated build setup for the
Meta-Object Compiler (moc)
,
User Interface Compiler (uic)
, and
Resource Compiler (rcc).
-
Import and export of Qt project files (
.pro
) and project include files
(.pri
).
-
Automated conversion of a Qt VS Tools project to a
qmake project, or the other way
around.
-
Integrated Qt resource management.
-
Integrated Qt documentation.
-
Debugging extensions for Qt data types.
How to set up F1 help
-
Select Tools > Options >
Environment > Keyboard
-
In the Show commands containing field, enter
Help.F1QtHelp
-
Select the Press shortcut keys field and press your preferred keys to
add them to the field. The default shortcut is set to Alt+F1
-
Select Assign, and then select OK.
How to report bugs and contribute code?
You are welcome to join the discussions in
the Qt Project mailing lists,
development forums and to
contribute to Qt.