diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/man/man3/tqtabdialog.3qt | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqtabdialog.3qt')
-rw-r--r-- | doc/man/man3/tqtabdialog.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqtabdialog.3qt b/doc/man/man3/tqtabdialog.3qt index 1206c06da..6dbc626e7 100644 --- a/doc/man/man3/tqtabdialog.3qt +++ b/doc/man/man3/tqtabdialog.3qt @@ -11,7 +11,7 @@ QTabDialog \- Stack of tabbed widgets .SH SYNOPSIS \fC#include <ntqtabdialog.h>\fR .PP -Inherits QDialog. +Inherits TQDialog. .PP .SS "Public Members" .in +1c @@ -188,7 +188,7 @@ Each tab is either enabled or disabled at any given time (see setTabEnabled()). .PP You can change a tab's label and iconset using changeTab(). A tab page can be removed with removePage() and shown with showPage(). The current page is given by currentPage(). .PP -QTabDialog does not support tabs on the sides or bottom, nor can you set or retrieve the visible page. If you need more functionality than QTabDialog provides, consider creating a QDialog and using a QTabBar with QTabWidgets. +QTabDialog does not support tabs on the sides or bottom, nor can you set or retrieve the visible page. If you need more functionality than QTabDialog provides, consider creating a TQDialog and using a QTabBar with QTabWidgets. .PP Most of the functionality in QTabDialog is provided by a QTabWidget. .PP @@ -199,10 +199,10 @@ Most of the functionality in QTabDialog is provided by a QTabWidget. .ce 1 .B "[Image Omitted]" .PP -See also QDialog and Dialog Classes. +See also TQDialog and Dialog Classes. .SH MEMBER FUNCTION DOCUMENTATION .SH "QTabDialog::QTabDialog ( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )" -Constructs a QTabDialog with only an OK button. The \fIparent\fR, \fIname\fR, \fImodal\fR and widget flag, \fIf\fR, arguments are passed on to the QDialog constructor. +Constructs a QTabDialog with only an OK button. The \fIparent\fR, \fIname\fR, \fImodal\fR and widget flag, \fIf\fR, arguments are passed on to the TQDialog constructor. .SH "QTabDialog::~QTabDialog ()" Destroys the tab dialog. .SH "void QTabDialog::aboutToShow ()\fC [signal]\fR" @@ -238,7 +238,7 @@ It should be connected to a slot (or several slots) that change the application' .PP See also cancelButtonPressed(), defaultButtonPressed(), and setApplyButton(). .SH "void QTabDialog::cancelButtonPressed ()\fC [signal]\fR" -This signal is emitted when the Cancel button is clicked. It is automatically connected to QDialog::reject(), which will hide the dialog. +This signal is emitted when the Cancel button is clicked. It is automatically connected to TQDialog::reject(), which will hide the dialog. .PP The Cancel button should not change the application's state at all, so you should generally not need to connect it to any slot. .PP |