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 分钟前
MES系列48-MES 系统「质量管理」完整设计与实施方案
开发语言·javascript·ecmascript
ch.ju2 分钟前
Java Programming Chapter 4——The difference between overloading and overwriting.
java·开发语言
天天进步20151 小时前
Python全栈项目--基于机器学习的异常检测系统
开发语言·python·机器学习
xxie1237948 小时前
return与print
开发语言·python
秋98 小时前
从 Python 后端工程师转型 AI Engineer(AI 工程化)的完整补课清单(2026实战版)
开发语言·人工智能·python
程序员二叉9 小时前
【Java】 异常高频面试题精讲 | 易错点+对比总结
java·开发语言·面试
慕木沐9 小时前
Google ADK Java 1.0版本 核心机制与实战 Demo
java·开发语言·python
Roann_seo%9 小时前
C++文件操作完全指南:从文本读写到二进制文件处理
开发语言·c++
huangdong_10 小时前
淘宝商品SKU图自动分类技术深度解析:从DOM解析到智能归档
开发语言·javascript·ecmascript
阿正的梦工坊11 小时前
【Rust】12-借用检查器与非词法生命周期
开发语言·后端·rust