VS+QT的编程开发工作:关于QT VS tools的使用 qt的官方帮助

加粗样式

最近的工作用到VS2022+QT5.9.9/QT5.12.9,在查找相关资料的时候,发现Qt 官方的资料还是很不错的,特记录下来,要记得抽时间学习下。

Add Qt versions

https://doc.qt.io/qtvstools/qtvstools-how-to-add-qt-versions.html

Build solutions that have Qt/MSBuild format 2

https://doc.qt.io/qtvstools/qtvstools-how-to-build-older-projects.html

后继还有一系列的文章可以看:

https://doc.qt.io/qtvstools/qtvstools-toc.html

All Topics

Install Qt VS Tools

Getting Started

Tutorials

Tutorial: Qt Widgets application

Tutorial: Qt Quick application

Tutorial: Qt Quick debugging

Tutorial: Qt Test application

How to

Add Qt versions

Build solutions that have Qt/MSBuild format 2

Configure Qt tests using a .runsettings file

Convert solutions to latest Qt/MSBuild format

Create Qt translation files

Create UI form files

Cross-compile

Debug applications

Debug on Linux

Enable QML debugging

Get help

Hide output

Load Qt projects

Manage resources

Select Qt versions for a project

Set tool theme

Start Qt Designer

Start Qt Linguist

Start Qt Resource Editor

Turn on QML Language Server

Update IntelliSense info

Update Qt translation files

Visualize C++ types

Explanation

Building

Configuring builds

Debugging Qt Quick applications

Features

Reference

Files

Projects

Test Adapter settings

相关推荐
阿里加多1 小时前
第 4 章:Go 线程模型——GMP 深度解析
java·开发语言·后端·golang
likerhood1 小时前
java中`==`和`.equals()`区别
java·开发语言·python
zs宝来了2 小时前
AQS详解
java·开发语言·jvm
telllong3 小时前
Python异步编程从入门到不懵:asyncio实战踩坑7连发
开发语言·python
wjs20244 小时前
JavaScript 条件语句
开发语言
阿里加多5 小时前
第 1 章:Go 并发编程概述
java·开发语言·数据库·spring·golang
2301_792674865 小时前
java学习day29(juc)
java·开发语言·学习
周末也要写八哥5 小时前
MATLAB R2025a超详细下载与安装教程(附安装包)
开发语言·matlab
blog_wanghao6 小时前
基于Qt的串口调试助手
开发语言·qt
果汁华7 小时前
Typer:基于类型提示的现代Python CLI框架
开发语言·网络·python