# Qt UI Actions

> Drive Qt UIs in DCC hosts with structured actions; use with CUA, UI Control, or dcc-cua workflows when semantic Qt controls are available.

- Skill: `dcc-mcp/qt-ui-actions` (Agent Skill, multi-file: 9 files)
- Install (CLI): `npx skillmds@latest add dcc-mcp/qt-ui-actions`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dcc-mcp/qt-ui-actions/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: dcc-mcp (https://skillmd.com/u/dcc-mcp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dcc-mcp/qt-ui-actions

---


# Qt UI Actions

Use this skill after `qt-ui-inspector` has identified stable Qt selectors.
Prefer widget ids, object names, class names, and QAction text over screen
coordinates. Each tool must run on the host main thread.

These tools complement core 0.20 `ui_control__*` tools backed by dcc-cua 0.4.
Use structured Qt actions when a stable Qt selector exists. Use
`ui_control__snapshot` and one `ui_control__act` for native widgets, custom
canvases, or input that the Qt binding cannot express.

