C++ Qt 初学者教程

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5734253/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-28 18:45:37  来源:igfitidea点击:

Qt tutorials for beginners

c++qt

提问by Simplicity

I want to ask about resources for learning Qtfor beginners. What resources do you recommend for that?

我想请教一下学习资源Qt初学者。您为此推荐哪些资源?

回答by Stradivari

Have also a look at the Qt programming videoson VoidRealms' Youtube channel.

还可以查看VoidRealms的 Youtube 频道上的Qt 编程视频

回答by Isira

The transition from C++ to QT may seem bit awkward at first. But don't be afraid its somewhat easier than c++ when you get more familiar with it.

从 C++ 到 QT 的过渡起初可能看起来有点尴尬。但是当你更熟悉它时,不要害怕它比 C++ 更容易。

To start of I would like to recommend the first few videos of voidRealms youvideos on c++ QTto get a feel on QT framework. All of them are really good. Try to do the examples by your own. You will be quite comfortable with the framework after watching these videos.

首先,我想在 c++ QT 上推荐voidRealms youvideos的前几个视频, 以了解 QT 框架。他们都非常好。试着自己做例子。观看这些视频后,您会对这个框架感到非常满意。

Next if possible try to refer Foundations of Qt Development (Expert's Voice in Open Source)which is also a very good reference for QT. After going through few chapters you will be very accustomed to the Framework.

接下来如果可能的话,尝试参考Qt 开发基础(开源专家的声音),这也是 QT 的一个很好的参考。阅读几章后,您将非常熟悉该框架。

Reading C++ GUI Programming with Qt 4 which is a usually recommended book will look good if you have this basic background on QT.

如果您有 QT 的基本背景,阅读 C++ GUI Programming with Qt 4 这本通常被推荐的书会很好看。

I would also like to recommend the On-line Reference Documentation which will give a great depth in to QT when going forward.

我还想推荐在线参考文档,它将在继续前进时深入了解 QT。

回答by Stewart Dale

As a recently beginner to Qt as well, along with the link Nawaz provided (which is where you should go to find all the info about all of Qt's different classes) I found the following links helpful as well:

作为 Qt 最近的初学者,以及 Nawaz 提供的链接(您应该去那里找到有关 Qt 的所有不同类的所有信息),我发现以下链接也很有帮助:

Qt Examples and Tutorials

Qt 示例和教程

C++ GUI Programming with Qt 4 book (if you look you can find this book free to read on a handful of sites)

C++ GUI Programming with Qt 4 一书(如果你看,你可以在少数网站上找到这本书免费阅读)

Along with these, depending on your OS, you should download Qt Creator, its a great tool to begin learning how Qt works and how the different classes interact

除了这些,根据你的操作系统,你应该下载 Qt Creator,它是一个很好的工具,可以开始学习 Qt 的工作原理以及不同的类如何交互

回答by Kien Truong

QT course material by Nokia should be helpful as a fast introduction to QT
http://qt.nokia.com/services-partners/qt-in-education/qt-in-education-course-material

诺基亚的 QT 课程材料应该有助于快速介绍 QT
http://qt.nokia.com/services-partners/qt-in-education/qt-in-education-course-material

回答by Netro

On Ubuntu QT creatoris available, and it contains lot of examples - although I don't know about Windows. I learned about QT with QT creator.

在 Ubuntu 上可以使用QT creator,它包含很多示例 - 尽管我不了解 Windows。我通过 QT Creator 了解了 QT。