Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Classes  ·  Annotées  ·  Hiérarchie  ·  Fonctions  ·  Structure  · 

QRadioButton Class Reference


The QRadioButton widget provides a radio button with a text label. More...

#include <qradiobutton.h>

Inherits QButton.

List of all member functions.

Public Members

  • QRadioButton ( QWidget * parent, const char * name=0 ) 
  • QRadioButton ( const QString & text, QWidget * parent, const char * name=0 ) 
  • bool isChecked () const
  • virtual void setChecked ( bool check ) 

Important Inherited Members

  • QString text () const
  • virtual void setText ( const QString & text ) 
  • QString text () const
  • const QPixmap* pixmap () const
  • virtual void setPixmap ( const QPixmap & pixmap ) 
  • int accel () const
  • virtual void setAccel ( int key ) 
  • bool isToggleButton () const
  • virtual void setDown ( bool enable ) 
  • bool isDown () const
  • bool isOn () const
  • bool autoRepeat () const
  • bool isExclusiveToggle () const
  • QButtonGroup* group () const
  • virtual void setAutoRepeat ( bool enable ) 
  • void toggle () 
  • void pressed () 
  • void released () 
  • void clicked () 
  • void toggled ( bool on ) 
  • void stateChanged ( int state ) 

Properties

TypeNameREADWRITEOptions
boolcheckedisCheckedsetChecked 

Detailed Description

The QRadioButton widget provides a radio button with a text label.

QRadioButton and QCheckBox are both option buttons. That is, they can be switched on (checked) or off (unchecked). The classes differ in how the choices for the user are restricted. Check-boxes define "many of many" choices, while radio buttons provide a "one of many" choice. In a group of radio buttons, only one button at a time can be checked. If the user selects another button, the previously selected button is switched off.

While it is technically possible to implement radio-behaviour with check boxes and vice versa, it's strongly recommended to stick with the well-known semantics. Otherwise your users would be pretty confused.

The easiest way to implement a "one of many" choice, is to simply stick the radio buttons into QButtonGroup.

Whenver a button is switched on or off, it emits the signal toggled(). Connect to this signal if you want to trigger an action each time the button changes state. Otherwise, use isChecked() to query whether or not a particular button is selected.

See also QPushButton, QToolButton and GUI Design Handbook: Radio Button

Examples: xform/xform.cpp drawdemo/drawdemo.cpp


Member Function Documentation

QRadioButton::QRadioButton ( QWidget * parent, const char * name=0 )

Constructs a radio button with no text.

The parent and name arguments are sent to the QWidget constructor.

QRadioButton::QRadioButton ( const QString & text, QWidget * parent, const char * name=0 )

Constructs a radio button with a text.

The parent and name arguments are sent to the QWidget constructor.

void QRadioButton::drawButton ( QPainter * paint ) [virtual protected]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QButton.

void QRadioButton::drawButtonLabel ( QPainter * p ) [virtual protected]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QButton.

void QRadioButton::focusInEvent ( QFocusEvent * e ) [virtual protected]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QWidget.

bool QRadioButton::hitButton ( const QPoint & pos ) const [virtual protected]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QButton.

bool QRadioButton::isChecked () const

Returns TRUE if the radio button is checked, or FALSE if it is not checked.

See also setChecked().

void QRadioButton::resizeEvent ( QResizeEvent * e ) [virtual protected]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QWidget.

void QRadioButton::setChecked ( bool check ) [virtual]

Checks the radio button if check is TRUE, or unchecks it if check is FALSE.

Calling this function does not affect other radio buttons unless a radio button group has been defined using the QButtonGroup widget.

See also isChecked().

Examples: xform/xform.cpp drawdemo/drawdemo.cpp

QSize QRadioButton::sizeHint () const [virtual]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QWidget.

QSizePolicy QRadioButton::sizePolicy () const [virtual]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QWidget.

void QRadioButton::updateMask () [virtual protected]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QWidget.


Search the documentation, FAQ, qt-interest archive and more (uses www.trolltech.com):


This file is part of the Qt toolkit, copyright © 1995-2005 Trolltech, all rights reserved.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 42
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 9
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Developer Network au hasard

Logo

Introduction à Qt Quick pour les développeurs C++

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 2.3
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web