example/AuthApp/progressbar.h
author cgandhi
Tue, 12 Oct 2010 15:23:52 +0530
changeset 27 b3e1347ac96a
parent 14 a469c0e6e7fb
permissions -rw-r--r--
Updating the information for test applications and results.

#ifndef PROGRESSBAR_H
#define PROGRESSBAR_H

#include <QtGui/QWidget>
#include "ui_progressbar.h"

class progressbar : public QWidget
{
    Q_OBJECT

public:
    progressbar(QWidget *parent = 0);
    ~progressbar();

private:
    Ui::progressbarClass ui;
};

#endif // PROGRESSBAR_H