This is a generic binary tree implementation and a viewer of these Tree for Qt
The advised method to use this depo is this :
- make a subdirs projet in qtcreator
- put your project inside the directory of this project
- add this repo as a git submodule of the subdirs project or clone this repo in it
- add genericbinarytree in the subdir project (add it to the SUBDIRS variable)
- add genericbinarytree as a library of your project (internal library)
- compile
You can find a simple example there : https://github.com/rom1504/BinaryTreeExample