example/AuthApp/progressbar.h
author cgandhi
Thu, 23 Sep 2010 17:15:03 +0530
changeset 23 574948b60dab
parent 14 a469c0e6e7fb
permissions -rw-r--r--
updating the lastfm music plugins and adding the smfhelp.chm

#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