example/AuthApp/progressbar.cpp
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

#include "progressbar.h"

progressbar::progressbar(QWidget *parent)
    : QWidget(parent)
{
	ui.setupUi(this);
	ui.progressBar->setTextVisible(false);
}


progressbar::~progressbar()
{

}