53 const QString& sStyleSheet)
55, m_pUi(new Ui::ProgressViewWidget)
61 if(sStyleSheet !=
""){
62 m_pUi->m_VerticalLabel->setStyleSheet(sStyleSheet);
63 m_pUi->m_HorizonatlLabel->setStyleSheet(sStyleSheet);
66 m_pUi->m_progressBar->setMinimum(0);
67 m_pUi->m_progressBar->setMaximum(0);
68 m_pUi->m_progressBar->setValue(0);
69 m_pUi->m_progressBar->setTextVisible(
false);
70 m_pUi->m_progressBar->setMaximumWidth(300);
72 m_pUi->m_progressBar->setAttribute(Qt::WA_Hover);