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/html/ntqtabdialog.html | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtabdialog.html')
-rw-r--r-- | doc/html/ntqtabdialog.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/ntqtabdialog.html b/doc/html/ntqtabdialog.html index 42fa7a745..4bddab266 100644 --- a/doc/html/ntqtabdialog.html +++ b/doc/html/ntqtabdialog.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQTabDialog class provides a stack of tabbed widgets. <a href="#details">More...</a> <p><tt>#include <<a href="qtabdialog-h.html">ntqtabdialog.h</a>></tt> -<p>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="qtabdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -132,7 +132,7 @@ the application. the slot it is connected to should reset the state of the dialog to the application defaults. <li> <a href="#helpButtonPressed">helpButtonPressed</a>() is emitted when the user clicks Help. -<li> <a href="#aboutToShow">aboutToShow</a>() is emitted at the start of <a href="ntqdialog.html#show">show</a>(); if there is any +<li> <a href="#aboutToShow">aboutToShow</a>() is emitted at the start of <a href="tqdialog.html#show">show</a>(); if there is any chance that the state of the application may change between the creation of the tab dialog and the time show() is called, you must connect this signal to a slot that resets the state of the dialog. @@ -149,18 +149,18 @@ page can be removed with <a href="#removePage">removePage</a>() and shown with < current page is given by <a href="#currentPage">currentPage</a>(). <p> TQTabDialog does not support tabs on the sides or bottom, nor can you set or retrieve the visible page. If you need more functionality -than TQTabDialog provides, consider creating a <a href="ntqdialog.html">TQDialog</a> and using a +than TQTabDialog provides, consider creating a <a href="tqdialog.html">TQDialog</a> and using a <a href="ntqtabbar.html">TQTabBar</a> with TQTabWidgets. <p> Most of the functionality in TQTabDialog is provided by a <a href="ntqtabwidget.html">TQTabWidget</a>. <p> <img src=qtabdlg-m.png> <img src=qtabdlg-w.png> -<p> <p>See also <a href="ntqdialog.html">TQDialog</a> and <a href="dialogs.html">Dialog Classes</a>. +<p> <p>See also <a href="tqdialog.html">TQDialog</a> and <a href="dialogs.html">Dialog Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQTabDialog"></a>TQTabDialog::TQTabDialog ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) </h3> Constructs a TQTabDialog with only an OK button. The <em>parent</em>, <em>name</em>, <em>modal</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments -are passed on to the <a href="ntqdialog.html">TQDialog</a> constructor. +are passed on to the <a href="tqdialog.html">TQDialog</a> constructor. <h3 class=fn><a name="~TQTabDialog"></a>TQTabDialog::~TQTabDialog () </h3> @@ -169,15 +169,15 @@ Destroys the tab dialog. <h3 class=fn>void <a name="aboutToShow"></a>TQTabDialog::aboutToShow ()<tt> [signal]</tt> </h3> -<p> This signal is emitted by <a href="ntqdialog.html#show">show</a>() when it is time to set the state of +<p> This signal is emitted by <a href="tqdialog.html#show">show</a>() when it is time to set the state of the dialog's contents. The dialog should reflect the current state of the application when it appears; if there is any possibility that the state of the application may change between the time you call -<a href="#TQTabDialog">TQTabDialog::TQTabDialog</a>() and <a href="ntqdialog.html#show">TQTabDialog::show</a>(), you should set the +<a href="#TQTabDialog">TQTabDialog::TQTabDialog</a>() and <a href="tqdialog.html#show">TQTabDialog::show</a>(), you should set the dialog's state in a slot and connect this signal to it. <p> This applies mainly to TQTabDialog objects that are kept around hidden, rather than being created, shown, and deleted afterwards. -<p> <p>See also <a href="#applyButtonPressed">applyButtonPressed</a>(), <a href="ntqdialog.html#show">show</a>(), and <a href="#cancelButtonPressed">cancelButtonPressed</a>(). +<p> <p>See also <a href="#applyButtonPressed">applyButtonPressed</a>(), <a href="tqdialog.html#show">show</a>(), and <a href="#cancelButtonPressed">cancelButtonPressed</a>(). <h3 class=fn>void <a name="addTab"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="tqstring.html">TQString</a> & label ) </h3> @@ -192,7 +192,7 @@ other factors. the ampersand is used as an accelerator for the tab, e.g. if the label is "Bro&wse" then Alt+W becomes an accelerator which will move the focus to this tab. -<p> If you call <a href="#addTab">addTab</a>() after <a href="ntqdialog.html#show">show</a>() the screen will flicker and the +<p> If you call <a href="#addTab">addTab</a>() after <a href="tqdialog.html#show">show</a>() the screen will flicker and the user may be confused. <p> <p>See also <a href="#insertTab">insertTab</a>(). @@ -222,7 +222,7 @@ application's state according to the state of the dialog. </h3> <p> This signal is emitted when the Cancel button is clicked. It is -automatically connected to <a href="ntqdialog.html#reject">TQDialog::reject</a>(), which will hide the +automatically connected to <a href="tqdialog.html#reject">TQDialog::reject</a>(), which will hide the dialog. <p> The Cancel button should not change the application's state at all, so you should generally not need to connect it to any slot. @@ -309,7 +309,7 @@ label is "Bro&wse" then Alt+W becomes an accelerator which will move the focus to this tab. <p> If <em>index</em> is not specified, the tab is simply added. Otherwise it is inserted at the specified position. -<p> If you call <a href="#insertTab">insertTab</a>() after <a href="ntqdialog.html#show">show</a>(), the screen will flicker and the +<p> If you call <a href="#insertTab">insertTab</a>() after <a href="tqdialog.html#show">show</a>(), the screen will flicker and the user may be confused. <p> <p>See also <a href="#addTab">addTab</a>(). @@ -351,7 +351,7 @@ delete <em>w</em>. <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> This signal is emitted whenever a tab is selected (raised), -including during the first <a href="ntqdialog.html#show">show</a>(). +including during the first <a href="tqdialog.html#show">show</a>(). <p> <p>See also <a href="tqwidget.html#raise">raise</a>(). <h3 class=fn>void <a name="setApplyButton"></a>TQTabDialog::setApplyButton ( const <a href="tqstring.html">TQString</a> & text ) |