example/AuthApp/progressbar.h
author cgandhi
Thu, 05 Aug 2010 16:46:37 +0530
changeset 17 106a4bfcb866
parent 14 a469c0e6e7fb
permissions -rw-r--r--
pushing the flickr auth app and gallery plugins

#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