Integrating Qt Quick 5 with C++
This is the third course in the series on Qt. Learn how to integrate your C++ back-end code with your beautiful QML-based Qt Quick GUI using a real-world application as a guiding example. You'll also discover new areas of the Qt framework in the process.
What you'll learn
This is the third course in the series on the Qt framework. This course will show developers how to integrate their C++ back-end code with a Qt-Quick front-end that uses QML and JavaScript. It will allow the traditional C++ developer to do what they do best, yet leverage Qt Quick for an elegant and fluid front-end. There are many ways to integrate C++ with QML, but not all are equally maintainable. This course will focus on techniques that produce flexible yet easy-to-maintain code and will leverage the multi-layered design techniques. In fact, adapting the code from part 1 will be fairly straightforward due to the design pattern employed there. This course uses the Qt 5.3.2 release of the Qt framework.
Table of contents
- Introduction: ARS 2m
- Demo: Application First Steps 7m
- Demo: Header Area and Automatic Version Numbering 7m
- Demo: RF Power Area 6m
- AUTO_PROPERTY and READ_ONLY_PROPERTY 2m
- Demo: Using the Macros 5m
- Demo: KnobControl and Knob 10m
- Trigonometry and the Knob's JavaScript 4m
- Demo: Preset Buttons 4m
- Summary 2m
- Overview 2m
- Demo: Creating the Model Section 3m
- Demo: Using the Settings 4m
- Demo: Instrument Class 4m
- The Startup Problem and QThread 3m
- Demo: Creating the Connector Class 2m
- Demo: Moving the Connector Instance to a New Thread 5m
- Designing User Feedback at Startup 2m
- Demo: User Feedback Getting Started 6m
- Demo: User Feedback Getting Dynamic 6m
- Demo: Icons, .DLLs, and Window Borders 4m
- Summary 3m