Qt Programming Training Course
Qt is a comprehensive application framework designed for building cross-platform software. It leverages standard C++ with specialized extensions to streamline the development of both graphical user interface (GUI) and server-side applications.
This instructor-led live training offers detailed insights into Qt and its various modules.
Upon completion of this training, participants will possess the essential knowledge and practical skills required to create their own C++ applications using Qt.
Course Format
- The course is delivered by an instructor, combining theoretical explanations of Qt with practical exercises and a significant focus on hands-on development.
Course Outline
Introduction to Qt
Objects and Core Types
- Core Classes
- Objects
- Object Communication
Widgets and Designer
- Widgets
- Dialogs
Applications and Painting
- Painting and Styling
- Application Creation
Models and Views
Graphics View
Qt Additional Models
- Multithreaded Programming and Multimedia
- Multimedia Programming
- Inter-Process Communication
Miscellaneous Topics
- Extending Qt with Plugins
- Data Processing
- XML Patterns
- Animation
Closing Remarks
Requirements
- Foundational understanding of basic programming concepts.
Target Audience
- Software developers
Need help picking the right course?
southafrica@nobleprog.co.za or +27 (0)10 005 5793
Qt Programming Training Course - Enquiry
Testimonials (1)
Great training atmosphere.
April Faith Manabat - Controtek Solutions Inc
Course - QT Programming
Related Courses
Advanced C++
35 HoursThis instructor-led, live training in Nigeria (online or onsite) is aimed at developers who wish to use advanced C++ programming techniques to develop complex, secure, and high-performance systems and applications.
By the end of this training, participants will be able to:
- Set up a development environment that includes all C++ libraries, packages and frameworks.
- Understand the features, components, and basic elements of C++.
- Create complex C++ applications using advanced programming techniques.
- Learn how to write readable, fast, and secure code in C++.
- Know the common security pitfalls in C++ language and how to mitigate them.
- Implement test strategies for code quality and security control.
- Use the diagnostics and debugging tools in C++ development.
C/C++ Secure Coding
21 HoursDeveloping secure C and C++ programs demands rigorous defense against malicious exploitation, memory corruption, and input validation bypasses. This course explores vulnerability patterns such as buffer overflows, use-after-free errors, integer overflows, and type confusion. Participants will implement secure coding guidelines, utilize static analysis tools, and apply defensive programming techniques to eliminate weaknesses, enforce input sanitization, and deliver hardened software resilient against cyberattacks.
C++ for Embedded Systems
21 HoursIs C++ suitable for embedded systems like microcontrollers and real-time operating systems?
Should you use object-oriented programming in microcontrollers?
Is C++ too removed from the hardware to be efficient?
This instructor-led live training answers these questions and demonstrates, through discussion and practice, how C++ can be used to develop embedded systems with accurate, readable, and efficient code. Participants apply theory to practice by creating a sample embedded application in C++.
By the end of this training, participants will be able to:
- Grasp the principles of object-oriented modelling, embedded software programming, and real-time programming
- Produce code for embedded systems that is small, fast, and safe
- Avoid code bloat resulting from templates, exceptions, and other language features
- Understand issues related to using C++ in safety-critical and real-time systems
- Debug a C++ program on a target device
Audience
- Developers
- Designers
Format of the course
- Part lecture, part discussion, exercises and heavy hands-on practice
C++ 11 Programming
14 HoursThis is a 2-day course designed for C++ developers who wish to implement the latest C++11 standard in their professional work. It is especially beneficial for those working on financial applications, as it covers all new features with practical coding examples that participants can execute during lab sessions.
Accelerated C++ Programming with CUDA
8 HoursThis instructor-led, live training in Nigeria (online or onsite) is aimed at C++ developers who wish to use CUDA to accelerate applications, write high-performance GPU kernels, and leverage parallel algorithm libraries for scientific computing, data processing, and machine learning workloads.
Using C++ in Embedded Systems - Applying C++11/C++14
21 HoursThis training programme is designed to introduce C++ as the natural extension of C for object-oriented embedded system development. Because C++ encompasses C, the course guides participants from C to C++ in a logical progression, exploring the internal implementation of C++. This understanding is particularly valuable when applying C++ in resource-constrained embedded environments. With the C++ standard recently undergoing significant revisions—specifically C++11 and the upcoming C++14—this course covers key features introduced in these updates. Topics include high-performance memory management, concurrency in multicore environments, and low-level bare-metal programming close to the hardware.
GOAL/BENEFITS
The primary objective of this course is to equip you with the ability to use C++ 'correctly' and effectively.
- Introduce C++ as an object-oriented alternative for embedded system contexts.
- Highlight the similarities and differences between C++ and the C language.
- Understand various memory management strategies, with a focus on move semantics introduced in C++11.
- Look under the hood to understand how different C++ paradigms translate to machine code.
- Utilize templates to create type-safe, high-level abstractions for bare-metal, hardware-close programming—such as memory-mapped I/O and interrupts—particularly leveraging variadic templates introduced in C++11.
- Present useful design patterns specifically applicable to embedded contexts.
- Provide practical exercises to reinforce key concepts.
AUDIENCE/PARTICIPANTS
This training is tailored for C++ programmers who wish to begin using C++ in an embedded system context.
PREVIOUS KNOWLEDGE
The course requires basic knowledge of C++ programming, equivalent to our trainings 'C++ – Level 1' and 'C++ Level 2 – Introducing C++11'.
PRACTICAL EXERCISES
Throughout the training, you will practice the presented concepts through a series of exercises. We will utilize the open and free integrated development environment provided by Eclipse.
Introduction to C++ Programming
28 HoursIntroduction to C++ Programming Training Course Information
Create, compile, and execute C++ programs. Perform standard programming operations. Write classes to develop maintainable projects. Manage dynamic data reliably and efficiently.
Object Oriented Programming with C++
7 HoursObject Oriented Programming in C is an approach to applying object oriented principles such as encapsulation, inheritance, and polymorphism using the C programming language.
This instructor-led, live training (online or onsite) is aimed at developers who wish to use C to design and build modular, maintainable, and scalable applications using object oriented techniques.
By the end of this training, participants will be able to:
- Install and configure a C development environment for structured programming.
- Apply object oriented design principles using C constructs such as structs and function pointers.
- Implement encapsulation and abstraction in C programs.
- Design reusable and maintainable code using object oriented patterns in C.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Qt Quick and QML
7 HoursThis instructor-led, live training in Nigeria (online or onsite) is aimed at web designers who wish to build cross platform and dynamic UIs using Qt Quick and QML.
By the end of this training, participants will be able to:
- Design prototypes for application UIs using QML.
- Create and implement an application's UI elements using QML.
- Implement animations, transforms, and transitions to create a more responsive experience for users of the application.