Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Display items horizontally in QTreeView
-
Hi everyone.
I'am using QTreeView with custom QItemDelegate to display hierarchical data (only 1 level of hierachy) in a vertical line (column).
Problem is - I need to display this data in other QTreeView horizontally (the same way QLIstView does when you enable QListView::isWrapping with QListView::flow set to TopToBoottom), displaying hierarchy by vertical offset .
What is the best way to do that?