我的github

https://gitee.com/ruokeqx/QtLearn

 

第一天:信号和槽

信号:各种事件 槽: 响应信号的动作

 

 

>>Qt和osgearth的关系:

>>Qt和qgis的关系:

>>最新QT从入门到实战完整版[视频]:https://www.bilibili.com/video/BV1g4411H78N/

英文水平较好的同学可以直接看QT官方文档,可以说是十分齐全,可以从Get Started开始了解一下基本概念,然后按模块看All Topics中的内容,还可以看一下具体的编程API,这样学习相对系统。

https://doc.qt.io/qt-5/qtexamplesandtutorials.html

A collection of code samples and tutorials are provided with Qt to help new users get started with Qt development. These documents cover a range of topics, from basic use of widgets to step-by-step tutorials that show how an application is put together.

Qt提供了一系列代码示例和教程,帮助新用户开始开发Qt。这些文档涵盖了一系列主题,从小部件的基本使用到展示如何组合应用程序的分步教程。

The examples are part of the Qt packages. Visit the Downloads page for more information

这些示例是Qt软件包的一部分。访问下载页面了解更多信息

Running the Examples(运行例子)

Open and run examples within Qt Creator's Welcome mode. Most of the examples run on various platforms and to search for platform-specific examples, type the platform name (or any keywords) in the search field. For example, typing Android in the search field lists the examples that are fully compatible with Android.

在Qt Creator的欢迎模式中打开并运行示例。大多数示例在各种平台上运行,要搜索特定于平台的示例,请在搜索字段中键入平台名称(或任何关键字)。例如,在搜索字段中键入Android会列出与Android完全兼容的示例。

For more information about running examples in Qt Creator, visit the Building and Running an Example page.

To view a list of all Qt examples, visit the List of Qt Examples page.

posted on 2023-07-02 16:16  XiaoNiuFeiTian  阅读(16)  评论(0编辑  收藏  举报