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

#include "progressbar.h"

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


progressbar::~progressbar()
{

}