Sync documentation from wiki to dialog

Change-Id: I2c3f623ef3dce33025b3e6a6233a6f3da8dd2691
This commit is contained in:
David Edmundson 2014-09-12 13:05:08 +02:00
parent 98faacc5ef
commit 13ddfd71e9

View File

@ -54,9 +54,11 @@ class DialogPrivate;
/** /**
* @class Dialog * @class Dialog
* @short QML wrapper for dialogs
* *
* Exposed as `Dialog` inside org.kde.plasma.core 2.0 * Dialog creates a Plasma themed top level window that can contain any QML component.
*
* It can be automatically positioned relative to a visual parent
* The dialog will resize to the size of the main item
* *
* @code{.qml} * @code{.qml}
* import QtQuick 2.0 * import QtQuick 2.0