tomwer.gui.utils.unitsystem#

This module is used to define the process of the reference creator. This is related to the issue #184

Classes

CentimeterEntry(name[, default_unit, parent])

Define a QlineEdit which will set and get metric values in centimeter

MetricEntry(name[, value, default_unit, parent])

Create a simple line with a name, a QLineEdit and a combobox to define the unit in order to define a metric value.

PixelEntry(name[, parent])