Python Forum

Full Version: Display a tree
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,

I am writing a small app using Python and PyQt5 and have a input data that shows a tree as below:

Level 0
--Level 1
--Level 1
----Level 2
----Level 2
--Level 1
----Level 2
------Level 3
----Level 2

I would like to display this input data as image below:

https://drive.google.com/open?id=1nHlpvQ...pA5um8qB7n

Is there anyone know which tool I should use to display it?

Thank you so much,