Mô tả


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 Windows

  • We do a live install of Qt Creator on Linux

  • We guide you though how you would install Qt Creator on a Mac

  • We guide you through Qt Creator showing you the tools that work together to get your application built

We 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 function

  • Streams that help you write and read data from your C++ applications

  • Variables and Data Types

  • Basic C++ Operators and Control flow where among other things you learn about if clauses and loops

  • Build an app to guess numbers and put together the concepts learned so far

  • C++ Functions

  • C++ classes

  • Building your first Qt C++ GUI Application

  • Building a GUI Version of your Number guessing game

We 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 syntax

  • We explore different ways to connect signals to slots in Qt

  • We then do a concept enforcing demo for you to try them out

Next we dive in the Qt Widgets section and visit some of the most important widget classes in Qt : 

  • QWiget

  • QMainWindow

  • QMessageBox

  • QPushButton

  • QLineEdit

  • QTextEdit

  • QLabel

  • QHBoxLayout, QVBoxLayout, QGridLayout

  • We visit size policies and stretches and how they help tie the knots in  your layouts

  • QCheckBox and QRadioButton

  • QList

  • QComboBox

  • QListWidget

  • QTabWidget

  • QMenu, QToolBar, QAction

Dialogs 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 Qt

  • Build an application to download web pages in our Qt Applications

  • Build an application to consume Rest APIs in your Qt Applications

This 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.

Bạn sẽ học được gì

The fundamentals of working with Qt to build C++ Gui Applications

Working with Qt Widget Classes

Working with Dialog Classes

Using the Qt Resource System

Styling Qt Applications

Working with Networks to fetch HTTP Data

Working with the File System

Model View Architecture

Yêu cầu

  • Basic knowledge of working with Computers
  • Open mind and strong willingness to learn how to build Qt C++ Gui applications
  • Basic understanding of programming will be useful but not required

Nội dung khoá học

11 sections

Getting Started

7 lectures
Getting Started
06:34
Installing & Tools on Windows
11:51
Teaser : Build your First Qt Gui App in 10 minutes!
16:25
Installing & Tools on Linux
11:24
Join the Official Support Channels
00:57
Qt-An Overview of Qt Creator and Tooling (Compilers,Debuggers)
13:01
About Qt Technologies
00:23

C++ Beginner Crash Course

12 lectures
Your First C++ console Program
07:11
Streams-Input and Output
12:22
C++ Variables and Data Types
15:48
C++ Operators and Flow Control
19:54
C++ Demo Game Program : Guess My Number
07:12
Qt5.12 With srand()
01:47
C++ Functions
07:37
C++ Classes Part 1 of 3
08:56
C++ Classes Part 2 of 3
12:31
C++ Classes Part 3 of 3
12:46
Your First Qt Gui Application
08:50
Demo-Guess Numbers Gui
18:09

Signals And Slots

3 lectures
C++ Lambda Basics
22:24
Connecting Signals to Slots : 3 Different Ways
14:24
Demo -Your Try on Signals and Slots
07:56

A Tour of Qt Widgets

19 lectures
QWidget Class Part 1 of 2
17:12
QWidget Class Part 2 of 2
17:31
QMainWindow Class
14:15
QMessageBox Class
16:32
QPushButton Class
06:02
QLineEdit Class
25:28
QTextEdit Class
23:29
QLabel Class
09:24
Qt Layouts
02:50
QHBoxLayout
09:02
QVBoxLayout
07:09
Size Policy and Stretches
10:53
QGridLayout
10:55
QCheckBox and QRadioButton Classes
20:52
The QList Class : Store your Objects in a List
10:18
QComboBox Class
15:24
QListWidge Class
13:26
QTabWidget Class
15:13
Menus and Toolbars : QAction, QMenu, QToolbar
21:09

Working With Dialogs

8 lectures
QDialog Part 1 of 2
16:01
QDialog Part 2 of 2
10:41
QDialogButtonBox
13:41
QMessageBox
01:28
File Dialogs
11:04
Font Dialog
05:12
Color Dialog
11:11
QInputDialog
06:15

Working with Resources

2 lectures
The Qt Resource System Explained
05:30
Working with Resource Files in your Qt Application
10:00

Styling your Qt Applications

5 lectures
An Overview on Qt Styling Offerings
05:36
QPalette Used Right
11:09
Working with Style Sheets
14:04
Style Sheets in External Files
13:35
Demo : Doing More with Style Sheets
07:28

Working with Settings

2 lectures
QSettings Explained
04:58
Working with QSettings in Qt App
28:27

Working with Files and Directories

2 lectures
QFile: Reading and Writting Files
23:40
QDir : Manipulating Directories
21:48

Model View Architecture Framework

10 lectures
Introduction to the Model View Framework of Qt
12:53
Your first try on QModelIndexes
10:47
Working with QFileSystemModel
12:44
Working with QStandardItemModel
14:55
Working with QStringListModel
05:43
Building your Custom Model
09:39
Working with Roles in the Model
08:22
Notifying the view of Changes in the Model
06:33
Managing View Header Data
05:10
QStandardItem API and QSelectionModel
16:44

Working with Networks

6 lectures
An Overview of Qt Network Offerings
05:13
Downloading Html Pages in Your Qt App
13:47
Handling SSL Warnings/Errors when Downloading SSL Protected Data
00:04
Consuming REST APIs in your Qt App
24:36
Farewell and Next Steps
04:58
BONUS -Course List : Discounted!
00:37

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.