qt-qml-component-generator

Solid

Generate QML components with proper property bindings, signal/slot connections, and Qt Quick Controls integration

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# qt-qml-component-generator Generate QML components with proper property bindings, signal/slot connections, and Qt Quick Controls integration. This skill creates well-structured QML components following Qt best practices. ## Capabilities - Generate QML components with property bindings - Create custom QML types with proper registration - Set up signal/slot connections between QML and C++ - Configure Qt Quick Controls styling - Generate model/view components (ListView, GridView) - Create reusable component libraries - Set up QML module structure - Generate TypeScript-like type annotations ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to the Qt project" }, "componentName": { "type": "string", "description": "Name of the QML component" }, "componentType": { "enum": ["item", "control", "popup", "view", "delegate", "singleton"], "default": "item" }, "properties": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "defaultValue": { "type": "string" }, "readonly": { "type": "boolean" } } } }, "signals": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "parameters": { "type": "array" } ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills