qfontdialog man page on Peanut

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

QFontDialog(3qt)					      QFontDialog(3qt)

NAME
       QFontDialog - Dialog widget for selecting a font

SYNOPSIS
       #include <qfontdialog.h>

       Inherits QDialog.

   Static Public Members
       <li class=fn>QFont getFont ( bool * ok, const QFont & initial, QWidget
       * parent = 0, const char * name = 0 ) <li class=fn>QFont getFont ( bool
       * ok, QWidget * parent = 0, const char * name = 0 )

DESCRIPTION
       The QFontDialog class provides a dialog widget for selecting a font.

       The usual way to use this class is to call one of the static
       convenience functions, e.g. getFont().

       Examples:

	   bool ok;
	   QFont font = QFontDialog::getFont(
			   &ok, QFont( "Helvetica [Cronyx]", 10 ), this );
	   if ( ok ) {
	       // font is set to the font the user selected
	   } else {
	       // the user canceled the dialog; font is set to the initial
	       // value, in this case Helvetica [Cronyx], 10
	   }

       The dialog can also be used to set a widget's font directly:

	   myWidget.setFont( QFontDialog::getFont( 0, myWidget.font() ) );
       If the user clicks OK the font they chose will be used for myWidget,
       and if they click Cancel the original font is used.

       See also QFont, QFontInfo, QFontMetrics, and Dialog Classes.

				   [Image Omitted]

MEMBER FUNCTION DOCUMENTATION
QFont QFontDialog::getFont ( bool * ok, const QFont & initial, QWidget *
       parent = 0, const char * name = 0 ) [static]
       Executes a modal font dialog and returns a font.

       If the user clicks OK, the selected font is returned. If the user
       clicks Cancel, the initial font is returned.

       The dialog is called name, with the parent parent. initial is the
       initially selected font. If the ok parameter is not-null, *ok is set to
       TRUE if the user clicked OK, and set to FALSE if the user clicked
       Cancel.

       This static function is less flexible than the full QFontDialog object,
       but is convenient and easy to use.

       Examples:

	   bool ok;
	   QFont font = QFontDialog::getFont( &ok, QFont( "Times", 12 ), this );
	   if ( ok ) {
	       // font is set to the font the user selected
	   } else {
	       // the user canceled the dialog; font is set to the initial
	       // value, in this case Times, 12.
	   }

       The dialog can also be used to set a widget's font directly:

	   myWidget.setFont( QFontDialog::getFont( 0, myWidget.font() ) );
       In this example, if the user clicks OK the font they chose will be
       used, and if they click Cancel the original font is used.

       Examples:

QFont QFontDialog::getFont ( bool * ok, QWidget * parent = 0, const char *
       name = 0 ) [static]
       This is an overloaded member function, provided for convenience. It
       behaves essentially like the above function.

       Executes a modal font dialog and returns a font.

       If the user clicks OK, the selected font is returned. If the user
       clicks Cancel, the Qt default font is returned.

       The dialog is called name, with parent parent. If the ok parameter is
       not-null, *ok is set to TRUE if the user clicked OK, and FALSE if the
       user clicked Cancel.

       This static function is less functional than the full QFontDialog
       object, but is convenient and easy to use.

       Example:

	   bool ok;
	   QFont font = QFontDialog::getFont( &ok, this );
	   if ( ok ) {
	       // font is set to the font the user selected
	   } else {
	       // the user canceled the dialog; font is set to the default
	       // application font, QApplication::font()
	   }

SEE ALSO
       http://doc.trolltech.com/qfontdialog.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
       (qfontdialog.3qt) and the Qt version (3.3.8).

Trolltech AS			2 February 2007		      QFontDialog(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