I just jumped from Java to C++ and want to use Qt now.
My intensions are to use a TreeView. I already found out that I have to use the QListView class using the Qt Designer which works real nice, BUT I can't get columns away. I want to use just the tree without any columns, whenever I remove the column(0) or hide the column(0) there is still a column displaying "1"
Could you help me please
Thanks in advance
Hamlet55