diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/man/man3/tqtabwidget.3qt | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.tar.gz tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.zip |
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqtabwidget.3qt')
-rw-r--r-- | doc/man/man3/tqtabwidget.3qt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqtabwidget.3qt b/doc/man/man3/tqtabwidget.3qt index 7cab09f1c..90133905a 100644 --- a/doc/man/man3/tqtabwidget.3qt +++ b/doc/man/man3/tqtabwidget.3qt @@ -22,7 +22,7 @@ Inherits TQWidget. .BI "virtual void \fBaddTab\fR ( TQWidget * child, const TQString & label )" .br .ti -1c -.BI "virtual void \fBaddTab\fR ( TQWidget * child, const QIconSet & iconset, const TQString & label )" +.BI "virtual void \fBaddTab\fR ( TQWidget * child, const TQIconSet & iconset, const TQString & label )" .br .ti -1c .BI "virtual void \fBaddTab\fR ( TQWidget * child, QTab * tab )" @@ -31,7 +31,7 @@ Inherits TQWidget. .BI "virtual void \fBinsertTab\fR ( TQWidget * child, const TQString & label, int index = -1 )" .br .ti -1c -.BI "virtual void \fBinsertTab\fR ( TQWidget * child, const QIconSet & iconset, const TQString & label, int index = -1 )" +.BI "virtual void \fBinsertTab\fR ( TQWidget * child, const TQIconSet & iconset, const TQString & label, int index = -1 )" .br .ti -1c .BI "virtual void \fBinsertTab\fR ( TQWidget * child, QTab * tab, int index = -1 )" @@ -40,7 +40,7 @@ Inherits TQWidget. .BI "void \fBchangeTab\fR ( TQWidget * w, const TQString & label )" .br .ti -1c -.BI "void \fBchangeTab\fR ( TQWidget * w, const QIconSet & iconset, const TQString & label )" +.BI "void \fBchangeTab\fR ( TQWidget * w, const TQIconSet & iconset, const TQString & label )" .br .ti -1c .BI "bool \fBisTabEnabled\fR ( TQWidget * w ) const" @@ -61,10 +61,10 @@ Inherits TQWidget. .BI "void \fBsetTabLabel\fR ( TQWidget * w, const TQString & l )" .br .ti -1c -.BI "QIconSet \fBtabIconSet\fR ( TQWidget * w ) const" +.BI "TQIconSet \fBtabIconSet\fR ( TQWidget * w ) const" .br .ti -1c -.BI "void \fBsetTabIconSet\fR ( TQWidget * w, const QIconSet & iconset )" +.BI "void \fBsetTabIconSet\fR ( TQWidget * w, const TQIconSet & iconset )" .br .ti -1c .BI "void \fBremoveTabToolTip\fR ( TQWidget * w )" @@ -234,7 +234,7 @@ See also insertTab(). .PP Examples: .)l addressbook/centralwidget.cpp and themes/themes.cpp. -.SH "void QTabWidget::addTab ( TQWidget * child, const QIconSet & iconset, const TQString & label )\fC [virtual]\fR" +.SH "void QTabWidget::addTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label )\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Adds another tab and page to the tab view. @@ -246,7 +246,7 @@ This is an overloaded member function, provided for convenience. It behaves esse This is a low-level function for adding tabs. It is useful if you are using setTabBar() to set a QTabBar subclass with an overridden QTabBar::paint() function for a subclass of QTab. The \fIchild\fR is the new page and \fItab\fR is the tab to put the \fIchild\fR on. .SH "void QTabWidget::changeTab ( TQWidget * w, const TQString & label )" Defines a new \fIlabel\fR for page \fIw\fR's tab. -.SH "void QTabWidget::changeTab ( TQWidget * w, const QIconSet & iconset, const TQString & label )" +.SH "void QTabWidget::changeTab ( TQWidget * w, const TQIconSet & iconset, const TQString & label )" 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. @@ -276,7 +276,7 @@ If \fIindex\fR is not specified, the tab is simply appended. Otherwise it is ins If you call insertTab() after show(), the screen will flicker and the user may be confused. .PP See also addTab(). -.SH "void QTabWidget::insertTab ( TQWidget * child, const QIconSet & iconset, const TQString & label, int index = -1 )\fC [virtual]\fR" +.SH "void QTabWidget::insertTab ( TQWidget * child, const TQIconSet & iconset, const TQString & label, int index = -1 )\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Inserts another tab and page to the tab view. @@ -326,7 +326,7 @@ QTabWidget uses TQWidget::setEnabled() internally, rather than keeping a separat Note that even a disabled tab/page may be visible. If the page is visible already, QTabWidget will not hide it; if all the pages are disabled, QTabWidget will show one of them. .PP See also isTabEnabled() and TQWidget::enabled. -.SH "void QTabWidget::setTabIconSet ( TQWidget * w, const QIconSet & iconset )" +.SH "void QTabWidget::setTabIconSet ( TQWidget * w, const TQIconSet & iconset )" Sets the iconset for page \fIw\fR to \fIiconset\fR. .SH "void QTabWidget::setTabLabel ( TQWidget * w, const TQString & l )" Sets the tab label for page \fIw\fR to \fIl\fR @@ -348,7 +348,7 @@ See also QTabBar::currentTab. Returns the current QTabBar. .PP See also setTabBar(). -.SH "QIconSet QTabWidget::tabIconSet ( TQWidget * w ) const" +.SH "TQIconSet QTabWidget::tabIconSet ( TQWidget * w ) const" Returns the iconset of page \fIw\fR or a null iconset if \fIw\fR is not a tab page or does not have an iconset. .SH "TQString QTabWidget::tabLabel ( TQWidget * w ) const" Returns the label text for the tab on page \fIw\fR. |