Doc: Fixed typo in QDialog.

Task-number: QTBUG-31493
Change-Id: I7bb7b249a0336dd949f8c74bcc22c0b7c39d0885
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
This commit is contained in:
Jerome Pasion 2013-06-03 12:23:50 +02:00 committed by The Qt Project
parent 25a4405c69
commit c889e28483

View File

@ -150,12 +150,11 @@ void QDialogPrivate::deletePlatformHelper()
provide a \l{#return}{return value}, and they can have \l{#default}{default buttons}. QDialogs can also have a QSizeGrip in their
lower-right corner, using setSizeGripEnabled().
Note that QDialog (an any other widget that has type Qt::Dialog) uses
the parent widget slightly differently from other classes in Qt. A
dialog is always a top-level widget, but if it has a parent, its
default location is centered on top of the parent's top-level widget
(if it is not top-level itself). It will also share the parent's
taskbar entry.
Note that QDialog (and any other widget that has type \c Qt::Dialog) uses
the parent widget slightly differently from other classes in Qt. A dialog is
always a top-level widget, but if it has a parent, its default location is
centered on top of the parent's top-level widget (if it is not top-level
itself). It will also share the parent's taskbar entry.
Use the overload of the QWidget::setParent() function to change
the ownership of a QDialog widget. This function allows you to