summaryrefslogtreecommitdiffstats
path: root/src/controls/ApplicationWindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/ApplicationWindow.qml')
-rw-r--r--src/controls/ApplicationWindow.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml
index 240965c41..863a22234 100644
--- a/src/controls/ApplicationWindow.qml
+++ b/src/controls/ApplicationWindow.qml
@@ -51,6 +51,8 @@ import QtQuick.Controls.Private 1.0
\ingroup applicationwindow
\brief Provides a top-level application window.
+ \image applicationwindow.png
+
ApplicationWindow is a \l Window that adds convenience for positioning items,
such as \l MenuBar, \l ToolBar, and \l StatusBar in a platform independent
manner.
@@ -77,6 +79,9 @@ import QtQuick.Controls.Private 1.0
}
}
\endcode
+
+ The \l{Qt Quick Controls - Gallery} example is a good starting
+ point to explore this type.
*/
Window {