Changed: Typo fixes (Thanks to DuDraig!)

This commit is contained in:
kervala 2013-02-11 22:34:24 +01:00
parent 5794497a79
commit 1bf4109e5b

View file

@ -33,7 +33,7 @@ namespace NLQT
/**
@class CEditRangeUIntWidget
@brief The widget provides a horizontal slider and 3 QSpinBox(to set start/end value range and сurrent value from this range.).
@brief The widget provides a horizontal slider and 3 QSpinBox(to set start/end value range and c<EFBFBD>urrent value from this range.).
@details Slider sets the uint32 value within a specified range (start/end QSpinBox).
The values range can be set through the class methods: setRange() or setRangeMin(), setRangeMax().
Or the user input values in the widgets start/end QSpinBox.