Skip to content

How to implement tree model? #88

Closed Answered by omix
Mingun asked this question in Q&A
Oct 12, 2022 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

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

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Mingun
Comment options

@omix
Comment options

omix Oct 17, 2022
Maintainer

@omix
Comment options

omix Oct 17, 2022
Maintainer

@Mingun
Comment options

Answer selected by omix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants