forked from qt-creator/qt-creator
Doc: Remove links to the undocumented attachToWidget function
Change-Id: Id828e5d1c889289261c628f3f2dbe42206b8b892 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -185,11 +185,7 @@ void ProgressIndicatorPainter::nextAnimationStep()
|
|||||||
/*!
|
/*!
|
||||||
Constructs a ProgressIndicator of the size \a size and with the parent \a parent.
|
Constructs a ProgressIndicator of the size \a size and with the parent \a parent.
|
||||||
|
|
||||||
Use \l attachToWidget to make the progress indicator automatically resize and center on the
|
\sa setIndicatorSize()
|
||||||
parent widget.
|
|
||||||
|
|
||||||
\sa attachToWidget
|
|
||||||
\sa setIndicatorSize
|
|
||||||
*/
|
*/
|
||||||
ProgressIndicator::ProgressIndicator(ProgressIndicatorSize size, QWidget *parent)
|
ProgressIndicator::ProgressIndicator(ProgressIndicatorSize size, QWidget *parent)
|
||||||
: OverlayWidget(parent)
|
: OverlayWidget(parent)
|
||||||
|
|||||||
Reference in New Issue
Block a user