Fix typo and formatting in QWidget font documentation.
Change-Id: I6dea7f1aa2827dbc4c4068184690c80a36ef2be6 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
This commit is contained in:
parent
c056e529c8
commit
31e055cee9
@ -4859,7 +4859,7 @@ void QWidget::unsetLayoutDirection()
|
|||||||
\fn QFontMetrics QWidget::fontMetrics() const
|
\fn QFontMetrics QWidget::fontMetrics() const
|
||||||
|
|
||||||
Returns the font metrics for the widget's current font.
|
Returns the font metrics for the widget's current font.
|
||||||
Equivalent to QFontMetrics(widget->font()).
|
Equivalent to \c QFontMetrics(widget->font()).
|
||||||
|
|
||||||
\sa font(), fontInfo(), setFont()
|
\sa font(), fontInfo(), setFont()
|
||||||
*/
|
*/
|
||||||
@ -4868,7 +4868,7 @@ void QWidget::unsetLayoutDirection()
|
|||||||
\fn QFontInfo QWidget::fontInfo() const
|
\fn QFontInfo QWidget::fontInfo() const
|
||||||
|
|
||||||
Returns the font info for the widget's current font.
|
Returns the font info for the widget's current font.
|
||||||
Equivalent to QFontInto(widget->font()).
|
Equivalent to \c QFontInfo(widget->font()).
|
||||||
|
|
||||||
\sa font(), fontMetrics(), setFont()
|
\sa font(), fontMetrics(), setFont()
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user