example/AuthApp/progressbar.h
author cgandhi <chandradeep.gandhi@sasken.com>
Wed, 23 Jun 2010 19:51:49 +0530
changeset 14 a469c0e6e7fb
permissions -rw-r--r--
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.

#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