Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence CBT
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Marketing Strategy Google Ads (AdWords) Certification Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Startup Business Plan Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
IT & Software Other IT & Software QT Framework

Qt 5 Core Advanced with C++

A followup to the Qt 5 Core for beginners and intermediate users.
Rating: 4.4 out of 54.4 (346 ratings)
11,684 students
Created by Bryan Cairns
Last updated 12/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Qt 5
  • Qt Core Advanced Classes
  • Advanced C++ techniques
  • Threading
  • Concurrency
  • Sockets
  • TCP programming
  • UDP programming
  • Client / Server programming
  • Thread Pools
  • Multi-Threaded TCP server design
  • SSL sockets
  • Creating SSL certificates
  • How to create libraries
  • Creating dynamic and shared libraries
  • Extending Qt with plugins
  • Extending Qt applications with plugins
  • Using MySQL
  • Database plugins
  • Inserting, deleting, and querying data in a database
  • Testing database drivers
  • Unit testing
  • Qt Test Framework
  • Data driven testing
  • Benchmarking
  • Deploying applications on windows, mac and linux
  • Static builds
  • App Images
  • Compressing application binaries
  • Qt Installer Framework
Curated for the Udemy for Business collection

Requirements

  • Udemy course - Qt Core Beginners
  • Udemy course - Qt Core Intermediate

Description

This is not a beginners course! This is a followup to the Udemy Qt 5 Core for beginners and intermediate users and picks up where they both left off. In this course you will learn how to work with threads, sockets, libraries, plugins, unit testing, and application deployment across multiple operating systems. This course overs Qt 5. Because Qt 6 has so many changes, I will re-record these lessons using Qt 6 and place them into a different course, check my instructor profile for updates.

Who this course is for:

  • NOT FOR BEGINNERS - You have been warned!

Featured review

Augusto Bernardes
Augusto Bernardes
56 courses
8 reviews
Rating: 5.0 out of 5a year ago
I came from the intermediate course and his didactics only got better now in the Advanced Course. One thing that I really like is that Bryan makes some mistakes, just like the rest of us, talks about it and fixes them in the videos. This helps so much to understand what can happen and why, sometimes, a concept that looks right isn't really the best.

Course content

6 sections • 63 lectures • 12h 6m total length

  • Preview09:39
  • Versions - Qt 5 vs Qt 6
    00:51
  • Creating threads
    12:03
  • Inheriting QThread
    11:00
  • Thread lifecycle
    16:23
  • QThreadPool
    08:07
  • QMutex
    03:20
  • QMutexLocker
    13:45
  • QSemaphore
    11:13
  • QWaitCondition
    22:02
  • Signals and slots in threads
    15:23
  • Intro to QtConcurrent
    08:19
  • QtConcurrent::run
    05:59
  • QtConcurrent issues
    03:45
  • QFutureWatcher
    06:08
  • QFuture getting values
    02:33
  • QFutureWatcher Slots
    12:39
  • QFutureIterator
    08:09
  • QFutureSynchronizer
    05:24
  • Threaded example
    15:29
  • Section 1 - Assignment
    1 question
  • Section 1 - Quiz
    4 questions

  • Preview07:48
  • QHostAddress
    09:27
  • QUdpSocket
    17:45
  • Preview17:39
  • QTcpSocket
    17:27
  • QNetworkProxy
    08:41
  • QSslSocket
    18:57
  • Synchronous TCP
    05:43
  • Synchronous UDP
    12:22
  • QNetworkAccessManager HTTP
    17:55
  • QNetworkAccessManager FTP
    21:32
  • QTcpServer
    14:23
  • Multi-threaded TCP Server
    21:55
  • Multi-threaded TCP Server testing
    10:23
  • Ssl server - creating a certificate
    07:37
  • Ssl server - creating the server
    18:46
  • Ssl server testing
    05:20
  • Section 2 - Assignment
    1 question
  • Section 2 - Quiz
    4 questions

  • Preview17:59
  • Shared external library
    06:30
  • Shared library dependencies
    07:17
  • Static library
    07:21
  • Qt plugins
    23:34
  • Application plugins
    23:10
  • Using libraries from other authors
    05:19
  • Overview of popular libraries
    01:56
  • Section 3 - Assignment
    1 question
  • Section 3 - Quiz
    4 questions

  • Intro to databases
    13:09
  • Preview17:34
  • QSqlDriver
    09:09
  • QSqlDatabase and QSqlQuery
    12:59
  • Data class example
    34:46
  • Section 4 - Assignment
    1 question
  • Section 4 - Quiz
    4 questions

  • Qt Test
    08:13
  • Basic tests
    07:45
  • Testing failure
    07:18
  • Data driven tests
    09:27
  • Preview06:09
  • Skipping tests and expecting failure
    06:43
  • Section 5 - Assignment
    1 question
  • Section 5 - Quiz
    4 questions

  • Preview09:58
  • Deploying on Mac
    04:24
  • Deploy on Linux
    06:48
  • Deploying on Windows
    07:21
  • Static builds
    16:52
  • Qt installer framework
    05:28
  • Section 6 - Quiz
    4 questions
  • Where to go from here
    01:53

Instructor

Bryan Cairns
Computer Guru
Bryan Cairns
  • 4.4 Instructor Rating
  • 8,799 Reviews
  • 123,968 Students
  • 14 Courses

Awarded Content Creator in the 2020 Qt Champion Awards:

"Bryan has a few courses available on Udemy, specifically his course on Qt 5 Design Patterns and also has a popular group on Facebook which helps others with their Qt questions as well. For his work alone in creating the Qt 5 training course online for everyone to benefit from it was easy to make him our year's Content Creator."

I am a highly trained computer professional with the following skills:

Languages - C, C++, Dart, Flutter, QML, Java, Python, Visual Basic, C#, ASP, HTML, Javascript, VBScript

Frameworks - Qt, Java, .Net, Yii, Flutter

Certifications - CISSP, CEH, MCITP, MCSE, MCSA, CCNA, VCP, A+, Network+, Server+, Linux+

Operating Systems - 2008, 2008R2, 2012,2016, 2019 XP, 7, 10, Linux

Software - SQL, IIS, Cisco UCS, NetApp, HP Storageworks, Vmware VCenter, Ironport, SolarWinds


  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.