We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to have access to qt widgets from tcl scripts. For example:
% set widget [expr getWidget "console"] % ...
@alain-rs please describe more requirements for this feature.
The text was updated successfully, but these errors were encountered:
Add basic functionality for getting qt widgets in tcl (issue os-fpga#236
28b058f
)
Merge pull request #240 from KochynVolodymyr/tcl_getWidget_from_qt
c8493ba
Add basic functionality for getting qt widgets in tcl (issue #236)
This is basically done since no any other requirement.
Sorry, something went wrong.
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
Openfpga script fix (#236)
fba08f3
* openfpga fix * openfpga script fix Co-authored-by: Alain Dargelas <[email protected]>
KochynVolodymyr
No branches or pull requests
We want to have access to qt widgets from tcl scripts. For example:
@alain-rs please describe more requirements for this feature.
The text was updated successfully, but these errors were encountered: