mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Changed: Typo fixes (Thanks to DuDraig!)
This commit is contained in:
parent
1e724738ba
commit
852fad2bde
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