skills/smithery.ai/qt-testing

qt-testing

SKILL.md

Qt GUI Testing

Capture screenshots of Qt widgets for visual inspection without displaying windows on screen.

Quick Start

# Capture any widget
from scripts.qt_capture import capture_widget
path = capture_widget(my_widget, "description_here")
# Then read the screenshot with the Read tool

Core Script

Run scripts/qt_capture.py or import capture_widget from it:

Installs
2
First Seen
Mar 24, 2026
qt-testing from smithery.ai