Re: Migrating from QWT 4.2 to QWT 6.14
Brought to you by:
rathmann
|
From: Uwe R. <Uwe...@ti...> - 2019-07-31 06:45:20
|
> The setScale function declaration is as follows (from the documentation): > void QwtScaleDraw::setScale (double x1, double x2, int maxMajIntv, int > maxMinIntv, > double step = 0.0, int logscale = 0) This is more or less the input for QwtScaleEngine::divideScale, that calculates a QwtScaleDiv, that can be assigned via QwtAbstractScaleDraw::setScaleDiv. Uwe |