Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 576 Bytes

File metadata and controls

33 lines (17 loc) · 576 Bytes

Setting up creator for qml/python & starting project

Boilerplate python code to launch application

controls (btns ...)

The QML import mechanism

Anchoring/layout

open file/dir

theme (reusing colors/styles ...)

QML components customisation (properties/aliases/functions/signals ...)

Interaction with python from QML

Interaction with QML from python

Getting documentation on QML types

Edit/design in QT creator

QML component subclasses

Dealing qith QMl versions

plotting/video

Debugging in QML: console.log + divide&conquer if segfaults

Debugging Javascript code