Qt 5 C++ GUI Development For Beginners: The Fundamentals

所在平台: Udemy

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

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Qt 5 C++ GUI 开发入门:基础知识 概述:这门课程旨在为初学者提供从零基础到能够编写任何Qt C++ GUI应用程序的全面培训。虽然课程针对的是Qt 5,但新学员建议直接选择Qt 6。Qt是构建跨平台GUI应用的首选工具,可以在几乎所有平台(包括Windows、Mac、Linux、Android、iOS及嵌入式系统)上运行。您只需要一次构建软件,并根据目标平台进行适配。 课程内容涵盖了以下几个方面: 1. 环境设置:演示如何在Windows和Linux上安装Qt Creator,以及在Mac上安装的指南。 2. C++基础:介绍C++编程语言的基本概念,包括控制流、数据类型和函数等,帮助您快速上手Qt开发。 3. Qt GUI应用开发:从构建第一个控制台应用程序到创建Qt C++ GUI应用程序的完整过程,包括数字猜测游戏的实现。 4. 信号和槽机制:深入学习Qt中事件响应的灵活性,探索lambda函数及其与信号槽语法的结合。 5. Qt Widgets:介绍常用的Qt控件类,如QWidget、QMainWindow、QPushButton等,并讲解布局管理。 6. 对话框和交互:学习如何创建自定义对话框和使用现有对话框组件来增强应用的交互性。 7. Qt资源管理:掌握Qt资源系统、样式、应用程序设置保存及文件操作。 8. 网络能力:了解如何在Qt中处理网络请求,构建下载网页和消费REST API的应用。 课程适合各种水平的学习者,关键在于开放的心态和强烈的学习意愿。快来观看预览视频,开始使用Qt构建跨平台的GUI应用程序吧!

课程评论(0条)

课程详情

Important note: There is an update of this course to Qt 6. If you're just starting out, that's what you should take. Take this if you have a specific reason to target Qt 5. This course will take you from zero to a level where you can write any Qt C++ Gui application you may want. It is aimed at complete beginners but people with varying levels of experience wishing to learn Qt C++ Gui will equally find it useful.Qt is second to none in the field of building cross platform GUI application based on C++. It can currently be used to build software that runs on virtually any platform out there: Windows, Mac, Linux, Android, IOS and even embedded systems. You basically build your software once and all you have to do is build it for your desired platform and voila!The course starts 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 guide you through Qt Creator showing you the tools that work together to get your application builtWe 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: QWigetQMainWindowQMessageBoxQPushButtonQLineEditQTextEditQLabelQHBoxLayout, 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 and we wrap up the course with a tour of 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 ApplicationsThis course was designed to help you succeed in becoming a Qt Gui application developer regardless of your current level of expertise. The only requirement is to bring in an open mind and a strong willingness to learn. Now, please check out some of the preview videos andl let's get you STARTED building cross platform GUI applications using Qt.

课程标签

0人关注该课程

主题相关的课程