Qt 6 C++ GUI Development for Beginners : The Fundamentals

所在平台: Udemy

课程主页: https://www.udemy.com/course/qt6-c-gui-widgets-tutorial-for-beginners/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Qt 6 C++ GUI 开发入门:基础知识 课程概述:欢迎参加Qt 6 C++ GUI开发入门课程。Qt是一个跨平台的应用程序开发框架,可用于构建图形用户界面,支持在Windows、Mac、Linux、Android、iOS等移动平台及嵌入式设备上运行。该课程主要集中在使用Qt Widgets构建强大的跨平台桌面应用程序,能够很好地在主要桌面操作系统上运行。虽然Qt Widgets理论上也可用于移动和嵌入式开发,但建议使用QML技术,在此课程中不涉及QML、移动或嵌入式内容。 本课程假设学员没有图形用户界面开发的先前知识,还为需要帮助的学员提供C++快速复习课程。完成课程后,学员不仅能够构建基本到中级的图形用户界面,还能通过文档学习更多内容。课程强调如何高效使用文档找到解决方案。 课程内容从C++和Qt的初学者角度出发,指导学员设置自己选择的平台环境,包括在Windows、Linux和Mac上进行Qt Creator的安装。课程之后将介绍C++编程语言的重要概念,帮助学员专注于应用逻辑而非复杂的C++细节。涵盖的主题包括基础的C++概念、控制流和函数、类的使用,以及构建自己的第一个Qt C++ GUI应用程序。 课程还涵盖Qt中的信号和槽机制、Qt Widgets的重要类(如QWidget、QMainWindow、QPushButton等)、布局管理、对话框的使用、Qt资源系统、网络功能等。学员将能够构建网络应用程序并了解模型视图架构,以便组织和展示数据。 Qt拥有庞大的用户基础,众多开源和商业项目在使用该框架。如果希望使用C++构建跨平台的图形用户界面应用程序,这门课程提供了必要的技能、耐心和深度,帮助你高效地掌握这一领域。请查看课程预览视频,让我们开始使用C++和Qt 6构建跨平台GUI应用程序吧!

课程评论(0条)

课程详情

Welcome to Qt 6 C++ GUI Development for Beginners. Qt is a cross platform application development framework. It can be used to build Graphical User interfaces that can run on Windows, Mac Linux , mobile platforms like android and ios, even embedded devices. This course will focus on using Qt Widgets to build robust cross platform desktop applications capable of running well on major desktop Operating Systems like Windows , Mac and Linux.While Qt Widgets can technically run both on mobile and embedded, it's better and less painful to use QML, another technology provided by the Qt framework. If you want to target mobile and embedded, then please check our courses on QML and Qt Quick. This course doesn't QML , Mobile or embedded! The course assumes no prior knowledge of Graphical User Interface Development and even provides a C++ refresher crash course for those in need of a helping hand to get up and running with C++ within the Qt environment. By the time you are done with the course, you'll not only be armed with knowledge you could use to build basic to intermediate Graphical user interfaces, but you will also have enough momentum to use the documentation to even learn more on your own. As with my other courses, I use every chance I get to show you how to use the documentation to find solutions on your own and faster. Let's take a look at the content of the course. We start with a complete beginner to both C++ and Qt in mind, and we take you through the the process of getting your environment set up on your platform of choice:We do a live install of Qt Creator on WindowsWe do a live install of Qt Creator on LinuxWe guide you though how you would install Qt Creator on a MacWe then take you on a tour of the C++ programming language, covering the concepts deemed important to start working with Qt to build your shinny GUI applications. You don't need to be a C++ wizard to start writing your applications using Qt. One of the goals behind Qt itself is to be as easy to use as possible, helping you to focus on your application logic rather than the C++ complex plumbing. This does not mean that you can do with zero C++ knowledge though. That's why we take you on a tour to cover the basic concepts of the language covering topics like:Running your first console application and understanding the main functionStreams that help you write and read data from your C++ applicationsVariables and Data TypesBasic C++ Operators and Control flow where among other things you learn about if clauses and loopsBuild an app to guess numbers and put together the concepts learned so farC++ FunctionsC++ classesBuilding your first Qt C++ GUI ApplicationBuilding a GUI Version of your Number guessing gameWe then visit the fascinating concept signals and slots in Qt where you learn the most flexible way to respond to events: We'll explore lambda functions in C++ in general, we'll need them to use their SIGNAL SLOT syntaxWe explore different ways to connect signals to slots in QtWe then do a concept enforcing demo for you to try them outNext we dive in the Qt Widgets section and visit some of the most important widget classes in Qt: QWidgetQMainWindowQMessageBoxQPushButtonQLineEditQTextEditQLabelQHBoxLayout, QVBoxLayout, QGridLayoutWe visit size policies and stretches and how they help tie the knots in your layoutsQCheckBox and QRadioButtonQListQComboBoxQListWidgetQTabWidgetQMenu, QToolBar, QActionDialogs are explored next , we look at QDialog and how to build your own custom dialog class from scratch , QDialogButtonBox, QMessageBox, QFontDialog, QFileDialog, QInputDialog and how they add a layer of interactivity to your Qt GUI applications.We then go on and explore how to work with the Qt Resource System , Styling your Qt applications with QStyle, QPalette and Style Sheets, Saving your application settings with QSetting, Working with Files and Directories using QFile and QDir, working with the network capabilities of Qt where we: See the different classes that are available to work with networks in QtBuild an application to download web pages in our Qt ApplicationsBuild an application to consume Rest APIs in your Qt Applicationsand we wrap up the course looking at the Model View Architecture of the Qt framework where we learn about classes like QListWidgetQTableWidgetQTreeWidgetQListViewQTableViewQTreeViewQStandardItemModelQAbstractItemTableModelQAbstractItemListModelQStringListModeland much more!Qt has quite a huge user base and there are thousands of projects using both open source and commercial, including the one I am using to record this video right now. If you want to build cross platform graphical user interface applications using C++, this course is designed with the skill, patience and depth, needed to get you there as effisciently as possible. Please check out some of the preview videos and let's get you started building cross platform GUI applications using C++ and Qt 6.

课程标签

0人关注该课程

主题相关的课程