#ifndef TOOLS_H #define TOOLS_H #include double unit_to_point(QString c, qreal scale = 1); double point_to_unit(double points, QString c, qreal scale); #endif