-
In QML I'm able to print from qml value of any item, e.g.
is this possible to do from slint file? |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Oct 22, 2023
Replies: 1 comment 2 replies
-
There is a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
qarmin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a
debug (...)
that works the same way:https://slint.dev/releases/1.2.2/docs/slint/src/language/builtins/functions#debug
You can just use it in the binding itself