changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.
#include "progressbar.h"
progressbar::progressbar(QWidget *parent)
: QWidget(parent)
{
ui.setupUi(this);
ui.progressBar->setTextVisible(false);
}
progressbar::~progressbar()
{
}