summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtoolbar.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtoolbar.3qt')
-rw-r--r--doc/man/man3/tqtoolbar.3qt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/man3/tqtoolbar.3qt b/doc/man/man3/tqtoolbar.3qt
index 347a69a4..e9b8b636 100644
--- a/doc/man/man3/tqtoolbar.3qt
+++ b/doc/man/man3/tqtoolbar.3qt
@@ -16,10 +16,10 @@ Inherits QDockWindow.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "QToolBar ( const QString & label, QMainWindow *, ToolBarDock = DockTop, bool newLine = FALSE, const char * name = 0 ) \fI(obsolete)\fR"
+.BI "QToolBar ( const TQString & label, QMainWindow *, ToolBarDock = DockTop, bool newLine = FALSE, const char * name = 0 ) \fI(obsolete)\fR"
.br
.ti -1c
-.BI "\fBQToolBar\fR ( const QString & label, QMainWindow * mainWindow, QWidget * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 )"
+.BI "\fBQToolBar\fR ( const TQString & label, QMainWindow * mainWindow, TQWidget * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 )"
.br
.ti -1c
.BI "\fBQToolBar\fR ( QMainWindow * parent = 0, const char * name = 0 )"
@@ -31,13 +31,13 @@ Inherits QDockWindow.
.BI "QMainWindow * \fBmainWindow\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetStretchableWidget\fR ( QWidget * w )"
+.BI "virtual void \fBsetStretchableWidget\fR ( TQWidget * w )"
.br
.ti -1c
-.BI "virtual void \fBsetLabel\fR ( const QString & )"
+.BI "virtual void \fBsetLabel\fR ( const TQString & )"
.br
.ti -1c
-.BI "QString \fBlabel\fR () const"
+.BI "TQString \fBlabel\fR () const"
.br
.ti -1c
.BI "virtual void \fBclear\fR ()"
@@ -46,7 +46,7 @@ Inherits QDockWindow.
.SS "Properties"
.in +1c
.ti -1c
-.BI "QString \fBlabel\fR - the toolbar's label"
+.BI "TQString \fBlabel\fR - the toolbar's label"
.br
.in -1c
.SH DESCRIPTION
@@ -93,9 +93,9 @@ You can use the clear() method to remove all items from a toolbar.
.PP
See also QToolButton, QMainWindow, Parts of Isys on Visual Design, GUI Design Handbook: Tool Bar, and Main Window and Related Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QToolBar::QToolBar ( const QString & label, QMainWindow *, ToolBarDock = DockTop, bool newLine = FALSE, const char * name = 0 )"
+.SH "QToolBar::QToolBar ( const TQString & label, QMainWindow *, ToolBarDock = DockTop, bool newLine = FALSE, const char * name = 0 )"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
-.SH "QToolBar::QToolBar ( const QString & label, QMainWindow * mainWindow, QWidget * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 )"
+.SH "QToolBar::QToolBar ( const TQString & label, QMainWindow * mainWindow, TQWidget * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 )"
Constructs an empty horizontal toolbar.
.PP
The toolbar is called \fIname\fR and is a child of \fIparent\fR and is managed by \fImainWindow\fR. The \fIlabel\fR and \fInewLine\fR parameters are passed straight to QMainWindow::addDockWindow(). \fIname\fR and the widget flags \fIf\fR are passed on to the QDockWindow constructor.
@@ -112,13 +112,13 @@ Examples:
.)l chart/chartform.cpp, fileiconview/mainwindow.cpp, helpviewer/helpwindow.cpp, qfd/fontdisplayer.cpp, and scribble/scribble.cpp.
.SH "void QToolBar::clear ()\fC [virtual]\fR"
Deletes all the toolbar's child widgets.
-.SH "QString QToolBar::label () const"
+.SH "TQString QToolBar::label () const"
Returns the toolbar's label. See the "label" property for details.
.SH "QMainWindow * QToolBar::mainWindow () const"
Returns a pointer to the QMainWindow which manages this toolbar.
-.SH "void QToolBar::setLabel ( const QString & )\fC [virtual]\fR"
+.SH "void QToolBar::setLabel ( const TQString & )\fC [virtual]\fR"
Sets the toolbar's label. See the "label" property for details.
-.SH "void QToolBar::setStretchableWidget ( QWidget * w )\fC [virtual]\fR"
+.SH "void QToolBar::setStretchableWidget ( TQWidget * w )\fC [virtual]\fR"
Sets the widget \fIw\fR to be expanded if this toolbar is requested to stretch.
.PP
The request to stretch might occur because QMainWindow right-justifies the dock area the toolbar is in, or because this toolbar's isVerticalStretchable() or isHorizontalStretchable() is set to TRUE.
@@ -130,7 +130,7 @@ See also QMainWindow::rightJustification, setVerticalStretchable(), and setHoriz
Examples:
.)l fileiconview/mainwindow.cpp and helpviewer/helpwindow.cpp.
.SS "Property Documentation"
-.SH "QString label"
+.SH "TQString label"
This property holds the toolbar's label.
.PP
If the toolbar is floated the label becomes the toolbar window's caption. There is no default label text.