aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-24 15:23:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-25 13:51:06 +0200
commit779182eb4a56d29958a064baf642c52a311a93e5 (patch)
treef5d3d04c69594e2dfa5b6e6a91092fa6c7941a58 /src/quick/items/qquickwindow.cpp
parent3e6305f6ac3d8565d714448a29c32917e097e184 (diff)
Doc: Made Qt Quick items' \since consistent.
Qt 5.2: -"\since QtQuick 2.2" -> "\since 5.2" Qt 5.1: -"\since QtQuick 2.1" -> "\since 5.1" -"\since Qt 5.1" -> "\since 5.1" Qt 5.0: -"\since QtQuick 2.0" -> "\since 5.0" Task-number: QTBUG-32172 Change-Id: I699b00b31373a434ddb8f4caccfef40c588bf8a4 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/quick/items/qquickwindow.cpp')
-rw-r--r--src/quick/items/qquickwindow.cpp32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/quick/items/qquickwindow.cpp b/src/quick/items/qquickwindow.cpp
index 923b7605e1..c851d22730 100644
--- a/src/quick/items/qquickwindow.cpp
+++ b/src/quick/items/qquickwindow.cpp
@@ -896,7 +896,7 @@ void QQuickWindowPrivate::cleanup(QSGNode *n)
*/
/*!
\class QQuickWindow
- \since QtQuick 2.0
+ \since 5.0
\inmodule QtQuick
@@ -2637,7 +2637,7 @@ QOpenGLContext *QQuickWindow::openglContext() const
/*!
\class QQuickCloseEvent
\internal
- \since QtQuick 2.1
+ \since 5.1
\inmodule QtQuick.Window
@@ -2649,7 +2649,7 @@ QOpenGLContext *QQuickWindow::openglContext() const
\inqmlmodule QtQuick.Window 2
\ingroup qtquick-visual
\brief Notification that a \l Window is about to be closed
- \since Qt 5.1
+ \since 5.1
Notification that a window is about to be closed by the windowing system
(e.g. the user clicked the titlebar close button). The CloseEvent contains
@@ -2667,7 +2667,7 @@ QOpenGLContext *QQuickWindow::openglContext() const
/*!
\fn void QQuickWindow::closing()
- \since QtQuick 2.1
+ \since 5.1
This signal is emitted when the window receives a QCloseEvent from the
windowing system.
@@ -2675,7 +2675,7 @@ QOpenGLContext *QQuickWindow::openglContext() const
/*!
\qmlsignal QtQuick.Window2::closing(CloseEvent close)
- \since Qt 5.1
+ \since 5.1
This signal is emitted when the user tries to close the window.
@@ -3078,7 +3078,7 @@ QColor QQuickWindow::color() const
/*!
\brief Returns whether to use alpha transparency on newly created windows.
- \since Qt 5.1
+ \since 5.1
\sa setDefaultAlphaBuffer()
*/
bool QQuickWindow::hasDefaultAlphaBuffer()
@@ -3088,7 +3088,7 @@ bool QQuickWindow::hasDefaultAlphaBuffer()
/*!
\brief \a useAlpha specifies whether to use alpha transparency on newly created windows.
- \since Qt 5.1
+ \since 5.1
In any application which expects to create translucent windows, it's
necessary to set this to true before creating the first QQuickWindow,
@@ -3217,7 +3217,7 @@ void QQuickWindow::resetOpenGLState()
/*!
\qmlproperty int QtQuick.Window2::Window::minimumWidth
\qmlproperty int QtQuick.Window2::Window::minimumHeight
- \since Qt 5.1
+ \since 5.1
Defines the window's minimum size.
@@ -3228,7 +3228,7 @@ void QQuickWindow::resetOpenGLState()
/*!
\qmlproperty int QtQuick.Window2::Window::maximumWidth
\qmlproperty int QtQuick.Window2::Window::maximumHeight
- \since Qt 5.1
+ \since 5.1
Defines the window's maximum size.
@@ -3263,7 +3263,7 @@ void QQuickWindow::resetOpenGLState()
visibility to Hidden is the same as setting \l visible to false.
\sa visible
- \since Qt 5.1
+ \since 5.1
*/
/*!
@@ -3284,7 +3284,7 @@ void QQuickWindow::resetOpenGLState()
\sa Screen
- \since Qt 5.1
+ \since 5.1
*/
/*!
@@ -3301,12 +3301,12 @@ void QQuickWindow::resetOpenGLState()
The default value is 1.0.
- \since Qt 5.1
+ \since 5.1
*/
/*!
\qmlproperty Item QtQuick.Window2::Window::activeFocusItem
- \since Qt 5.1
+ \since 5.1
The item which currently has active focus or \c null if there is
no item with active focus.
@@ -3314,7 +3314,7 @@ void QQuickWindow::resetOpenGLState()
/*!
\qmlproperty QtQuick.Window2::Window::active
- \since Qt 5.1
+ \since 5.1
The active status of the window.
@@ -3323,14 +3323,14 @@ void QQuickWindow::resetOpenGLState()
/*!
\qmlmethod QtQuick2::Window::requestActivate()
- \since QtQuick 2.1
+ \since 5.1
Requests the window to be activated, i.e. receive keyboard focus.
*/
/*!
\qmlmethod QtQuick2::Window::alert(int msec)
- \since QtQuick 2.1
+ \since 5.1
Causes an alert to be shown for \a msec miliseconds. If \a msec is \c 0 (the
default), then the alert is shown indefinitely until the window becomes