summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qpushbutton.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-05-31 11:38:48 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-06-09 06:58:02 +0000
commit237c867a002c8035aac7ff8a870da717eb7b0878 (patch)
tree8b1808206964bfd8e9353b8b8455d71a74ee30c7 /src/widgets/widgets/qpushbutton.cpp
parent98057fc6c5455c82844a53b374994c33ee1c1a0e (diff)
Doc: Update widget style gallery topic
To avoid repetition, remove the individual style gallery topics. Add images of the Styles and Calendar widget examples and use them instead of individual images of each widget. Task-number: QTBUG-5894 Change-Id: I1231824df60e39e8fb89ac2a764e12151636c019 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/widgets/widgets/qpushbutton.cpp')
-rw-r--r--src/widgets/widgets/qpushbutton.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/widgets/qpushbutton.cpp b/src/widgets/widgets/qpushbutton.cpp
index 6aa1d68c32..293d107740 100644
--- a/src/widgets/widgets/qpushbutton.cpp
+++ b/src/widgets/widgets/qpushbutton.cpp
@@ -517,7 +517,8 @@ void QPushButton::focusOutEvent(QFocusEvent *e)
Ownership of the menu is \e not transferred to the push button.
\image fusion-pushbutton-menu.png Screenshot of a Fusion style push button with popup menu.
- A push button with popup menus shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
+ A push button with popup menus shown in the \l{Qt Widget Gallery}
+ {Fusion widget style}.
\sa menu()
*/