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  · 

QProgressBar Class Reference


The QProgressBar widget provides a horizontal progress bar. More...

#include <qprogressbar.h>

Inherits QFrame.

List of all member functions.

Public Members

Public Slots

  • void reset () 
  • virtual void setTotalSteps ( int totalSteps ) 
  • virtual void setProgress ( int progress ) 

Protected Members

  • virtual void drawContentsMask ( QPainter * ) 
  • virtual bool setIndicator ( QString & progress_str, int progress, int totalSteps ) 

Properties

TypeNameREADWRITEOptions
inttotalStepstotalStepssetTotalSteps 
intprogressprogresssetProgress 
boolcenterIndicatorcenterIndicatorsetCenterIndicator 
boolindicatorFollowsStyleindicatorFollowsStylesetIndicatorFollowsStyle 

Detailed Description

The QProgressBar widget provides a horizontal progress bar.

A progress bar is used to give the user an indication of progress of an operation. To reassure them that the application has not crashed.

QProgressBar only implements the basic progress display, while QProgressDialog provides a fuller encapsulation.

See also QProgressDialog and GUI Design Handbook: Progress Indicator


Member Function Documentation

QProgressBar::QProgressBar ( QWidget * parent=0, const char * name=0, WFlags f=0 )

Constructs a progress bar.

The total number of steps is set to 100 by default.

parent, name and f are sent to the QFrame::QFrame() constructor.

See also setTotalSteps().

QProgressBar::QProgressBar ( int totalSteps, QWidget * parent=0, const char * name=0, WFlags f=0 )

Constructs a progress bar.

totalSteps is the total number of steps in the operation of which this progress bar shows the progress. For example, if the operation is to examine 50 files, this value would be 50, then before examining the first file, call setProgress(0), and after examining the last file call setProgress(50).

parent, name and f are sent to the QFrame::QFrame() constructor.

See also setTotalSteps() and setProgress().

bool QProgressBar::centerIndicator () const

Returns where the indicator string should be displayed if indicatorFollowsStyle() is TRUE.

See also setCenterIndicator(), indicatorFollowsStyle(), setIndicatorFollowsStyle() and setIndicator().

void QProgressBar::drawContents ( QPainter * p ) [virtual protected]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QFrame.

void QProgressBar::drawContentsMask ( QPainter * p ) [virtual protected]

Draws the progressbar contents mask using the painter p. Used only in transparent mode.

See also QWidget::setAutoMask();.

Reimplemented from QFrame.

bool QProgressBar::indicatorFollowsStyle () const

Returns whether the display of the indicator string should follow the GUI style or not.

See also setIndicatorFollowsStyle(), setCenterIndicator(), centerIndicator() and setIndicator().

QSize QProgressBar::minimumSizeHint () const [virtual]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QWidget.

int QProgressBar::progress () const

Returns the current amount of progress, or -1 if the progress counting has not started.

See also setProgress().

void QProgressBar::reset () [slot]

Reset the progress bar. The progress bar `rewinds'.

void QProgressBar::setCenterIndicator ( bool on )

If set to TRUE (the default) the progress bar always shows the indicator text at the center of the progress bar, regardless of the GUI style currently set. If set to FALSE the progress bar always shows the indicator text outside the progress bar, regardless of the GUI style currently set.

Calling this function always sets indicatorFollowsStyle() to FALSE.

See also centerIndicator(), indicatorFollowsStyle(), setIndicatorFollowsStyle() and setIndicator().

bool QProgressBar::setIndicator ( QString & indicator, int progress, int totalSteps ) [virtual protected]

This method is called to generate the text displayed in the center of the progress bar.

The progress may be negative, indicating that the bar is in the "reset" state before any progress is set.

The default implementation it is the percentage of completion or blank in the reset state.

This method should return FALSE if the string is unchanged since the last call to the method, to allow efficient repainting of the progress bar.

void QProgressBar::setIndicatorFollowsStyle ( bool on )

When set to TRUE (the default) the positioning of the indicator string follows the GUI style. When set to FALSE the indicator position is decided by the value of indicatorFollowsStyle().

See also indicatorFollowsStyle(), centerIndicator(), setCenterIndicator() and setIndicator().

void QProgressBar::setProgress ( int progress ) [virtual slot]

Sets the current amount of progress made to progress units of the total number of steps.

See also progress() and totalSteps().

void QProgressBar::setTotalSteps ( int totalSteps ) [virtual slot]

Sets the total number of steps to totalSteps.

See also totalSteps().

void QProgressBar::show () [virtual]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QWidget.

QSize QProgressBar::sizeHint () const [virtual]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QWidget.

QSizePolicy QProgressBar::sizePolicy () const [virtual]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QWidget.

void QProgressBar::styleChange ( QStyle & old ) [virtual protected]

Reimplemented for internal reasons; the API is not affected.

Reimplemented from QWidget.

int QProgressBar::totalSteps () const

Returns the total number of steps.

See also setTotalSteps().


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 44
  2. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. RIM : « 13 % des développeurs ont gagné plus de 100 000 $ sur l'AppWord », Qt et open-source au menu du BlackBerry DevCon Europe 0
  5. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
Page suivante

Le Qt Quarterly au hasard

Logo

XQuery et la météo

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. 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