example/AuthApp/progressbar.cpp
author cgandhi
Thu, 16 Sep 2010 11:15:30 +0530
changeset 22 b2eb79881f9d
parent 14 a469c0e6e7fb
permissions -rw-r--r--
removing redundant armcc options

#include "progressbar.h"

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


progressbar::~progressbar()
{

}