diff options
Diffstat (limited to 'doc/man/man3/qtoolbar.3qt')
-rw-r--r-- | doc/man/man3/qtoolbar.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qtoolbar.3qt b/doc/man/man3/qtoolbar.3qt index 1e1f98580..fc753db5a 100644 --- a/doc/man/man3/qtoolbar.3qt +++ b/doc/man/man3/qtoolbar.3qt @@ -52,7 +52,7 @@ Inherits QDockWindow. .SH DESCRIPTION The QToolBar class provides a movable panel containing widgets such as tool buttons. .PP -A toolbar is a panel that contains a set of controls, usually represented by small icons. It's purpose is to provide tquick access to frequently used commands or options. Within a QMainWindow the user can drag toolbars within and between the dock areas. Toolbars can also be dragged out of any dock area to float freely as top-level windows. +A toolbar is a panel that contains a set of controls, usually represented by small icons. It's purpose is to provide quick access to frequently used commands or options. Within a QMainWindow the user can drag toolbars within and between the dock areas. Toolbars can also be dragged out of any dock area to float freely as top-level windows. .PP QToolBar is a specialization of QDockWindow, and so provides all the functionality of a QDockWindow. .PP @@ -104,7 +104,7 @@ Use this constructor if you want to create torn-off (undocked, floating) toolbar .SH "QToolBar::QToolBar ( QMainWindow * parent = 0, const char * name = 0 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -Constructs an empty toolbar called \fIname\fR, with parent \fIparent\fR, in its \fIparent\fR's top dock area, without any label and without retquiring a newline. +Constructs an empty toolbar called \fIname\fR, with parent \fIparent\fR, in its \fIparent\fR's top dock area, without any label and without requiring a newline. .SH "void QToolBar::addSeparator ()" Adds a separator to the right/bottom of the toolbar. .PP |