36 QVBoxLayout *
const vLayout =
new QVBoxLayout(
this);
38 vLayout->addItem(
new QSpacerItem(20,
41 QSizePolicy::Expanding));
53 QHBoxLayout *
const horizontalLayout =
new QHBoxLayout();
55 horizontalLayout->addSpacerItem(
56 new QSpacerItem(1, 1, QSizePolicy::Expanding));
58 horizontalLayout->addSpacerItem(
59 new QSpacerItem(1, 1, QSizePolicy::Expanding));
60 vLayout->addLayout(horizontalLayout);
62 vLayout->addItem(
new QSpacerItem(20,
65 QSizePolicy::Expanding));
BtBookshelfSourcesProgressPage(QWidget *parent=nullptr)
QPushButton * m_stopButton
int nextId() const final override
QProgressBar * m_progressBar
void destroyThread() noexcept
void initializePage() final override
BtSourcesThread * m_thread
bool isComplete() const final override
BtBookshelfWizard & btWizard() const noexcept