qcolordialog man page on Peanut

Man page or keyword search:  
man Server   7435 pages
apropos Keyword Search (all sections)
Output format
Peanut logo
[printable version]

QColorDialog(3qt)					     QColorDialog(3qt)

NAME
       QColorDialog - Dialog widget for specifying colors

SYNOPSIS
       #include <qcolordialog.h>

       Inherits QDialog.

   Static Public Members
       <li class=fn>QColor getColor ( const QColor & initial = white, QWidget
       * parent = 0, const char * name = 0 ) <li class=fn>QRgb getRgba ( QRgb
       initial, bool * ok = 0, QWidget * parent = 0, const char * name = 0 )
       <li class=fn>int customCount () <li class=fn>QRgb customColor ( int i )
       <li class=fn>void setCustomColor ( int i, QRgb c ) <li class=fn>void
       setStandardColor ( int i, QRgb c )

DESCRIPTION
       The QColorDialog class provides a dialog widget for specifying colors.

       The color dialog's function is to allow users to choose colors. For
       example, you might use this in a drawing program to allow the user to
       set the brush color.

       The static functions provide modal color dialogs.

       The static getColor() function shows the dialog and allows the user to
       specify a color. The getRgba() function does the same but also allows
       the user to specify a color with an alpha channel (transparency) value.

       The user can store customCount() different custom colors. The custom
       colors are shared by all color dialogs, and remembered during the
       execution of the program. Use setCustomColor() to set the custom
       colors, and use customColor() to get them.

       <center>
				   [Image Omitted]

       </center>

       See also Dialog Classes and Graphics Classes.

MEMBER FUNCTION DOCUMENTATION
QRgb QColorDialog::customColor ( int i ) [static]
       Returns custom color number i as a QRgb.

int QColorDialog::customCount () [static]
       Returns the number of custom colors supported by QColorDialog. All
       color dialogs share the same custom colors.

QColor QColorDialog::getColor ( const QColor & initial = white, QWidget *
       parent = 0, const char * name = 0 ) [static]
       Pops up a modal color dialog, lets the user choose a color, and returns
       that color. The color is initially set to initial. The dialog is a
       child of parent and is called name. It returns an invalid (see
       QColor::isValid()) color if the user cancels the dialog. All colors
       allocated by the dialog will be deallocated before this function
       returns.

       Examples:

QRgb QColorDialog::getRgba ( QRgb initial, bool * ok = 0, QWidget * parent =
       0, const char * name = 0 ) [static]
       Pops up a modal color dialog to allow the user to choose a color and an
       alpha channel (transparency) value. The color+alpha is initially set to
       initial. The dialog is a child of parent and called name.

       If ok is non-null, *ok is set to TRUE if the user clicked OK, and to
       FALSE if the user clicked Cancel.

       If the user clicks Cancel, the initial value is returned.

void QColorDialog::setCustomColor ( int i, QRgb c ) [static]
       Sets custom color number i to the QRgb value c.

void QColorDialog::setStandardColor ( int i, QRgb c ) [static]
       Sets standard color number i to the QRgb value c.

SEE ALSO
       http://doc.trolltech.com/qcolordialog.html
       http://www.trolltech.com/faq/tech.html

COPYRIGHT
       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
       license file included in the distribution for a complete license
       statement.

AUTHOR
       Generated automatically from the source code.

BUGS
       If you find a bug in Qt, please report it as described in
       http://doc.trolltech.com/bughowto.html.	Good bug reports help us to
       help you. Thank you.

       The definitive Qt documentation is provided in HTML format; it is
       located at $QTDIR/doc/html and can be read using Qt Assistant or with a
       web browser. This man page is provided as a convenience for those users
       who prefer man pages, although this format is not officially supported
       by Trolltech.

       If you find errors in this manual page, please report them to qt-
       bugs@trolltech.com.  Please include the name of the manual page
       (qcolordialog.3qt) and the Qt version (3.3.8).

Trolltech AS			2 February 2007		     QColorDialog(3qt)
[top]

List of man pages available for Peanut

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net