aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-06-06 16:02:43 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-06-08 09:43:22 +0000
commit43dd46ac69e469694deb82e020b541a372b15fa6 (patch)
tree61060b542cf418f7146f1991e9921c7bf4dc2a1c /src
parentd400ab8290eaae7c3d3e74ea99a9136247d87e4f (diff)
Doc: update \sa statements Controls
Change-Id: Ifb2b62302e965a685ee57297aada883c7277610c Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/quicktemplates2/qquickbusyindicator.cpp2
-rw-r--r--src/quicktemplates2/qquickcontrol.cpp2
-rw-r--r--src/quicktemplates2/qquickpopup.cpp2
-rw-r--r--src/quicktemplates2/qquickprogressbar.cpp2
-rw-r--r--src/quicktemplates2/qquickswipedelegate.cpp2
5 files changed, 6 insertions, 4 deletions
diff --git a/src/quicktemplates2/qquickbusyindicator.cpp b/src/quicktemplates2/qquickbusyindicator.cpp
index c3dc069a..73181ec7 100644
--- a/src/quicktemplates2/qquickbusyindicator.cpp
+++ b/src/quicktemplates2/qquickbusyindicator.cpp
@@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE
}
\endqml
- \sa {Customizing BusyIndicator}, {Indicator Controls}
+ \sa {Customizing BusyIndicator}, {Indicator Controls}, ProgressBar
*/
class QQuickBusyIndicatorPrivate : public QQuickControlPrivate
diff --git a/src/quicktemplates2/qquickcontrol.cpp b/src/quicktemplates2/qquickcontrol.cpp
index d504d4fa..c9220826 100644
--- a/src/quicktemplates2/qquickcontrol.cpp
+++ b/src/quicktemplates2/qquickcontrol.cpp
@@ -71,6 +71,8 @@ QT_BEGIN_NAMESPACE
the screen.
\image qtquickcontrols2-control.png
+
+ \sa ApplicationWindow, Container
*/
static bool isKeyFocusReason(Qt::FocusReason reason)
diff --git a/src/quicktemplates2/qquickpopup.cpp b/src/quicktemplates2/qquickpopup.cpp
index 0702121e..0f773629 100644
--- a/src/quicktemplates2/qquickpopup.cpp
+++ b/src/quicktemplates2/qquickpopup.cpp
@@ -91,7 +91,7 @@ QT_BEGIN_NAMESPACE
scene, it is recommended to use ApplicationWindow. ApplicationWindow also
provides background dimming effects.
- \sa {Popup Controls}
+ \sa {Popup Controls}, ApplicationWindow
*/
/*!
diff --git a/src/quicktemplates2/qquickprogressbar.cpp b/src/quicktemplates2/qquickprogressbar.cpp
index 5f403690..9c091ba1 100644
--- a/src/quicktemplates2/qquickprogressbar.cpp
+++ b/src/quicktemplates2/qquickprogressbar.cpp
@@ -64,7 +64,7 @@ QT_BEGIN_NAMESPACE
}
\endcode
- \sa {Customizing ProgressBar}
+ \sa {Customizing ProgressBar}, BusyIndicator
*/
class QQuickProgressBarPrivate : public QQuickControlPrivate
diff --git a/src/quicktemplates2/qquickswipedelegate.cpp b/src/quicktemplates2/qquickswipedelegate.cpp
index 31571864..140dd728 100644
--- a/src/quicktemplates2/qquickswipedelegate.cpp
+++ b/src/quicktemplates2/qquickswipedelegate.cpp
@@ -89,7 +89,7 @@ QT_BEGIN_NAMESPACE
\image qtquickcontrols2-swipedelegate-behind.gif
- \sa {Customizing SwipeDelegate}
+ \sa {Customizing SwipeDelegate}, {Delegate Controls}
*/
class QQuickSwipePrivate : public QObjectPrivate