doc: Fix mistake in QProgressBar::orientation
Reported on qt-interest: should say "true" instead of "false". Change-Id: Ic9d2608631679896179ae8601790847163a9224c Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>bb10
parent
7fad14f4e2
commit
2bd8443663
|
|
@ -525,7 +525,7 @@ Qt::Orientation QProgressBar::orientation() const
|
|||
\property QProgressBar::invertedAppearance
|
||||
\brief whether or not a progress bar shows its progress inverted
|
||||
|
||||
If this property is \c false, the progress bar grows in the other
|
||||
If this property is \c true, the progress bar grows in the other
|
||||
direction (e.g. from right to left). By default, the progress bar
|
||||
is not inverted.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue