
Learn to download the online or offline installer, enter license or open-source options, and configure platform, compiler, and components to install Qt-QML with long-term support or latest releases.
Learn how to download the source code and resources, open the project, and select the appropriate SDK to build and compare your QML application.
Learn to build an automobile dashboard display using a circular gauge speedometer in Qt QML, implementing acceleration and animated value changes for interactive speed readings.
Adding turn indicator placeholder and component.
Drawing Turn indicator arrow using Qt canvas and paint events.
Adding on (green led) and blinking UI effect to Turn Indicators using Qtimer.
Adding RPM meter UI component - design , layout.
Conceptual representation of engine configuration model, View , View Model and Engine processor.
Creating a navigation buttons in application to switch between simulation and configuration.
Moving Simulation UI component to separate QML file.
Creating a Vehicle configuration screen using simple column and row layout.
Using a ListModel and Repeaters in QML to render the vehicle parameters.
Till now we have used number simulator to show speed value. Now we will create a backend C++ Engine class and use more realistic simulated values of speed, RPM and gears.
In this video below part is covered:
Connecting speed and engine RPM parameter to C++ model.
Connecting acceleration and braking action to C++ function.
Learn how to implement a mobile dashboard in Qt-QML by adding an update button, binding configuration properties, and sending barometer values from the UI to the C++ backend.
Explore how to implement a multi-gear dashboard in qt-qml, calculating speed and rpm across gear shifts, including upshifting logic and gear configurations for a vehicle simulation.
Adding Fuel gauge and temperature indicator. Re lay outing turn indicator at top to make space for fuel gauge.
Explore styling a Qt QML fuel gauge dashboard by building a circular gauge with state properties, setting max and min values, and configuring angle ranges for a clear, scalable display.
Create a Qt-QML rest client project to consume open API services from web servers, building a business focused application with a basic window and features to connect to various services.
Explore how to build a Qt QML REST client by integrating a network access manager, handling JSON and XML responses, and wiring signals and slots for requests and responses.
Explore building a rest client in Qt-QML by constructing and sending QNetworkRequest with a network manager, and handling connectivity, signals, and responses for responsive apps.
Register a C++ class in the QML context to expose a client list and properties, and implement a REST client flow that handles requests and responses.
Develop a calendar-driven REST client that fetches the astronomy picture of the day for a selected date and displays the corresponding image in a Qt QML app.
learn to save plaintext content in the same file using a Qt-QML notepad example, and load content to verify the save with a self-contained workflow.
Learn how to add new file functionality to a Qt-QML notepad app by wiring a new button and an open button to create and open files.
Explore building a notepad in qt-qml by adding cursor position trackers and managing document selection with properties, signals, and reset logic to control selection start and updates.
learn how to save and load formatted text as an html document from a notepad-like editor, including detecting file type and exporting formatted content.
Implement save as and initial save functionality in the Notepad app, adding open dialogs and proper save operations to handle new and existing documents.
Explore how to set and link a font family for text in a Qt QML notepad example, applying a format object to update text styling from C++ properties.
Add a private setFormatting function in the notepad example and refactor the code to manage properties and selection. Call the safeguarding function to ensure safe processing as you apply formatting.
Add undo and redo functionality to a notepad-like app using Qt/QML, manage document operations, and enable or disable controls based on availability.
Learn to implement a system dialogue in a Qt-QML app by wiring a button to open the dialogue, creating a slot, and managing its lifecycle.
Qt-QML Practical Examples
A real software development experience is necessary to build up the skillset in GUI development framework like Qt QML. This course offers a real software development training with the help of simple application examples.
Prerequisite :
Basic level of C++
Understanding of Qt-QML framework
This course covers step by step implementation of following application examples using Qt-QML and C++.
1. Automobile dashboard design and simulation : This is a Qt-QML based design for car dashboard. This also have a simulator implemented at backend to provide more realistic data to UI. Concepts you will learn here are : Integrating QML and C++, CircularGauge, CircularGaugeStyle, Number Animation, QTimers, Image, Canvas.
2. Notepad application : This is basic notepad application with which you can create, edit and modify the text files. Operations include formatting, layout, font color, font family. Also support for HTML document for rich text format support. You will learn about Qt-Quick controls, Qt shortcuts, QTextDocument, FontDialog, Text processing, File operations, HTML files, file printing
3. Simple REST Client: This is very simple REST Client application using public REST APIs to show useful information. You will learn about QNetwork, QNetworkAccessManager, QNetworkReply, QJsonDocument, QSSL configs.
All above examples are explained in depth details. For each lecture a demo able sours code is available as downloadable resource. Users can download these source code packages and tryout on own either during the lectures or afterwards. This will help you to get hands on on programming and debugging.