example/AuthApp/progressbar.cpp
author cgandhi
Thu, 05 Aug 2010 17:05:53 +0530
changeset 20 f59934f5c7ac
parent 14 a469c0e6e7fb
permissions -rw-r--r--
pushing the changes for demoGui

#include "progressbar.h"

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


progressbar::~progressbar()
{

}