改进平滑曲线
This commit is contained in:
@@ -24,8 +24,9 @@ protected:
|
||||
private:
|
||||
Ui::frmSmoothCurve *ui;
|
||||
QVector<QPointF> datas; //曲线上的点
|
||||
QPainterPath smoothCurve; //平滑曲线
|
||||
QPainterPath smoothCurve2; //直接连接点的非平滑曲线
|
||||
QPainterPath pathNormal; //正常曲线
|
||||
QPainterPath pathSmooth1; //平滑曲线1
|
||||
QPainterPath pathSmooth2; //平滑曲线2
|
||||
};
|
||||
|
||||
#endif // FRMSMOOTHCURVE_H
|
||||
|
||||
Reference in New Issue
Block a user