diff options
author | Michele Calgaro <[email protected]> | 2024-09-09 14:57:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-12 18:58:18 +0900 |
commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqmessagebox.html | |
parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
download | tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqmessagebox.html')
-rw-r--r-- | doc/html/tqmessagebox.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqmessagebox.html b/doc/html/tqmessagebox.html index 66fbe832a..1d20e2bc7 100644 --- a/doc/html/tqmessagebox.html +++ b/doc/html/tqmessagebox.html @@ -365,7 +365,7 @@ pressed). TQMessageBox::<a href="#Icon-enum">Question</a>, TQMessageBox::Yes | TQMessageBox::Default, TQMessageBox::No | TQMessageBox::Escape, - TQMessageBox::<a href="ntqt.html#ButtonState-enum">NoButton</a> ); + TQMessageBox::<a href="tqt.html#ButtonState-enum">NoButton</a> ); if ( mb.<a href="tqdialog.html#exec">exec</a>() == TQMessageBox::No ) // try again </pre> @@ -615,7 +615,7 @@ See the <a href="tqmessagebox.html#iconPixmap-prop">"iconPixmap"</a> property fo <h3 class=fn>void <a name="setText"></a>TQMessageBox::setText ( const <a href="tqstring.html">TQString</a> & ) </h3><p>Sets the message box text to be displayed. See the <a href="tqmessagebox.html#text-prop">"text"</a> property for details. -<h3 class=fn>void <a name="setTextFormat"></a>TQMessageBox::setTextFormat ( <a href="ntqt.html#TextFormat-enum">TextFormat</a> ) +<h3 class=fn>void <a name="setTextFormat"></a>TQMessageBox::setTextFormat ( <a href="tqt.html#TextFormat-enum">TextFormat</a> ) </h3><p>Sets the format of the text displayed by the message box. See the <a href="tqmessagebox.html#textFormat-prop">"textFormat"</a> property for details. <h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="standardIcon"></a>TQMessageBox::standardIcon ( <a href="tqmessagebox.html#Icon-enum">Icon</a> icon )<tt> [static]</tt> @@ -626,7 +626,7 @@ specifies the required icon, e.g. TQMessageBox::Question, TQMessageBox::Information, TQMessageBox::Warning or TQMessageBox::Critical. -<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="standardIcon-2"></a>TQMessageBox::standardIcon ( <a href="tqmessagebox.html#Icon-enum">Icon</a> icon, <a href="ntqt.html#GUIStyle-enum">GUIStyle</a> style )<tt> [static]</tt> +<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="standardIcon-2"></a>TQMessageBox::standardIcon ( <a href="tqmessagebox.html#Icon-enum">Icon</a> icon, <a href="tqt.html#GUIStyle-enum">GUIStyle</a> style )<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Returns the pixmap used for a standard icon. This @@ -638,7 +638,7 @@ TQMessageBox::Warning or TQMessageBox::Critical. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQMessageBox::text () const </h3><p>Returns the message box text to be displayed. See the <a href="tqmessagebox.html#text-prop">"text"</a> property for details. -<h3 class=fn><a href="ntqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat"></a>TQMessageBox::textFormat () const +<h3 class=fn><a href="tqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat"></a>TQMessageBox::textFormat () const </h3><p>Returns the format of the text displayed by the message box. See the <a href="tqmessagebox.html#textFormat-prop">"textFormat"</a> property for details. <h3 class=fn>int <a name="warning"></a>TQMessageBox::warning ( <a href="tqwidget.html">TQWidget</a> * parent, const <a href="tqstring.html">TQString</a> & caption, const <a href="tqstring.html">TQString</a> & text, int button0, int button1, int button2 = 0 )<tt> [static]</tt> @@ -725,16 +725,16 @@ Windows GUI styles; you may want to draw two pixmaps. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-prop"></a>text</h3> <p>This property holds the message box text to be displayed. <p>The text will be interpreted either as a plain text or as rich -text, depending on the text format setting (<a href="#textFormat-prop">TQMessageBox::textFormat</a>). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, i.e. +text, depending on the text format setting (<a href="#textFormat-prop">TQMessageBox::textFormat</a>). The default setting is <a href="tqt.html#TextFormat-enum">AutoText</a>, i.e. the message box will try to auto-detect the format of the text. <p> The default value of this property is <a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="#textFormat-prop">textFormat</a>. <p>Set this property's value with <a href="#setText">setText</a>() and get this property's value with <a href="#text">text</a>(). -<h3 class=fn><a href="ntqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat-prop"></a>textFormat</h3> +<h3 class=fn><a href="tqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat-prop"></a>textFormat</h3> <p>This property holds the format of the text displayed by the message box. -<p>The current text format used by the message box. See the <a href="ntqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible options. -<p> The default format is <a href="ntqt.html#TextFormat-enum">AutoText</a>. +<p>The current text format used by the message box. See the <a href="tqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible options. +<p> The default format is <a href="tqt.html#TextFormat-enum">AutoText</a>. <p> <p>See also <a href="#text-prop">text</a>. <p>Set this property's value with <a href="#setTextFormat">setTextFormat</a>() and get this property's value with <a href="#textFormat">textFormat</a>(). |