mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-10 00:29:58 +02:00
Fix various typos in source documentation and comments (cont.)
Found via `codespell`
This commit is contained in:
committed by
Laurent Trinques
parent
a76e5446aa
commit
1994235bc5
@@ -236,11 +236,11 @@ bool DiagramTextItem::isHtml() const
|
||||
|
||||
/**
|
||||
@brief DiagramTextItem::paint
|
||||
Draw this text field. This method draw the text by calling QGraphicsTextItem::paint.
|
||||
If text is hovered, this method draw the bounding rect in grey
|
||||
Draw this text field. This method draws the text by calling QGraphicsTextItem::paint.
|
||||
If text is hovered, this method draws the bounding rect in grey
|
||||
@param painter : painter to use
|
||||
@param option : style option
|
||||
@param widget : widget where must to draw
|
||||
@param widget : widget that is drawn to
|
||||
*/
|
||||
void DiagramTextItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
|
||||
{
|
||||
@@ -413,7 +413,7 @@ void DiagramTextItem::prepareAlignment()
|
||||
|
||||
/**
|
||||
@brief DiagramTextItem::finishAlignment
|
||||
Call this function after changing the bouding rect of this text
|
||||
Call this function after changing the bounding rect of this text
|
||||
to set the position of this text according to the alignment property.
|
||||
*/
|
||||
void DiagramTextItem::finishAlignment()
|
||||
|
||||
Reference in New Issue
Block a user