diff options
Diffstat (limited to 'src/widgets/widgets/qpushbutton.cpp')
-rw-r--r-- | src/widgets/widgets/qpushbutton.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/widgets/qpushbutton.cpp b/src/widgets/widgets/qpushbutton.cpp index d06e3d17c72..aabf9554653 100644 --- a/src/widgets/widgets/qpushbutton.cpp +++ b/src/widgets/widgets/qpushbutton.cpp @@ -46,6 +46,7 @@ QT_BEGIN_NAMESPACE \inmodule QtWidgets \image fusion-pushbutton.png + {Push button for creating a new document} The push button, or command button, is perhaps the most commonly used widget in any graphical user interface. Push (click) a button @@ -513,7 +514,8 @@ bool QPushButton::hitButton(const QPoint &pos) const 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. + \image fusion-pushbutton-menu.png + {Push button with popup menu} A push button with popup menus shown in the \l{Qt Widget Gallery} {Fusion widget style}. |