Open KochynVolodymyr opened 2 years ago
This is basically done since no any other requirement.
Examples:
set widget [getWidget "console"] send_action $widget "text_entry" "Hello!" send_action $widget "text_clear"
set widget [getWidget "editor"] send_action $widget "open_file" "test.v" set widget [getWidget "editor" "test.v"] send_action $widget "highlight" "test.v" 10 << Line
We want to have access to qt widgets from tcl scripts. For example:
@alain-rs please describe more requirements for this feature.