How to get the text from the selected item in TreeView? #4020
Replies: 2 comments
-
@hduonggithub Are you working in C++ or Python? In C++ you can use the If you're working in Python it looks like the necessary C++ methods are not exposed and it may not be possible currently to get the widget from its index. I will have to look into this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Created issue to track this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know how to get the text from the selected item in TreeView? TreeView just returns the index of selected item only. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions