PDA

View Full Version : QSint::BarChartPlotter



Sintegrial
24th March 2011, 21:13
BarChartPlotter is a simple Bar Chart plotting widget.

BarChartPlotter provides easy-to-use API and performs fast "native" painting (directly via QPainter).

Currently it allows to draw Bar Charts of 2 types: Stacked and Column.

BarChartPlotter follows MVC ideology using QAbstractItemModel as data source.

download here: http://qt-apps.org/content/show.php/QSint+Charts?content=140125

http://qt-apps.org/CONTENT/content-pre2/140125-2.png

http://qt-apps.org/CONTENT/content-pre1/140125-1.png

Sintegrial
17th November 2015, 12:25
The latest sources can be found here:

http://qt-apps.org/content/show.php?content=162296

anda_skoa
17th November 2015, 13:25
I haven't checked but have you registered this with http://inqlude.org/ ?

Cheers,
_

Sintegrial
17th November 2015, 23:06
No, cause qsint is just a pure Qt library and does not depend on KDE.

anda_skoa
18th November 2015, 08:28
No, cause qsint is just a pure Qt library and does not depend on KDE.

I am afraid I can't follow.

So your library is a Qt library like all other libraries on inqlude.org
But you don't want it listed and findable by Qt application developers?
Because it does not depend on KDE?

Cheers,
_

Sintegrial
18th November 2015, 09:23
Well I thought first that there are only KDE-dependent libraries listed...
Maybe it is worth to register the lib then, you're right.

anda_skoa
18th November 2015, 10:27
Well I thought first that there are only KDE-dependent libraries listed...

You must be looking at a very different list then.

On the "Stable libraries" page there is only a handful of libraries which are related to KDE's Plasma desktop:
- kcmutils
- kded
- kdelibs
- kdelibs4support
- kdepimlibs
- krunner
- plasma-framework
- kwallet

So about 10 out of about 140, less than 10% if my math doesn't fail me :)

Cheers,
_

Sintegrial
18th November 2015, 10:53
Well, here http://inqlude.org/index.html there's a little bit more than 10 "KDE" libs :)
I can see about 60 at least...
I mean they all have a "k" letter at the beginning. And most of their links point to http://download.kde.org.

anda_skoa
18th November 2015, 13:18
Well, here http://inqlude.org/index.html there's a little bit more than 10 "KDE" libs :)
I can see about 60 at least...
I mean they all have a "k" letter at the beginning. And most of their links point to http://download.kde.org.

Yes, but you wrote "depend on KDE".
Depend in the context of a library usually refers to something needed at build- or run-time, not where the code is hosted.

Otherwise your library would not be a Qt library either since it is not hosted on qt.io, right?

Cheers,
_