1. Rust and Qt
  2. 1. Preparations
    1. 1.1. Setup
    2. 1.2. Tooling check
  3. Tutorial
  4. 2. Idea
  5. 3. CLI
    1. 3.1. Hello World
    2. 3.2. Image filter CLI application
    3. 3.3. Final application
  6. 4. Implementing a library
    1. 4.1. Recreate the project as a workspace
    2. 4.2. Creating the library
    3. 4.3. Using the library in your CLI binary
  7. 5. Qt GUI
    1. 5.1. Setting up the build system
    2. 5.2. Creating the QML GUI
    3. 5.3. QQuickPaintedItem in Rust
    4. 5.4. Adding behavior in Rust
  8. 6. References

Workbook for Rust & Qt workshop

References

  • The Ferrous Systems main training material
  • The CXX-Qt book
    • CXX-Qt reference
    • CXX-Qt-lib reference
    • CXX-Qt-build reference
  • The CXX book
  • The Rust book
    • Rust standard library reference