example/LinkedInAuthApp/progressbar.cpp
author cgandhi
Tue, 12 Oct 2010 15:23:52 +0530
changeset 27 b3e1347ac96a
parent 26 83d6a149c755
permissions -rw-r--r--
Updating the information for test applications and results.

#include "progressbar.h"

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


progressbar::~progressbar()
{

}