diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqcolordialog.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqcolordialog.html')
-rw-r--r-- | doc/html/ntqcolordialog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqcolordialog.html b/doc/html/ntqcolordialog.html index 98ffd65d8..6209c39fb 100644 --- a/doc/html/ntqcolordialog.html +++ b/doc/html/ntqcolordialog.html @@ -77,7 +77,7 @@ Returns custom color number <em>i</em> as a TQRgb. Returns the number of custom colors supported by TQColorDialog. All color dialogs share the same custom colors. -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="getColor"></a>TQColorDialog::getColor ( const <a href="ntqcolor.html">TQColor</a> & initial = white, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="getColor"></a>TQColorDialog::getColor ( const <a href="ntqcolor.html">TQColor</a> & initial = white, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> Pops up a modal color dialog, lets the user choose a color, and returns that color. The color is initially set to <em>initial</em>. The @@ -87,7 +87,7 @@ dialog. All colors allocated by the dialog will be deallocated before this function returns. <p>Examples: <a href="tutorial2-08.html#x2601">chart/setdataform.cpp</a> and <a href="scribble-example.html#x909">scribble/scribble.cpp</a>. -<h3 class=fn>TQRgb <a name="getRgba"></a>TQColorDialog::getRgba ( TQRgb initial, bool * ok = 0, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn>TQRgb <a name="getRgba"></a>TQColorDialog::getRgba ( TQRgb initial, bool * ok = 0, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> Pops up a modal color dialog to allow the user to choose a color and an alpha channel (transparency) value. The color+alpha is |