From f22c30720f8a191b7adaa8ddfe4d5dc4b6c1540f Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 23 Oct 2017 13:39:00 +0200 Subject: Docs: make button icons sound as worthy as text labels Advertise text and icon properties equally. The additional mention of the icon property make icons sound somehow less worthy. :) Change-Id: I564954091ba9d484abda702ce4ba46ddebe7a082 Reviewed-by: Mitch Curtis --- src/quicktemplates2/qquicktoolbutton.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/quicktemplates2/qquicktoolbutton.cpp') diff --git a/src/quicktemplates2/qquicktoolbutton.cpp b/src/quicktemplates2/qquicktoolbutton.cpp index 8c9e9bca..f87a58b2 100644 --- a/src/quicktemplates2/qquicktoolbutton.cpp +++ b/src/quicktemplates2/qquicktoolbutton.cpp @@ -58,9 +58,8 @@ QT_BEGIN_NAMESPACE \snippet qtquickcontrols2-toolbar.qml 1 ToolButton inherits its API from AbstractButton. For instance, you can set - \l {AbstractButton::text}{text}, and react to \l {AbstractButton::clicked}{clicks} - using the AbstractButton API. In addition to displaying text, tool buttons - can also display an \l [QML]{Button Icons}{icon}. + \l {AbstractButton::text}{text}, display an \l {Icons in Qt Quick Controls 2}{icon}, + and react to \l {AbstractButton::clicked}{clicks} using the AbstractButton API. \sa ToolBar, {Customizing ToolButton}, {Button Controls} */ -- cgit v1.2.3