]> Git trees. - libqmvoc.git/commit
- change the parent: KPlotWidget is now only a QWidget and not also a QFrame
authorPino Toscano <pino@kde.org>
Mon, 2 Jan 2006 00:28:49 +0000 (00:28 +0000)
committerPino Toscano <pino@kde.org>
Mon, 2 Jan 2006 00:28:49 +0000 (00:28 +0000)
commit0811f2d8f5a29dd6fb39f616aa445802a47f9a06
tree21afe1926f17efaa2d2f69c0c391b59dbb920a68
parent69335e37d5ae08612525a4c7d43735f79d8d21a1
- change the parent: KPlotWidget is now only a QWidget and not also a QFrame
- reworked a bit how the KPlotAxis are handled; a QHash of their type stores
  them, use axis() to get a pointer to an axis
- add a nice way to show a tooltip of the current point object under the cursor;
  it's a property and freely toggleable
- move some setter method as slots
- use fmod (in <math.h>) instead of dmod (in KPlotWidget itself) and deprecate
  the latter
- fix the drawing of grid
- apidox fixes

svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=493271
kdeeduplot/kplotwidget.cpp
kdeeduplot/kplotwidget.h