diff options
Diffstat (limited to 'doc/man/man3/qtoolbutton.3qt')
-rw-r--r-- | doc/man/man3/qtoolbutton.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qtoolbutton.3qt b/doc/man/man3/qtoolbutton.3qt index 3071d643a..94d0c49c8 100644 --- a/doc/man/man3/qtoolbutton.3qt +++ b/doc/man/man3/qtoolbutton.3qt @@ -164,9 +164,9 @@ Inherits QButton. .br .in -1c .SH DESCRIPTION -The QToolButton class provides a tquick-access button to commands or options, usually used inside a QToolBar. +The QToolButton class provides a quick-access button to commands or options, usually used inside a QToolBar. .PP -A tool button is a special button that provides tquick-access to specific commands or options. As opposed to a normal command button, a tool button usually doesn't show a text label, but shows an icon instead. Its classic usage is to select tools, for example the "pen" tool in a drawing program. This would be implemented with a QToolButton as toggle button (see setToggleButton() ). +A tool button is a special button that provides quick-access to specific commands or options. As opposed to a normal command button, a tool button usually doesn't show a text label, but shows an icon instead. Its classic usage is to select tools, for example the "pen" tool in a drawing program. This would be implemented with a QToolButton as toggle button (see setToggleButton() ). .PP QToolButton supports auto-raising. In auto-raise mode, the button draws a 3D frame only when the mouse points at it. The feature is automatically turned on when a button is used inside a QToolBar. Change it with setAutoRaise(). .PP |