aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickgroupbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickgroupbox.cpp')
-rw-r--r--src/quicktemplates2/qquickgroupbox.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quicktemplates2/qquickgroupbox.cpp b/src/quicktemplates2/qquickgroupbox.cpp
index 6efdb140..b135a92c 100644
--- a/src/quicktemplates2/qquickgroupbox.cpp
+++ b/src/quicktemplates2/qquickgroupbox.cpp
@@ -62,22 +62,22 @@ QT_BEGIN_NAMESPACE
implicit size of its contained item. This makes it particularly suitable
for use together with layouts.
- \image qtquickcontrols-groupbox.png
+ \image qtquickcontrols2-groupbox.png
- \snippet qtquickcontrols-groupbox.qml 1
+ \snippet qtquickcontrols2-groupbox.qml 1
\section2 Checkable GroupBox
Even though GroupBox has no built-in check box, it is straightforward
to create a checkable GroupBox by pairing it with a CheckBox.
- \image qtquickcontrols-groupbox-checkable.png
+ \image qtquickcontrols2-groupbox-checkable.png
It is a common pattern to enable or disable the groupbox's children when
its checkbox is toggled on or off, but it is the application that decides
on the behavior of the groupbox.
- \snippet qtquickcontrols-groupbox-checkable.qml 1
+ \snippet qtquickcontrols2-groupbox-checkable.qml 1
\labs