diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/ntqmessagebox.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqmessagebox.html')
-rw-r--r-- | doc/html/ntqmessagebox.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqmessagebox.html b/doc/html/ntqmessagebox.html index a24591432..a18fd0124 100644 --- a/doc/html/ntqmessagebox.html +++ b/doc/html/ntqmessagebox.html @@ -290,7 +290,7 @@ current text and pixmap of the message box. The <a href="#setText">setText</a>() and <a href="#setIconPixmap">setIconPixmap</a>() let you change it. The difference between setIcon() and setIconPixmap() is that the former accepts a TQMessageBox::Icon and can be used to set standard icons, whereas the -latter accepts a <a href="ntqpixmap.html">TQPixmap</a> and can be used to set custom icons. +latter accepts a <a href="tqpixmap.html">TQPixmap</a> and can be used to set custom icons. <p> <a href="#setButtonText">setButtonText</a>() and <a href="#buttonText">buttonText</a>() provide access to the buttons. <p> TQMessageBox has no signals or slots. <p> <img src=qmsgbox-m.png> <img src=qmsgbox-w.png> @@ -476,7 +476,7 @@ becomes modal relative to <em>parent</em>. <h3 class=fn><a href="ntqmessagebox.html#Icon-enum">Icon</a> <a name="icon"></a>TQMessageBox::icon () const </h3><p>Returns the message box's icon. See the <a href="ntqmessagebox.html#icon-prop">"icon"</a> property for details. -<h3 class=fn>const <a href="ntqpixmap.html">TQPixmap</a> * <a name="iconPixmap"></a>TQMessageBox::iconPixmap () const +<h3 class=fn>const <a href="tqpixmap.html">TQPixmap</a> * <a name="iconPixmap"></a>TQMessageBox::iconPixmap () const </h3><p>Returns the current icon. See the <a href="ntqmessagebox.html#iconPixmap-prop">"iconPixmap"</a> property for details. <h3 class=fn>int <a name="information"></a>TQMessageBox::information ( <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 = 0, int button2 = 0 )<tt> [static]</tt> @@ -609,7 +609,7 @@ silently ignored. <h3 class=fn>void <a name="setIcon"></a>TQMessageBox::setIcon ( <a href="ntqmessagebox.html#Icon-enum">Icon</a> ) </h3><p>Sets the message box's icon. See the <a href="ntqmessagebox.html#icon-prop">"icon"</a> property for details. -<h3 class=fn>void <a name="setIconPixmap"></a>TQMessageBox::setIconPixmap ( const <a href="ntqpixmap.html">TQPixmap</a> & ) +<h3 class=fn>void <a name="setIconPixmap"></a>TQMessageBox::setIconPixmap ( const <a href="tqpixmap.html">TQPixmap</a> & ) </h3><p>Sets the current icon. See the <a href="ntqmessagebox.html#iconPixmap-prop">"iconPixmap"</a> property for details. <h3 class=fn>void <a name="setText"></a>TQMessageBox::setText ( const <a href="tqstring.html">TQString</a> & ) @@ -618,7 +618,7 @@ See the <a href="ntqmessagebox.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><p>Sets the format of the text displayed by the message box. See the <a href="ntqmessagebox.html#textFormat-prop">"textFormat"</a> property for details. -<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="standardIcon"></a>TQMessageBox::standardIcon ( <a href="ntqmessagebox.html#Icon-enum">Icon</a> icon )<tt> [static]</tt> +<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="standardIcon"></a>TQMessageBox::standardIcon ( <a href="ntqmessagebox.html#Icon-enum">Icon</a> icon )<tt> [static]</tt> </h3> Returns the pixmap used for a standard icon. This allows the pixmaps to be used in more complex message boxes. <em>icon</em> @@ -626,7 +626,7 @@ specifies the required icon, e.g. TQMessageBox::Question, TQMessageBox::Information, TQMessageBox::Warning or TQMessageBox::Critical. -<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="standardIcon-2"></a>TQMessageBox::standardIcon ( <a href="ntqmessagebox.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="ntqmessagebox.html#Icon-enum">Icon</a> icon, <a href="ntqt.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 @@ -714,7 +714,7 @@ property. The default icon is TQMessageBox::NoIcon. <p> <p>See also <a href="#iconPixmap-prop">iconPixmap</a>. <p>Set this property's value with <a href="#setIcon">setIcon</a>() and get this property's value with <a href="#icon">icon</a>(). -<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="iconPixmap-prop"></a>iconPixmap</h3> +<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="iconPixmap-prop"></a>iconPixmap</h3> <p>This property holds the current icon. <p>The icon currently used by the message box. Note that it's often hard to draw one pixmap that looks appropriate in both <a href="motif-extension.html#Motif">Motif</a> and |