cxxqt-rust-gui

Installation
SKILL.md

CxxQt Rust GUI Development Instructions

Guidelines for building Qt-based GUI applications in Rust using CxxQt.

Architecture Overview

┌─────────────────────────────────────────┐
│           QML UI Layer                  │
│  (main.qml, components/*.qml)           │
└──────────────────┬──────────────────────┘
                   │ Properties, Signals, Invokables
┌──────────────────▼──────────────────────┐
│         CxxQt Bridge Module             │
│  (cxxqt_bridge.rs - #[cxx_qt::bridge])  │
└──────────────────┬──────────────────────┘
┌──────────────────▼──────────────────────┐
│        Rust Business Logic              │
Related skills

More from ds-codi/project-memory-mcp

Installs
3
GitHub Stars
4
First Seen
Mar 10, 2026