mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
fix(ui): start loading immediately in loadingwidget
This commit is contained in:
@@ -11,6 +11,7 @@ ZLoadingWidget::ZLoadingWidget(bool retryEnabled, QWidget *parent)
|
||||
{
|
||||
m_loadingIndicator->setType(QProcessIndicator::line_rotate);
|
||||
m_loadingIndicator->setFixedSize(64, 32);
|
||||
m_loadingIndicator->start();
|
||||
|
||||
// Create a proper container widget for the loading indicator
|
||||
QWidget *loadingWidget = new QWidget(this);
|
||||
|
||||
Reference in New Issue
Block a user