diff options
Diffstat (limited to 'doc/man/man3/tqheader.3qt')
-rw-r--r-- | doc/man/man3/tqheader.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqheader.3qt b/doc/man/man3/tqheader.3qt index 0221aca52..09e9c077f 100644 --- a/doc/man/man3/tqheader.3qt +++ b/doc/man/man3/tqheader.3qt @@ -28,7 +28,7 @@ Inherits TQWidget. .BI "int \fBaddLabel\fR ( const TQString & s, int size = -1 )" .br .ti -1c -.BI "int \fBaddLabel\fR ( const QIconSet & iconset, const TQString & s, int size = -1 )" +.BI "int \fBaddLabel\fR ( const TQIconSet & iconset, const TQString & s, int size = -1 )" .br .ti -1c .BI "void \fBremoveLabel\fR ( int section )" @@ -37,13 +37,13 @@ Inherits TQWidget. .BI "virtual void \fBsetLabel\fR ( int section, const TQString & s, int size = -1 )" .br .ti -1c -.BI "virtual void \fBsetLabel\fR ( int section, const QIconSet & iconset, const TQString & s, int size = -1 )" +.BI "virtual void \fBsetLabel\fR ( int section, const TQIconSet & iconset, const TQString & s, int size = -1 )" .br .ti -1c .BI "TQString \fBlabel\fR ( int section ) const" .br .ti -1c -.BI "QIconSet * \fBiconSet\fR ( int section ) const" +.BI "TQIconSet * \fBiconSet\fR ( int section ) const" .br .ti -1c .BI "virtual void \fBsetOrientation\fR ( Orientation )" @@ -275,7 +275,7 @@ Constructs a horizontal header called \fIname\fR, with \fIn\fR sections and pare Destroys the header and all its sections. .SH "int QHeader::addLabel ( const TQString & s, int size = -1 )" Adds a new section with label text \fIs\fR. Returns the index position where the section was added (at the right for horizontal headers, at the bottom for vertical headers). The section's width is set to \fIsize\fR. If \fIsize\fR < 0, an appropriate size for the text \fIs\fR is chosen. -.SH "int QHeader::addLabel ( const QIconSet & iconset, const TQString & s, int size = -1 )" +.SH "int QHeader::addLabel ( const TQIconSet & iconset, const TQString & s, int size = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Adds a new section with iconset \fIiconset\fR and label text \fIs\fR. Returns the index position where the section was added (at the right for horizontal headers, at the bottom for vertical headers). The section's width is set to \fIsize\fR, unless size is negative in which case the size is calculated taking account of the size of the text. @@ -307,7 +307,7 @@ See also pressed() and released(). Returns the number of sections in the header. See the "count" property for details. .SH "int QHeader::headerWidth () const" Returns the total width of all the header columns. -.SH "QIconSet * QHeader::iconSet ( int section ) const" +.SH "TQIconSet * QHeader::iconSet ( int section ) const" Returns the icon set for section \fIsection\fR. If the section does not exist, 0 is returned. .SH "void QHeader::indexChange ( int section, int fromIndex, int toIndex )\fC [signal]\fR" This signal is emitted when the user moves section \fIsection\fR from index position \fIfromIndex\fR, to index position \fItoIndex\fR. @@ -452,7 +452,7 @@ If the section does not exist, nothing happens. .PP Examples: .)l chart/setdataform.cpp and table/small-table-demo/main.cpp. -.SH "void QHeader::setLabel ( int section, const QIconSet & iconset, const TQString & s, int size = -1 )\fC [virtual]\fR" +.SH "void QHeader::setLabel ( int section, const TQIconSet & iconset, const TQString & s, int size = -1 )\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Sets the icon for section \fIsection\fR to \fIiconset\fR and the text to \fIs\fR. The section's width is set to \fIsize\fR if \fIsize\fR >= 0; otherwise it is left unchanged. |