32 const QString& sStyleSheet)
34, m_pUi(new Ui::ProgressViewWidget)
40 if(sStyleSheet !=
""){
41 m_pUi->m_VerticalLabel->setStyleSheet(sStyleSheet);
42 m_pUi->m_HorizonatlLabel->setStyleSheet(sStyleSheet);
45 m_pUi->m_progressBar->setMinimum(0);
46 m_pUi->m_progressBar->setMaximum(0);
47 m_pUi->m_progressBar->setValue(0);
48 m_pUi->m_progressBar->setTextVisible(
false);
49 m_pUi->m_progressBar->setMaximumWidth(300);
51 m_pUi->m_progressBar->setAttribute(Qt::WA_Hover);