SpectraPac 2.0(r200)
Evaluates PAC Measurements
Public Slots | Signals | Public Member Functions

PacProgressDialog Class Reference

Progress dialog with two buttons (stop and cancel) More...

#include <PacProgressDialog.h>

List of all members.

Public Slots

void setValue (int progress)
 Sets the value shown by the progress bar (in %)
void reset ()

Signals

void canceled ()
void stopped ()

Public Member Functions

 PacProgressDialog (QWidget *parent=0)
 ~PacProgressDialog ()
void setLabelText (const QString &text)

Detailed Description

Progress dialog with two buttons (stop and cancel)

Author:
Matthias Nagl <mnagl@uni-goettingen.de>

Constructor & Destructor Documentation

PacProgressDialog::PacProgressDialog ( QWidget *  parent = 0)
PacProgressDialog::~PacProgressDialog ( )

Member Function Documentation

void PacProgressDialog::canceled ( ) [signal]
void PacProgressDialog::reset ( ) [slot]
void PacProgressDialog::setLabelText ( const QString &  text)
void PacProgressDialog::setValue ( int  progress) [slot]

Sets the value shown by the progress bar (in %)

Parameters:
progressValue in %. The Value -1 changes the progress bar to a busy indicator!
void PacProgressDialog::stopped ( ) [signal]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines