diff options
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 |