改进代码

This commit is contained in:
feiyangqingyun
2021-10-08 10:52:05 +08:00
parent f6923b97a2
commit 200b7eeafb
171 changed files with 2894 additions and 1940 deletions

View File

@@ -27,9 +27,9 @@ class QwtInterval;
The scale is painted using a QwtScaleDraw object.
The scale division might be assigned explicitly - but usually
it is calculated from the boundaries using a QwtScaleEngine.
it is calculated from the boundaries using a QwtScaleEngine.
The scale engine also decides the type of transformation of the scale
The scale engine also decides the type of transformation of the scale
( linear, logarithmic ... ).
*/
@@ -85,7 +85,7 @@ public:
const QwtScaleMap &scaleMap() const;
protected:
void rescale( double lowerBound,
void rescale( double lowerBound,
double upperBound, double stepSize );
void setAbstractScaleDraw( QwtAbstractScaleDraw * );