Range

A description for Range.

template<class T>
class Range : private RangeT

Public Functions

inline QString toString(bool round = true, QLocale locale = QLocale()) const

Return a string in the format ‘start .. end’ and uses system locale (specialization see below)

inline QString toLocaleString(bool round = true) const

Return a string in the format ‘start .. end’ and uses number locale.

inline void zoom(const double factor, const bool nice, const double relZoomPosScene = 0.5)

TODO: implement zooming depending on the relZoomPosScene also for non linear scales!