|
|
@ -168,6 +168,7 @@ void UBUpdateDlg::onBrowse() |
|
|
|
void UBUpdateDlg::onUpdate() |
|
|
|
void UBUpdateDlg::onUpdate() |
|
|
|
{ |
|
|
|
{ |
|
|
|
mProgressLabel = new QLabel(mProgressWidget); |
|
|
|
mProgressLabel = new QLabel(mProgressWidget); |
|
|
|
|
|
|
|
mProgressLabel->setText(tr("Please wait the import process will start soon...")); |
|
|
|
mProgressLayout = new QHBoxLayout(); |
|
|
|
mProgressLayout = new QHBoxLayout(); |
|
|
|
mProgressLayout->addWidget(mProgressLabel); |
|
|
|
mProgressLayout->addWidget(mProgressLabel); |
|
|
|
mProgressWidget->setLayout(mProgressLayout); |
|
|
|
mProgressWidget->setLayout(mProgressLayout); |
|
|
|