mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
Changed: Typo fixes (Thanks to DuDraig!)
This commit is contained in:
parent
5794497a79
commit
1bf4109e5b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace NLQT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class CEditRangeUIntWidget
|
@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).
|
@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().
|
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.
|
Or the user input values in the widgets start/end QSpinBox.
|
||||||
|
|
Loading…
Reference in a new issue