diff options
author | Michele Calgaro <[email protected]> | 2023-11-18 15:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-19 23:33:47 +0900 |
commit | 089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch) | |
tree | e2c5625c37ba83b0848bbb212a45995ceec84139 /doc/man/man3/tqtabwidget.3qt | |
parent | d21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff) | |
download | tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqtabwidget.3qt')
-rw-r--r-- | doc/man/man3/tqtabwidget.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtabwidget.3qt b/doc/man/man3/tqtabwidget.3qt index c3b329379..1289df01c 100644 --- a/doc/man/man3/tqtabwidget.3qt +++ b/doc/man/man3/tqtabwidget.3qt @@ -49,10 +49,10 @@ Inherits TQWidget. .BI "void \fBsetTabEnabled\fR ( TQWidget * w, bool enable )" .br .ti -1c -.BI "void \fBsetCornerWidget\fR ( TQWidget * w, Qt::Corner corner = Qt::TopRight )" +.BI "void \fBsetCornerWidget\fR ( TQWidget * w, TQt::Corner corner = TQt::TopRight )" .br .ti -1c -.BI "TQWidget * \fBcornerWidget\fR ( Qt::Corner corner = Qt::TopRight ) const" +.BI "TQWidget * \fBcornerWidget\fR ( TQt::Corner corner = TQt::TopRight ) const" .br .ti -1c .BI "TQString \fBtabLabel\fR ( TQWidget * w ) const" @@ -250,7 +250,7 @@ Defines a new \fIlabel\fR for page \fIw\fR's tab. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Defines a new \fIiconset\fR and a new \fIlabel\fR for page \fIw\fR's tab. -.SH "TQWidget * QTabWidget::cornerWidget ( Qt::Corner corner = Qt::TopRight ) const" +.SH "TQWidget * QTabWidget::cornerWidget ( TQt::Corner corner = TQt::TopRight ) const" Returns the widget shown in the \fIcorner\fR of the tab widget or 0. .SH "int QTabWidget::count () const" Returns the number of tabs in the tab bar. See the "count" property for details. @@ -304,7 +304,7 @@ See also addTab(), showPage(), and QWidgetStack::removeWidget(). Removes the tab tool tip for page \fIw\fR. If the page does not have a tip, nothing happens. .PP See also setTabToolTip() and tabToolTip(). -.SH "void QTabWidget::setCornerWidget ( TQWidget * w, Qt::Corner corner = Qt::TopRight )" +.SH "void QTabWidget::setCornerWidget ( TQWidget * w, TQt::Corner corner = TQt::TopRight )" Sets widget \fIw\fR to be the shown in the specified \fIcorner\fR of the tab widget. .PP Only the horizontal element of the \fIcorner\fR will be used. |