From assembly to Qt “model” of “abstract class” …
Unsolved
General and Desktop
-
I am trying to use “tree” structure in my code – found several “examples” and the one I am using has absolutely no comments in the code.
Can antibody guide me to a documented / commented C++ code using QT abstract class “model” and implementing tree ? -
@AnneRanch said in From assembly to Qt “model” of “abstract class” …:
using QT abstract class “model” and implementing tree
There is more than just one "model" class in Qt.
What "tree"? A treeWidget?Do you use this example by any chance?!
I think it's well explained there.