-
In the previous versions of QtJambi (when it was in What the replacement of this class? How to implement custom tree models? Where I can find documentation for that version of QtJambi (4.x I suppose)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The QtJambi4 class QTreeModel did nothing, you could not also realize in Java. Modern QtJambi reduces the set of available API classes to existing counterparts in Qt. https://github.com/OmixVisualization/qtjambi4/blob/master/src/cpp/qtjambi_gui/qtreemodel.h |
Beta Was this translation helpful? Give feedback.
The QtJambi4 class QTreeModel did nothing, you could not also realize in Java. Modern QtJambi reduces the set of available API classes to existing counterparts in Qt.
Be inspired by legacy code of QTreeModel to recreate it in Java if you will:
https://github.com/OmixVisualization/qtjambi4/blob/master/src/cpp/qtjambi_gui/qtreemodel.h
https://github.com/OmixVisualization/qtjambi4/blob/master/src/cpp/qtjambi_gui/qtreemodel.cpp