Brief Introduction
QML for beginners using Qt 5 along with JavaScript and C++Description
This course is specifically designed for Qt 5 with the total beginner in mind. These videos take you from knowing nothing about QML to creating intermediate level applications using QML, JavaScript and C++. These videos build on the popular Qt Core series available on Udemy. These videos show many best practices and how to overcome common mistakes. About the author: Bryan has created hundreds of Qt tutorials available on YouTube and has created official Qt training videos for the Qt Company. Full source code available on GitHub, and runs a Facebook community with thousands of developers that can offer free help 24x7.
Requirements
- Requirements
- Qt Core
- C++ Beginners
- Qt 5
Knowledge
- QML for Qt 5
- QML Language
- Qt Quick
- Items
- Rectangles
- Components
- Anchors
- Positioning
- Transformations
- Basic States
- Layouts
- Columns
- Rows
- Grids
- Flexes
- Absolute Positioning
- Swipe View
- Page View
- List View
- Custom Components
- Properties
- Bindings
- Connections
- Signals and Slots
- Property Animations
- Opacity Animations
- Rotation Animations
- Scale Animations
- Sequential Animations
- Parallel Animations
- Qt Quick Controls
- Model Views and Delegates
- Pages
- Passing Properties
- Drag and Drop
- Example Applications
- Javascript basics
- Inline JavaScript
- Javascript bindings
- External Javascript
- C++ Integration
- C++ Root Context
- Registering C++ classes in QML
- Calling C++ Slots from QML Signals
- Calling QML Slots from C++ Signals
- Image viewers
- Text Editors
- Data Converters
- Number Generators
- Common issues and solutions