QT C++ GUI Tutorial For Beginners
if you're C++ programmer, Qt is your framework. No rival.
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 !!!
Your Instructor
Hi! We are UpDegree, providing high quality interactive course.
We are the team of 100+ instructor over the globe. Adel (Oxford), Anand (Standford), Akash (IITB), Rajib (IITK), Partha (IITM) are few of them.
Updegree courses are different, In each and every course you not only get the videos lectures but you also get quiz,code,assignment etc to test your practical understanding!
Course Curriculum
-
StartHow to Install Qt Creator IDE (7:22)
-
StartQt Signal and slots (4:33)
-
StartLayouts in QT (Horizontal, Vertical, Grid and Form) (7:29)
-
StartSpacers, Splitter, Buddy and Tabs (8:24)
-
StartSimple Login app using QT (5:56)
-
StartDisplaying image using label in Qt (5:59)
-
StartQStatusBar (3:28)
-
StartResource Collection Files (7:52)
-
StartUse QLineEdit as password field (1:33)
-
StartQt Stylesheets and using HTML (4:45)
-
StartQCheckBox (11:57)
-
StartQRadioButton (4:28)
-
StartQAction, QMenu, QToolBar (4:05)
-
StartQComboBox (4:22)
-
StartQListWidget (14:49)
-
StartQTabWidget (3:42)
-
StartQDir (3:00)
-
StartQFile (9:02)
-
StartHow to use QFileDialog (1:40)
-
StartHow to run EXE file by clicking a button in Qt (7:51)
-
StartSimple Notepad (19:09)
-
StartQFontDialog (23:20)
-
StartQPrintDialog and QPrinter Class (5:43)
-
StartQTimer (3:51)
-
StartCreating Digital Clock by using QTimer and QDateTime in QT (30:04)
-
StartCreating Digital Clock by using QTimer and QDateTime in QT 2 (9:34)
-
StartHow to open a website in a default user browser (10:09)
-
StartHow to display a Splash Screen in Qt (16:47)
-
StartHow to use QWebView and Open Web Page in QWebView (6:59)