From c740211ffba3330d951f4c3ddefea8edf23a01cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 May 2013 21:58:34 -0500 Subject: Automated update from Qt3 --- doc/man/man3/qtoolbutton.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/qtoolbutton.3qt') 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 -- cgit v1.2.3