Changed: Typo fixes (Thanks to DuDraig!)
This commit is contained in:
parent
1bf4109e5b
commit
b368cae7a5
4 changed files with 6 additions and 6 deletions
|
@ -235,7 +235,7 @@ public:
|
|||
virtual void nodeModifiedFlagChanged(CWorkspaceNode &node) = 0;
|
||||
virtual void nodeSkelParentChanged(CWorkspaceNode &node) = 0; // called when fx has been linked / unlinked from a skeleton parent
|
||||
};
|
||||
/// Сonstructor
|
||||
/// Constructor
|
||||
CParticleWorkspace();
|
||||
/// Destructor
|
||||
~CParticleWorkspace();
|
||||
|
|
|
@ -59,7 +59,7 @@ struct ItemType
|
|||
/**
|
||||
@class CParticleTreeItem
|
||||
@brief Basic elements tree model particles workspace.
|
||||
Сontains pointer to items particle workspace and type icons.
|
||||
Contains pointer to items particle workspace and type icons.
|
||||
*/
|
||||
class CParticleTreeItem
|
||||
{
|
||||
|
|
|
@ -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 c<EFBFBD>urrent value from this range.).
|
||||
@brief The widget provides a horizontal slider and 3 QSpinBox(to set start/end value range and current 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.
|
||||
|
@ -120,7 +120,7 @@ private:
|
|||
|
||||
/**
|
||||
@class CEditRangeIntWidget
|
||||
@brief The widget provides a horizontal slider and 3 QSpinBox(to set start/end value range and Ñ<EFBFBD>urrent value from this range.).
|
||||
@brief The widget provides a horizontal slider and 3 QSpinBox(to set start/end value range and current value from this range.).
|
||||
@details Slider sets the sint32 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.
|
||||
|
@ -207,7 +207,7 @@ private:
|
|||
|
||||
/**
|
||||
@class CEditRangeFloatWidget
|
||||
@brief The widget provides a horizontal slider and 3 QDoubleSpinBox(to set start/end value range and Ñ<EFBFBD>urrent value from this range.).
|
||||
@brief The widget provides a horizontal slider and 3 QDoubleSpinBox(to set start/end value range and current value from this range.).
|
||||
@details Slider sets the float value within a specified range (start/end QDoubleSpinBox).
|
||||
The values range can be set through the class methods: setRange() or setRangeMin(), setRangeMax().
|
||||
Or the user input values in the widgets start/end QDoubleSpinBox.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Translation Manager Plugin - OVQT Plugin <http://dev.ryzom.com/projects/nel/>
|
||||
// Translation Manager Plugin - OVQT Plugin <http://dev.ryzom.com/projects/nel/>
|
||||
// Copyright (C) 2010 Winch Gate Property Limited
|
||||
// Copyright (C) 2011 Emanuel Costea <cemycc@gmail.com>
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue