Skip to main content
Glama

qt_wait_for

Wait for UI state changes in PySide6 applications by monitoring widget visibility, window count, or property values with configurable timeout.

Instructions

Wait for a UI state change.

Args: condition: One of 'widget_visible', 'window_count_changed', 'property_equals'. timeout_ms: Max time to wait in milliseconds (default 5000). object_name: Widget objectName (for widget_visible). ref: Widget ref (for property_equals). property_name: Property name (for property_equals). value: Expected value (for property_equals).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conditionYes
timeout_msNo
object_nameNo
refNo
property_nameNo
valueNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xCarbon/qt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server