aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickbutton.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 20:30:26 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 19:11:26 +0000
commit5570ade79fec6d2e7b7381b6fe1869239832e05b (patch)
tree8ac10d6b47dd77709301f0c442de2f0dcfa17cd5 /src/quicktemplates2/qquickbutton.cpp
parent68139b762e632192fe7a8a9a1380d5193f2bf366 (diff)
Doc: add 2-suffix to the image assets and snippets
Change-Id: Ib8050cb3baefe07d28c7e2dcec64af155d2d7c9b Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/quicktemplates2/qquickbutton.cpp')
-rw-r--r--src/quicktemplates2/qquickbutton.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/quicktemplates2/qquickbutton.cpp b/src/quicktemplates2/qquickbutton.cpp
index 3dbab498..57d0912e 100644
--- a/src/quicktemplates2/qquickbutton.cpp
+++ b/src/quicktemplates2/qquickbutton.cpp
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
\ingroup qtquickcontrols2-buttons
\brief A push-button control that can be clicked by the user.
- \image qtquickcontrols-button.gif
+ \image qtquickcontrols2-button.gif
Button presents a push-button control that can be pushed or clicked by
the user. Buttons are normally used to perform an action, or to answer
@@ -57,13 +57,13 @@ QT_BEGIN_NAMESPACE
\e Yes, \e No, and \e Help.
\table
- \row \li \image qtquickcontrols-button-normal.png
+ \row \li \image qtquickcontrols2-button-normal.png
\li A button in its normal state.
- \row \li \image qtquickcontrols-button-pressed.png
+ \row \li \image qtquickcontrols2-button-pressed.png
\li A button that is pressed.
- \row \li \image qtquickcontrols-button-focused.png
+ \row \li \image qtquickcontrols2-button-focused.png
\li A button that has active focus.
- \row \li \image qtquickcontrols-button-disabled.png
+ \row \li \image qtquickcontrols2-button-disabled.png
\li A button that is disabled.
\endtable