Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
QT C++ GUI Tutorial For Beginners
Rating: 4.3 out of 5(479 ratings)
3,069 students

QT C++ GUI Tutorial For Beginners

if you're C++ programmer, Qt is your framework. No rival.
Created byYogesh Patel
Last updated 1/2024
English

What you'll learn

  • Learn the fundamentals of Qt
  • Create your own, Interactive software.
  • Make You Own GUI applications
  • Learn Python GUI Programming Using QT

Course content

8 sections55 lectures9h 35m total length
  • Introduction To Qt Framework10:14

    Discover Qt, a cross-platform framework in C++, offering GUI and modules for databases, networking, and localization support. Access Qt Creator, designer, linguist, and assistant with a qmake build system.

Requirements

  • A basic knowledge of C++ is helpful but not necessary to get the most out of this course
  • Very basic understanding of programming

Description

Qt also Pronounce “Cute” is a Cross platform application development framework.

  • Qt is a cross-platform application and UI framework.
  • Using Qt, you can write applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
  •  Qt is partly C++ and partly native code depending on platform.
  • Qt UI APIs wrap native UI components.

Why would you want to use it?

  • Qt has a quite good penetration on different platforms.
  • It's fairly straight-forward to port your application to platforms where Qt is supported.
  • Qt has been around for a long time, so it has matured as a framework.
  • It adds somewhat automatic memory management on top of C++ through different means.
  • There's plenty of components.

The goal of this course is to provide you with a working knowledge of Qt C++ GUI applications. We'll start with the basics, starting from installing Qt , creating our first Qt project, using widgets, signals and slots, layouts, resource file etc.

In the later half of the video I will also show , How sqlite database cane be used with Qt.

So Let's get started !!!

Who this course is for:

  • Programmers and Developers
  • Beginners
  • Students