Logo image Home Charts Trees
Warning : website under construction.
The website has been uploaded before the end to allow people who wants to use the library Clint.
Information present here could be not complete and some element could be deleted or modifyed.

Home

What is Clint

Clint is a library for Qt projects to add charts, trees or timelines.
The views in Clint interface with models of Qt. They are based on QAbstractItemView to be fully compatible with Qt.
The project is written in C++/Qt (version 4.8.0) and under license GPL.

Clint contains three modules (for the moment...) :

Chart

Presents the model values as curves, bars, pies, etc.
There are three different types of chart :

A linear chart or a radial chart can display several sequence of values, contrary to a pie chart.
A sequence is represented by a column in the model. So, linear ans radial charts can use a model like QTableItemModel and pie charts, a model like QListItemModel.

Tree

A tree displays items in the model as a tree, in the same way as QTreeView.
The item apparence is managed by a custom QStyledItemDelegate. So, the render can be easily modified.
There are three differents trees

Timeline

Presents data in a list following a path defined with a QPainterPath.